Xml Identifier; 23.10.6.1 General Structure; 23.10.6.2 Instruction/Identifier Description - Siemens SINUMERIK 808D Function Manual

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

Advertisement

23.10.6

XML identifier

23.10.6.1 General structure

Structure and instructions of the script file for dialog configuration
All dialog configurations should be stored in the DialogGui tag.
<DialogGui>
...
</DialogGui>
Example:
<?xml version="1.0" encoding="utf-8"?>
<DialogGui>
...
<FORM name ="Hello_World">
<INIT>
<CAPTION>Hello World</CAPTION>
</INIT>
...
</FORM>
</DialogGui>
Instructions
The language offers the following instructions for executing conditional instructions and loop controls:
● For loop
● While loop
● Do while loop
● Conditional processing
● Switch and case instructions
● Operator controls in a dialog form
● Softkey descriptions
● Define variables
For a detailed description of instructions, see Instruction/identifier description (Page 229).

23.10.6.2 Instruction/identifier description

The following XML tags are defined for generating dialogs and menus, and for executing program sequences:
Note
Attribute values that are in quotation marks "<...>" should be replaced by the currently used expressions.
Example:
<DATA_LIST action="read/write/append" id="<list name>">
is programmed as follows:
<DATA_LIST action="read/write/append" id="my datalist">
Tag identifier
BREAK
CONTROL
Function Manual
01/2017
Meaning
Conditional cancellation of a loop.
The tag is used to generate control elements.
229

Advertisement

Table of Contents
loading

Table of Contents