11 - 159 11 - 159
MELSEC-Q
11 INSTRUCTIONS AND FUNCTIONS
400 ZRECEIVE #CH%,0,TBL2%( ),CTBL%( )
:
' Executes the reception operation
410 LOCATE 0,15
420 PRINT "RECEIVE CHARACTER =";TBL2%(1)
:
' Displays the number of received
characters
430 FOR I%=0 TO WOR%-1
440 LOCATE 0,16+I%
450 PRINT "RECEIVE DATA =&H";HEX$(CTBL%(I%))
: ' Displays the data received
460 NEXT I%
470 RETURN 310
480 '
490 '***** ERROR ROUTINE *****
500 ERTYPE%=ERR:ERLINE%=ERL
:
' Stores the error occurred, and the line
510 IF ERTYPE%=17 THEN PRINT "ZOPEN ERROR!!"
:
' Notifies if it is a Z-related error
520 PRINT "ERROR CODE =";ERTYPE%
:
' Displays the error code
530 PRINT "ERROR LINE =";ERLINE%
:
' Displays the line where the error occurred
540 RESUME 310
:
' Returns the operation to line 310
Содержание A1SD51S
Страница 183: ...11 13 11 13 MELSEC Q 11 INSTRUCTIONS AND FUNCTIONS RUN Before swap A 0 H924 A 1 H1159 After swap A 0 H1159 A 1 H924 OK...
Страница 331: ...11 161 11 161 MELSEC Q 11 INSTRUCTIONS AND FUNCTIONS REMARK See the CON ON OFF STOP and ZOPEN functions and Section 7 4...
Страница 557: ...11 387 11 387 MELSEC Q 11 INSTRUCTIONS AND FUNCTIONS REMARK See the CHR SPACE and SPC functions...
Страница 629: ...11 459 11 459 MELSEC Q 11 INSTRUCTIONS AND FUNCTIONS REMARK See the ZOPEN ZSEND and ZCNTL instructions and Section 7 3 4...
Страница 645: ...11 475 11 475 MELSEC Q 11 INSTRUCTIONS AND FUNCTIONS REMARK See the ZEVENT ZSIGNAL and DEF ZEVENT instructions...