Box; Control - Siemens SINUMERIK 828D Commissioning Manual

Turning and milling, valid for cnc software version 4.5
Hide thumbs Also See for SINUMERIK 828D:
Table of Contents

Advertisement

8.7.23

BOX

Description
Identifier for drawing a filled rectangle at the specified position, colored as specified.
Programming
Identifier:
Syntax:
Attributes:
8.7.24

CONTROL

Description
Identifier for creating control elements.
Default: fieldtype="edit" The data can be edited.
Programming
Identifier:
Syntax:
Attributes:
Turning and Milling
Commissioning Manual, 02/2012, 6FC5397-3DP40-3BA0
BOX
<box xpos="X position" ypos = "Y position" width="X extension" height="Y
extension" color="Color code" />
xpos
Position in the X direction (zero point in the left upper
corner)
ypos
Position in the Y direction (zero point in the left upper
corner)
width
Extension in X direction (in pixels)
height
Extension in Y direction (in pixels)
color
Color
CONTROL
<control name = "edit1" xpos = "X position" ypos = "Y position" refvar="NC
variable" hotlink="true" format="Format" display_format="FLOAT" />
name
xpos
ypos
8.7 Description of the script language
Name of the field: A local variable of the same
name is created for each field.
Position in the X direction (zero point in the left
upper corner)
Position in the Y direction (zero point in the left
upper corner)
Easy Extend
221

Advertisement

Table of Contents
loading

Table of Contents