ID 21529

Deselection of Cartesian transformation during active trafo PTP programming not allowed.

Description

The deselection of cartesian transformation with #CS OFF or #ACS OFF is not permitted with active PTP motion control (#PTP ON).

Example:

Wrong:

N10 X50 Y50

N20 X100

N30 #CS ON

Nxx #PTP ON

Nxx #CS OFF

Nxx #PTP OFF

Nxx M30

Correct:

N10 X50 Y50

N20 X100

N30 #CS ON

Nxx #PTP ON

Nxx #PTP OFF

Nxx #CS OFF

Nxx M30

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify NC program. Do not deselect Cartesian transformation until PTP motion control has been deselected (#PTP OFF).

Error type

1, Error message from NC program.