Siemens SINUMERIK 808D ADVANCED Series Commissioning Manual page 345

Hide thumbs Also See for SINUMERIK 808D ADVANCED Series:
Table of Contents

Advertisement

HMI
Syntax
<softkey position="2"
type="user_controlled">
<state type="pressed" />
<caption>Parameter%nSetting</caption>
</softkey>
<softkey_back type="user_controlled">
<state type="notpressed" />
<navigation>Main</navigation>
</softkey_back>
<softkey position="12">
<caption>Activate</caption>
<msgbox text="This operation will restart
the NCK, drive and HMI. Are you sure to con-
tinue?" caption="1" retvalue="var2"
type="btn_okcancel"/>
<if>
<condition>var2==1</condition>
<then>
<control_reset resetnc="true"/>
<waiting waitingfornc="true"/>
</then>
</if>
</softkey>
</menu>
<form name="Parameter">
<paint>
<TEXT xpos="10" ypos="30" co-
lor="#000000">Axial jerk</TEXT>
...
</paint>
<init>
<caption>Z axis-specific machine data set-
ting</caption>
<DATA_ACCESS type="true"/>
<CONTROL name="III" xpos="350" ypos="30"
height="20" width="75" fieldtype="edit"
refvar="$MA_JOG_AND_POS_MAX_JERK[AX3]" hot-
link="true"/>
...
</init>
</form>
Commissioning Manual
6FC5397-4EP10-0BA8, 07/2018
Used identifiers and their meanings
MSGBOX: opens the desired message box whose
return value can be used for branching.
SOFTKEY: defines the properties and responses of
the desired softkeys.
MENU: defines the start menu containing the softkey
description and the dialog to be opened.
FORM: defines the description of the desired user
dialog.
PAINT: defines the desired texts and images which
are to be displayed in the dialog box.
INIT: defines the desired input elements and hotlinks
for the dialog form
CAPTION: defines the title of the desired dialog box.
CONTROL: defines the desired control elements.
INIT: defines the desired input elements and hotlinks
for the dialog form
FORM: defines the description of the desired user
dialog.
345

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 808d advanced t

Table of Contents