Animated script editor

This dialog box associates scripts with a display item. Conditions are evaluated in order listed. The first condition that evaluates to TRUE initiates the script action and stops further script evaluation. The script actions change the display item's color or image and/or turn blinking on or off.

Display items that can be scripted are:

Use the script editor Creating a script for an animated display item.

You can create scripts for labels, text fields or for animated objects. For example:

  • the colors or an animated image's picture can change according to the value of the monitored attribute.
  • an animated object associated with queue depth might go from green to yellow to red as queue depth approaches its maximum.

The blink rate for the animated object is 1/2 second "on" and 1/2 second "off." The rate is not configurable.

If none of the scripts evaluate to TRUE, the default color is retained in the display object.

Examples of valid scripts:

CurrentQDepth > 10000
"ACCTPAY - CQD" < 100
CurrentQDepth>500&MsgEnqRate> 100
(InhibitPut = 1)|(InhibitPut = 1)
QName ="MyQueue"

Was this page helpful? Yes No Submitting... Thank you

Comments