User Manual
Chapter 8
GFK-1503F
Jan 2020
Elements of an Application Program
88
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.
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
→
bcd-4
Convert to BCD-4
(From INT)
Converts a number to 4-digit BCD format.
→
word
Convert to Word
(From REAL)
Converts a Real value to Word format.
→
int
Convert to INT
(From BCD-4 or
REAL)
Converts a number to signed integer format.
→
tdint
Convert to DINT
(From BCD-4 or
REAL)
Converts a number to double precision integer format.
→
real
Convert to Real
(From INT, DINT,
BCD-4 or WORD)
Converts a value to real value format.
→→
int
Truncate to INT
(from REAL)
Truncates to a 16-bit signed number. The range is
–
32,768 to
+32,767.
Содержание PaCSystems VersaMax Series
Страница 1: ...User Manual GFK 1503F Jan 2020 PACSystemsTM VersaMax PLC USER MANUAL ...
Страница 85: ...User Manual Chapter 7 GFK 1503F Jan 2020 CPU Operation 71 7 1 Parts of the CPU Sweep Figure 47 ...
Страница 284: ...User Manual Chapter 14 GFK 1503F Jan 2020 PID Built in Function Block 270 Figure 216 ...