FX Series Positioning Controllers
Program format 5
5-40
5.7
Common Items in Sequence Control Instructions
This paragraph describes basic instructions (such as LD and AND) and application instructions
in sequence control.
These instructions are used together with positioning control instructions, and control auxiliary
units accompanied by positioning.
5.7.1
Difference in operation by PLC
The difference from arithmetic operation in the PLC is that sequence con-
trol instructions are step type, so do not perform cyclic arithmetic opera-
tion.
For example, in the program shown on the right, if X00 is OFF when the
line N100 is executed, Y00 is not output.
When cyclic arithmetic operation is required, use jump instructions
described later. (Refer to Paragraph 5.10.)
Contact instructions have nothing to do with positioning control instruc-
tions (cod instructions). In the program shown on the right, cod00 in the
line N201 is executed without regard to the ON/OFF status of X00 in the line N200.
N100 LD X00
N101 SET Y00
N200 LD X00
N201 cod00(DRV)
x1000;
Summary of Contents for FX2N-10GM
Page 1: ...HARDWARE PROGRAMMING MANUAL FX2N 10GM FX2N 20GM ...
Page 4: ...FX Series Positioning Controllers ii ...
Page 6: ...FX Series Positioning Controllers iv ...
Page 46: ...FX Series Positioning Controllers Introduction 1 1 34 MEMO ...
Page 76: ...FX Series Positioning Controllers Wiring 3 3 24 MEMO ...
Page 222: ...FX Series Positioning Controllers Operation Maintenance and Inspection 8 8 18 MEMO ...
Page 256: ...FX Series Positioning Controllers Program Examples 9 9 34 MEMO ...