Applicable to OS V1.10
The SendCommand component is designed to send out DALI commands to control gear devices on a DALI network. It provides a flexible interface for issuing a variety of standard DALI commands, such as turning devices on/off, adjusting levels, recalling scenes, and managing group assignments. The SendCommand component has a triggering mechanism which issues a specific command of a specific value (both defined in dedicated slots) to a single device, group of devices, or broadcast to all devices.
The SendCommand component has the following slots:
-
Status: indicates the current status of the component. If the component works properly, its status is OK; the component's status becomes Disabled if the host Commands' component is disabled;
-
Available information: Disabled, Down, Fault, Bad request, OK.
-
-
Info: provides a detailed information about non-OK statuses of the component;
-
Available information:
-
Bad request (status Down): occurs when point could not be polled successfully;
-
Request timed out (status Down): occurs when the point cannot be polled for some time;
-
Waiting for network reconfiguration… (status Down): caused by changes in networks – in this case the Down status is only temporary and should switch back to OK in a couple of seconds;
-
Incorrect placement - must be placed under Device (status Fault): occurs if the point is placed in a different location than under Commands in a DALI network; for example, when the network point class component is placed in the Applications container instead of the Networks;
-
Incorrect placement - must be placed under compatible communication protocol (status Fault): occurs if the point is placed under network different than DALI;
-
Incorrect configuration (status Fault): the short address is not defined;
-
Device disabled (status Disabled): the Enabled slot in the Network or DALI components is set to false;
-
-
The Info is a numerical slot, which displays a correlated text information:
|
Numerical value |
Displayed information |
|---|---|
|
0 |
No information displayed in the Info slot |
|
1 |
Bad request |
|
2 |
Request timed out |
|
3 |
Waiting for network reconfiguration |
|
4 |
Incorrect placement - must be placed under Device |
|
5 |
Incorrect placement - must be placed under compatible communication protocol |
|
6 |
Incorrect configuration |
|
7 |
Device disabled |
-
Description: an additional detailed information about a component that may be freely described by the user; the description may contain individual coding, defined in the user's system documentation, target device(s') location, or any other information the user finds applicable;
-
Command: allows to select a command to distribute to a single device/group of devices/all devices on the network;
-
Available settings: DirectPowerControl, Off, Up, Down, StepUp, StepDown, RecallMaxLevel, RecallMinLevel, StepDownAndOff, OnAndStepUp, GoToScene, Reset;
-
DALI Commands
-
Direct Power Control: sets the lighting level directly to a specific value (0–254),
-
Off: switches the light off,
-
Up: increases the lighting level,
-
Down: decreases the lighting level,
-
Step Up: increases the target lighting level by 1 increment without fading,
-
Step Down: decreases the target lighting level by 1 step without fading,
-
Recall Max Level: changes the current light output to the maximum level,
-
Recall Min Level: changes the current light output to the minimum level,
-
Step Down and Off:
-
if the target level is zero, lamp(s) are turned off,
-
if the target level is between the min. and max. levels, decreases the target level by one,
-
-
On and Step Up:
-
if the target level is zero, lamp(s) are set to minimum level,
-
if target level is between min. and max. levels, increases the target level by one,
-
-
Go To Scene: switches the light to a pre-defined brightness level set in the ControlGear components,
-
Reset: reverts all configuration variables to factory defaults.
-
Address: allows to set an address of the device(s) to distribute the command to;
Note: The Address slot value is dependent on the Address Type slot. If the Address Type slot is set to Single, the Address is a short DALI address of the device. If the Address Type slot is set to Group, the Address is a group number. If the Address Type is set to All, the Address slot is not used as the command is broadcast to all devices.
-
Address Type: allows to select the target device(s) to send out the command;
-
Available settings: Single, Group, All;
-
-
Value: allows to set a value for commands that require an additional parameter (for example, a lighting level, scene number, group number, etc.);
-
Auto Trigger: allows to enable an auto-trigger mechanism—if set to true, a command is sent on any update to the Value slot (by default, false);
-
Trigger: allow to send out a command—if set to true, instantly sends out a command.
Note: If the Auto Trigger slot is set to true, the standard triggering mechanism still operates (on the rising edge of the Trigger slot), and the Auto Trigger mechanism additionally sends out commands on any update of the Value slot.
ActionTrigger Extension
The ActionTrigger extension is designed to invoke any action that is available for the component. The extension triggers an action selected in the Action Name on the rising edge of the Action Trigger slot. If the action has parameters to set, the parameter is taken from a relevant slot automatically added to the extension (Analog Value/Binary Value/String Value).
It is possible to add more than one ActionTrigger extension to the component (for example, one for each action in the component).
The extension is added from the context menu of the component.
The ActionTrigger extension has the following slots:
-
Action Name: allows to select an action to invoke;
-
Action Trigger: triggers an action selected in the Action Name slot;
-
Action Analog Value/Action Binary Value/Action String Value: a slot added automatically to the extension if an action selected in the Action Name slot has any specific parameters to set (depending on the type of action and its parameters, the relevant type of value is matched).