Skip to main content

Actions

Actions can be viewed as outputs and can be executed either via events or panels.

Each action has the following base parameters:

ParameterDescription
NameName to identify this model
Action TypeType to decide which parameters are needed
EnabledIndicates if the model is enabled
CategoryThe associated category
DescriptionAdditional description
Execute as Primary OnlyIf enabled, this Action will only be executed when the NodeState of this node is Primary
Initial StatusStatus which is used after initialization
LoggingIf enabled, this item will create log entries
Last ExecutionThe date and time when this Action was last executed
Last Successful ExecutionThe date and time when this Action was last successfully executed
OccurrencesNumber of times this item has occurred
Retry CountAmount of retries in case of an error when executing this Action
Retry If FailedIf enabled, this Action will be executed again in case of an error
Retry IntervalInterval between retries in case of an error when executing this Action
In seconds
Sequence NumberThe unique sequence ID of this item. Used for the Ember+ provider OID.
Status CodeThe current status code
Status MessageThe current status message
StatusThe current status
Substitution TableThe associated Substitution Table

Audio Recording

Records audio from an audio input.

ParameterDescription
Audio Input
Command
info

Requires the Audio add-on.

The following Commands are currently supported:

  • Start
  • Stop

Bionic Studio GPIO

Change a GPI on a Bionic Studio server.

ParameterDescription
DeviceAssociated Bionic Studio Server
Generic Device
Destination PortUDP Destination Port
Must match the Bionic Studio configuration
Source PortUDP Source Port
Must match the Bionic Studio configuration
GPI Number
GPI ValueIf Follow Event Status is selected, the event status (on / off) will be used as value

The following GPI Values are currently supported:

  • True
  • False
  • Follow Event Status

Codec Control

Allows to control a wide range of audio codecs using the DCM modules from DSA Volgmann.

ParameterDescriptionSupports
Placeholders
Command
CodecCodec Device
NumberSIP URI / phone number
Required if command Connect is selected
✔️
ProfileMode Number
Required if command Connect is selected
✔️

The following Commands are currently supported:

  • Connect
  • Disconnect
  • Answer

DHD Logic State

Allow to set the state of DHD logic elements via the ECP protocol.

ParameterDescriptionSupports
Placeholders
DeviceDHD Mixing Console Device
Logic IDID of the DHD logic element (can be found in DHD ToolBox)✔️
Logic StateThe logic state to set
true/false
✔️

DMS

Allows to send commands to Lawo Radio Consoles using the DMS / VisTool protocol.

ParameterDescriptionSupports
Placeholders
DeviceLawo Radio Console Device
TypeScreen Button / Screen Button RGB, depending on your OnAir Designer configuration
SlotScreen Button Slot✔️
KeyScreen Button Key✔️
Value1 = press, 0 = release✔️

The following Types are currently supported:

  • Screen Button
  • Screen Button RGB
  • Surface Button

DMX Scene

Allows to load DMX scenes using IP-based DMX controllers (Sunlite / ProLED / Nicolaudie devices).

ParameterDescriptionSupports
Placeholders
DeviceDMX Controller
Generic Device
Device Edition
Scene IndexZero-based scene number within the DMX configuration✔️
Page IndexSubpage within the scene
Zero-based. Required if device edition SIUDI7 is selected
✔️
CommandCommand to send
ValueCommand value (0 - 1000) or hexadecimal RGB value for scene color set (e.g. #FF0000 for red)✔️

The following Device Editions are currently supported:

  • SIUDI7
  • SIUDI11A

The following Commands are currently supported:

  • Scene Color Set
  • Scene Dimmer Set
  • Scene On
  • Scene Speed Set

DStar

Allows the control (pan / tilt / zoom / focus) of BR Remote uL camera heads.

ParameterDescriptionSupports
Placeholders
DeviceGeneric Device
Camera ID
Command
PanValue 0 - 126 = left, 128 - 255 = right. The bigger the offset from the middle (127), the higher the speed. 127 means no change.
Moves left or right. Required if command Normal Move is selected.
✔️
TiltValue 0 - 126 = up, 128 - 255 = down. The bigger the offset from the middle (127), the higher the speed. 127 means no change.
Moves up or down. Required if command Normal Move is selected.
✔️
ZoomSub Index
Required if command Normal Move is selected
✔️
Focus / Preset NumberSub Index Value✔️

The following Commands are currently supported:

  • Load Preset
  • Normal Move
  • Store Preset

E-Mail

Sends notifications to one or more recipients via SMTP.
It uses the global SMTP server settings.

ParameterDescriptionSupports
Placeholders
RecipientsRecipient of the e-mail
You can add multiple addresses comma-separated
✔️
SubjectSubject of the message✔️
BodyBody of the message✔️
Use HTMLIf enabled, HTML can be used in the Body.
PriorityMessage priority
info

Before you can use this action, you need to configure an SMTP Server in the E-Mail settings.

The following Priorities are currently supported:

  • low
  • normal
  • high

Ember+ Function

ParameterDescriptionSupports
Placeholders
DeviceGeneric Ember+ Device
Ember Path
ArgumentsAs JSON✔️
Parameter OIDObject Identifier (OID) of parameter. Will be populated automatically if field is left empty.

Ember+ GPIO

Sets an Ember+ GPI of the given provider. The value will be set to the current status of the event.

ParameterDescription
DeviceGeneric Ember+ Device
GPIO Node NameName of the Ember+ GPIO element as shown in TinyEmber or Lawo configuration
GPI Number
Pulse
Parameter OIDObject Identifier (OID) of parameter. Will be populated automatically if field is left empty.

Ember+ Matrix

Sets crosspoints in an Ember+ matrix

ParameterDescriptionSupports
Placeholders
DeviceGeneric Ember+ Device
Ember PathPath of the Ember+ matrix node
Source ID✔️
Destination ID✔️
Channel CountChannel/crosspoint count
Parameter OIDObject Identifier (OID) of parameter. Will be populated automatically if field is left empty.
tip

The channel count can be used to set multiple crosspoints at once (e.g. for stereo connects). The source and destination ID will automatically increase by one.


Example:


Source ID: 10
Destination ID: 50
Channel Count: 2
Resulting Crosspoints: 10 -> 50 and 11 -> 51

Ember+ Value

Sets any value in a Ember+ device.

ParameterDescriptionSupports
Placeholders
DeviceGeneric Ember+ Device
Ember Path
Value✔️
Use Event StatusIf enabled, the event status (on / off) will be used as GPIO value
Parameter OIDObject Identifier (OID) of parameter. Will be populated automatically if field is left empty.

Ember+ Values

Sets multiple values in a Ember+ device.

ParameterDescription
DeviceGeneric Ember+ Device
Ember+ ValuesAs JSON
tip

You can use the Ember+Viewer to copy the values

File

Creates text-based files. If the file does already exist, it will be replaced.

ParameterDescriptionSupports
Placeholders
PathAbsolute storage path for the generated file
Without filename
✔️
FilenameFilename including extension (e.g. file.txt)✔️
Encoding
Content✔️
Append to FileIf disabled, the content of the file is replaced every time
UNC paths are supported, but without authentication

If the destination path requires authentication, the Broadcast Suite Core service needs be run as domain user with appropriate rights.

The following Encodings are currently supported:

  • ASCII (7-bit character set)
  • EBU
  • UTF-16 (Big Endian Byte Order)
  • UTF-16 (Little Endian Byte Order)
  • UTF-32 (Big Endian Byte Order)
  • UTF-32 (Little Endian Byte Order)
  • UTF-8

G&D KVM Crosspoint

Allows to control Guntermann & Drunck KVM matrices.

ParameterDescriptionSupports
Placeholders
DeviceThe associated KVM device
Generic Device
Console NameConsole unit name✔️
CPU NameCPU unit name✔️

HTTP Request

Sends an HTTP Request which can be used to send content to external systems or web services

ParameterDescriptionSupports
Placeholders
DeviceAPI Device
Request Method
Request URI✔️
Content TypeThe content type used in the HTTP header
Request Body✔️
Check for successful responseIf enabled, the action only receives the status Execution successful when it has received a successful response code (2XX).
info

Depending on your network architecture, you might need to configure a proxy server before you can use this action.

The following Request Methods are currently supported:

  • GET
  • POST
  • PUT
  • PATCH
  • DELETE

The following Content Types are currently supported:

  • application/json
  • application/vnd.api+json
  • application/xml
  • application/x-www-form-urlencoded
  • text/html
  • text/plain
  • text/xml

IHSE Crosspoint

Sends one or multiple crosspoints to IHSE KVM matrices (draco series).

ParameterDescriptionSupports
Placeholders
DeviceIHSE KVM matrix
IHSE KVM Matrix Device
CrosspointsSource (left) and destination (right), including prefix (CON_ / CPU_). Example: CON_1003:CPU_3003
One crosspoint per line
✔️

IHSE Macro

Allows to set IHSE KVM macros.

ParameterDescriptionSupports
Placeholders
DeviceIHSE KVM Matrix Device
Macro Key✔️
Console IDPrefix CON_ is optional✔️
User ID0 = Disable User ID (Use Matrix Macros)✔️

KPF Crosspoint

Allows to set KPF crosspoints in Lawo Radio OnAir products.

ParameterDescriptionSupports
Placeholders
DeviceKPF matrix
Generic Device
Source IDUse 0 to mute/disconnect
KPF Source ID
✔️
Destination IDKPF Destination ID✔️
Channel CountChannel Count (1 - 8)
If this value is higher than 1, multiple crosspoints with incremental source / destination IDs are set.
✔️

Livewire GPIO

Sets a GPO of an Axia xNode to the status of the associated event.

ParameterDescription
DeviceGPIO device
Generic Device (with authentication) Device
GPO Port Number
GPO Pin Number

Load Preset

Allows to load a Preset.
Will execute all actions in the preset for the matching area.

ParameterDescriptionSupports
Placeholders
PresetThe preset with the actions to execute
Select a preset or use a preset ID. Supports Placeholders.
✔️
AreaThe area to use for the preset
Select an area or use an area ID. Supports Placeholders.
✔️

Load Snapshot

Loads a Select-a-Line Snapshot.

ParameterDescription
Snapshot
Override Existing Return Line
info

Requires the Select-a-Line add-on.

Log

Add custom log entries to the Core log.
Can be used to find certain triggers and events more efficiently

ParameterDescriptionSupports
Placeholders
Log Message✔️
Log Level

The following Log Levels are currently supported:

  • Trace
  • Debug
  • Info
  • Warn
  • Error
  • Fatal
  • Off

Marshall Switcher

Allows to control Marshall VMV-402-SH MultiViewers.

ParameterDescriptionSupports
Placeholders
DeviceGeneric Device
Command
ValueByte value✔️

The following Commands are currently supported:

  • Show Quad View
  • Switch Input

Modbus TCP

Allows to write coils and registers using ModbusTCP.

ParameterDescriptionSupports
Placeholders
DeviceModbus Device
Function Code
AddressStarts at 1
Value✔️

The following Function Codes are currently supported:

  • Write Single Coil
  • Write Single Register

MQTT

Allows sending of MQTT messages.

ParameterDescriptionSupports
Placeholders
DeviceMQTT Device
TopicTopic for the MQTT message✔️
ValueValue to send✔️
RetainAsks the broker to store the last message for the given topic

Node State

Allows you to set the node state on the current core.

ParameterDescription
Node StateNode state to set on the Broadcast Suite Core

The following Node States are currently supported:

  • Primary
  • Secondary

OSC

Allows sending of OSC messages via UDP.

ParameterDescriptionSupports
Placeholders
DeviceTarget device
Generic Device
OSC Path✔️
ValueValue to send✔️
Local PortOSC source port
Data TypeType of the value to send

The following Data Types are currently supported:

  • Boolean
  • Float
  • Integer
  • String

Placeholder Updater

Updates the ReplacementValue of the specified Placeholder.

ParameterDescriptionSupports
Placeholders
PlaceholderPlaceholder to update
Dynamic Placeholder
Replacement ValueValue which should be set on the Placeholder✔️

RDS

Allows to send a command to an RDS Encoder.

ParameterDescriptionSupports
Placeholders
DeviceRDS Encoder Device
CommandCommand to use
ValueValue to send✔️

The following Commands are currently supported:

  • Programme Type (PTY)
  • Radio Text (RT)
  • Traffic Announcement (TA)

Remote Trigger

Allows to set the status and current value of a trigger from type Remote Trigger on an external Broadcast Suite instance.

ParameterDescriptionSupports
Placeholders
Remote Broadcast SuiteDevice, which represents the remote Broadcast Suite
Broadcast Suite Device
Remote Trigger IDThe ID which is specified as Remote Trigger ID parameter on the Remote Trigger on the external Broadcast Suite instance.
Remote Trigger StatusStatus, which should be set on the Remote Trigger
Remote Trigger ValueValue, which should be set on the Remote Trigger✔️

The following Remote Trigger Status are currently supported:

  • Connected
  • Connecting
  • Connection failed
  • Disabled
  • Disconnected
  • Disconnecting
  • Execution failed
  • Execution successful
  • Failed
  • Initialization failed
  • Initialized
  • Locked
  • No State
  • Not executed
  • Not Initialized
  • Off
  • On
  • Partially executed
  • Paused
  • Timeout

RS-232

Sends a series of commands to a COM port.

ParameterDescriptionSupports
Placeholders
COM PortName of the serial port, e.g. COM1
Baud RateSerial baud rate
Data BitsAmount of data bits
Stop BitsNumber of stop bits per byte
ParityParity configuration
CommandsAfter each command, a line break (\r\n) is being sent to the serial port.
One command per line
✔️
IntervalWaiting time before sending the next command
In milliseconds

The following Baud Rates are currently supported:

  • 2400
  • 4800
  • 9600
  • 19200

The following Stop Bits are currently supported:

  • 1
  • 1.5
  • 2

The following Paritys are currently supported:

  • None
  • Even
  • Odd

Script

Allows to execute different scripts.

ParameterDescriptionSupports
Placeholders
Script Type
Script Content✔️
IMPORTANT

Please note that these scripts are being executed as the same user as Broadcast Suite Core. On Windows systems, this is usually Local System.
For Linux installations, you can configure the Shell Path in the Core settings.

The following Script Types are currently supported:

  • Batch Script (.bat)
  • PowerShell (.ps1)
  • Shell (.sh)
  • VB-Script (.vbs)

Skaarhoj Panel

Allows to send a command to a Skaarhoj panel.

ParameterDescriptionSupports
Placeholders
DeviceSkaarhoj Panel Device
CommandCommand to send✔️

SMS

Sends SMS messages to one or more recipients using Twilio.

ParameterDescriptionSupports
Placeholders
RecipientsList of message recipient numbers
The number must start with +. You can add multiple recipients comma-separated (e.g. +41 76 123 45 67, +41761112233).
✔️
MessageMessage to send✔️

SNMP

Allows to send SNMP TRAP and SNMP SET requests with various data types to a specified endpoint.

ParameterDescriptionSupports
Placeholders
CommandSNMP Command Type
Data TypeSNMP Data Type
Destination Address✔️
Destination Port
OIDObject Identifier
You may also use 1.3.6.1.4.1.38083.111 and children of this OID
✔️
ValueValue to send✔️
Community StringSNMP community string✔️

The following Commands are currently supported:

  • SNMP SET
  • SNMP TRAP

The following Data Types are currently supported:

  • Counter32
  • Counter64
  • Gauge32
  • Int32
  • Octet String
  • Time Ticks

Sound4 Preset

Allows to control the OnAir presets of Sound4 BigVoice voice processors.

ParameterDescriptionSupports
Placeholders
DeviceSound4 Device
Channel NumberUsually 1 or 2✔️
Preset Reference Mode
PresetPreset name or ID, depending on the preset reference mode.✔️

The following Preset Reference Modes are currently supported:

  • ID
  • Name

TCP

Allows to connect to the configured destination over TCP and send messages.
Optionally, the response can be verified.

ParameterDescriptionSupports
Placeholders
Destination AddressDestination Endpoint
Destination PortTCP Destination Port
PayloadContent to send✔️
Payload TypePayload and response encoding
Verify ResponseIf enabled, the action waits for a response after sending the TCP message
Expected ResponseIf no response has been received or if the response does not match, the action will have the status Execution failed.
Required if Verify Response is enabled
✔️
Expected Response OperandRequired if Verify Response is enabled. If regex is selected, the Expected Response will not be replaced with placeholders.

The following Payload Types are currently supported:

  • ASCII
  • Byte Array
  • UTF-8

The following Response Operands are currently supported:

  • equals (=)
  • not equal (!=)
  • lesser than (<)
  • lesser than (<) absolute
  • lesser than or equal (<=)
  • greater than (>)
  • greater than (>) absolute
  • greater than or equal (>=)
  • contains
  • does not contain
  • starts with
  • ends with
  • regex
  • empty
  • empty or whitespace
  • any

Telegram Notification

Sends notifications to one or more recipients using a Telegram bot.
Further information on bots can be found on https://core.telegram.org/bots/api

ParameterDescriptionSupports
Placeholders
RecipientsList of message recipient user- or group IDs
You can add multiple recipients comma-separated (e.g. 1234, 5678). Find your Telegram ID under https://t.me/my_id_bot.
✔️
MessageMessage to send✔️
info

Before you can use this action, you need to set the Telegram API Key in the API Keys settings.

Telnet

Allows to send commands to a telnet device.

ParameterDescriptionSupports
Placeholders
DeviceGeneric Device, Telnet Device or Sound4 Device
CommandsCommands to send
One command per line
✔️
IntervalAfter each command, the action pauses for the configured amount of time
Pause between each command. In milliseconds.
Expected ResponseThe expected response for the Commands.
If the response contains this value, the action has the status "Execution successful".
Leave empty if no response is expected

UDP

Allows to send UDP telegrams.

ParameterDescriptionSupports
Placeholders
DeviceDestination Endpoint
Generic Device
Destination PortUDP Destination Port
If no port is specified here, the port of the device is used
Source PortUDP Source Port
PayloadThe content to send✔️
Payload TypePayload encoding

The following Payload Types are currently supported:

  • ASCII
  • Byte Array
  • UTF-8

Videohub Crosspoint

ParameterDescriptionSupports
Placeholders
DeviceBlackmagic Design Videohub Device
CrosspointsOne crosspoint per line. Format: Source:Destination✔️

vMix

ParameterDescriptionSupports
Placeholders
DeviceAPI Device
FunctionAs described in the vMix API documentation
ValueDepends on the function, please refer to the vMix API documentation✔️
InputInput as number (starting from 1), name or GUID✔️
Selected NameOnly required for title or XAML inputs✔️

The following Functions are currently supported:

  • Active Input
  • Add Input
  • Layer On
  • Layer Off
  • Layer On/Off
  • List Add
  • Next Item
  • Open Preset
  • Overlay 1 In
  • Overlay 1 Out
  • Overlay 1 Off
  • Overlay 2 In
  • Overlay 2 Out
  • Overlay 2 Off
  • Overlay 3 In
  • Overlay 3 Out
  • Overlay 3 Off
  • Overlay 4 In
  • Overlay 4 Out
  • Overlay 4 Off
  • Play
  • Previous Item
  • Script Start
  • Script Stop
  • Pause
  • Set Countdown
  • Set Image
  • Set Layer
  • Set Text
  • Start Countdown
  • Start MultiCorder
  • Start Recording
  • Start Streaming
  • Stop Countdown
  • Stop MultiCorder
  • Stop Recording
  • Stop Streaming

WebSocket

Sends a WebSocket message.

ParameterDescriptionSupports
Placeholders
DeviceWebSocket Device
Socket AddressIf the address does not start with ws, the hostname and port from the device is used
WebSocket URI (e.g. ws://127.0.0.1/socket)
MessageText message to be sent✔️