This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Bacnet Object Types
#1
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

Attached Files Thumbnail(s)
   
Reply
#2
Paste your script.
------------------------------
Ctrl+F5
Reply
#3
require('bacnet')

--ER Drift
v8 = bacnet.readvalue(2099203, 'command', 1)
grp.write('32/3/8', v8)
Reply
#4
Command object type is not supported yet. It can be added though, which LM HW/SW version are you using?
Reply
#5
HW: LM5 Lite + Ext (i.MX6)
SW: 20180822
Reply
#6
Try this package: https://dl.openrb.com/pkg/genohm-scada-b...8_imx6.ipk
Reply
#7
thank you Smile its working now
Reply
#8
(28.08.2019, 07:57)admin Wrote: Try this package: https://dl.openrb.com/pkg/genohm-scada-b...8_imx6.ipk
No puedo descargar el paquete. Necesito bacnet tipo trendlog

I cannot download the package. I need trendlog type bacnet
Reply
#9
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.
Reply
#10
(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
Reply
#11
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.
Reply


Forum Jump: