全 85 件が検索されました。(61 - 80件を表示)
- マニュアル
... OFF the error indicators at Port 1 and Port 2 or error bits that are ON due to a transmission error or reception buffer overflow, execute the CLOSE statement. The END statement and the NEW command automatically close the ports, but the STOP statement does not. ...
- マニュアル
... contains other data such as FCS and *. Host Computer and PC 48 Host computer: IBM PC/AT compatible PC unit number (used as node number in Host Link System): 00 Section 4-2 Wrap Communications Test Program 10 CLOSE 1 20 ...
- マニュアル
... this stage, the BASIC Unit waits for input. The program is terminated when E is input. Configuration BASIC Unit CPU Rack CPU Unit Power Supply Computer with terminal mode Example Program 10 PARACT 0 15 ON ERROR GOTO *INERROR 20 ...
- マニュアル
...o @{「asノ〈-nμmbθrj Selectsatasktobedebugged. 29 AUTO AUTO[sfaπ一〃ηθ−nα]し∫ηcrθmθη司 Automaticallygenerateslinenumberswhenaprogramistypedin. 32 BREAK BREAK[{DELETE{ALLl"ηθイ70.[,〃ηe−η0.r}吻θ一η0.し〃ηe−η0.r}】 Sets,deletes,o川istsbreakpoints. ...
- マニュアル
... computer to read and display the 94 Section 1-9 Communications Functions data received from the PC while a host link read command is being executed to read data from the PC. 10 ’CQM1 SAMPLE PROGRAM FOR EXCEPTION 20 CLOSE 1 30 ...
- マニュアル
... to receive the data. This program allows the computer to read and display the data received from the PC while a host link read command is being executed to read data from the PC. 10 ’C200HS SAMPLE PROGRAM FOR EXCEPTION 20 CLOSE 1 30 ...
- マニュアル
...the data. This program allows the computer to read and display the data received from the ID Controller while a host link read command is being executed to read data from the ID Controller. 10 ’IDSC SAMPLE PROGRAM FOR EXCEPTION 20 CLOSE 1 30 ...
- マニュアル
...144 CLEAR CLEAR Initializes numeric and character variables and closes all ports. CLNG CLNG (numeric expression) Converts a value to a long integer. CLOSE CLOSE [#port number] Closes a port. Device control 145 ...
- マニュアル
...Section 2-3 Application Example Sending a Host Link Command from a Host Computer In this example program, a Host Link command is sent from a host computer and a response is received. 10 ’CS1 SAMPLE PROGRAM FOR EXCEPTION 20 CLOSE 30 ...
- マニュアル
...receive the data. This program allows the computer to read and display the data received from the PC while a Host Link read command is being executed to read data from the PC. 10 ’CQM1H SAMPLE PROGRAM FOR EXCEPTION 20 CLOSE 1 30 ...
- マニュアル
... to 07FFH, and the write data in two-character units, up to 256 characters. Be sure to correctly set the ID Controller communications format by setting its DIP switches to conform to the communications format with the host computer to which it is connected. ...
- マニュアル
...Downloads measurement parameters DATAUP Uploads measurement parameters FLIST Lists functions MENU Return to menu mode WAIT Pauses program for a certain duration AUTO Automatically assigns a line number to each program line CLEAR Clears all variables ...
- マニュアル
... 255, the system regards it as 255. Comments ––– Reference CIRCLE, LINE, POLYGON, PSET Sample Program The system will draw a rectangle whose diagonal points are (100, 50) and (200, 150) on the Paint window screen (OVL–2). 10 DISPLAY 14 20 ...
- マニュアル
... setting> 1100 GOSUB *MDAT
1110 GOSUB *COMM 1120 GOSUB *DISP 1130 GOSUB *QUIT 1140 END End 1150 ’************************************************ 1160 ’* * 1170 ’************************************************ 1180 *INIT 1190 ... - マニュアル
... *MAIN 1090 GOSUB *INIT
1100 GOSUB *MDAT 1110 GOSUB *COMM 1120 GOSUB *DISP 1130 GOSUB *QUIT 1140 IF FRG=0 THEN GOTO 1170 End judgment 1150 ... - マニュアル
... 2-digit HEX characters. The total character length of the write data must be 256 or less. Set the communication format of the ID Controller by using the DIP switches in accordance with the communication system of the host computer to be used. 10 ...
- マニュアル
... can only be written in whole bytes and 2 HEX characters make up one byte. Up to 256 characters can be entered. Set the communication protocol of the R/W Head with its DIP switch to match the protocol of the host computer. 10 ...
- マニュアル
... a circle. Graphic control Command 64 CLEAR Initializes variables. Memory management Command 65 CLNG Converts to a long integer. Calculation Function 65 CLOSE Closes an open file. File control Command 65 ...
- マニュアル
...9,600 bps Data length 8 bits Parity None Stop bits 1 Delimiter CR + LF ’*********************************************************************************** ’ (c)Copyright OMRON Co.1994 ’ All Rights Reserved ’ Sample Program ’Sample Program Using the Command Response Function ’*********************************************************************************** ...
- マニュアル
...(c)Copyright OMRON Co.1995 ’ All Rights Reserved ’ Sample Program ’––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– ’Sample program for saving data. ’*********************************************************** BLKDATA = 128: BLKSIZE = 132 ACK$ = CHR$(&H6): NAK$ = CHR$(&H15): SOH$ = CHR$(&H1) EOT$ = CHR$(&H4): CAN$ = CHR$(&H18) DIM DAT$(BLKDATA) ...