This switch is equipped with 4 programmable push-buttons, and you can assign different actions to each via the VERTEX controller.
How to use it in the LMS design?
To use this component in your LMS projects you need to remember the typical Ethernet2DALI limitations. The maximum DALI current is only 3 mA for this switch, with an average DALI current of 2 mA. LMS DALI-2 CROSS SWITCH is compatible with the DALI-2 protocol, which means that it takes up only one DALI address on the DALI bus. The identification is done by using a built in buzzer (sound). This will enable you to easily check the connection to the VERTEX.
Temperature range is from 0oC to 50oC. The mounting of the Cross switch is according to the Ø 60mm standard electrical junction box. The component should be flush-mounted.
How to commission it?
To program logic within the Node-RED tool you need to use a DALI2 Devs Common node, which is available in the node palette on the left-hand side of Node-RED UI.
Click this node to enter the configuration window. Choose the serial number of the device in the Serial Number field. Uncheck the box (or boxes) at each DALI2 Input Unit. It depends on how many buttons from the cross switch you want to program.
Then select the mode for each button. For the standard toggle button use Mode: Normal. If you need to create a function of dimming choose Mode:ESDIM.
Then click Done in the upper right corner of the window.
Then you need to find the vertex action node in the palette. Select the group you like to be controlled by this switch. Then define action you want (single button, toggle button, triple button, etc.)
Don't forget to connect all your nodes and be sure that the vertex cluster node is present in your flow!
Then click Deploy button at the upper-right corner of the Node-RED.
Import the ready flow using the code below:
[ { "id": "ceae05e8.3d7ab8", "type": "DALI2 Devs Common", "z": "810b6cdc.028bf", "name": "", "outputs": 1, "uid": "3FEFEDF5000D7D9E", "savedSettings": [ { "instanceType": 1, "isDisabled": false, "mode": "normal" }, { "instanceType": 1, "isDisabled": true, "mode": "normal" }, { "instanceType": 1, "isDisabled": true, "mode": "normal" }, { "instanceType": 1, "isDisabled": true, "mode": "normal" }, { "instanceType": 1, "isDisabled": true, "mode": "normal" }, { "instanceType": 1, "isDisabled": true, "mode": "normal" } ], "x": 360, "y": 220, "wires": [ [ "c24aca59.04dcc8" ] ] }, { "id": "c24aca59.04dcc8", "type": "vertex action", "z": "810b6cdc.028bf", "name": "", "typeButton": "toggle", "bPayload": { "ON": { "action": "noreact", "group": "0327ffd20adbd58c2cf40fa8b12b9304", "param": null, "priority": "254" }, "OFF": { "action": "noreact", "group": "0327ffd20adbd58c2cf40fa8b12b9304", "param": null, "priority": "254" } }, "bState": false, "defaultpriority": true, "x": 600, "y": 220, "wires": [ [ "ce1d5788.38ada8" ] ] }, { "id": "ce1d5788.38ada8", "type": "vertex cluster", "z": "810b6cdc.028bf", "userouting": false, "rate": 5, "x": 800, "y": 220, "wires": [] } ]
0 Comments