Bacnet Object Types - 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 Object Types (/showthread.php?tid=2209) |
Bacnet Object Types - espenavitell - 28.08.2019 Hi im trying to read the command object type. but i get this msg. Hent Bacnet 36.03 Bohus 28.08.2019 08:40:32 Library bacnet:0: unknown object type stack traceback: [C]: in function 'error' Library bacnet: in function 'read' Library bacnet: in function 'readvalue' unknown object type, what do i type insted of command in the script? Command is bacnet object type 7 RE: Bacnet Object Types - Daniel - 28.08.2019 Paste your script. RE: Bacnet Object Types - espenavitell - 28.08.2019 require('bacnet') --ER Drift v8 = bacnet.readvalue(2099203, 'command', 1) grp.write('32/3/8', v8) RE: Bacnet Object Types - admin - 28.08.2019 Command object type is not supported yet. It can be added though, which LM HW/SW version are you using? RE: Bacnet Object Types - espenavitell - 28.08.2019 HW: LM5 Lite + Ext (i.MX6) SW: 20180822 RE: Bacnet Object Types - admin - 28.08.2019 Try this package: https://dl.openrb.com/pkg/genohm-scada-bacnet_20190828_imx6.ipk RE: Bacnet Object Types - espenavitell - 28.08.2019 thank you its working now RE: Bacnet Object Types - Acla - 29.12.2020 (28.08.2019, 07:57)admin Wrote: Try this package: https://dl.openrb.com/pkg/genohm-scada-bacnet_20190828_imx6.ipkNo puedo descargar el paquete. Necesito bacnet tipo trendlog I cannot download the package. I need trendlog type bacnet RE: Bacnet Object Types - admin - 29.12.2020 Install the 2020 firmware to get the latest BACnet package. Trend log type is not supported at this moment and we don't have plans to add it. RE: Bacnet Object Types - Acla - 29.12.2020 (29.12.2020, 13:18)admin Wrote: Install the 2020 firmware to get the latest BACnet package. Trend log type is not supported at this moment and we don't have plans to add it.y como puedo hacer para tener esos puntos? (29.12.2020, 13:18)admin Wrote: Install the 2020 firmware to get the latest BACnet package. Trend log type is not supported at this moment and we don't have plans to add it.No me deja llegar al link del paquete y no tengo el firmware2020 RE: Bacnet Object Types - admin - 04.01.2021 Please post in English next time. 2020 firmware can be found here: http://forum.logicmachine.net/showthread.php?tid=2710 BACnet on LM only supports "binary value" and "analog value" object types. All other types are not supported and we don't have plans to add them at this moment. |