Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Panels have a universal design and are equipped with status LEDs. They are available in 2, 4, 6, and 8 buttons versions.

LMS DALI-2 PB2 SWITCH PANEL

LMS DALI-2 PB4 SWITCH PANEL

LMS DALI-2 PB6 SWITCH PANEL

LMS DALI-2 PB8 SWITCH PANEL

How to use it in the LMS design?

To use switches in the project, you need to remember the typical specific Ethernet2DALI limitations.

Additionally, you can use the feedback diode function to monitor the state of the DALI groups. You can program these diodes.

The panels are compatible with the European standard electrical junction box (Ø60). There are two ways of mounting - using stickers or screws. Both are included in the box with the wall panel. 

How to commission it?

Wall panels have several diodes. One for each push button and one on the top. The middle-upper diode is used for identification. 

Recommended method

Flow

Code Block
[{"id":"9b801268ea67d9d5","type":"tab","label":"Flow 4","disabled":false,"info":"","env":[]},{"id":"d5192140709311b5","type":"DALI2 Devs Common","z":"9b801268ea67d9d5","name":"","outputs":2,"uid":"00EF01158FE0E64AD5","devStatus":2,"devSettings":[{"instanceType":1,"isDisabled":false,"mode":"normal","evenFilters":86},{"instanceType":1,"isDisabled":false,"mode":"normal","evenFilters":84},{"instanceType":1,"isDisabled":true,"mode":"normal","evenFilters":86},{"instanceType":1,"isDisabled":true,"mode":"normal","evenFilters":84},{"instanceType":1,"isDisabled":true,"mode":"normal","evenFilters":84},{"instanceType":1,"isDisabled":true,"mode":"normal","evenFilters":84}],"savedSettings":[{"instanceType":1,"isDisabled":false,"mode":"normal","evenFilters":84},{"instanceType":1,"isDisabled":false,"mode":"normal","evenFilters":84},{"instanceType":1,"isDisabled":true,"mode":"normal","evenFilters":86},{"instanceType":1,"isDisabled":true,"mode":"normal","evenFilters":84},{"instanceType":1,"isDisabled":true,"mode":"normal","evenFilters":84},{"instanceType":1,"isDisabled":true,"mode":"normal","evenFilters":84}],"x":480,"y":480,"wires":[["9079e911dad390a8"],["7e3db44346c61841"]]},{"id":"373ffcfdbfdda6e3","type":"vertex cluster","z":"9b801268ea67d9d5","rate":90,"x":950,"y":480,"wires":[]},{"id":"9079e911dad390a8","type":"vertex action","z":"9b801268ea67d9d5","name":"","typeButton":"single","bPayload":{"action":"setbrightness","group":"fb3565668659d2c83c26a6e2fbad2a7c","param":"0","priority":"254"},"bState":"","defaultpriority":true,"x":730,"y":440,"wires":[["373ffcfdbfdda6e3","8b51f43725ae2273"]]},{"id":"7e3db44346c61841","type":"vertex action","z":"9b801268ea67d9d5","name":"","typeButton":"single","bPayload":{"action":"setbrightness","group":"fb3565668659d2c83c26a6e2fbad2a7c","param":"10","priority":"254"},"bState":"","defaultpriority":true,"x":730,"y":520,"wires":[["373ffcfdbfdda6e3","fa9c374959bcd001"]]},{"id":"8b51f43725ae2273","type":"change","z":"9b801268ea67d9d5","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"{\"feedback\":{\"0\":1,\"1\":0}}","tot":"json"}],"action":"","property":"","from":"","to":"","reg":false,"x":640,"y":300,"wires":[["d5192140709311b5"]]},{"id":"fa9c374959bcd001","type":"change","z":"9b801268ea67d9d5","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"{\"feedback\":{\"0\":0,\"1\":1}}","tot":"json"}],"action":"","property":"","from":"","to":"","reg":false,"x":640,"y":660,"wires":[["d5192140709311b5"]]},{"id":"7af0de42a20156ef","type":"comment","z":"9b801268ea67d9d5","name":"Configure the node as feedback","info":"","x":650,"y":260,"wires":[]},{"id":"324937600901d579","type":"comment","z":"9b801268ea67d9d5","name":"Set action","info":"","x":720,"y":480,"wires":[]},{"id":"0d70a5e51e3879b6","type":"comment","z":"9b801268ea67d9d5","name":"Choose the button, select instances and event filters","info":"","x":410,"y":520,"wires":[]},{"id":"36124558b084f43b","type":"comment","z":"9b801268ea67d9d5","name":"Configure the node as feedback","info":"","x":650,"y":700,"wires":[]}]
Image Added

Step-by-step instructions

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. 

Image RemovedImage Added

Click this node to enter the configuration window. Choose the serial number of the device in the Serial Number field. Then uncheck the box (or boxes) at each DALI2 Input Unit. It depends on how many buttons from the panel you want to program.

Image RemovedImage Added

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.

Image RemovedImage Added

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 the action you want (single button, toggle button, triple button, etc.).

In the vertex feedback node, select the same group as in the vertex action. order to turn on the appropriate button LED, configure the change nodes, which will work as feedback:

Image AddedImage Added
Info

Payload syntax:

{“feedback“:{“A1“: B1, “A2“: B2,….}}

Ax : button instance number starting from “0“.

Bx : LED state (0-OFF,1-ON).

Remember to connect your flow to the ​​​​​​​vertex cluster node.

Then click the Deploy button at the upper-right corner of the Node-RED.

Image RemovedImport the ready flow using the code below:

Alternative method

Flow

Code Block
[
    {
        "id": "1ee76d65.a9b1f368bdbec41696555a",
        "type": "vertex feedbacktab",
        "z"label": "810b6cdc.028bf",
        "name": "",
        "primarygroup": "",
        "x": 120,
        "y": 260,
        "wires": [
            [
                "f7d9e125.f1dbc"
            ]
        ]
    },
    {
        "id": "479e1904.a4f808",
        "type": Flow 5","disabled":false,"info":"","env":[]},{"id":"066cda42ca430379","type":"vertex action",
        "z": "810b6cdc.028bf68bdbec41696555a",
        "name": "",
        "typeButton": "single",
        "bPayload": {
            "action": "noreactsetbrightness",
            "group": "625486b83f8deb0f10621aee408c4bb5fb3565668659d2c83c26a6e2fbad2a7c",
            "param": null,
            "4","priority": "254"
        },
        "bState": "",
        "defaultpriority": true,
        "x": 550,
        "y": 260,
        200,"wires": [
            [
                "6e2011e2.f416"
            ]
        ]
    },
    {
        "f786bb8dd583e2ed"]]},{"id": "6e2011e2.f416f786bb8dd583e2ed",
        "type": "vertex cluster",
        "z": "810b6cdc.028bf",
        "userouting": false,
        "68bdbec41696555a","rate": 5,
        "x": 740,
        750,"y": 260,
        200,"wires": []
    },
    {
        "id": "f7d9e125.f1dbcfd1a3ec2e7c007c3",
        "type": "DALI2 Devs Commondali2devs",
        "z": "810b6cdc.028bf68bdbec41696555a",
        "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": 340,
        "y": 260,
        "wires": [
            [
                "479e1904.a4f808"
            ]
        ]
    }
]"uid":"00EF01158FE0E64AD5","dali2dev":"0","devStatus":2,"instanceType":1,"dali2t1":"10","dali2t2":"","mode":"normal","x":350,"y":200,"wires":[["066cda42ca430379"]]},{"id":"fd28c64e44b1cce6","type":"vertex feedback","z":"68bdbec41696555a","name":"","primarygroup":"fb3565668659d2c83c26a6e2fbad2a7c","x":120,"y":200,"wires":[["fd1a3ec2e7c007c3"]]},{"id":"d3e9ead2f9415a7b","type":"comment","z":"68bdbec41696555a","name":"Choose button instance","info":"","x":340,"y":160,"wires":[]},{"id":"c2800fafdf452d96","type":"comment","z":"68bdbec41696555a","name":"Choose luminaire group","info":"","x":120,"y":160,"wires":[]}]
Image Added

This method uses dali2devs node. This node allows you to manage events from DALI 2 device e.g buttons. The difference between this node and DALI2 Devs Common node is that you can only use one instance of the button. On the other hand, turning on appropriate button LEDs is simplified thanks to the usage of vertex feedback node.

Image Added

Step-by-step instructions

Configure the dali2devs node accordingly. In the Dali2 Device field, specify the button instance you’ll use. Enter the properties tab of the vertex feedback node and select the appropriate luminaire group.

Image AddedImage Added

Connect the flow as shown and click Deploy.