72
●
Chapter 6 Programming Motion
DMC-18x2
JG +/-x,y,z,w
Specifies jog speed and direction
ST XYZW
Stops motion
Parameters can be set with individual axis specifiers such as JGY=2000 (set jog speed for Y axis to
2000) or ACYH=400000 (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 50000 count/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 X
Begin X motion
AS X
Wait until X is at speed
BG Z
Begin Z motion
EN
Linear Interpolation Mode
The DMC-18x2 provides a linear interpolation mode for 2 or more axes. In linear interpolation mode,
motion between the axes is coordinated to maintain the prescribed vector speed, acceleration, and
deceleration along the specified path. The motion path is described in terms of incremental distances
for each axis. An unlimited number of incremental segments may be given in a continuous move
sequence, making the linear interpolation mode ideal for following a piece-wise linear path. There is
no limit to the total move length.
The LM command selects the Linear Interpolation mode and axes for interpolation. For example, LM
YZ selects only the Y and Z axes for linear interpolation.
When using the linear interpolation mode, the LM command only needs to be specified once unless the
axes for linear interpolation change.
Specifying Linear Segments
The command LI x,y,z,w specifies the incremental move distance for each axis. This means motion is
prescribed with respect to the current axis position. Up to 511 incremental move segments may be
given prior to the Begin Sequence (BGS or BGT) command. Once motion has begun, additional LI
segments may be sent to the controller.
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com
Содержание DMC-18 2 Series
Страница 3: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com...
Страница 5: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com...
Страница 11: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com...