374
7 APPLICATION INSTRUCTION
7.6 Character string operation instruction
Converting HEX code data to ASCII
ASCI(P)
These instructions convert the (n) characters (digits) within the hexadecimal code data specified by (s) to ASCII, and store the
converted data in the device specified by (d) and later.
■Descriptions, ranges, and data types
■Applicable devices
*1 T, ST, C cannot be used.
Ladder diagram Structured text
ENO:=ASCI(EN,s,n,d);
ENO:=ASCIP(EN,s,n,d);
Operand Description Range Data type Data type (label)
(s) Head device number storing hexadecimal code to be converted 16-bit signed binary ANY16
(d) Head device number storing converted ASCII code Character string Character string
(n) Number of characters (digits) of hexadecimal code to be
converted
1 to 32767 16-bit unsigned binary ANY16
Operand Bit Word Double word Indirect
specification
Constant Others
X, Y, M, L,
SM, F, B, SB
U\G T, ST,
C, LC
T, ST, C, D,
W, SD, SW, R
U\G Z LC LZ K, H E $
(s)
(d)
*1
(n)