Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

How to commission it?

The getting started with Node-RED section is here: Programing logic (Node-Red)

Import the ready made flow using the instructions here: Importing Node-RED flow or follow the instructions below.

Step-by-step instructions

To program input module logic within the Node-RED tool you need to use a DALI2 Devs node, which is available in the node palette on the left-hand side of Node-RED UI. Drag the node to the workspace and click it to enter the configuration window.

In the Node properties, in the Serial Number field, you can choose the correct INPUT MODULE unit. In the Dali2 Device box choose the number of the input you will be using. For (input 1) IN1 rhe box should say: 1.Dali2 Input Unit etc.

Then select either Normal or ESDIM (for dimming button) in the Mode field.

The most common Event filters are set by default. In special cases you can deactivate some of them.

Find the vertex action node in the palette. For each button drag an action node to the workspace and define the target group. Depending on usage choose a relevant action (single button, toggle button, triple button, etc.).

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

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

You can find example usage of the Input Module here: Alarm override

  • No labels