EasyManuals Logo

Siemens SINUMERIK 828D Commissioning Manual

Siemens SINUMERIK 828D
1167 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #791 background imageLoading...
Page #791 background image
Tag identifier Meaning
XML_PARSER The “XML_PARSER” tag can be used to parse XML files.
The parser interprets
an XML file and calls defined call-back functions. Each call-back func‐
tion belongs to a predefined event. The programmer can process the XML data within this
function.
Predefined events:
start document
The parser opens the document and starts parsing.
end document
The parser closes the document.
start element
The parser has found an element and creates a list with all attributes and attribute values.
These lists are forwarded to the call-back function.
end element
The end of the element has been found.
characters
The parser forwards all characters of an element.
error
The parser has detected a syntax error.
When an event occurs, the parser calls the call-back function and checks the function return
value. If the function returns "true," the parser continues the process.
Interfaces
The value of the name attribute contains the path to the XML file.
To assign events to the call-back functions, the following properties must be specified:
Standard
startElementHandler
endElementHandler
charactersHandler
Optional
errorHandler
documentHandler
The value of an attribute defines the name of the call-back function.
Example:
<XML_PARSER name="f:\appl\xml_test.xml">
<!-- standard handler -->
<property startElementHandler="startElementHandler" />
<property endElementHandler="endElementHandler" />
<property charactersHandler="charactersHandler" />
<!-- optional handler -->
<property errorHandler="errorHandler" />
<property documentHandler="documentHandler" />
</XML_PARSER>
Generating user dialogs
1.6 XML identifier
Easy XML
Programming Manual, 10/2015, 6FC5397-3DP40-5BA3 39

Table of Contents

Other manuals for Siemens SINUMERIK 828D

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Siemens SINUMERIK 828D and is the answer not in the manual?

Siemens SINUMERIK 828D Specifications

General IconGeneral
Control TypeCNC
Operating SystemWindows Embedded
ProcessorIntel Atom
Display10.4" color TFT display
InterfacesEthernet, USB
ProgrammingShopMill, ShopTurn
Operation Panel Size10.4"
Protection ClassIP65
PLC Memory2 MB
Spindle Capacity4 spindles
Hard DriveCompactFlash

Related product manuals