
11 - 245 11 - 245
MELSEC-Q
11 INSTRUCTIONS AND FUNCTIONS
400 TBL%(23)=0
:
'Fixed value
410 PCRD TBL%(),A%()
:
'Executes the read operation
420 END
430 H!=INT(D!/65536!)
:
'Splits into lower and higher digits
440 L!=D!-H!*65536!
450 H$=RIGHT$("0000"+HEX$(H!),4)
460 L$=RIGHT$("0000"+HEX$(L!),4)
470 L%=VAL("&H"+L$)
480 H%=VAL("&H"+H$)
490 RETURN