Table of Contents |
---|
Functionality
The NETx LaMPS Module is an extension to the NETx BMS Server that has the aim to make the management of lighting control systems more easier. It consists of two parts: the first one provides general functionality for monitoring lighting circuits. It is possible to monitor the operating hours, and defining thresholds for triggering alarms. In addition it is possible to provide an approximation of energy and power calculation if no smart meter is available.
The second part is dedicated to the management of DALI gateways and their devices. The Digital Addressable Lighting Interface (DALI) protocol is an application specific technology that is dedicated to lighting systems. Since it is a pure field level protocol without enhanced management features, it is integrated into other building automation technologies. The most important and most commonly used system for this integration purpose is KNX. So called KNX/DALI gateways are providing interfaces between the DALI devices and the KNX network. In addition to simply forwarding commands (e.g. on/off, dimming commands, ...) and information (e.g. on/off status, current brightness value), these KNX/DALI gateways provide sophisticated and enhanced functions. One of the most important feature is the testing of the functionality of the DALI devices.
However, the implementation of this function testing within the KNX/DALI gateways highly depends on the manufacturer of the gateway. Each vendor has its own way how function testing services are provided and how the test results are represented. This also concerns the mapping of this information to KNX communication objects. Even worse, most of the time a simple read and write to these KNX communication objects is not sufficient since a dedicated command sequence is necessary. A typical example is the reading of the fault status of a DALI device. First, the device has to be selected by sending the DALI number to a dedicated KNX group address and afterwards the fault status objects have to be read. This results in a complexity which is a major problem for system integrators and electrical engineers who have the task to provide such functionality.
To make the management of KNX/DALI gateways more easier, the NETx BMS Server is providing a dedicate module called LaMPS. The main goal of LaMPS is to provide a generic interface to initiate DALI tests independent of the used KNX/DALI gateway vendor. One of the most important functionality of KNX/DALI gateways is the possibility to monitor the fault state of DALI gateways and their DALI devices. This includes triggering of DALI device tests, the evaluation of test results and the monitoring of the fault states. Since each KNX/DALI gateway vendor are using their own KNX communication objects to provide this functionality, LaMPS provides an abstraction of these vendor-specific implementations.
Currently, the following KNX/DALI gateways are supported:
ABB DG/S 1.1, DG/S x.64.1.1, DGN/S 1.16.1
- B.E.G. DALI/KNX-Gateway
- EAE DA100, DA101
- Eelectron KNX/DALI Gateway (Tunable White)
Gira/Insta DALI Gateway Plus REG 218000
Hager Dali gateway KNX TYA670D
- Ipas DaliControl e64
Jung KNX DALI-Gateway Plus 2098/2099 REGHE
MDT DaliControl IP Gateway SCN-DALI64.02
Merten KNX DALI-Gateway REG-K/1/16(64)/64/IP1 (MEG6725-0001)
Schneider KNX DALI-Gateway MTN6725-0001
Siemens KNX/DALI Gateway N 141/03, N 141/21, N 141/31
Siemens KNX/DALI Gateway N 141/02
Zennio DALIBOX Interface 64-32
Info |
---|
If you are using KNX/DALI gateways that are not yet supported, please contact us. Other DALI gateways from other manufacturers can be included on request. |
Installation
LaMPS is provided for the NETx BMS Server as extension module. This means that it is not included within the setup per default.
To install LaMPS, open the BMS Studio and shutdown the BMS Server. Afterwards, start the Extension Manager via the menu ("Extensions" --> "Manager" --> "Start Extension Manager ...").
Within the dialog, select "LaMPS" and press the "install" button. After having installed the LaMPS module, close the BMS studio and reopen it. Within the "Modules" menu of the BMS Studio you will find a new sub menu "LaMPS". It contains entries for all definitions that are necessary for configuration the LaMPS module.
Licensing
The LaMPS functionality is not included in a standard license for the NETx BMS Server. This means that an extra license has to be bought if the LaMPS module is required in your project.
The price that has to be paid in addition to the normal fees of the BMS Server license of this extra fee is a fix amount which is independent of used amount of DALI gateways and DALI devices. In addition to this fix amount, 1 data point is counted for each DALI device that is used within the LaMPS module. These data points are subtracted from the total amount of available data points of your BMS Server license. For more information about the cost please contact our sales team.
The extra license itself is an option to the standard BMS Server licenses. This means the licensing process is exactly the same as for a normal BMS Server license. For a softlock license, the LaMPS option is encoded within your License ID and Unlock Code. For hardlock, the option is stored on your USB license dongle.
Info |
---|
In order to test LaMPS, LaMPS is included within the demo license of the NETx BMS Server. This means that you can test the LaMPS module for 90 days for free. |
Configuration
...
Warning |
---|
The group object "Emergency Test Start" (#40 or #1154) has to be configured for "Yes, DGN/S1.16.1 format" within ETS. Otherwise the emergency lighting tests will not work. |
Info |
---|
The ABB DG/S x.64.1.1 gateway uses emergency test start and result objects for all devices on one channel – there are no individual objects for each emergency ballast as it is for other gateways. Therefore, there will appear no entry within the Emergency Mapping Definitions. If the emergency configuration is enabled it will appear within the ABB DG/S x.64.1.1 gateway definition. |
ABB DGN/S 1.16.1
For each gateway the following configuration options are available:
- «common configuration options»
- Fault Lamps (ItemId, KNX Object #17, polled, mandatory): this communication object is true if there is a lamp error for at least 1 DALI device.
- Fault Ballast (ItemId, KNX Object #18, polled, mandatory): this communication object is true if there is a ballast error for at least 1 DALI device.
- Fault DALI (ItemId, KNX Object #19, polled, optional): this communication object is true if there is a general DALI error.
- Diagnostics (ItemId, KNX Object #25, mandatory): this communication object is used to trigger a normal DALI request and to get the test result.
- Emergency Test Start (ItemId, KNX Object #31, optional): this communication object is used to trigger an emergency DALI test for a dedicated device.
- Emergency Test Result (ItemId, KNX Object #33, optional): this communication object is used to get the result of an emergency DALI test.
- Emergency Mode Active (ItemId, KNX Object #35, optional): if true, the DALI emergency lighting mode is active.
- EmergencyTestTimeout (int, default 10s): specifies how long the driver will wait between sending two emergency start requests.
- «common configuration options»
Info |
---|
The ABB DGN/S 1.16.1 gateway uses emergency test start and result objects for all devices on one channel – there are no individual objects for each emergency ballast as it is for other gateways. Therefore, there will appear no entry within the Emergency Mapping Definitions. If the emergency configuration is enabled it will appear within the ABB DGN/S 1.16.1 gateway definition. |
EAE DA 100
For each gateway the following configuration options are available:
...
- «common configuration options»
- Fault Lamp (ItemId, KNX Object #14, polled, mandatory): this communication object is true if there is a lamp error for at least 1 DALI device.
- Fault Ballast (ItemId, KNX Object #15, polled, mandatory): this communication object is true if there is a ballast error for at least 1 DALI device.
- Fault Converter (ItemId, KNX Object #16, polled, optional): this communication object is true if there is a converter error for at least 1 DALI device.
- Fault DALI (ItemId, KNX Object #12,optional): this communication object is true if there is a general DALI error.
- Fault mains connected supply (ItemId, KNX Object #13,optional): this communication object is true if there is a mains connected supply error.
- Device Status (ItemId, KNX Object #7, mandatory): this communication object is used to trigger a normal DALI request and to get the test result.
- Emergency Test Start (ItemId, KNX Object #2, optional): this communication object is used to trigger an emergency DALI test.
- EmergencyTestTimeout (int, default 10s): specifies how long the driver will wait between sending two emergency start requests.
- «common configuration options»
Gira/Insta DALI Gateway Plus REG 218000, Hager Dali gateway KNX TYA670D, Jung KNX DALI-Gateway Plus 2098/2099 REGHE, Eelectron KNX/DALI Gateway (Tunable White)
For each gateway the following configuration options are available:
...
Since these gateways do not have a global KNX communication object for starting an emergency test and for getting the result (they have a separate object for each device), the ItemIDs has to be configured for each emergency lighting separately. This is done in the Emergency Test Mapping.
Ipas DaliControl e64, MDT DaliControl IP Gateway SCN-DALI64.02, Merten KNX DALI-Gateway REG-K/1/16(64)/64/IP1 (MEG6725-0001), Schneider KNX DALI-Gateway MTN6725-0001, B.E.G. DALI/KNX-Gateway
For each gateway the following configuration options are available:
...
Info |
---|
Since the communication objects #12, #14 and #16 are only getting true when a configured threshold is exceeded, it is of utmost importance to configure them correctly. In general, it is recommended to use a threshold of 1 in order to see all lamp faults. |
...
Since these gateways do not have a global KNX communication object for starting an emergency test and for getting the result (they have a separate object for each device), the ItemIDs has to be configured for each emergency lighting separately. This is done in the Emergency Test Mapping.
Siemens KNX/DALI Gateway N 141/03, N 141/21, N 141/31
...
Since these gateways do not have a global KNX communication object for starting an emergency test and for getting the result (they have a separate object for each device), the ItemIDs has to be configured for each emergency lighting separately. This is done in the Emergency Test Mapping.
Siemens KNX/DALI Gateway N 141/02
...
Since these gateways do not have a global KNX communication object for starting an emergency test and for getting the result (they have a separate object for each device), the ItemIDs has to be configured for each emergency lighting separately. This is done in the Emergency Test Mapping.
Zennio DALIBOX Interface 64-32
...
Info |
---|
Please keep in mind that these items will only appear when emergency testing is available for the gateway. For these KNX/DALI gateways the "Emergency Test Start (#32, #40 or #1154)" and "Emergency Test Result (#33, #42 or #1156)" objects must be available and configured in order to support emergency testing. Note that emergency testing is only available for self contained battery lamps. |
...
For each configured DALI device, a sub tree with the name "Device<number>" is shown within the Server Item Tree. Each device has at least the following Server Items:
...
- Test Running: this read-only Server Item is true when an emergency DALI test is currently running.
- Start Function Test: this write-only Server Item is used to trigger a function test for this device.
- Start Duration Test: this write-only Server Item is used to trigger a duration test for this device.
- Last test faulted: true if there was no test result response. This may be the case when the DALI does not support emergency tests.
Battery defect: true if the battery is defect
Fault emergency light: true if there is an emergency light failure
Function test failed: true if the function test failed
Duration test failed: true if the duration test failed
Gira/Insta DALI Gateway Plus REG 218000, Hager Dali gateway KNX TYA670D, Jung KNX DALI-Gateway Plus 2098/2099 REGHE, Eelectron KNX/DALI Gateway (Tunable White)
These KNX/DALI gateway types provide 1 DALI channel with up to 64 DALI devices. In addition to normal DALI testing, they support emergency lighting and extended tests for emergency lighting too.
...
- Test Running: this read-only Server Item is true when an emergency DALI test is currently running.
- Start Function Test: this write-only Server Item is used to trigger a function test for this device.
- Start Duration Test: this write-only Server Item is used to trigger a duration test for this device.
- Start Partial Duration Test: this write-only Server Item is used to trigger a partial duration test for this device.
- Start Battery Test: this write-only Server Item is used to trigger a battery test for this device.
- Last test was: shows the test type of the last test result. 0 for "No Test", 1 for "Function Test", 2 for "Partial duration test", 3 for "Duration test", 4 for "Battery test" and 255 for "Test not supported".
- Last test faulted: true if there was no test result response. This may be the case when the DALI does not support emergency tests.
Circuit defect: true if the circuit is defect
Fault battery: true if there is a battery fault
Battery defect: true if the battery is defect
Fault emergency light: true if there is an emergency light failure
Max time function test exceeded: true if the maximum time for the function test exceeded
Max time duration test exceeded: true if the maximum time for the duration exceeded
Function test failed: true if the function test failed
Duration test failed: true if the duration test failed
TestResult: test result
Ipas DaliControl e64, MDT DaliControl IP Gateway SCN-DALI64.02, Merten KNX DALI-Gateway REG-K/1/16(64)/64/IP1 (MEG6725-0001), Schneider KNX DALI-Gateway MTN6725-0001, B.E.G. DALI/KNX-Gateway
These KNX/DALI gateway types provide 1 DALI channel with up to 64 DALI devices. In addition to normal DALI testing, they support emergency lighting and extended tests for emergency lighting too.
...