Acceptance of tool dynamic data (GET_DYNAMIC_DATA)
The availability of this function depends on the configuration and the concrete scope of version. |
The tool dynamic data (minimum/maximum speed, max. acceleration) takes effect automatically on transition of the spindle from standstill to interpolation after programming a new tool (D-word, #TOOL DATA). Changed tool dynamic data is accepted and allowed for at constant speed of rotation by the spindle-specific command "GET_DYNAMIC_DATA". This command may not be used simultaneously together with other spindle-specific commands.
Programming example
N10 T1 D1 (Support of tool dynamic data inside the)
(standard tool data)
N15 M6 (Tool change of WZ 1)
N20 S[M3 REV2002] (S rotates 2000 U/min. with tool dynamic data)
(of D1)
N25 X100 Y100 (Movement block with tool dynamic data of D1)
N30 T99 D99 (Support of new tool dynamic data inside the
(standard tool data)
N35 X200 Y150 (Movement block with tool dynamic data of D1)
N40 S[GET_DYNAMIC_DATA] (Taking over tool dynamic data D99)
N45 X150 Y200 (Movement block with tool dynamic data of D99)
N50 X50 Y50 (Movement block with tool dynamic data of D99)
N60 S[M05] Z100 (Spindel stop)
N99 M30 (Program end)