347
Command Details
Section 6-3
• Especially, be cautious of temporary power interruption since it is impossi-
ble to know when it happens. Should it happen on the MC unit, make sure
to clear the latch check range by setting the servo driver so that its power
is also restored when it happens, or by using the following programs when
restarting the MC Unit:
1,2,3...
1.
Execute the program that only clears the latch check range:
Execute LATCH command to clear the range (Example 1)
PROG Pxxx Qxxxxxxxx; Program started
LATCH [Jxx] #xxxxxx; Latch range cleared (Latch resource acquired)
END; Program completed (Latch resource released)
Execute PARAM command to clear the range (Example 2)
PROG Pxxx Qxxxxxxxx; Program started
PARAM [Jxx]820 = 0; Servo parameter positive latch possible range
cleared
PARAM [Jxx]822 = 0; Servo parameter negative latch possible range
cleared
END; Program completed
2.
Add a command that intentionally clears the range before executing origin
search, etc.:
Execute LATCH command to clear the range (Example 3)
LATCH [Jxx] #xxxxxx; Latch range cleared (latch resource acquired)
LATCH [Jxx] #xxxxxx I0 J0; Latch resource released
DATUM [Jxx]; Origin search
Execute PARAM command to clear the range (Example 4)
PARAM [Jxx]820 = 0; Servo parameter positive latch possible range
cleared
PARAM [Jxx]822 = 0; Servo parameter negative latch possible range
cleared
DATUM [Jxx]; Origin search
Single Block Ignored
(NSTOP)
In single block mode, the block specified with NSTOP command does not stop
at the end of the block and proceeds to the next block.
Command type
Not executed as an independent command (no type).
Format
NSTOP_<other command>;
Ex: NSTOP_MOVE [J01]100.00 [J02]-300.00;
Operand
Nil
Description
• In single block mode, the block with NSTOP command at the beginning
does not stop at the end of the block and proceeds to the next block.
• When the motion task control bit [Block stop] is turned ON, stopping the
operation is prioritized and the block is stopped regardless of this com-
mand's influence.
6-3-5
Control Command
Program Start (PROG)
The Program Start (PROG) command declares axes to be used in the pro-
gram.
Command type
Multiple execution command
Format
PROG_P<program number> Q<axis declaration>;
Содержание CS1W-MCH71 -
Страница 2: ...CS1W MCH71 CJ1W MCH71 Motion Control Unit Operation Manual Revised June 2008 ...
Страница 3: ...iv ...
Страница 29: ...xxx ...
Страница 33: ...xxxiv ...
Страница 35: ...xxxvi ...
Страница 39: ...xl ...
Страница 69: ...24 Performance Section 1 7 ...
Страница 99: ...54 Connecting MECHATROLINK Devices Section 3 5 ...
Страница 283: ...238 Saving Data Section 5 4 ...
Страница 417: ...372 Command Details Section 6 3 ...