
B-63924EN/01 3.CUSTOMIZATION
- 243 -
3.5.3 Common Definition Part
This part defines the type of data displayed on the child screen, the
number of the connected CNC, intervals at which displays are updated,
whether to display a title bar, and a caption used if the title bar is
displayed.
The above example indicates: The child screen is the [Parameter]
screen, the CNC to be connected is CNC No. 0 (corresponding to
CNC1 on the connection tab in Basic Operation Package 2
configuration definitions), the screen update interval (at which the
screen is updated (if necessary) with data obtained from the CNC) is 1
second (in ms units), a title bar is displayed, and the caption on the
title bar is “Parameter”.
(Note: The CNC to be connected may be specified as variable
according to navigation definitions.)
• datatype
This item allows you to define the type of child screens to be
displayed. The definition must be in plain text format. It
determines the type of child screens. The following table lists
datatype tag definitions and the corresponding child screens.
Child screen name datatype tag value
Position display screen f_position
Modal screen f_modal
Actual Speed screen f_speed
Program Check screen f_progcheck
Program block screen f_block
Program Edit screen f_progedit
MDI Program screen f_mdiprog
DNC Operation Monitor screen f_dncmonitor
DNC Schedule Setting screen f_dncschedule
DNC Sub Program Call Setting screen f_dncsubprg
Handy screen f_handy
Timer screen f_settimer
Tool Offset screen f_tooloffset
<formCommon>
<datatype>f_param</datatype>
<target>0</target>
<timer >
<interval>1000</interval>
</timer>
<titlebar bop2:enabled="false">
<text>Parameter</text>
</titlebar>
</formCommon>