Entries Meaning
Item The following entries are possible:
● Parameter identifier
● Text
See example:
The header "Corner radius" appears in the second row of the window.
The text "Radius" and an input field for the value appear in the third row of
the window.
The fourth row is blank.
TOOLTYPE_ALL_XXX The setting applies to all tool types of a group. XXX stands for the group
number of the tool types. The hundreds position is used as the group num‐
ber, for example, TOOLTYPE_ALL_100 or TOOLTYPE_ALL_200 etc. (see
example).
WITHOUT_MORE_DA‐
TA
Tool
types of a tool group for which no "further data" are to be displayed can
be excluded with this identifier (see example).
Example 1
<MOREDATACONFIGURATION>
<TOOLTYPE_111>
<ROW1_COL1>
</ROW1_COL1>
<ROW2_COL1>
<Item value="TM_DGL_CORNER_RADIUS" type="QString" />
</ROW2_COL1>
<ROW3_COL1>
<Item value="GeoCornerRadius" type="QString" />
</ROW3_COL1>
<ROW4_COL2>
</ROW4_COL2>
</TOOLTYPE_111>
</MOREDATACONFIGURATION>
Example 2
<MOREDATACONFIGURATION>
<TOOLTYPE_ALL_500>
<ROW1_COL1>
<Item value="TM_DGL_LENGTH" type="QString" />
</ROW1_COL1>
<ROW2_COL1>
<Item value="GeoLengthGeoAx3" type="QString" />
</ROW2_COL1>
...
</TOOLTYPE_ALL_500>
Tool management
9.2 Configuring the user interface
SINUMERIK Operate
258 Commissioning Manual, 10/2015, 6FC5397-3DP40-5BA3