2018.08 Firmware and Bacnet Problem - 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: 2018.08 Firmware and Bacnet Problem (/showthread.php?tid=1782) |
2018.08 Firmware and Bacnet Problem - savaskorkmaz - 11.12.2018 Hi When we are using 2017.09 Firmware with LM5Lp , our bacnet scripts was working very well. Here you can find an example below. After upgrade to 2018.08 , these scripts are not working anymore. Need help, Regards, value = event.getvalue() require('bacnet') bacnet.write(9000, 'binary output', 1793, value) RE: 2018.08 Firmware and Bacnet Problem - admin - 11.12.2018 Have you installed BACnet client package? All additional packages must be reinstalled after FW upgrade. RE: 2018.08 Firmware and Bacnet Problem - savaskorkmaz - 11.12.2018 No , i didn't but when i open package list , i saw a package named bacnet 2018.03.01 is this bacnet client or something else ? If this is not bacnet lient can you share latest bacnet client please ? Also there is error like User script:2: 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' User script:2: in main chunk RE: 2018.08 Firmware and Bacnet Problem - admin - 11.12.2018 This one: https://dl.openrb.com/lm-18-imx6/pkg/genohm-scada-bacnet_20171129_imx6.ipk |