Galil DMC-3425 Manual De Usuario

Descargar
Página de 210
72 • Chapter 6  Programming Motion 
 
DMC-3425 
Independent Jogging 
The jog mode of motion is very flexible because speed, direction and acceleration can be changed 
during motion.  The user specifies the jog speed (JG), acceleration (AC), and the deceleration (DC) 
rate for each axis.  The direction of motion is specified by the sign of the JG parameters.  When the 
begin command is given (BG), the motor accelerates up to speed and continues to jog at that speed 
until a new speed or stop (ST) command is issued.  If the jog speed is changed during motion, the 
controller will make a accelerated (or decelerated) change to the new speed. 
An instant change to the motor position can be made with the use of the IP command.  Upon receiving 
this command, the controller commands the motor to a position which is equal to the specified 
increment plus the current position.  This command is useful when trying to synchronize the position 
of two motors while they are moving. 
Note that the controller operates as a closed-loop position controller while in the jog mode.  The DMC-
3425 converts the velocity profile into a position trajectory and a new position target is generated every 
sample period.  This method of control results in precise speed regulation with phase lock accuracy. 
Command Summary - Jogging  
COMMAND DESCRIPTION 
AC a,b,c,d 
Specifies acceleration rate 
BG ABCD 
Begins motion 
DC a,b,c,d 
Specifies deceleration rate 
IP a,b,c,d 
Increments position instantly 
IT a,b,c,d 
Time constant for independent motion smoothing 
JG +/- a,b,c,d 
Specifies jog speed and direction 
ST ABCD 
Stops motion 
Parameters can be set with individual axes specifiers such as JGB=2000 (set jog speed for B axis to 
2000) or ACBH=400000 (set acceleration for B and H axes to 400000). 
Operand Summary - Independent Axis  
OPERAND DESCRIPTION 
_ACn 
Return acceleration rate for the axis specified by ‘n’ 
_DCn 
Return deceleration rate for the axis specified by ‘n’ 
_SPn 
Returns the jog speed for the axis specified by ‘n’ 
_TVn 
Returns the actual velocity of the axis specified by ‘n’ (averaged over .25 sec) 
Examples 
Jog in A and C axes 
Jog A motor at 50000 count/s.  After A motor is at its jog speed, begin jogging C in reverse direction at 
25000 count/s.