62
2 MOTION DEDICATED PLC INSTRUCTION
2.2 Motion Dedicated PLC Instruction
• The abnormal completion in the case shown below, and the error code is stored in the device specified with the complete
status storage device (D2). If the complete status storage device (D2) is omitted, an error is not detected and operation
becomes "No operation".
*1 0000H (Normal)
• An operation error occurs, "Latest self-diagnosis error detection (SM0)" is turned on, and an error code is stored in "Latest
self-diagnosis error (SD0)" in the cases shown below.
*1 0000H (Normal)
■Program which changes the positioning speed to 20000 for Axis 1 of the Motion CPU (CPU
No.2), when M0 turned ON.
• (Example 1) Program which omits the complete device and complete status.
• (Example 2) Program which uses the complete device and complete status.
Complete status
*1
(Error code) (H)
Error factor Corrective action
0010 Instruction request to Motion CPU from PLC CPU exceeds the permissible value. Check the sequence program, and correct it.
2204 Axis No. set by M(P).CHGV/D(P).CHGV instruction is wrong.
Error code (H)
*1
Error factor Corrective action
2800 The start I/O number (the first 3 digits when expressed in 4-digit hexadecimal) of the
specified other CPU module is outside the range of 3E0H to 3E3H.
Check the sequence program, and correct it.
2801 The specified other CPU module is wrong.
• The reserved CPU is specified.
• The uninstalled CPU is specified.
Instruction
execution
command
Instruction
execution
command
RST M0
M0
MP.CHGV H3E1 "J1" K20000
Normal complete program
MP.CHGV H3E1 "J1" K20000 M100 D100
Instruction
execution
command
Instruction
execution
command
RST M0
M0
Complete
device
M100
Abnormal complete program
M101
M101