ProSoft Technology ProSoft i-View User Manual

Page 57

Advertising
background image

ProSoft i-View ♦ Mobile Process Monitoring and Control Application

Data Source Files

Version 2.0.2

User Manual

ProSoft Technology, Inc.

Page 57 of 106

September 29, 2011

Now consider the following case

color1

UDINT

INTERNAL

label

=

"Color

1";

write_access=0;
color2

UDINT

INTERNAL

label

=

"Color

2";

write_access=0;
colorSelection BOOL

INTERNAL

label = "Select Color"; style

= "Switch"; write_access=0;
coloredValue DINT

HR1

label = "Colored Value";

color = colorSelection ? color1 : color2 ;

The coloredValue color will be always updated according to colorSelection
after any change of color1 or color2.

Advertising