ID 20607
| #PSET/PRESET can not be used in combination with path preparatory function. | |||
| Description | The NC commands #PSET and #PRESET may not be used in the same NC block with NC commands from the group of so-called path conditions since they also switch over the meaning of the programmed axis coordinates. Example: Wrong: N10 G00 X0 Y0 Z0 N20 G01 F1000 #PSET X200 : N1000 M30 Correct: N10 G00 X0 Y0 Z0 N20 G01 X200 F1000 N30 #PSET X200 : N1000 M30 | ||
| Response | Class | 2 | Abort NC program processing. | 
| Solution | Class | 3 | Check and adjust NC program sequence. Move the NC command from the path preparatory functions group into a separate NC block. | 
| Error type | 1, Error message from NC program. | ||
| 
 | |||