Error description, Usage example – Yaskawa MotionWorks IEC Toolboxes User Manual
Page 303

Gantry Toolbox: Function Blocks
MotionWorks IEC61131-3 Toolboxes: 2013-09-13
290
•
See Yaskawa's Youtube channel for
Error Description
ErrorID
Meaning
No error
CamData.LastSegment must be greater than 0 and less than 400, or whatever value has
been declared as the ARRAY size in the CTB_Types file.
DataPoint Error
One of the segments in the path has an invalid Segment Type.
Path.Data[Segment].SegmentType must be coded as either being a line (INT#1) or an arc
(INT#2).
The absolute sum of the motion for all axes relative travel from the previous segment
cannot be zero. One axis must always be in motion from segment to segment, otherwise
the virtual master distance cannot be calculated.
Arc Error
Point Error
The start angle must be a value from 0.0 to 360.0 degrees
Usage Example