The device is equipped with a built-in buzzer for identification.
Short-circuiting the input(s) and COM gives a signal/command for testing purposes.
...
Info |
---|
The getting started with Node-RED section is here: Programing logic (Node-Red) |
...
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Import the ready made flow using the instructions here: Importing Node-RED flow or follow the instructions below. |
...
How to commission it?
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 the 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.
...
Then
configure Find the vertex action node according to what you want to achieve. You can choose between several types of actions like 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 or dimm button. , etc.).
...
Remember to connect the vertex action output your flow to the vertex cluster node.
...
Then click the Deploy button at the upper-right corner of the Node-RED.
Info |
---|
You can find example usage of the Input Module here: Alarm override |