Tag Num‐
ber
Meaning
III -DisableSearch
III
III
III
III
III
0, 1
Disable the subject (keyword) search for the help book.
Attributes:
value true, false
type type, data type of the value (bool)
III-DisableFullTextSearch
III
III
III
III
0, 1
Disable the full text search for the help book.
Attributes:
value true, false
type type, data type of the value (bool)
III-DisableIndex
III
III
III
III
0, 1
Disable the subject index for the help book.
Attributes:
value true, false
type type, data type of the value (bool)
III-DisableContent
III
III
III
III
0, 1
Disable the table of contents for the help book.
Attributes:
value true, false
type type, data type of the value (bool)
III-DefaultLanguage
III
III
III
III
III
0, 1
Abbreviation for the language that should be displayed if the
actual country language is available for the help book.
Attributes:
value chs, deu, eng, esp, fra, ita, ...
type Data type of the value (QString)
The following applies for the "Number" column:
* means 0 or more
Example of a file "slhlp.xml"
The help book "hmi_myhelp.xml" is made known to SINUMERIK Operate in the following
example.
The subject index has not been activated for the help book.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!DOCTYPE CONFIGURATION>
<CONFIGURATION>
<OnlineHelpFiles>
<hmi_myHelp>
<EntriesFile value="hmi_myhelp.xml" type="QString"/>
<DisableIndex value="frue" type="bool"/>
</hmi_myHelp>
</OnlineHelpFiles>
</CONFIGURATION>
OEM-specific online help
19.4 Integrating the online help in SINUMERIK Operate
SINUMERIK Operate (IM9)
490 Commissioning Manual, 12/2017, 6FC5397-1DP40-6BA1