Custom Widgets; Defining Custom Widgets; Structure Of The Custom Widget Library - Siemens SINUMERIK 828D Commissioning Manual

Hide thumbs Also See for SINUMERIK 828D:
Table of Contents

Advertisement

7.4

Custom widgets

7.4.1

Defining custom widgets

Description
User-specific display elements are configured in the dialog using a custom widget.
Programming
Definition:
Syntax:
Description:
Parameters:
Example
A custom widget is defined in the dialog configuration in the following way:
DEF Cus = (W///"","slestestcustomwidget.SlEsTestCustomWidget"/////
20,20,250,100);
7.4.2

Structure of the custom widget library

Description
Essentially, the custom widget library contains a defined class. The name of this class must
be specified in the dialog configuration in addition to the library names. Starting from library
names, "Run MyScreens" accesses a dll file with the same name, e.g.:
slestestcustomwidget.dll
SINUMERIK Integrate Run MyScreens
Programming Manual, 10/2015, 6FC5397-3DP40-5BA3
Software option
In order to use custom widgets in dialog boxes, you require the following additional
software option:
"SINUMERIK Integrate Run MyHMI /3GL" (6FC5800-0AP60-0YB0)
(name)
DEF
(W///"","
(library name) . (class name) "///// a , b , c , d );
W
Name
Library name
Class name
a, b, c, d
Defining custom widgets
Custom widget name, freely selectable
Can be freely selected, name of the dll (Windows) or
(Linux) library file
Freely selectable, name of the class function from the
previously named library
Position and size of the configuration
Graphic and logic elements
7.4 Custom widgets
175

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents