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

release_note

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

Secondary level with limitation
Secondary level with limitation
Reference level with limitations
Reference level with limitations
Workspace limitation in U/V/W with MCS and IMCS axes
Workspace limitation in U/V/W with MCS and IMCS axes

Programing Example

prg_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