WORD
-converted data has
. 11
instructions can
be
WORD
respectively converted to data type
BOOL, BYTE, DWORD,
SINT, INT, DINT, USINT, UINT, UDINT, REAL
and
LREAL
other types.
The input value ranges from 0 to
65,535.
The output is BOOL type :
the output is FALSE only when the input
is 0 , and the output is TRUE in other
cases ;
The output
is SINT type : input 0~127 corresponds
to output 0~127 ,
input 128~255 corresponds to
output -128~-1 , input increases and
output will repeat 0~127 , -128~-1;
Output USINT , BYTE Type : Input 0
to 255 corresponding to the output of 0
to 255 , the input further increasing the
output will be repeated from 0 to
255; output INT type : Input 0 to
32767 corresponding output of 0 to
32767, input from 32768 to
65535 corresponding to the output -
32768~-1; When the output is WORD,
DWORD, etc., the output is equal to
the input.