5 - 26
Project name QEX9
Program name MAIN
Ladder example
Create the following ladder with GX Works2 and write it to the CPU of the
demonstration machine. Then check that the FMOV instruction works properly.
D0
D0
X0
K200FMOV
0
X1
K0FMOV
5
K5
K5
Operating Procedure
The following procedures are the same as the
Operating Procedure
in section 4.4.
(1) Creating a new project
(2) Creating a program
(3) Writing the project to the programmable controller
(4) Monitoring the ladder
Operation Practice
Check that the contents of the devices of D0 to D4 become 200 on the batch
monitor screen by turning on X0 on the control panel of the demonstration machine.
Turning on X1 clears the data in the devices.
Change the setting of the device batch monitor as shown below to display the
numbers in decimal, hexadecimal, or binary notation.
Value: DEC·····································displays numbers in decimal.
Value: HEX ·····································displays numbers in hexadecimal.
Monitor Format: Bit Multi-point ·······displays numbers in binary.
Related Exercise
---- Exercise 7