Parameter
|
Description
|
---|---|
ParW0
|
Enter 10 to indicate that the type of interpolation to be used is linear interpolation with circular interpolation connection.
|
ParW1 = NpLin
|
Indicate the number of points in the linear part of the segment in this parameter. This number of points (minimum 1) represents the number of intermediate points that the module has to calculate in order to define the trajectory on this linear part.
|
ParW2 = NpRacc
|
Indicate the number of points in the circular interpolation part in this parameter. This number of points (minimum 1) represents the number of intermediate points that the module has to calculate in order to define the trajectory on this part. It should be enough to ensure precision of the trajectory, and a minimum value of 15 is recommended.
|
ParW4
|
Bit 0 at 0 for a connection making an angle less than 180°.
Bit 0 at 1 for a connection making an angle more than 180°.
If a third tangent type axis is being used, select tangent mode (bit 8 of ParW4 at 1) to indicate that the motion of the third axis will follow the curve using tangent mode (positioning a tool for example so that it is always at right-angles to the curve and follows its tangent).
Note: Tangent mode (bit 8 at 1) will be available in a later version of the TjE/TSX CSY 85 combination, but for the moment only angular positioning of the third Z axis is supported.
|
ParF1 = lracc
|
lracc is the length of the circular interpolation segment.
|
Code
|
Description
|
---|---|
9501
|
The length lracc equals zero (illegal scenario).
|
9504
|
The table contains two consecutive identical points.
|
9506
|
Use of circular type interpolation although more than two axes have been defined
|
9508
|
Circular connection with angle of 180°
|
9509
|
Circular connection with angle of 0°
|
9514
|
Link too long: Next segment = 0
|
9515
|
The number of points in the linear segment is set to 0.
|
9517
|
The number of points in the circular interpolation segment is set to 0.
|