Push Button modes
Push button instances can be configured to do many different things in Standalone Mode.
Each Push Button instance has a Switch Mode.
The available Switch Modes are detailed in the table below:
Available Modes
Note:
If Short Press and Long Press aren't mentioned, it means the function is the same for both.
* X is configured via STANDALONE_MODE_SET_SWITCH_MODE_CONFIG_DTR0_DTR1_DTR2
Switch Mode | Description | Function |
0 | STANDALONE_SWITCH_DIMMER | Short Press: Toggle RECALL MAX / OFF Long Press: Dim up/down |
1 | STANDALONE_SWITCH_COLOUR_DIMMER | Short Press: Toggle RECALL MAX / OFF Long Press: Dim colour warmer/cooler |
2 | STANDALONE_SWITCH_ON | RECALL MAX |
3 | STANDALONE_SWITCH_OFF | OFF |
4 | STANDALONE_SWITCH_UP | From OFF: ON AND STEP UP Otherwise, UP |
5 | STANDALONE_SWITCH_DOWN | DOWN |
6 | STANDALONE_SWITCH_COLOUR_COOLER | STEP COOLER |
7 | STANDALONE_SWITCH_COLOUR_WARMER | STEP WARMER |
8 | STANDALONE_SWITCH_OVERRIDE_ON_TILL_SWITCH_PRESS | RECALL MAX, pauses any PIR Controllers until next switch press |
9 | STANDALONE_SWITCH_OVERRIDE_OFF_TILL_SWITCH_PRESS | OFF, pauses any PIR Controllers until next switch press |
10 | STANDALONE_SWITCH_DAPC | DAPC X* |
11 | STANDALONE_SWITCH_RGBWAF | RGBWAF X* |
12 | STANDALONE_SWITCH_TC | TC X* |
13 | STANDALONE_SWITCH_SCENE | GO TO SCENE X* |
Configuration
Switch Mode can be configured most easily using the Express app, but can be manually configured using EDALI commands.
Android Applications
The Express app is recommended for configuring Standalone Mode settings such as Switch Mode and many others.
DALI Commands
All the following commands signify target encoding as YY. This is explained below in the Target Encoding section.
Target Encoding
Target encoding for using the below commands is as follows;
0xTT where TT is calculated as follows;
TT = 0xC0 | (instance number)
Otherwise, TT = 0xFF can be used to broadcast the configuration to all instances.
Example:
Instance 0: TT = 0xC0
Instance 13: TT = 0xCD
All Instances: TT = 0xFF
Query
The edali command STANDALONE_MODE_QUERY_SWITCH_MODE_DTR0 can be used to query the current Switch Mode of a Push Button instance.
Usage:
ECD Command DTR0 TT (0xC130TT)
EDALI Command STANDALONE_MODE_QUERY_SWITCH_MODE_DTR0 (0xBEFFA1)
Set
The edali command STANDALONE_MODE_SET_SWITCH_MODE_DTR0_DTR1 can be used to set the Switch Mode of a Push Button instance.
ECD Command DTR0 TT (0xC130TT)
ECD Command DTR1 MM (0xC131MM)
ECD Command DTR2 MM (0xC132MM)
EDALI Command STANDALONE_MODE_SET_SWITCH_MODE_DTR0_DTR1 (0xBEFFA0)
Where MM = Switch Mode
Comments
0 comments
Article is closed for comments.