Omron SYSMAC CS Series Instruction & Reference Manual page 87

Hide thumbs Also See for SYSMAC CS Series:
Table of Contents

Advertisement

Condition Flags
Programming Console labels are used for condition flags in this section. With the CX-Programmer, the
condition flags are registered in advance as global symbols with "P_" in front of the symbol name.
Flag
Error Flag
Access Error Flag
Carry Flag
Greater Than Flag
Equals Flag
Less Than Flag
Negative Flag
Overflow Flag
Underflow Flag
Greater Than or Equals Flag
Not Equal Flag
Less Than or Equals Flag
Always ON Flag
Always OFF Flag
Symbol Instructions
Some of the C/CV-series PLC instructions have been changed to different instructions with the same
functionality for the CS/CJ-series PLCs.
Instruction group
Sequence Control
Comparison
Data Movement
Increment/Decrement
Symbol Math
Interrupt Control
CS/CJ/NSJ Series Instructions Reference Manual (W474)
CX-Programmer label
P_ER
P_AER
P_CY
P_GT
P_EQ
P_LT
P_N
P_OF
P_UF
P_GE
P_NE
P_LE
P_On
P_Off
C/CV Series
JMP #0 / JME #0
EQU
MOVQ
INC
INCL
INCB
INBL
DEC
DECL
DECB
DCBL
ADB
ADBL
ADD
ADDL
SBB
SBBL
SUB
SUBL
MBS
MBSL
MLB
MUL
MULL
DBS
DBSL
DVB
DIV
DIVL
INT
Programming Console label
ER
AER
CY
>
=
<
N
OF
UF
>=
<>
<=
ON
OFF
CS/CJ Series
JMP0 / JME0
AND=
MOV
++B
++BL
++
++L
--B
--BL
--
--L
+C
+CL
+BC
+BCL
-C
-CL
-BC
-BCL
*
*L
*U
*B
*BL
/
/L
/U
/B
/BL
MSKS / MSKR / CLIDI / EI
3. Instructions
3
53

Advertisement

Table of Contents
loading

Table of Contents