Logic Machine Forum
How to connect analog/digital input - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Hardware (https://forum.logicmachine.net/forumdisplay.php?fid=12)
+--- Thread: How to connect analog/digital input (/showthread.php?tid=4010)



How to connect analog/digital input - 02dag - 21.04.2022

I have a waterguard which have sensors that shuts off the main valve into the house in case of a water leak. This unit also have alarm relay outputs which is not more than NO or NC switches. So when there is a leak the NC or NO switches changes state.

I want to use this to control a KNX actuator and was thinking that I could use my LM Reactor v3 to do this.

The question is how do I do this? Do I need a pull up/down resistor of some sort on the input? Digital or analog? And how do I set it up in the reactor?


RE: How to connect analog/digital input - admin - 22.04.2022

If it's a relay output then you can simply connect +24V there. Binary input (or analog input in binary mode) will send 1 when there's voltage detected. An external pull-up resistor is needed for open collector (open drain) outputs.


RE: How to connect analog/digital input - 02dag - 22.04.2022

Thank you, I managed to get it right. Now I have made an object of type 001 switch that is linked to the input and it turns on and off when the state changes.

Can I use this object directly on the actuator in ETS or do I have to script something to trigger it?


RE: How to connect analog/digital input - admin - 25.04.2022

Script is not needed. Use a normal (not virtual) object and make sure that "Write to bus" option is enabled.