ID 20083
Write access to tool radius is not permitted with D word in the same NC block. | |||
Description | A D word in the block has read access to various tool parameters such as tool length, tool radius, etc. Therefore, the tool radius cannot be written in the same block. This also applies to access using V.G. variables. Example: Wrong: N10 G00 X0 Y0 Z0 N20 D1 V.G.WZ_AKT.R=3 N1000 M30 Correct: N10 G00 X0 Y0 Z0 N20 D1 N30 V.G.WZ_AKT.R=3 N1000 M30 | ||
Response | Class | 2 | Abort NC program processing. |
Solution | Class | 3 | Check and adjust NC program sequence. Program D word in the following NC block after write access. |
Error type | 1, Error message from NC program. | ||
|