ID 20774

Effector coordinate system may not be selected if (A)CS is already enabled.

Description

An effector coordinate system cannot be selected (#ECS ON) while another coordinate system is already enabled (e.g. #CS ON).

 

Example with error:

N40 #CS ON[1.2,3.4,5.6]

N50 G01 X100

N60 #ECS ON

N70 G01 Z50

N80 #ECS OFF

N90 #CS OFF

Corrected example:

N40 #CS ON[1,2,3,4,5,6]

N50 G01 X100

N60 #CS OFF  

N70 #ECS ON

N80 G01 Z50

N90 #ECS OFF

 

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify the program flow sequence. Deselect the active coordinate system before selection of the effector coordinate system.

Error type

1, Error message from NC program.