Jog Operation (Speed Changes) - Panasonic GM1 Series Reference Manual

Motion controller
Hide thumbs Also See for GM1 Series:
Table of Contents

Advertisement

8.1 Sample Program
END_CASE

8.1.2 JOG Operation (Speed Changes)

The operation speed can be changed during JOG operation. This section describes a program
example for changing the speed during forward rotation.
Parameter Settings
PG_Jog parameter
Parameter
Target speed: Velocity
[u/s]
Acceleration /
Deceleration: AccDec
2
[u/s
]
(Note 1)
Set each acceleration / deceleration time to 32767 ms or less.
Program (ST)
● Declaration section
PROGRAM sample
VAR
Process :UDINT := 0;
PG_Power_0: PG_Power;
PG_Jog_0: PG_Jog;
END_VAR
● Implementation section
CASE Process OF
0://Servo On
PG_Power_0(
IF PG_Power_0.Status = TRUE THEN
END_IF
1://Execute the PG_Jog with JogForward
PG_Jog_0(
8-4
JogForward:=FALSE,
JogBackward:=TRUE,
Velocity:=10000,
AccDec:=10000);
1st speed
10000
10000
UnitID:=1,
AxisNo:=1,
Enable:=TRUE,
bRegulatorOn:=TRUE);
Process := 1;
UnitID:=1,
AxisNo:=1,
JogForward:=TRUE,
JogBackward:=FALSE,
2nd speed
Setting range
20000
0 to 4000000
10000
1 or more
(Note 1)
WUME-GM1PG-01

Advertisement

Table of Contents
loading

This manual is also suitable for:

Agm1pg04tAgm1pg04l

Table of Contents