BACnet / export object list - 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: BACnet / export object list (/showthread.php?tid=5819) |
BACnet / export object list - BMSimon - 06.01.2025 Hi I have 2 questions. We have a LM where we are exporting 1200 objects to BACnet, but sometimes some of them are not responding. It is 600 1bit objects on/off and 600 1bit feedback objects. Is this too much? I could remove 50% of them and use the on/off as feedback. Next question, is it possible to export the "objects" tab from LM? I need to give the CTS guys information on what state each object is and when it last changed. Thanks in advance Simon RE: BACnet / export object list - Daniel - 06.01.2025 1. This should not be any problem for LM if all is configured correctly. What is the CPU/ID value? Is LM doing anything else? 2. Go to System-Network-BACnet objects. RE: BACnet / export object list - BMSimon - 06.01.2025 (06.01.2025, 08:47)Daniel Wrote: 1. This should not be any problem for LM if all is configured correctly. What is the CPU/ID value? Is LM doing anything else? CPU/IO: 0.02 0.01 0.00, Memory: 7% There is no scripts or anything else running on the LM. If I go to BACnet objects there is no timestamp of when the object have last changed value. RE: BACnet / export object list - Daniel - 06.01.2025 What about KNX traffic? https://forum.logicmachine.net/showthread.php?tid=5798&pid=37469#pid37469 RE: BACnet / export object list - BMSimon - 06.01.2025 (06.01.2025, 09:11)Daniel Wrote: What about KNX traffic? TP is not connected on the LM. No push buttons no sensors everything is relays controlled through BACnet. RE: BACnet / export object list - Daniel - 06.01.2025 Can you try using YABE and see if you have the same result? RE: BACnet / export object list - BMSimon - 06.01.2025 I'm not on site atm, I can't use YEBA over ZEROTIER can I? It worked perfectly with the LM Sync app, but 1 line is different the the others. Code: "updatetime":1732811320,"id":1103,"disablelog":1,"tagcache":"","address":1103,"datahex":"01","export":1,"comment":"","name":"Indvendig lys 2.0.X - 2.0.10 C4 DISP FB","datatype":1001 RE: BACnet / export object list - Daniel - 06.01.2025 No this will not work over zerotier. It is just knx security key(empty), hard to say without the backup. RE: BACnet / export object list - BMSimon - 07.01.2025 When I download the file from LM Sync My objects are in 3 states: "datahex":"00" "datahex":"01" "datahex":"" Is this: Off On "Have never been switched" ? RE: BACnet / export object list - admin - 07.01.2025 00 = off, 01 = on, empty = value not set yet (defaults to off/0) |