KNX Read Value from other device (KNX TP) - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10) +--- Thread: KNX Read Value from other device (KNX TP) (/showthread.php?tid=530) |
KNX Read Value from other device (KNX TP) - Habib - 01.01.2017 Hi again, I've asked in another thread how I can prevent sending a value to KNX TP Network from modbus TCP. In this thread I need to read a value from an KNX Objekt which is set in my SL only. I need it to get the current status. If I try it to read it in ETS (connected with an KNX USB Device) I get no values. The SLÂ Shows no request to that object. The SL and my USB device are in the same line (SL = 0.0.1, USB Device 0.0.13). If I change the value in SL the ETS (USB) show me that, but Only reading fails. The Object in SL: The Definition in ETS: The ETS Monitor output: BR Habib RE: KNX Read Value from other device (KNX TP) - Erwin van der Zwart - 01.01.2017 Hi Habib, See this topic to make a object respond on a read request: http://forum.logicmachine.net/showthread.php?tid=252&highlight=read+flag BR, Erwin RE: KNX Read Value from other device (KNX TP) - Habib - 01.01.2017 Hi Erwin, Thanks for the quick help. That was an easy solution :-) |