EasyManuals Logo

Siemens SINUMERIK ONE MCP 2400.4c Commissioning Manual

Siemens SINUMERIK ONE MCP 2400.4c
1734 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 #743 background imageLoading...
Page #743 background image
Tag identifier Meaning
DATA_LIST The tag enables the listed drive and machine data to be saved or restored.
Addresses are listed in lines. Chapter "Component addressing" (Page 85) describes how
addresses are formed.
Up to 20 temporary data lists can be created.
Attributes:
action
read
– the values of the listed variables are stored in a temporary memory
append
– the values of the listed variables are added to an existing list
write
– the backed up values are copied to the relevant machine data
id
The identifier identifies the temporary memory
Syntax:
<DATA_LIST action="<read/write/append>" id="<list name>">
NC/PLC address compilation
</DATA_LIST>
Example:
<DATA_LIST action ="read" id="<name>">
nck/channel/parameter/r[2]
nck/channel/parameter/r[3]
nck/channel/parameter/r[4]
$MN_USER_DATA_INT[0]
</ DATA_LIST>
<DATA_LIST action ="write" id="<name>" />
DO_WHILE Do while loop
DO
Instructions
WHILE (Test)
Syntax:
<DO_WHILE>
Instructions
<CONDITION>…</CONDITION>
</DO_WHILE>
The Do While loop comprises a block of instructions and a condition. The code in the in‐
struction block is executed first, then the condition is applied. If the condition is true, the
function executes the code section again. This is continually repeated until the condition is
false.
Example:
<DO_WHILE>
<DATA name = "PLC/qb11"> 15 </DATA>
<CONDITIION> "plc/ib9" == 0 </CONDITION>
</DO_WHILE>
Generating user dialogs
1.7 XML identifier
Easy XML
Programming Manual, 12/2017, 6FC5397-1DP40-6BA1 25

Table of Contents

Other manuals for Siemens SINUMERIK ONE MCP 2400.4c

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Siemens SINUMERIK ONE MCP 2400.4c and is the answer not in the manual?

Siemens SINUMERIK ONE MCP 2400.4c Specifications

General IconGeneral
BrandSiemens
ModelSINUMERIK ONE MCP 2400.4c
CategoryControl Systems
LanguageEnglish

Related product manuals