9.4 Examples
9.4.1
Example: Configuring an OEM tool list
9.4.1.1
Adapting the configuration file
The following excerpt shows the contents of the configuration file:
●
Milling technology: sltmlistconfig.xml
●
Turning technology: sltmturninglistconfig.xml
The file in this example is stored in the "user/sinumerik/hmi/cfg" directory.
This example describes a configuration of the OEM tool list.
● OEM tool parameter 1 is displayed in column 6.
● A new "Coolant 3" parameter is inserted in column 7 that displays bit 0 from OEM tool
parameter 2.
● OEM cutting edge parameter 1 is displayed in column 8.
Example
"sltmlistconfig.xml" or "sltmturninglistconfig.xml" file:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<CONFIGURATION>
<!-- **** Identifier for the configuration of the lists *** -->
<LISTCONFIGURATION>
<!-- **** OEM tool list *** -->
<SlTmTooloemForm>
<!-- **** Enabling the OEM tool list *** -->
<Enabled value="true" type="bool" />
<!-- **** Columns 1 to 5 have already been assigned default values. *** -->
<!-- **** Column 6 *** -->
<COLUMN6>
<!-- **** For all tool types *** -->
<TOOLTYPE_ALL>
<!-- **** Display OEM tool parameter 1 *** -->
<Item value="ToolUser_1" type="QString" />
</TOOLTYPE_ALL>
</COLUMN6>
<!-- **** Column 7 *** -->
<COLUMN7>
<!-- **** For all tool types *** -->
<TOOLTYPE_ALL>
Tool management
9.4 Examples
SINUMERIK Operate
294 Commissioning Manual, 10/2015, 6FC5397-3DP40-5BA3