1656 HEIDENHAIN Technical Manual iTNC 530 HSCI
Example of a OEMEntries.py file:
The rules are executed sequentially one after the other, thereby enabling you
to nest the rules. The last applicable rule determines the displayed value.
# Tool table
entry_tool_name = {
’widget’ : ’Entry’
,’value’ : (’\\TABLE\\TOOL\\T\\?\\NAME’, ’=’)
#,’edit’ : (’\\TABLE\\TOOL\\T\\?\\NAME’, ’!=’,’’,’true’)
,
}
entry_tool_t = {
’widget’ : ’Entry’
,’value’ : (’\\TABLE\\TOOL\\T\\?\\T’, ’=’)
,’edit’ : (’false’, ’=’)
,
}
entry_tool_doc = {
’widget’ : ’Entry’
,’value’ : (’\\TABLE\\TOOL\\T\\?\\DOC’, ’=’)
,
}
entry_toolp_p = {
’widget’ : ’Entry’
,’value’ : (’\\TABLE\\TOOL_P\\P\\?\\P’, ’=’)
,’edit’ : (’false’, ’=’)
,
}
checkbutton_tool_tl = {
’widget’ : ’CheckButton’
,’value’ : (’\\TABLE\\TOOL_P\\P\\?\\P’, ’=’)
,
}
comboboxentry_tool_typ = {
’widget’ : ’ComboBoxEntry’
,’value’ : (’\\TABLE\\TOOL\\T\\?\\TYP’, ’=’)
,
}
comboboxentry_tool_cdt = {
’widget’ : ’ComboBoxEntry’
,’value’ : (’\\TABLE\\TOOL\\T\\?\\CDT’, ’=’)
,’optpath’: (’\\TABLE\\TNCSYS\\NR\\?\\PCDT’, ’.cdt’)
,
}