This documentation is for older software versions (up to 3.1.29). If you have software version 3.1.30 or higher, go to MODERN Home |
---|
(Classic) Relay unit: RM8 & RM16
LMS DALI-2 RELAY UNIT RM8
(it is replacing LMS DALI RELAY UNIT RM8)
The DALI relay controls the power supply of ON-OFF devices (e.g. decorative lighting). There are two relays available:
Relay DALI-2 RM8 - for structural mounting
Relay DALI RM16 - for mounting on a DIN rail.
How to use it in the LMS design?
To use the relay in the project, you need to remember the typical Ethernet2DALI limitation.
Flow
[{"id":"9506027e.5f297","type":"vertex cluster","z":"b222345d.4e7b88","userouting":false,"rate":"35","x":930,"y":360,"wires":[]},{"id":"b42b6428.a50f18","type":"vertex action","z":"b222345d.4e7b88","name":"ON","typeButton":"single","bPayload":{"action":"setbrightness","group":"dec3da521e5495e16cb718621f5e8a7f","param":"50","priority":"254"},"bState":"","defaultpriority":true,"x":660,"y":420,"wires":[["9506027e.5f297"]]},{"id":"5f7031a0.a1df2","type":"inject","z":"b222345d.4e7b88","name":"","topic":"OFF","payload":"0","payloadType":"num","repeat":"","crontab":"00 17 * * 1,2,3,4,5","once":false,"onceDelay":0.1,"x":420,"y":320,"wires":[["2bbabd50.f20022"]]},{"id":"dcc4106f.619ca","type":"inject","z":"b222345d.4e7b88","name":"","topic":"ON","payload":"1","payloadType":"num","repeat":"","crontab":"30 06 * * 1,2,3,4,5","once":false,"onceDelay":0.1,"x":430,"y":420,"wires":[["b42b6428.a50f18"]]},{"id":"2bbabd50.f20022","type":"vertex action","z":"b222345d.4e7b88","name":"OFF","typeButton":"single","bPayload":{"action":"setbrightness","group":"dec3da521e5495e16cb718621f5e8a7f","param":"0","priority":"254"},"bState":"","defaultpriority":true,"x":660,"y":320,"wires":[["9506027e.5f297"]]},{"id":"bfe12467.93c0d8","type":"comment","z":"b222345d.4e7b88","name":"Set schedule","info":"","x":410,"y":240,"wires":[]},{"id":"800f70b8.a7c71","type":"comment","z":"b222345d.4e7b88","name":"Set action for relay","info":"","x":690,"y":240,"wires":[]}]
How to commission it?
The relay in GUI looks as shown below:
In Vertex GUI relay is read as fluorescent luminaire.
To control it by Vertex GUI you should use Set Brightness command:
0% - relay is open, no power supply - OFF
>0% - relay is closed, the circuit is powered - ON
Instructions
This example shows how to control ON-OFF luminaires using a time scheduler. The DALI relay will turn the light every day at 8 a.m. and turn it off at 6 p.m.
Find the following nodes:
inject
vertex action
vertex cluster
2. Set the first inject node as OFF.
3. Set the second inject node as ON.
4. Set the first vertex action node (OFF):
5. Set the second vertex action node (ON).
6. Do not forget to click Done and Deploy!