Logic Machine Forum
Bacnet map to groupadress - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8)
+--- Thread: Bacnet map to groupadress (/showthread.php?tid=1105)



Bacnet map to groupadress - JohnTH - 24.11.2017

Hi,

I have installed newest firmware and bacnet.ipk, enabled bacnet server and ticked export on two objects from knx. 
The two objects shows in system config --> network --> bacnet obejcts.

For testing i wrote a resident script with 10s interval as seen in attached file. 
Nothing in log, and it does not write value to virtual group adress.

Anyone see what I am missing?


RE: Bacnet map to groupadress - admin - 24.11.2017

Are you trying to read values from BACnet server on the same LM? This will not work. It's possible to run client or server on a different port but still you won't be able to read values by the client.


RE: Bacnet map to groupadress - JohnTH - 27.11.2017

(24.11.2017, 10:47)admin Wrote: Are you trying to read values from BACnet server on the same LM? This will not work. It's possible to run client or server on a different port but still you won't be able to read values by the client.

Thanks. I got it working now, reading from another backnet server.