Siemens SINUMERIK 808D Function Manual page 302

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

Advertisement

Function name
control.empty
control.getfocus
control.setfocus
302
Description
The function deletes the contents of the specified list box or graphic
box controls.
Syntax:
<function name="control.empty"> control name,
</function>
Attribute:
name – function name
Values:
control name – control name
Example:
<function
name="control.empty">_T"listbox1"</function>
The function supplies the name of the control, which has the input
focus.
Syntax:
<function name="control.getfocus" re-
turn="focus_name" />
Attributes:
name – function name
return – a string variable should be specified, into which the control
name is copied.
Example:
<let name>="focus_field" type="string"></let>
<function name="control.getfocus" re-
turn="focus_field"/>
The function sets the input focus to the specified control.
The control name should be transferred as text expression of the
function.
Syntax:
<function name="control.setfocus"> control name
</function>
Attribute:
name – function name
Value:
control name – name of the control
Example:
<function name="control.setfocus"
">_T"listbox1"</function>
Function Manual
01/2017

Advertisement

Table of Contents
loading

Table of Contents