Instruction list language
136
35015365.01 07/2008
Action
instructions
The following table describes test instructions in instruction list language.
Instruction on a
function block
The following table describes test instructions in instruction list language.
Name Computer art Functions
ST The associated operand takes the value of the test field
result.
STN The associated operand takes the reverse value of the test
field result.
S The associated operand is set to 1 when the result of the
test field is 1.
R The associated operand is set to 0 when the result of the
test field is 1.
JMP - is used to connect unconditionally to a labeled sequence,
upstream or downstream.
JMPC - is used for a conditioned connection to a Boolean result at
1, to a labeled sequence upstream or downstream.
JMPCN - is used for a conditioned connection to a Boolean result at
0, to a labeled sequence upstream or downstream.
SRn - Connection at the beginning of a sub program.
RET - Return of the sub-program
RETC - Return of the conditioned sub program to a Boolean result
at 1.
RETCN - Return of the conditioned sub program to a Boolean result
at 0.
END - End of program.
ENDC - End of the conditioned program at a Boolean result of 1.
ENDCN - End of the conditioned program at a Boolean result of 0.
S
R
Name Computer art Functions
Timer blocks,
counter, monostable,
register, cyclical
programmer
For each of the standard function blocks, there are
instructions for controlling the block.
A structured form is used to hardwire the block
inputs and outputs directly.