48
•
Chapter 6 Programming Motion
DMC-1500
LE
Linear End- Required at end of LI command sequence
LE?
Returns the length of the vector (resets after 2147483647)
AMS
Trippoint for After Sequence complete
AV n
Trippoint for After Relative Vector Distance, n
VT
S curve smoothing constant for vector moves
Operand Summary - Linear Interpolation
OPERAND DESCRIPTION
_AV
Return distance traveled
_CS
Segment counter - returns number of the segment in the sequence, starting at zero.
_LE
Returns length of vector (resets after 2147483647)
_LM
Returns number of available spaces for linear segments in DMC-1500 sequence buffer.
Zero means buffer full. 512 means buffer empty.
_VPm
Return the absolute coordinate of the last data point along the trajectory.
(m=X,Y,Z or W or A,B,C,D,E,F,G or H)
To illustrate the ability to interrogate the motion status, consider the first motion segment of our
example, #LMOVE, where the X axis moves toward the point X=5000. Suppose that when X=3000,
the controller is interrogated using the command ‘MG _AV’. The returned value will be 3000. The
value of _CS, _VPX and _VPY will be zero.
Now suppose that the interrogation is repeated at the second segment when Y=2000. The value of
_AV at this point is 7000, _CS equals 1, _VPX=5000 and _VPY=0.
Example - Linear Move
Make a coordinated linear move in the ZW plane. Move to coordinates 40000,30000 counts at a
vector speed of 100000 counts/sec and vector acceleration of 1000000 counts/sec2.
Instruction Interpretation
#TEST Label
LM ZW
Specify axes for linear interpolation
LI,,40000,30000
Specify ZW distances
LE
Specify end move
VS 100000
Specify vector speed
VA 1000000
Specify vector acceleration
VD 1000000
Specify vector deceleration
BGS Begin
sequence
AMS
After motion sequence ends
EN End
program
Note that the above program specifies the vector speed, VS, and not the actual axis speeds VZ and
VW. The axis speeds are determined by the DMC-1500 from:
VS
VZ
VW
=
+
2
2
Содержание DMC-1510
Страница 6: ......
Страница 18: ...6 Chapter 1 Overview DMC 1500 THIS PAGE LEFT BLANK INTENTIONALLY...
Страница 88: ...76 Chapter 6 Programming Motion DMC 1500 Figure 6 7 Motion intervals in the Home sequence...
Страница 90: ...78 Chapter 6 Programming Motion DMC 1500 THIS PAGE LEFT BLANK INTENTIONALLY...
Страница 137: ...DMC 1500 Chapter 7 Application Programming 125 THIS PAGE LEFT BLANK INTENTIONALLY...
Страница 157: ...DMC 1500 Chapter 10 Theory of Operation 145 THIS PAGE LEFT BLANK INTENTIONALLY...
Страница 160: ...148 Appendices DMC 1500 Card Level Layout...
Страница 178: ...166 Appendices DMC 1500 ICM 1100 Drawing 1 3 4 0 0 4 4 0 2 4 0 7 0 0 4 5 3 7 0 5 7 0 2 8 5 1 0 0 1 0 1 0 7 0 1 0 0...
Страница 180: ...168 Appendices DMC 1500...
Страница 198: ...186 Appendices DMC 1500 THIS PAGE LEFT BLANK INTENTIONALLY...