Go to documentation repository
Page History
General information
This action allows you to play audio on a server speakerYou can play back audio through a Server PC's loudspeaker.
Note | ||
---|---|---|
| ||
To make the client-side audio playback possibleexecute the action, you have to must create a Speaker object allowing the Speaker system object with the Play on Serverclient playback mode (see see The Speaker Objectobject). |
Configuring an action
To configure the action, set up do the parameters:following:
- Go to the Programming tab.
- In the Event rules or Cycle rules list, click Create... (see Configuring macros).
- Select a start condition that triggers a macro (see Configuring start conditions).
- Click the button below start conditions.
- From the drop-down list, select Notification: Play audio on device.
- In the Speaker parameter, select the required speaker.
- In the Audio source parameter, select the audio file you want to play as an audio notification.
In the Finish after parameter group, specify the condition that stops
Select a speaker (1).
- In the Audio file field (2), enter the full path to the audio notification file. Configure a condition (IF event, trigger) that will cancel
the notification:
Condition
Description
Timer
(3)Only
a the timer value is set.
Alerts are cancelled according to the time setting.Notification stops after the set time
Event filter
(5)One or several events are set,
the timer is set to 00:00:00.
Alerts are cancelled according to the IF event (trigger).Timer (3) + Intelligent event filter (IF) (5).Notification stops when any event from the filter occurs
Timer + event filter
One or several events are set,
the timer is set to non-zero.
Alerts are cancelled in a given Notification stops after a specified time after
the selected IF event (trigger) occurs.Timer (3) + OR flag (4) + IF (5).any event in the filter has occurred
Timer + OR checkbox + event filter
One or several events are set,
the timer is set to non-zero,
the the OR
flag checkbox is set.
In In this case,
the alert is cancelled on any of the two conditions: after the time interval expires or if an IF event (trigger) occurs. notification stops when whichever condition occurs sooner: either after a specified time or when any event from the filter occurs
Info title Note
...
- You can
...
- set the OR checkbox only if the timer setting is
...
- non-zero.
...
title | Note |
---|
- An implicit selection of an event is
...
- allowed—Last event for condition that initiated
...
- execution (see Configuring start conditions).
...
- If the event that
...
- initiated the execution of the command
...
- is the Triggering start from any type of
...
- detector, then the end event
...
- is the Triggering end from the same detector.
- Click the Apply button.
Configuration of the Play audio on device action is complete.