Ladder Program Instructions List - IDEC SmartAXIS FT9Z-1A01 User Manual

Table of Contents

Advertisement

8: I
N STR UCTI ON S
I ntroduction
The SmartAXIS provides dedicated instruction set for each programming language.
The instructions for ladder programs are divided into basic instructions, which perform sequencing, and advanced instructions,
which perform moves, comparisons, Boolean computations, binary arithmetic operations, bit shifts, and other operations. For
details, see the SmartAXIS Ladder Programming Manual.
A series of function blocks are provided for FBD programming such as logical operation function blocks that perform logical
operations, timer/counter function blocks to perform processing using timers and counter devices, and pulse output function
blocks that perform pulse output.

Ladder Program Instructions List

This section lists the ladder program instructions and describes their functions divided into basic instructions and advanced
instructions.
Basic Instruction List
Symbol
AND
And
AND LOD
And Load
ANDN
And Not
BPP
Bit Pop
BPS
Bit Push
BRD
Bit Read
CC=
Counter Comparison (=)
CC>=
Counter Comparison (>=)
CDP
Dual Pulse Reversible Counter
Double-word Dual Pulse
CDPD
Reversible Counter
CNT
Adding Counter
CNTD
Double-word Adding Counter
Up/Down Selection
CUD
Reversible Counter
Double-word Up/Down
CUDD
Selection Reversible Counter
DC=
Data Register Comparison (=)
DC>=
Data Register Comparison (>=)
END
End
JEND
Jump End
JMP
Jump
LOD
Load
LODN
Load Not
MCR
Master Control Reset
MCS
Master Control Set
OR
Or
OR LOD
Or Load
ORN
Or Not
OUT
Output
OUTN
Output Not
RST
Reset
SET
Set
SFR
Shift Register
/ F
UN CTI ON
Name
Series connection of NO contact
Series connection of circuit blocks
Series connection of NC contact
Restores the result of bit logical operation which was saved temporarily
Saves the result of bit logical operation temporarily
Reads the result of bit logical operation which was saved temporarily
Equal to comparison of counter current value
Greater than or equal to comparison of counter current value
Dual pulse reversible counter (0 to 65,535)
Double-word dual pulse reversible counter (0 to 4,294,967,295)
Adding counter (0 to 65,535)
Double-word adding counter (0 to 4,294,967,295)
Up/down selection reversible counter (0 to 65,535)
Double-word up/down selection reversible counter
(0 to 4,294,967,295)
Equal to comparison of data register value
Greater than or equal to comparison of data register value
Ends a program
Ends a jump instruction
Jumps a designated program area
Stores intermediate results and reads contact status
Stores intermediate results and reads inverted contact status
Ends a master control
Starts a master control
Parallel connection of NO contact
Parallel connection of circuit blocks
Parallel connection of NC contact
Outputs the result of bit logical operation
Outputs the inverted result of bit logical operation
Resets output, internal relay, or shift register bit
Sets output, internal relay, or shift register bit
Forward shift register
S
A XI S P
/ L
M AR T
R O
B
LOCK S
U
'
M
FT9Y-B 1378
I TE
SER
S
ANUAL
R
EFER EN CE
Function
8-1

Advertisement

Table of Contents
loading

Table of Contents