7-40
IM 34M6H55-02E
1st Edition : Apr 1, 2002-00
7.2.4 Jog
Stepping
When the Positive- (Negative-) direction Jog Stepping output relay is on, the motor
moves in the positive (negative) direction.
z
z
z
z
Conditions for Command Execution:
- The axis is not in an error state.
- The axis is in the End-of-Positioning status.
- No other command is being executed.
z
z
z
z
Note:
- If any of the conditions is not satisfied, the command is ignored. If the command is
issued when the axis is in an error state or not in the End-of-Positioning status, an
alarm code is set in the alarm status. The alarm code is automatically cleared when
the Execute Command output relay is reset. For details on alarm codes, see
Section 8.3, “Alarm Codes.”
- During jog stepping, the Stop Immediately command is valid but the Decelerate-
and-Stop command is ignored (the Execute Command ACK input relay is not set).
If the Decelerate-and-Stop command is issued during jog stepping, an alarm code is
set in the alarm status. Terminate jog stepping before executing the Decelerate-and-
Stop command.
- During jog stepping, no error occurs even if the axis exceeds the range defined by
the positive direct limit value and the negative direction limit value.
z
z
z
z
Procedure:
1
.
Write the required parameters of the Jog Stepping command to the positioning
module with the OUTPUT instruction.
2
.
When the Positive-direction (Negative-direction) Jog Stepping output relay is set,
the axis moves according to the parameters and the End-of-Positioning input relay
is reset.
3
.
When the Positive-direction (Negative-direction) Jog Stepping output relay is reset,
the axis will decelerate and stop according to the parameters. After that, the End-of-
positioning input relay is set.
z
z
z
z
Sample Program:
This sample program shows the operation of Start Jog Stepping (JOGST@) and End
Jog Stepping (JOGEND@) in the positive direction. Required parameters are preset in
integer variables (I45 to I51).
100 JOGST@
110 OUTPUT SL,45 NOFORMAT;I45
120 OUTPUT SL,46 NOFORMAT;I46
:
170 OUTPUT SL,51 NOFORMAT;I51
180 CONTROL SL,102;$0001,$0001
300 JOGEND@
310 CONTROL SL,102;$0000,$0001
320 LOOP1@
330 STATUS SL,102;P
340 IF BIT(P,8)=0 THEN LOOP1@
Summary of Contents for F3YP14-0N
Page 13: ...Blank Page ...
Page 15: ...Blank Page ...
Page 23: ...Blank Page ...
Page 53: ...Blank Page ...
Page 60: ...7 5 IM 34M6H55 02E 1st Edition Apr 1 2002 00 Figure 7 2 Set Parameter Program ...
Page 65: ...7 10 IM 34M6H55 02E 1st Edition Apr 1 2002 00 Figure 7 6 Jog Stepping Program ...
Page 69: ...7 14 IM 34M6H55 02E 1st Edition Apr 1 2002 00 Figure 7 9 Origin Search Program ...
Page 77: ...7 22 IM 34M6H55 02E 1st Edition Apr 1 2002 00 Figure 7 15 Positioning Operation Program ...
Page 111: ...Blank Page ...
Page 127: ...Blank Page ...