Siemens SIMOVERT Master Drive
1
Posts
1
Users
0
Reactions
88
Views
Jun 29, 2024 7:53 am
Cause : Special function and axis combination not allowed comes when a different axis was programmed in the NC
block following a special function (M7 only).
Example:
N10 G50 X100 F1000
N15 G90 Y200 incorrect
N15 G90 X200 correct
The NC program number and NC block number in which the NC block decoder detected the error can be read out with the "output actual values - decoder error location" task.
- Correct the NC program.The axis used in the NC block with the special function must also be programmed in the next NC block.