8.4.8 Table Functions
arrmov
Array Move
Copies a specified number of data elements from a source array to
a destination array.
srh eq Search Equal Searches array for values equal to a specified value.
srh ne
Search Not Equal Searches array for values not equal to a specified value.
srh gt
Search Greater
Than
Searches array for values greater than a specified value.
srh ge
Search Greater
Than or Equal
Searches array for values greater than or equal to a specified
value.
srh lt Search Less Than
Searches array for values less than a specified value.
srh le
Search Less Than
or Equal
Searches array for values less than or equal to a specified value.
8.4.9 Conversion Functions
→bcd4
Convert to BCD4
(From INT)
Converts a number to 4digit BCD format.
→word
Convert to Word
(From REAL)
Converts a Real value to Word format.
→int
Convert to INT
(From BCD4 or
REAL)
Converts a number to signed integer format.
→tdint
Convert to DINT
(From BCD4 or
REAL)
Converts a number to double precision integer format.
→real
Convert to Real
(From INT, DINT,
BCD4 or WORD)
Converts a value to real value format.
→→int
Truncate to INT
(from REAL)
Truncates to a 16bit signed number. The range is –32,768 to
+32,767.
→→dint
Truncate to Double
Precision INT (from
REAL)
Truncates to a 32bit signed number. The range is -2,147,483,648
to +2,147,483,647.
110 GFK-1503E VersaMax PLC User Manual
For public disclosure