DMC-100/1500 Command Reference
AV
•
17
DMC-1000
DMC-1500
AV
FUNCTION:
After Vector Distance
DESCRIPTION:
The AV command is a trippoint which is used to hold up execution of the next command
during coordinated moves such as VP,CR or LI. This trippoint occurs when the path
distance of a sequence reaches the specified value. The distance is measured from the
start of a coordinated move sequence or from the last AV command. The units of the
command are quadrature counts.
ARGUMENTS:
AV n
where
n is an unsigned integer in the range 0 to 2147483647 decimal
USAGE: DEFAULTS:
While Moving
Yes
Default Value
0
In a Program
Yes
Default Format
-
Command Line
Yes
Can be Interrogated
No
Used as an Operand
Yes
OPERAND USAGE:
_AV contains the vector distance from the start of the sequence. _AV is valid in the linear
mode, LM and in the vector mode, VM.
EXAMPLES:
#MOVE;DP 0,0
Label
LMXY
Linear move for X,Y
LI 1000,2000
Specify distance
LI 2000,3000
Specify distance
LE
BGS Begin
AV 500
After path distance = 500,
MG "Path>500";TPXY
Print Message
EN End
Program
Hint: Vector Distance is calculated as the square root of the sum of the squared distance for each
axis in the linear or vector mode.