Variables
Name | Reset value | Scope | Size | Comment |
---|---|---|---|---|
1 | 1…255 | 1 byte |
| |
255 | 1…255 | 1 byte |
| |
255 | 0…255 | 1 byte |
| |
0 | 0…255 | 1 byte |
| |
No change | 0…255 | 1 byte | Read only | |
No change | 0…255 | 1 byte | Read only | |
No change | 0…255 | 1 byte | Read only |
upSwitchOnLevel
This variable is the threshold value (1…255) for switching on the output with a rising virtual output value. The threshold value is disabled with the value 255 (MASK).
If bit 3 of features is set, the variable upSwitchOnLevel can be set with the function block FB_DALI208SetUpSwitchOnThreshold.
The variable can be read with the function block FB_DALI208QueryUpSwitchOnThreshold.
upSwitchOffLevel
This variable is the threshold value (1…255) for switching off the output with a rising virtual output value. The threshold value is disabled with the value 255 (MASK).
If bit 3 of features is set, the variable upSwitchOffLevel can be set with the function block FB_DALI208SetUpSwitchOffThreshold.
The variable can be read with the function block FB_DALI208QueryUpSwitchOffThreshold.
downSwitchOnLevel
This variable is the threshold value (0…255) for switching on the output with a falling virtual output value. The threshold value is disabled with the value 255 (MASK).
If bit 3 of features is set, the variable downSwitchOnLevel can be set with the function block FB_DALI208SetDownSwitchOnThreshold.
The variable can be read with the function block FB_DALI208QueryDownSwitchOnThreshold.
downSwitchOffLevel
This variable is the threshold value (0…255) for switching off the output with a falling virtual output value. The threshold value is disabled with the value 255 (MASK).
If bit 3 of features is set, the variable downSwitchOffLevel can be set with the function block FB_DALI208SetDownSwitchOffThreshold.
The variable can be read with the function block FB_DALI208QueryDownSwitchOffThreshold.
features
The variable contains information about the implemented properties of the DALI control gear.
The variable can be read with the function block FB_DALI208QueryFeatures.
Bit | Description |
---|---|
0 | reserve |
1 | reserve |
2 | reserve |
3 | Changeable threshold values. |
4 | reserve |
5 | reserve |
6 | reserve |
7 | Addressing of the physical selection is supported. |
gearType
The variable contains information about the properties of the DALI control gear.
The variable can be read with the function block FB_DALI208QueryGearType.
Bit | Description |
---|---|
0 | The output is an electronic switch. |
1 | The output is a relay with make contact. |
2 | The output is a relay with break contact. |
3 | The output has electronic voltage protection. |
4 | The input inrush current is limited. |
5 | Reserve |
6 | Reserve |
7 | Reserve |
switchStatus
The variable returns additional information on the current state of the DALI control gear.
The variable can be read with the function block FB_DALI208QuerySwitchStatus.
Bit | Description |
---|---|
0 | reserve |
1 | reserve |
2…3 | Last threshold value that was reached or exceeded: 00: upSwitchOnThreshold 01: upSwitchOffThreshold 10: downSwitchOnThreshold 11: downSwitchOffThreshold |
4 | reserve |
5 | reserve |
6 | reserve |
7 | reserve |