9 LABEL ACCESS
9.3 Random Read and Write
151
9
Communication example
Write data to three labels.
• Lbl1 (bit type) = 1 (ON)
• Lbl2.Lbl[2] (word type array element of structure label) = 0031H
• Lbl3 (word type) = 0001H
The notation of each label when using abbreviation specification (Lbl2 = %1) is as follows.
(1) Lbl2 (abbreviation specification)
(2) Lbl1
(3) Lbl2.Lbl[2]
(4) Lbl3
Item Value of code corresponds to character
Label name L b l 2
UTF-16 004C 0062 006C 0032
ASCII code 30303443 30303632 30303643 30303332
Binary code 4C00 6200 6C00 3200
Item Value of code corresponds to character
Label name L b l 1
UTF-16 004C 0062 006C 0031
ASCII code 30303443 30303632 30303643 30303331
Binary code 4C00 6200 6C00 3100
Item Value of code corresponds to character
Abbreviated notation % 1 . L b l [ 2 ]
UTF-16 0025 0031 002E 004C 0062 006C 005B 0032 005D
ASCII code 30303235 30303331 30303245 30303443 30303632 30303643 30303542 30303332 30303544
Binary code 2500 3100 2E00 4C00 6200 6C00 5B00 3200 5D00
Item Value of code corresponds to character
Label name L b l 3
UTF-16 004C 0062 006C 0033
ASCII code 30303443 30303632 30303643 30303333
Binary code 4C00 6200 6C00 3300