Trends of Bacnet objects - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9) +--- Thread: Trends of Bacnet objects (/showthread.php?tid=4227) |
Trends of Bacnet objects - olegrz - 08.09.2022 Hi, How I can add Bacnet objects to trend logs ? I have: HW: LM5 Lite + Ext (i.MX6) SW: 20200312 Thank you in advance! KR Oleg RE: Trends of Bacnet objects - admin - 09.09.2022 What kind of BACnet objects? You can read data from BACnet devices via scripting a map values to group addresses. Then add these addresses to trend logs. This might be helpful: https://forum.logicmachine.net/showthread.php?tid=3476&pid=22457#pid22457 RE: Trends of Bacnet objects - olegrz - 15.09.2022 Hi, I just upgraded to the latest FW version. There are 6 bacnet devices in my project. From Vitogate I mapped bacnet object to knx group successfully. By during mapping procedure for AS01 device I faced with error - see attached screen copy. How I can resolve it? Thank you in advance! KR Oleg RE: Trends of Bacnet objects - Daniel - 15.09.2022 BACnet client app can only work with very limited amount of objects. How many objects did you link so far? RE: Trends of Bacnet objects - olegrz - 15.09.2022 (15.09.2022, 15:26)Daniel Wrote: BACnet client app can only work with very limited amount of objects. How many objects did you link so far? At this moment I mapped 13 bacnet objects only from Viessmann Vitogate. See attachment. From Siemens PXC200 & PXC001 controllers I cannot map nothing. Every time the mentioned above error is generated. There are more than 300 bacnet objects in In Siemens controllers. In Vitogate their amount less than 100. RE: Trends of Bacnet objects - Daniel - 16.09.2022 It looks like the app is not going to work here (btw, not done by us) The script option is your way. https://openrb.com/logicmachine-as-bacnet-client/ RE: Trends of Bacnet objects - olegrz - 17.09.2022 (16.09.2022, 07:37)Daniel Wrote: It looks like the app is not going to work here (btw, not done by us) The script option is your way. Hi, Daniel My bacnet configuration is as on b0.png picture. When I scan network I obtain non-full list of bacnet devices - see b1.png There is not full list of bacnet objects for AS_01 device (Siemens PXC200 controller) an for Rooftops Periodically I obtain error message "Cannot run scan while local BACnet server is running on the same portt"- see b2.png The same message I periodically obtain for Port 47809 also. Where are my wrong actions? Thank you KR Oleg I RE: Trends of Bacnet objects - Daniel - 19.09.2022 Do you use BACnet client app and LM bacnet client at the same time? RE: Trends of Bacnet objects - olegrz - 19.09.2022 (19.09.2022, 07:23)Daniel Wrote: Do you use BACnet client app and LM bacnet client at the same time? Yes. Today after several attempts I had success in mapping needed bacnet objects to knx groups. As I understand the main problem is inner delays during reading of bacnet devices. For Vitogate - very quickly but for Siemens PXC200 - very slowly. By the way YABE browser reads the same devices very quickly. |