Galil Motion Control optcom Page 212
Optima DMC-1xxx and DMC-18x2 Command Reference
VD
i
201
VD
FUNCTION: Vector Deceleration
DESCRIPTION:
The VD command sets the deceleration rate of the vector in a coordinated motion sequence.
ARGUMENTS: VD s,t
where
s and t are unsigned integers in the range 1024 to 67107840. s represents the vector
deceleration for the S coordinate system and t represents the vector acceleration for the T
coordinate system. The parameter input will be rounded down to the nearest factor of
1024. The units of the parameter is counts per second squared.
s = ?
Returns the value of the vector deceleration for the S coordinate plane.
t = ?
Returns the value of the vector deceleration for the T coordinate plane.
USAGE: DEFAULTS:
While Moving
No
Default Value
256000
In a Program
Yes
Default Format
Position Format
Command Line
Yes
Controller Usage
ALL CONTROLLERS
OPERAND USAGE:
_VDn contains the value of the vector deceleration for the specified coordinate system, S or
T.
RELATED COMMANDS:
"VA "
Vector Acceleration
"VS "
Vector Speed
"VP "
Vector Position
"VE"
Vector End
"VM"
Vector Mode
"BG "
Begin Sequence
"VT "
Smoothing constant - S-curve
"
CR
" Circle
EXAMPLES:
#VECTOR
Vector Program Label
VMAB
Specify plane of motion
VA1000000 Vector
Acceleration
VD 5000000
Vector Deceleration
VS 2000
Vector Speed
VP 10000, 20000
Vector Position
VE End
Vector
BGS Begin
Sequence