Changing The Display Object Using A Script In Wincc; Selecting And Editing A Part Program - Siemens sinumerik 840d sl Configuration Manual

Sinumerik integrate create myhmi / wincc v13 sp1
Hide thumbs Also See for sinumerik 840d sl:
Table of Contents

Advertisement

Configuring screen objects

8.4 Changing the display object using a script in WinCC

8.4
Changing the display object using a script in WinCC
Changing the display object using a script in WinCC
You can also modify display object properties at runtime in WinCC using scripts. This
provides a means, for example, of changing the colors or the part program path dynamically.
Script example
Dim view
Set view = HmiRuntime.Screens("Screen_1").ScreenItems("NC Part Program_1")
view.Channel=1
view.BackColor=RGB(0, 255, 0)
view.GridlineColor=RGB(0, 0, 255)
view.Path="MPF_DIR"
8.5

Selecting and editing a part program

In SINUMERIK Integrate Create MyHMI/WinCC V13, the familiar screen objects of WinCC
flexible for selecting and editing subprograms are no longer available ("Fileviewer" and
"Fileeditor" screen objects).
Instead, you can now configure the functions for selecting and editing subprograms directly
in SINUMERIK Operate.
Selecting and editing subprograms by the operator
The operator can edit subprograms directly in SINUMERIK Operate by using the "Program
Manager" function:
Using the Program Manager, the user can access programs at any time to run them, edit
them, copy or rename them.
You can find a detailed description in the Operating Manual SINUMERIK 840D sl/828D
Universal in the section "Managing programs".
Restricting operator access to SINUMERIK Operate
You can also determine the control options available to the user (for example, softkeys)
directly in SINUMERIK Operate:
● For example, you can disable all functions except the Program Manager for the operator.
● You can also disable individual functions within the Program Manager.
To do this, assign the individual softkeys different access levels in SINUMERIK Operate.
You can find a detailed description in the Commissioning Manual SINUMERIK Operate (IM9)
in the section "Access levels for softkeys".
118
SINUMERIK Integrate Create MyHMI / WinCC V13 SP1
Configuration Manual, 11/2014

Advertisement

Table of Contents
loading

Table of Contents