Specifications

BASIC commands
PROGRAMMING MANUAL 123
Revision 5.0
fig. 33/i
Description The MOVECIRC command interpolates 2 orthogonal axes in a circular arc at
the tool point. The path of the movement is determined by the 5 arguments,
which are incremental from the current position.
The arguments end_1 and centre_1 apply to the BASE axis and end_2 and
centre_2 apply to the following axis. All arguments are given in user units of
each axis. The speed of movement along the circular arc is set by the
SPEED, ACCEL and DECEL parameters of the BASE axis. The first four dis-
tance parameters are scaled according to the current unit conversion factor
for the BASE axis.
MOVECIRC works on the default basis axis group (set with BASE) unless
AXIS is used to specify a temporary base axis.
For MOVECIRC to be correctly executed, the two axes moving in the circular
arc must have the same number of encoder pulses per linear axis distance. If
they do not, it is possible to adjust the encoder scales in many cases by
adjusting with ENCODER_RATIO axis parameters for the axis or by using the
electronic gear ratio parameters in the Servo Driver. For details see section
5.1.3.
2
1
DIRECTION = 1
2
1
DIRECTION = 0
Arguments end_1
The end position for the BASE axis.
end_2
The end position for the next axis.
centre_1
The position around which the BASE axis is to move.
centre_2
The position around which the next axis is to move.
direction
A software switch that determines whether the arc is interpolated in a
clockwise or counterclockwise direction. Value: 0 or 1.
If the two axes involved in the movement form a right-hand axis, set
direction to 0 to produce positive motion about the third (possibly imagi-
nary) orthogonal axis. If the two axes involved in the movement form a
left-hand axis. set direction to 0 to produce negative motion about the
third (possibly imaginary) orthogonal axis. See the table below.