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 #768 background imageLoading...
Page #768 background image
Tag identifier Meaning
BREAK Conditional cancellation of a loop.
CONTROL Changing the control after creation
A control tag changes the properties of an existing control after it has been created. The
tag must be specified with the name of the control to be changed and the new properties.
It can be executed only within a form tag. The following properties can be changed:
xpos
ypos
width
height
color_bk
color_fg
access level
fieldtype
itemdata
min
max
default
The reference variable cannot be modified. If a property is to be changed by triggering by
a softkey event, the send message tag must transfer this request into the form context. The
message tag is used to acquire the message.
CONTROL Continued Example:
<menu name = "main">
<open_form name = "attrib_form" />
<softkey POSITION="3">
<caption>Set%nro</caption>
<send_message>1, 0</send_message>
</softkey>
<softkey POSITION="4">
<caption>Set%nrw</caption>
<send_message>2, 0</send_message>
</softkey>
</menu>
<form name="attrib_form">
<init>
<control name="c_p0" xpos="60" ypos="70" width="272" />
</init>
<message>
<switch>
<condition>$message_par1</condition>
<case value="1">
<control name="c_p0" fieldtype="readonly" />
</case>
<case value="2">
<control name="c_p0" fieldtype="edity" />
</case>
</switch>
</message>
</form>
Generating user dialogs
1.6 XML identifier
Easy XML
16 Programming Manual, 10/2015, 6FC5397-3DP40-5BA3

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