Oementries.py - Configuration File For Data Transfer To Tool Data Form - HEIDENHAIN iTNC 530 HSCI Technical Manual

Hide thumbs Also See for iTNC 530 HSCI:
Table of Contents

Advertisement

OEMEntries.py
1654
Configuration file for data transfer to the Tool Data form
You can define the value to be shown in every user interface element in the
input form. The display of values (TNC data) is only supported for certain user
interface elements:
Entry: Input field
Checkbutton: Check button
ComboBoxEntry: Input field with list box
All table values contained in the TNC table, which provides the basic
information, can be used as calculation values. Table values from related
tables can also be displayed, provided that this is compatible with the table
links (see Possible table links of OEMRules.py).
Definition of a data element
A data element shows the contents of a user interface element and is defined
by several configuration settings:
Entry
Description
Type of widget. Supported widget types are 'Entry',
'widget':
'CheckButton' or 'ComboBoxEntry'
Value to be used as cell content.
'value':
Values can only be assigned using the "equal to" operator
('=')
optional
As an option, you can define in the OEMEntries.py
whether the user can:
'edit':
edit the entry ('edit':('false','=')),
or cannot edit the entry ('edit':('true','=' )).
If no information is defined for 'edit', editing is possible.
Further rules can be used to create a conditional edit
function. The rules are executed sequentially one after the
other, thereby enabling you to nest the rules.
optional
As an option, you can enter permissible input values for the
cell contents. The following entries are possible:
'range':
Numerical input range 'range':('1 to 99') or
permissible ASCII characters 'range:('ABC123').
This requires the user to enter a value in the field, which is
defined by 'range' as permissible value. All other entries
are not accepted.
optional
Here you can enter a condition for the display of a surface
element.
'visible':
optional
Only for ComboBoxEntry:
Column of any desired table, all of whose values are made
'option':
available in the list box of the input field.
Example of displaying values in a list box:
option : ( '\\TABLE\\TTYP\\NR\\?\\NAME' )
–> All of the table values contained in the 'NAME' column
of the 'TTYP' table are now available in the list box.
HEIDENHAIN Technical Manual iTNC 530 HSCI

Advertisement

Table of Contents
loading

Table of Contents