Chapter 4. Ladder Diagram (LD) Programming
GFK-2950C February 2018 139
MOVE_BOOL
MOVE_DATA
MOVE_DINT
MOVE_DWORD
MOVE_INT
MOVE_REAL
MOVE_LREAL
MOVE_UINT
MOVE_WORD
Copies data as individual bits, so the new location does not have to
be the same data type. Data can be moved into a different data type
without prior conversion.
Provides an input that allows for data coherency by locking symbolic
memory being written to during the copy operation.
Copies reference memory data to a UDT variable or UDT array.
Provides the option of locking the symbolic or I/O variable memory
area being written to during the copy operation.
Copies data from symbolic or I/O variable memory to reference
memory. Copies across mismatching data types.
SHFR_BIT
SHFR_DWORD
SHFR_WORD
Shifts one or more data bits, data WORDs or data DWORDs from a
reference location into a specified area of memory. Data already in
the area is shifted out.
Counts the number of bits used by a variable.
Swaps two BYTEs of data within a WORD or two WORDs within a
DWORD.