Tool parameters
Dynamic data
Depending on the application, it may be necessary to define specific dynamic data for some tools. This data is used in the spindle to limit speed and acceleration during machining. The logical axis number of the spindle must also be specified in order to transmit the dynamic data to the spindle with the assigned tool.
P-TOOL-00012 | Logical spindle axis number |
Description | The dynamic data of the tool is assigned by the logical axis number of the spindle which will carry the tool after it is changed. If the logical axis number is assigned the value 0, no dynamic data is transferred to the spindle when the tool is changed. Dynamic data is modal in the spindle. It can either be overwritten
|
Parameter | wz[i].log_ax_nr_spdl |
Data type | UNS16 |
Data range | 0 ≤ log_ax_nr_spdl ≤ MAX(UNS16) |
Dimension | ---- |
Default value | 0 |
Remarks | Parameterisation example: Assigning the dynamic data of Tool 5 wz[5].log_ax_nr_spdl 6 #Logical axis number of the spindle |
P-TOOL-00013 | Minimum rotation speed |
Description | Minimum tool rotation speed. |
Parameter | wz[i].vb_min |
Data type | REAL64 |
Data range | 0 ≤ vb_min ≤ P-TOOL-00014 |
Unit | 0.001°/s |
Default value | 0 |
Remarks | The minimum rotation speed is only limited for endless turning. Parameterisation example: Assigning the dynamic data of Tool 5 wz[5].vb_min 60000 #Minimum rotation speed |
P-TOOL-00014 | Maximum rotation speed |
Description | Maximum tool rotation speed. |
Parameter | wz[i].vb_max |
Data type | REAL64 |
Data range | 1 ≤ vb_max ≤ 2000000000 |
Unit | 0.001°/s |
Default value | 1 |
Remarks | Parameterisation example: Assigning the dynamic data of Tool 5 wz[5].vb_max 3000000 #Maximum rotation speed |
P-TOOL-00015 | Maximum acceleration |
Description | Maximum tool acceleration. |
Parameter | wz[i].a_max |
Data type | REAL64 |
Data range | 1 ≤ a_max ≤ 100000000 |
Unit | °/s2 |
Default value | 1 |
Remarks | Parameterisation example: Assigning the dynamic data of Tool 5 wz[5].a_max 3000 #Maximum acceleration |