Example of alarm control in the script
The example shows usage of methods
SetState,
Inactivate and
Activate
- This example is functional for the Web.
- Located in the Pma object tree: /Examples/Alarms.
The example contains a single panel (
PmaPanel object) with several
PmgButton objects. These buttons contain a script in the
onButtonUp event. These use the panel method
SetAlarm to activate the alarm with corresponding texts obtained in method parameters. Or use the panel method
SetInactive to execute
Inactivate method of the item, or set the state of this item by the
SetState method.
In order to make alarm state changes visible, the workspace is divided by the
PmaWorkspace object to panel section (with controls) and alarm states viewer section.