Workspace/protection area monitoring 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.

This function is available as of CNC Build V3.1.3079.42.

Workspace/protection area monitoring for 2-path application 1:
Secondary level with limitation
Workspace/protection area monitoring for 2-path application 2:
Reference level with limitations
Workspace/protection area monitoring for 2-path application 3:
Workspace limitation in U/V/W with MCS and IMCS axes

Programming Example

Defining a workspace for a 2-path application

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