48 • Chapter 6 Programming Motion DMC-1000
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-1000 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 x,y,z,w Specifies acceleration rate
BG X,Y,Z,W Begins motion
DC x,y,z,w Specifies deceleration rate
IP x,y,z,w Increments position instantly
IT x,y,z,w Time constant for independent motion smoothing
JG +/-x,y,z,w Specifies jog speed and direction
ST XYZW Stops motion
Parameters can be set with individual axes specifiers such as JGY+2000(set jog speed for X axis to
2000) or ACYH=40000 (set acceleration for Y and H axes to 400000) .
Operand Summary - Independent Axis
OPERAND DESCRIPTION
_ACx Return acceleration rate for the axis specified by ‘x’
_DCx Return deceleration rate for the axis specified by ‘x’
_SPx Returns the jog speed for the axis specified by ‘x’
_TVx Returns the actual velocity of the axis specified by ‘x’ (averaged over.25 sec)
Example - Jog in X only
Jog X motor at 50000count/s. After X motor is at its jog speed, begin jogging Z in reverse direction at
25000 count/s.
#A
AC 20000,,20000 Specify X,Z acceleration of 20000 cts/sec
DC 20000,,20000 Specify X,Z deceleration of 20000 cts/sec
JG 50000,,-25000 Specify jog speed and direction for X and Z axis
BG XY Begin X motion
AS X Wait until X is at speed
BG Z Begin Z motion
EN
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com