Issue with Genohm-SCADA-BACnet Package Installation. - 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: Issue with Genohm-SCADA-BACnet Package Installation. (/showthread.php?tid=4958) |
Issue with Genohm-SCADA-BACnet Package Installation. - Fahd - 11.09.2023 Hello, After installing the Genohm-SCADA-BACnet package for my LM5 Lite + Ext (i.MX6), I'm encountering some issues. Firstly, I can't seem to see any of the BACnet objects with Yabe. Additionally, Yabe is detecting the LM5 with an incorrect Device ID. I downloaded the package because I need to write to BACnet objects via scripting. attached a capture from Yabe and BACnet setting of the LM5 (11.09.2023, 13:09)Fahd Wrote: Hello, After deleting the package, everything returns to normal, is there a way to fix it ? RE: Issue with Genohm-SCADA-BACnet Package Installation - Daniel - 11.09.2023 This is bacnet client package and yabe is also client. Bacnet server is always in, no need to install anything. RE: Issue with Genohm-SCADA-BACnet Package Installation - Fahd - 11.09.2023 (11.09.2023, 13:25)Daniel Wrote: This is bacnet client package and yabe is also client. Bacnet server is always in, no need to install anything. Then how could I fix this error , User script:1: module 'bacnet' not found: no field package.preload['bacnet'] no file './bacnet' no file 'Library bacnet' no file 'Library bacnet' no file 'Library bacnet.so' stack traceback: [C]: in function 'require' RE: Issue with Genohm-SCADA-BACnet Package Installation - Daniel - 11.09.2023 Explain what are you trying to do. RE: Issue with Genohm-SCADA-BACnet Package Installation - Fahd - 11.09.2023 (11.09.2023, 14:38)Daniel Wrote: Explain what are you trying to do. When I run this script i face the error that I have mentioned earlier Quote:require('bacnet') Quote:valueT = event.getvalue() Quote:bacnet.write(101380, 'analog value', 78, valueT) RE: Issue with Genohm-SCADA-BACnet Package Installation - Daniel - 11.09.2023 OK then you want to use bacnet client then install this package again but disable bacnet server. RE: Issue with Genohm-SCADA-BACnet Package Installation - admin - 11.09.2023 See this: https://forum.logicmachine.net/showthread.php?tid=4530 RE: Issue with Genohm-SCADA-BACnet Package Installation - Fahd - 11.09.2023 (11.09.2023, 14:45)Daniel Wrote: OK then you want to use bacnet client then install this package again but disable bacnet server. I have to use both of them |