8.4.5
Relational Functions
eq
Equal
Tests for equality between two numbers.
ne
Not Equal
Tests for nonequality between two numbers.
gt
Greater Than
Tests whether one number is greater than another. Passes power
if the first number is greater than the second.
ge
Greater Than or
Equal To
Tests whether one number is greater than or equal to another
lt
Less Than
Tests whether one number is less than another.
le
Less Than or Equal
To
Test whether one number is greater than or equal to another.
range
Range
Test the input value against a range of two numbers.
8.4.6
Bit Operation Functions
and
Logical AND
Performs Logical AND of two bit strings.
or
Logical OR
Performs Logical OR of two bit strings.
xor
Logical Exclusive
OR
performs Logical Exclusive OR of two bit strings.
not
Logical Invert
Performs a logical inversion of a bit string.
shl
Shift Left
Shifts a bit string left.
shr
Shift Right
Shifts a bit string right.
rol
Rotate Left
Rotates a bit string left.
ror
Rotate Right
Rotates a bit string right.
bittst
Bit Test
Test a bit within a bit string.
bitset
Bit Set
Sets one bit within a string to true.
bitclr
Bit Clear
Sets one bit within a string to false.
bitpos
Bit Position
Locates a bit set to true within a bit string.
mskcmp
Masked Compare
Performs a masked compare of two arrays.
8.4.7
Data Move Functions
move
Move
Moves one or more bits of data.
blkmov
Block Move
Moves a block of up to 7 constants.
blkclr
Block Clear
Clears to zero one or more bytes/words of memory.
shfreg
Shift Register
Shifts one or more words or bits of data through a block of memory.
bitseq
Bit Sequencer
Sequences a 1 through a group of bits in PLC memory.
comreq
Communication
Request
Sends a communications request.
Elements of an Application Program
GFK-1503E User Manual 109
For public disclosure
Summary of Contents for VersaMax PLC
Page 16: ...Notes 16 GFK 1503E VersaMax PLC User Manual For public disclosure ...
Page 38: ...Notes 38 GFK 1503E VersaMax PLC User Manual For public disclosure ...
Page 50: ...Notes 50 GFK 1503E VersaMax PLC User Manual For public disclosure ...
Page 92: ...Notes 92 GFK 1503E VersaMax PLC User Manual For public disclosure ...
Page 112: ...Notes 112 GFK 1503E VersaMax PLC User Manual For public disclosure ...
Page 224: ...Notes 224 GFK 1503E VersaMax PLC User Manual For public disclosure ...
Page 292: ...Notes 292 GFK 1503E VersaMax PLC User Manual For public disclosure ...
Page 316: ...Notes 316 GFK 1503E VersaMax PLC User Manual For public disclosure ...
Page 317: ......