4 STANDARD FUNCTIONS/FUNCTION BLOCKS
4.1 Standard Functions
83
4
4 STANDARD FUNCTIONS/FUNCTION BLOCKS
4.1 Standard Functions
Type conversion functions
Converting BOOL to WORD/DWORD
Converting BOOL to INT/DINT
Converting BOOL to TIME
Converting BOOL to STRING
Converting WORD to BOOL
Converting WORD to DWORD
Function symbol Description Reference
BOOL_TO_WORD Converts BOOL type data to WORD type data. Page 690
BOOL_TO_WORD_E
BOOL_TO_DWORD Converts BOOL type data to DWORD type data. Page 691
BOOL_TO_DWORD_E
Function symbol Description Reference
BOOL_TO_INT Converts BOOL type data to INT type data. Page 692
BOOL_TO_INT_E
BOOL_TO_DINT Converts BOOL type data to DINT type data. Page 693
BOOL_TO_DINT_E
Function symbol Description Reference
BOOL_TO_TIME Converts BOOL type data to TIME type data. Page 694
BOOL_TO_TIME_E
Function symbol Description Reference
BOOL_TO_STRING Converts BOOL type data to STRING type data. Page 695
BOOL_TO_STRING_E
Function symbol Description Reference
WORD_TO_BOOL Converts WORD type data to BOOL type data. Page 696
WORD_TO_BOOL_E
Function symbol Description Reference
WORD_TO_DWORD Converts WORD type data to DWORD type data. Page 697
WORD_TO_DWORD_E