Project-level Actions

Project-level Actions enable you to use events to drive actions such as Load Screen, or to play Sounds.

To create an action:

  1. Select Actions from the Solution Explorer tree.

  2. Click Add New Action.

  3. Define the Event Name, select an Event Trigger, and the resultant Action.

    Note

    • The Event Trigger must be linked to a Set Coil.

    • The coil is automatically reset by the OS after the Action is executed.

  4. If the Action requires you to select an entity, such as a screen or sound file, make your selection in the Properties window.

 

ActionsProject

Action type

Description

Load Screen

When the trigger bit turns ON, the screen linked in the Properties Window loads. The bit is reset by the system.

Start Buzzer

When the Start trigger bit turns ON, the buzzer sounds. This bit is reset by the system.

To stop the buzzer, turn the Stop trigger bit ON. This bit is also reset by the system.

Stop Buzzer

Play Sound

When the Start trigger bit turns ON, the audio system plays the file linked in the Properties Window. This bit is reset by the system.

When the file reaches its end, the sound stops--it is not played in a loop.

To stop the sound before the file finishes playing, turn the Stop trigger bit ON. This bit is also reset by the system.

UniLogic comprises a library of system sounds library of system sounds.

Stop Sound

Change Volume
(range: 1-100)

When the trigger bit turns ON, the volume increases to the level in the linked register. This bit is reset by the system.

If the register value is out of range:

- Lower than 1: Volume set to 1
- Higher than 100: Volume set to 100

Change Brightness
(range: 10-100)

When the trigger bit turns ON, the screen brightness increases to the level in the linked register. This bit is reset by the system.

If the register value is out of range:

- Lower than 10: Brightness set to 10
- Higher than 100: Brightness set to 100

Set Language

Use a bit to change the HMI display Language.

Load VNC

This enables you to load the VNC Client after a power up, or splash screen.
This is helpful when using a UniStream as a remote panel for another UniStream controller.

Take Screenshot

Turn this bit ON to take a screenshot of the current HMI screen.

Clear and Ack all Alarms

When the trigger bit turns ON, all Alarms are acknowledged and cleared.

Clear all Alarms

When the trigger bit turns ON, all Alarms cleared.

Create and Zip Alarms Log file

When the trigger bit turns ON, the Alarm Log file is zipped and plaved in the "/AlarmLog/" folder on the SD card. The zip file name contains a timestamp, "AlarmLogTIMESTAMP.zip"

Safe Remove SD

Enables the user to safely remove the SD

Safe Remove DOK

Enables the user to safely remove the DOK

UAC Log out Request Enables logout as a result of ladder condition.
Turn Off Screen Saver  Deactivates Screen Saver
Turn On Screen Saver Activates Screen Saver

 

Related Topics

HMI Element Actions

On-Line Test Mode (Debug)

Show Code