Workspace/protection area control for 2-path application
When workspace or protection areas are defined for 2-path applications, the boundaries in (I)MCS coordinates are also defined by polygons or circles.
The third dimension, i.e. the Z axis, is monitored on the secondary path.
Release Note
This function is available as of CNC Build V3.1.3079.42.
Programing Example
Definition of a 2-path workspace
N040 #CONTROL AREA START [ID=1 WORK MONITOR_LVL = "IMCS" POLY MIN_EXCUR = -100 MAX_EXCUR = 100]
N050 : G0 X200 Y0 : G0 U150 V0
N060 : G0 X200 Y200 : G0 U150 V150
N070 : G0 X-200 Y200 : G0 U-150 V150
N080 : G0 X-200 Y-200 : G0 U-150 V-150
N090 : G0 X200 Y-200 : G0 U150 V-150
N100 : G0 X200 Y0 : G0 U150 V0
N110 #CONTROL AREA END