Conversion Functions; Table Functions - GE VersaMax PLC User Manual

Table of Contents

Advertisement

arrmov
srh eq
Search Not Equal
srh ne
srh gt
srh ge
srh lt
Search Less Than
Search Less Than
srh le
→bcd4
→word
→int
→tdint
→real
→→int
Truncate to Double
Precision INT (from
→→dint
110
GFK-1503E
For public disclosure

8.4.8 Table Functions

Copies a specified number of data elements from a source array to
Array Move
a destination array.
Search Equal
Searches array for values equal to a specified value.
Searches array for values not equal to a specified value.
Search Greater
Searches array for values greater than a specified value.
Than
Search Greater
Searches array for values greater than or equal to a specified
Than or Equal
value.
Searches array for values less than a specified value.
Searches array for values less than or equal to a specified value.
or Equal

8.4.9 Conversion Functions

Convert to BCD4
Converts a number to 4digit BCD format.
(From INT)
Convert to Word
Converts a Real value to Word format.
(From REAL)
Convert to INT
(From BCD4 or
Converts a number to signed integer format.
REAL)
Convert to DINT
(From BCD4 or
Converts a number to double precision integer format.
REAL)
Convert to Real
(From INT, DINT,
Converts a value to real value format.
BCD4 or WORD)
Truncate to INT
Truncates to a 16bit signed number. The range is –32,768 to
(from REAL)
+32,767.
Truncates to a 32bit signed number. The range is -2,147,483,648
to +2,147,483,647.
REAL)
VersaMax PLC User Manual

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents