Conversion to Special Data Types
Special data types (only used in conversion instructions)
In this section:
WORD_TO_BOOL16
WORD into BOOL16
DWORD_TO_BOOL32
DOUBLE WORD into BOOL32
WORD_TO_BOOLS
WORD into 16 variables of the data type BOOL
DWORD_TO_BOOLS
DOUBLE WORD into 32 variables of the data type BOOL
INT_TO_BCD_WORD
INTEGER into binary coded WORD value
DINT_TO_BCD_DWORD
DOUBLE INTEGER into BCD DOUBLE WORD
UINT_TO_BCD_WORD
Unsigned INTEGER into BCD value of WORD
UDINT_TO_BCD_DWORD
Unsigned DOUBLE INTEGER into BCD DOUBLE WORD
STRING_TO_IPADDR
STRING into IP address
STRING_TO_IPADDR_STEPSAVER
STRING (IP address format 00a.0bb.0cc.ddd) into DWORD
STRING_TO_ETLANADDR
STRING into ETLAN address
STRING_TO_ETLANADDR_STEPSAVER
STRING (IP address format 00a.0bb.0cc.ddd) into ETLAN address
Parent topic:
Conversion instructions