EasyManua.ls Logo

Siemens SINUMERIK 840DE SL Commissioning Manual

Siemens SINUMERIK 840DE SL
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 #865 background imageLoading...
Page #865 background image
1.12 Configuring your own buttons
Buttons can be integrated into a form as action buttons or selection buttons.
1.12.1 Pushbutton
Tag property
The pushbutton is a control element that can be used as a button or checkable button. The
button can be designed by means of attribute definitions in the "softkey look & feel" style as
well as in a customized style. The relevant attributes must be defined with the property tag.
The foreground or background color can be changed using the color_fg, color_bk,
color_fg_pressed and color_bk_pressed attributes.
The pressed/checked or released states are represented by the values one or zero. A handler
function must be indicated to evaluate a button's change of state. The handler function is
indicated with the function attribute in the control tag.
The state of a checkable button can be determined by reading out the control variable or an
assigned reference variable.
With a touch operation, the finger gestures are "pressed" and "released" only when the finger
gesture is "let go".
Syntax
<control name="name" xpos="x position" ypos="y position"
fieldtype="pushbutton" >
<caption></caption>
</control>
Or with handler function
<control name="name" xpos="x position" ypos="y position"
fieldtype="pushbutton" function="button_handler" hotlink="true" >
<caption></caption>
</control>
<function_body name="button_handler">
</function_body>
or
Generating user dialogs
1.12 Configuring your own buttons
Easy XML
Programming Manual, 12/2017, 6FC5397-1DP40-6BA1 147

Table of Contents

Other manuals for Siemens SINUMERIK 840DE SL

Questions and Answers:

Siemens SINUMERIK 840DE SL Specifications

General IconGeneral
ApplicationHigh-end machine tools
User InterfaceSINUMERIK Operate
Axis CapacityUp to 31 axes
Safety IntegratedYes
Relative Humidity5% to 95% (non-condensing)
Control SystemCNC
TypeSINUMERIK 840DE SL
Programming LanguagesDIN 66025, ISO 6983, G-code
Communication InterfacesEthernet, PROFIBUS, PROFINET
Control LoopsPosition, Speed, Current
PLCIntegrated SIMATIC S7-300 PLC
Data StorageCompactFlash card, hard disk
Operating Temperature0°C to 45°C
Spindle CapacityDependent on machine mechanics

Related product manuals