Skip to main content
Version: 4.2 (beta)

Duelux

DUELUX is a lighting system based on the DALI-2 industry-standard protocol for lighting control. HSYCO integrates this system and communicates with it through the DLCP, DLCP-1CH or DLCP-4CH gateway modules via a TCP/IP connection.

DLCP and DLCP-xCH have a different internal architecture and the corresponding HSYCO datapoints have a different data model and naming. Because of this, there are two distinct datapoints tables below. Other differences are also highlighted in this document.

HSYCO Configuration

Add an DUELUX I/O Server in the I/O Servers section of the Settings and set its parameters.

note

Note that the DUELUX I/O Server counts as 1/4 unit in the I/O servers license total when connected to a DLCP or DLCP-1CH, while it counts as one standard unit when connected to the DLCP-4CH.

Communication

  • IP Address: host name or IP address of the DLCP gateway
  • IP Port: TCP/IP port of the DLCP gateway (defaults to 80 if not set)

High Availability

  • Shutdown when inactive: defaults to false.

Options

IDDefaultValuesDescription
startupeventsfalsetruegenerate IO events also during the driver’s start-up phase
falsestart generating events only after HSYCO is aligned with the current status of the system
groupdiscoverytruetrueauto-detects DALI groups as configured in the DLCP, and automatically creates the list of all detected devices and individual data points in the catalog.json file. Should be enabled to allow the automatic update of (button) objects’ states
falseauto-detect for input devices is disabled
outputdiscoverytruetrueauto-detects DALI output devices as configured in the DLCP, as well as the broadcast command, and automatically creates the list of all detected devices and individual data points in the catalog.json file. Should be enabled to allow the automatic update of (button) objects’ states
falseauto-detect for output devices is disabled
areasconfigurationfalsetruepolls the DLCP areas/scenarios set point and delay configuration settings. Option ignored and always enabled for DLCP-xCH
falseareas configuration polling disabled
detecteventsfalsetruegenerate forced events when a device is detected at start-up
falsedo not generate events when a device is detected at start-up
toolsproxyfalsetrueHSYCO acts as a Web proxy to enable access to DLCP's Web tools
falsetools proxy disabled
toolspasswordstringset this option with a long string (only letters and numbers) password to allow the remote connection of DLPIDE and other configuration tools to the DLCP gateways that are connected to HSYCO. For additional security, it is recommended to set this option only when required
commands640polling of commands is disabled
1..64enables polling for commands C1 to Cn (inclusive). Option ignored and always enabled for DLCP-xCH , where all commands defined in the DLCP-xCH 's program are polled

The Device Configuration Database

The catalog.json file contains the list of all devices and their individual input, output and virtual data points that could be directly associated to graphic object in the Web-based user interface. This file can be filled manually or automatically by HSYCO at start-up.

To enable automatic discovery and automatic generation of devices’ information in the catalog.json file, use the groupdiscovery and/or outputdiscovery options in System Settings.

This is an example of the catalog.json entries:

{
"devices": [
{ "ioServer": "dlcp", "id": "g1", "function": "LIGHT", "type": "DIMMER", "description": { } },
{ "ioServer": "dlcp", "id": "g2", "function": "LIGHT", "type": "DIMMER", "description": { } },
{ "ioServer": "dlcp", "id": "o1", "function": "LIGHT", "type": "DIMMER", "description": { } }
]
}

You should then edit the description of the devices. See catalog.json for the full structure and editing instructions.

DLCP Web Tools Proxy Access

When the toolsproxy option is set to true, HSYCO acts as a web proxy to enable access to DLCP's Web tools through HSYCO's HTTPS web server.

Use the following URLs to access the tools menu and home page of each one of the connected and enabled DLCP units:

https://<HSYCO Server name and port>/duelux/<I/O Server ID>/webmenu.htm
https://<HSYCO Server name and port>/duelux/<I/O Server ID>/

Note that the .htm suffix is required to directly access the web pages, and the trailing / is required to access the home page.

note

You must be logged in with an administrator account to the HSYCO Server on the same web browser to have access to the tools proxy.

DLCP Datapoints

IDValueR/WDescription
connectiononlineRconnection established
offlineRHSYCO can't connect to the DLCP
clockyyyy-mm-dd hh:mm:ssRthe DLCP clock current time
readWread the DLCP clock, and the delta with HSYCO’s time
syncWset the DLCP clock to HSYCO’s current time
clock.deltainteger numberRthe delta time in seconds between the DLCP and HSYCO clocks. A positive number means that the DLCP clock is ahead of HSYCO
a<n>.s<m>.auto0Rarea <n> scenario <m> automatic control is off
1Rarea <n> scenario <m> automatic control is on
a<n>.s<m>.delay0...65535Rarea <n> scenario <m> delay in seconds (refreshed every 10 seconds)
Wset area <n> scenario <m> delay in seconds
a<n>.s<m>.setpoint0...65535Rarea <n> scenario <m> setpoint (refreshed every 10 seconds)
Wset area <n> scenario <m> setpoint level
a<n>.s<m>.presence0Rarea <n> scenario <m> presence not detected
1Rset area <n> scenario <m> presence detected
a<n>.s<m>.g<x>.activationvalue0...255Rarea <n> scenario <m> group <x> activation value (refreshed only after write)
Wset area <n> scenario <m> group <x> activation value
a<n>.s<m>.g<x>.deactivationvalue0...255Rarea <n> scenario <m> group <x> deactivationvalue value (refreshed only after write)
Wset area <n> scenario <m> group <x> deactivation value
a<n>.s<m>.g<x>.commandonvalue0...255Rarea <n> scenario <m> group <x> command on value (refreshed only after write)
Wset area <n> scenario <m> group <x> command on value
a<n>.s<m>.g<x>.commandoffvalue0...255Rarea <n> scenario <m> group <x> command off value (refreshed only after write)
Wset area <n> scenario <m> group <x> command off value
ai<n>.<m>0...65535Ranalog value for input <m> of device <n>
ai<n>.ide0Ranalog input device <n> ok
1Ranalog input device <n> error
broadcastonWsend a broadcast command to the last level set before the broadcast off command
offRlast broadcast command sent is off
Wsend a broadcast off command
1...100%Rcurrent broadcast level
Wsend a broadcast command to the specified value (the % leading character is optional. Value range is from 0 to 100)
101...255Rcurrent level for special values (above 100)
Wsend a broadcast command to the specified value. Value range is from 101 to 255
X/YWsend a broadcast command to the specified fraction (e.g. a value of 1/5 corresponds to 20%)
broadcast.fadetime0...65535Rbroadcast fade time in seconds (refreshed every 10 seconds)
Wset the broadcast fade time in seconds
broadcast.diag.emergency.commanderrorRemergency lamps command failed
<function>[.<parameter>]Remergency lamps command successfully sent
<function>[.<parameter>]Wsend emergency lights diagnostic command. Up to 4 parameters may be required, depending on the function. See the DALI-2 specification for supported functions
c<n>0Rbinary command <n> off
Wset command <n> off (setting value to "off" is equivalent to "0")
1Rbinary command <n> on
Wset command <n> on (setting value to "on" is equivalent to "1")
di<n>.<m>0Rdigital input <m> of device address <n> is off
1Rdigital input <m> of device address <n> is on
di<n>.ide0Rdigital input device <n> ok
1Rdigital input device <n> error
g<n>onWset the light level of the group to the last level set before the off command
offRgroup is off
Wswitch group off
1...100%Rcurrent light level
Wset the light level of the group to the specified value (the % leading character is optional. Value range is from 0 to 100)
101...255Rcurrent light level
Wset the light level of the group to the specified value (the % leading character is optional. Value range is from 0 to 100)
X/YWset the light level of the group to the specified fraction (e.g. a value of 1/5 corresponds to 20%)
g<n>.fadetime0...65535Rgroup fade time in seconds (refreshed every 10 seconds)
Wset the group fade time in seconds
g<n>.lock0Rgroup g<n> can be controlled by DLCP logic rules
Wenable DLCP logic rules for group g<n> Requires DLCP firmware version >= 2.9
1Rgroup g<n> DLCP logic rules disabled
Wdisable DLCP logic rules for group g<n>. Requires DLCP firmware version >= 2.9
o<n>onWset the light level of a specific output address to the last level set before the off command
offRoutput is off
Wswitch output off
1...100%Rcurrent light level
Wset the light level of the output to the specified value (the % leading character is optional. Value range is from 0 to 100)
101..255Rcurrent level for special values (above 100)
Wset the level of the group to the specified value. Value range is from 101 to 255
X/YWset the light level of the output to the specified fraction (e.g. a value of 1/5 corresponds to 20%)
o<n>.cgf0Routput device <n> ok
1Routput device <n> fault
o<n>.lf0Rlamp <n> ok
1Rlamp <n> fault
o<n>.diag.emergency.<flag>0...1Remergency light diagnostic flag <flag> value. Only generated for outputs detected as DT1. See the DALI-2 specification for supported flags
o<n>.diag.emergency.commanderrorRemergency light command failed
<function>[.<parameter>]Remergency light command successfully sent
<function>[.<parameter>]Wsend emergency light diagnostic command. Up to 4 parameters may be required, depending on the function. See the DALI-2 specification for supported functions
detected.input.ai<n>.<m><type>Ranalog input <m> of device address <n> detected. Types: light sensor
detected.input.di<n>.<m><type>Rdigital input <m> of device address <n> detected. Types: push-button, switch, occupancy sensor
detected.output.o<n><type>Routput address <n> detected. Types: lamp
o<n>.time0...2^32 - 1Rthe amount of time the output has been turned on, in seconds (refreshed every 60 seconds)
Wset the on timer to the specified value, in seconds
note

Note that c<n> , g<n> and a<n>.s<m> datapoints are loaded dynamically only if defined in DLCP's configuration.

DLCP-xCH Datapoints

<ch> is the channel number (1 for DLCP-1CH; from 1 to 4 for DLCP-4CH) and is always at the beginning of all datapoints that are channel specific, immediately after the I/O server id; for example, duelux.1.o2 refers to output device 2 (control gear) connected to channel 1.

All input, output, command, group and area datapoints are loaded dynamically only if defined in DLCP-xCH 's configuration. Broadcast datapoints are not available if no outputs (control gears) are defined for a channel.

IDValueR/WDescription
connectiononlineRconnection established
offlineRHSYCO can't connect to the DLCP-xCH
clockyyyy-mm-dd hh:mm:ssRthe DLCP-xCH clock current time
readWread the DLCP-xCH clock, and the delta with HSYCO’s time
syncWset the DLCP-xCH clock to HSYCO’s current time
clock.deltainteger numberRthe delta time in seconds between the DLCP-xCH and HSYCO clocks. A positive number means that the DLCP-xCH clock is ahead of HSYCO
a<n>.s<m>.auto0Rarea <n> scenario <m> automatic control is off
1Rarea <n> scenario <m> automatic control is on
a<n>.s<m>.delay0...65535Rarea <n> scenario <m> delay in seconds (refreshed every 10 seconds)
Wset area <n> scenario <m> delay in seconds
a<n>.s<m>.setpoint0...65535Rarea <n> scenario <m> setpoint (refreshed every 10 seconds)
Wset area <n> scenario <m> setpoint level
a<n>.s<m>.presence0Rarea <n> scenario <m> presence not detected
1Rset area <n> scenario <m> presence detected
<ch>.a<n>.s<m>.g<x>.activationvalue0...255Rarea <n> scenario <m> group <x> activation value on channel <ch>(refreshed only after write)
Wset area <n> scenario <m> group <x> activation value
<ch>.a<n>.s<m>.g<x>.deactivationvalue0...255Rarea <n> scenario <m> group <x> deactivationvalue value on channel <ch> (refreshed only after write)
Wset area <n> scenario <m> group <x> deactivation value
<ch>.a<n>.s<m>.g<x>.commandonvalue0...255Rarea <n> scenario <m> group <x> command on value on channel <ch> (refreshed only after write)
Wset area <n> scenario <m> group <x> command on value
<ch>.a<n>.s<m>.g<x>.commandoffvalue0...255Rarea <n> scenario <m> group <x> command off value on channel <ch> (refreshed only after write)
Wset area <n> scenario <m> group <x> command off value
<ch>.ai<n>.<i>0...65535Ranalog value for the input instance <i> of the device <n> on channel <ch>
<ch>.i<n>.derr0Rinput device <n> ok on channel <ch>
1Rinput device <n> error on channel <ch>
<ch>.broadcastonWsend a broadcast command to the last level set before the broadcast off command
offRlast broadcast command sent is off
Wsend a broadcast off command
1...100%Rcurrent broadcast level
Wsend a broadcast command to the specified value (the % leading character is optional. Value range is from 0 to 100)
101...255Rcurrent level for special values (above 100)
Wsend a broadcast command on channel <ch> to the specified value. Value range is from 101 to 255
X/YWsend a broadcast command to the specified fraction (e.g. a value of 1/5 corresponds to 20%)
<ch>.broadcast.color.rgbrgb(0...254, 0...254, 0...254)Rbroadcast RGB color on channel <ch>. Only shown if the channel has at least one DT8 Control Gear
Wset the RGB color on channel <ch>
<ch>.broadcast.color.temperature0...65535Rbroadcast color temperature (Tc) on channel <ch>. Only shown if the channel has at least one DT8 Control Gear
Wset the RGB color temperature on channel <ch>
<ch>.broadcast.fadetime0...65535Rbroadcast fade time in seconds (refreshed every 10 seconds)
Wset the broadcast fade time in seconds
<ch>.broadcast.diag.emergency.commanderrorRemergency lamps command failed
<function>[.<parameter>]Remergency lamps command successfully sent
<function>[.<parameter>]Wsend emergency lights diagnostic command. Up to 4 parameters may be required, depending on the function. See the DALI-2 specification for supported functions
c<n>0Rbinary command <n> off
Wset command <n> off (setting value to "off" is equivalent to "0")
1Rbinary command <n> on
Wset command <n> on (setting value to "on" is equivalent to "1")
c<n>.color.rgbrgb(0...254, 0...254, 0...254)RRGB color of group <n> on channel <ch>. Only shown if the group has at least one DT8 Control Gear
Wset the RGB color of group <n> on channel <ch>
c<n>.color.temperature0...65535Rcolor temperature (Tc) of group <n> on channel <ch>. Only shown if the group has at least one DT8 Control Gear
Wset the color temperature (Tc) of group <n> on channel <ch>
<ch>.di<n>.<m>0Rdigital input <m> of device address <n> on channel <ch> is off
1Rdigital input <m> of device address <n> on channel <ch> is on
<ch>.g<n>onWset the light level of the group on channel <ch> to the last level set before the off command
offRgroup <n> on channel <ch> is off
Wswitch group <n> on channel <ch> to off
1...100%Rcurrent light level
Wset the light level of the group <n> on channel <ch> to the specified value (the % leading character is optional. Value range is from 0 to 100)
X/YWset the light level of the group <n> on channel <ch> to the specified fraction (e.g. a value of 1/5 corresponds to 20%)
<ch>.g<n>.fadetime0...65535Rgroup <n> on channel <ch> fade time in seconds (refreshed every 10 seconds)
Wset the group <n> on channel <ch> fade time in seconds
<ch>.g<n>.lock0Rgroup g<n> on channel <ch> can be controlled by DLCP-xCH logic rules
Wenable DLCP-xCH logic rules for group g<n>
1Rgroup g<n> on channel <ch> disabled
Wdisable DLCP-xCH logic rules for group g<n>
<ch>.o<n>onWset the light level of a the output <n> on channel <ch> address to the last level set before the off command
offRoutput <n> on channel <ch> is off
Wswitch output <n> on channel <ch> off
1...100%Rcurrent light level of output <n> on channel <ch>
Wset the light level of the output <n> on channel <ch> to the specified value (the % leading character is optional. Value range is from 0 to 100)
101..255Rcurrent level of output <n> on channel <ch> for special values (above 100)
Wset the level of the output <n> on channel <ch> to the specified value. Value range is from 101 to 255
X/YWset the light level of the output <n> on channel <ch> to the specified fraction (e.g. a value of 1/5 corresponds to 20%)
<ch>.o<n>.color.rgbrgb(0...254, 0...254, 0...254)RRGB color of output <n> on channel <ch>. Only shown if this is a DT8 Control Gear with Tc option
Wset the RGB color of output <n> on channel <ch>
<ch>.o<n>.color.temperature0...65535Rcolor temperature (Tc) of output <n> on channel <ch>. Only shown if this is a DT8 Control Gear with RGB option
Wset the color temperature (Tc) of output <n> on channel <ch>
<ch>.o<n>.gfail0Routput device <n> on channel <ch> control gear ok
1Routput device <n> on channel <ch> control gear fault
<ch>.o<n>.lfail0Routput device <n> on channel <ch> lamp ok
1Routput device <n> on channel <ch> lamp fault
<ch>.o<n>.time0...2^32 - 1Rthe amount of time output <n> on channel <ch> has been turned on, in seconds (refreshed every 60 seconds)
Wset the on timer to the specified value, in seconds
<ch>.o<n>.diag.emergency.<flag>0...1Remergency light diagnostic flag <flag> value. See the DALI-2 specification for supported flags
<ch>.o<n>.diag.emergency.commanderrorRemergency lamps command failed
<function>[.<parameter>]Remergency lamps command successfully sent
<function>[.<parameter>]Wsend emergency lights diagnostic command. Up to 4 parameters may be required, depending on the function. See the DALI-2 specification for supported functions
detected.command.c<n>.equationtrueRequation defined for command <n>. Command is read-only and cannot be controlled by HSYCO
falseRequation defined for command <n>. Command status can be controlled by HSYCO
detected.group.<ch>.g<n>.busfail0..101Rgroup <n> on channel <ch> defined. Level set after bus failure (0 to 100 percent, or 101 to reset the last level)
detected.group.<ch>.g<n>.cg<value>Rgroup <n> on channel <ch> defined. List of control gears in this group
detected.group.<ch>.g<n>.max0..101Rgroup <n> on channel <ch> defined. Maximum level range (0 to 100 percent, or 101 to reset the last level)
detected.group.<ch>.g<n>.min0..101Rgroup <n> on channel <ch> defined. Minimum level range (0 to 100 percent, or 101 to reset the last level)
detected.group.<ch>.g<n>.poweron0..101Rgroup <n> on channel <ch> defined. Level set on power on (0 to 100 percent, or 101 to reset the last level)
detected.input.<ch>.ai<n>.c<i>.enabledtrueRanalog input instance <i> of device <n> on channel <ch> detected, enabled
falseRanalog input instance <i> of device <n> on channel <ch> detected, disabled
detected.input.<ch>.di<n>.c<i>.type<type>Ranalog input instance <i> of device <n> on channel <ch> detected. Type: "light sensor" or "generic"
detected.input.<ch>.di<n>.c<i>.enabledtrueRdigital input instance <i> of device <n> on channel <ch> detected, enabled
falseRdigital input instance <i> of device <n> on channel <ch> detected, disabled
detected.input.<ch>.ai<n>.c<i>.type<type>Rdigital input instance <i> of device <n> on channel <ch> detected. Type: "push-button", "switch" or "occupancy sensor"
detected.output.<ch>.o<n>.type<type>Routput <n> on channel <ch> detected. Type: "DT0", "DT1", "DT2", "DT3", "DT4", "DT5", "DT6", "DT7" or "DT8"
detected.output.<ch>.o<n>.option0..255Routput <n> on channel <ch> detected. Option is the decimal representation of the option bits
detected.command.c<n>.equationtrueRequation defined for command <n>. Command is read-only and cannot be controlled by HSYCO
falseREquation defined for command <n>. Command status can be controlled by HSYCO

Emergency Lights

DT1 (self-contained emergency) control gears are supported by both the DLCP and the DLCP-xCH gateways. The datapoints are the same for the two families, except that the DLCP-xCH ones are prefixed by the channel number:

DLCPDLCP-xCH
broadcast.diag.emergency.command<ch>.broadcast.diag.emergency.command
o<n>.diag.emergency.command<ch>.o<n>.diag.emergency.command
o<n>.diag.emergency.<flag><ch>.o<n>.diag.emergency.<flag>

Diagnostic Commands

The broadcast and per-output diag.emergency.command datapoints are used to run the diagnostic and control procedures defined by IEC 62386-202 on DT1 control gears.

The value is written as the function number alone, or as the function number followed by its parameter, separated by a dot:

<function>[.<parameter>]
FunctionProcedureParameter
1function testnot required
2duration testnot required
3emergency level0...100: emergency level, in percent
4prolong time0...255: prolong time, in steps of 0.5 minutes (0 to 127.5 minutes)
5restnot required
6stopnot required
7identificationnot required

Examples, on a DLCP-xCH:

  • duelux.1.o5.diag.emergency.command = 1 : start a function test on output 5 of channel 1
  • duelux.1.o5.diag.emergency.command = 3.50 : set the emergency level of output 5 of channel 1 to 50%
  • duelux.1.broadcast.diag.emergency.command = 4.20 : set a prolong time of 10 minutes on all the emergency lamps of channel 1

and the same commands on a DLCP:

  • duelux.o5.diag.emergency.command = 1
  • duelux.o5.diag.emergency.command = 3.50
  • duelux.broadcast.diag.emergency.command = 4.20

After the command is sent, the datapoint is set to the same <function>[.<parameter>] value if the command was successfully sent, or to "error" if it failed.

Diagnostic Flags

The per-output diag.emergency.<flag> datapoints report the status of DT1 control gears, as defined by IEC 62386-202. These datapoints are only generated for outputs detected as DT1.

Each flag is set to 1 when the corresponding condition is active, 0 otherwise. The Source column indicates which DALI-2 query the flag is read from.

FlagDescriptionSource
batfbattery failureFailure Status
btchbattery fully chargedEmergency Status
crcfcircuit failure (emergency control gear failure)Failure Status
dtdonduration test done and result validEmergency Status
dtexduration test maximum delay exceededFailure Status
dtfduration test failedFailure Status
dtpndduration test request pendingEmergency Status
durfbattery duration failureFailure Status
duronduration test in progressEmergency Mode
ememergency mode activeEmergency Mode
emlfemergency lamp failureFailure Status
fnconfunction test in progressEmergency Mode
ftdonfunction test done and result validEmergency Status
ftexfunction test maximum delay exceededFailure Status
ftffunction test failedFailure Status
ftpndfunction test request pendingEmergency Status
hiacthardwired inhibit activeEmergency Mode
hsonhardwired switch onEmergency Mode
ididentification activeEmergency Status
inhibinhibit mode activeEmergency Status
nmnormal mode activeEmergency Mode
phselphysically selectedEmergency Status
restrest mode activeEmergency Mode
xemextended emergency mode activeEmergency Mode

User Interface

All the devices that have been defined in the catalog.json database are automatically listed in the Project Editor. Adding a slider to control a dimmer requires just a few clicks and no additional EVENTS logic.

Release Notes

3.10.1

  • DLCP:
    • new datapoints for DT1 control gears (emergency lights):
      • o<n>.diag.emergency.<flag>
      • o<n>.diag.emergency.command
      • broadcast.diag.emergency.command
  • DLCP-xCH:
    • DT1 control gears (emergency lights): fixed mode flags (rest, nm, em, xem, fncon, duron, hiact, hson)

3.10.0

  • DLCP-xCH :
    • added support for DLCP-1CH
    • added support for tools web proxy authentication with DLCP-1CH and DLCP-4CH firmware version 3.0 or later
    • type DT0 assigned as default to control gears configured with no type information
    • new datapoints for DT1 control gears (emergency lights):
      • <ch>.o<n>.diag.emergency.<flag>
      • <ch>.o<n>.diag.emergency.command
      • <ch>.broadcast.diag.emergency.command
  • broadcast datapoints now accept values between 0 and 255
  • g<n> datapoints now accept values between 0 and 255

3.9.0

  • fixes to commands polling (with command index > 128)
  • new a<n>.s<m>.presence data point
  • new a<n>.s<m>.g<x>.activationvalue data point
  • new a<n>.s<m>.g<x>.deactivationvalue data point
  • new a<n>.s<m>.g<x>.commandonvalue data point
  • new a<n>.s<m>.g<x>.commandoffvalue data point
  • new g<n>.lock data point
  • c<n>, g<n> and a<n>.s<m> datapoints are loaded dynamically only if defined in DLCP's configuration
  • o<n>datapoints now accept values between 0 and 255
  • new "commands" option
  • added support for DLCP-xCH

3.8.0

  • support for the "toolspassword" option, to allow DLPIDE and other tools secure remote access to the DLCP via HSYCO
  • new "toolsproxy" option. When set to true, HSYCO acts as a Web proxy to enable access to DLCP's Web tools. Defaults to false
  • broadcast commands support
  • fade time settings support for broadcast and groups
  • the lamp on timer is also writable
  • added support for sliderh, sliderv, slider, sliderbutton and user objects to control outputs or groups level
  • new failure state data points: o<n>.lf (lamp fail), o<n>.cgf (control gear fail), i<n>.ide (input device error)
  • bug fix: button, buttonicon, buttonimage, dimmer UI objects were not shown in the Project Editor add object list
  • bug fix: ai<n>.<m> data points were limited to 255 as maximum value instead of 65535

3.7.0

  • initial release

DUELUX is a registered trademark of DUEMMEGI SRL. DALI, the DALI Logo, DALI-2 and the DALI-2 Logo are trademarks in various countries in the exclusive use of the Digital Illumination Interface Alliance.