
FANUC PMC-MODEL SD7
Programming Manual
01 01.11.26
Hanaoka
New
A-78550E
EDIT DATE DESIG.
DESCRIPTION
142/
316
TITLE
DRAW.NO.
4.1 Basic Instructions
The basic IL instruction set supports operations on BOOL, 8-bit (BYTE), 16-bit (INT, WORD, UINT) and 32-bit
(DINT, DWORD) variables. These instructions generally operate on an accumulator's content to generate a new value
for the same accumulator. The following instructions (sorted by functional group) are supported:
(a) Accumulator Instructions (Basic IL)
Mnemonic Description
LD_BOOL Load a value into the boolean accumulator.
LDN_BOOL Load the inverse of a value into the boolean accumulator.
LD_INT Load a single-precision integer value into the integer accumulator.
LD_ENO Load the enable output state, from the previously executed function, into the
boolean accumulator.
ST_BOOL Store the content of the boolean accumulator to a BOOL variable.
STN_BOOL Store the inverse of the boolean accumulator to a BOOL variable.
ST_INT Store the content of the integer accumulator to a single-precision integer (INT)
variable.
ST_UINT
Store the content of the integer accumulator to a single-precision integer (UINT)
variable.
ST_DINT Store the content of the integer accumulator to a double-precision integer (DINT)
variable.
ST_BYTE Store the content of the integer accumulator to a BYTE variable.
ST_WORD Store the content of the integer accumulator to a WORD variable.
ST_DWORD Store the content of the integer accumulator to a DWORD variable.
(b) Coil Instructions (Basic IL)
Mnemonic Description
S Store the content of the boolean accumulator to the Set Coil variable.
R Store the content of the boolean accumulator to the Reset Coil variable.