Logic Machine Forum
BACnet positive integer value - 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 positive integer value (/showthread.php?tid=3787)



BACnet positive integer value - MantasJ - 04.01.2022

Hello,

I've downloaded an app "BACnet client" to succesfully connect to my device, but I can't seem to figure out why objects, who have "positive integer value" as a type, can't be mapped. It just says "(invalid object type "typeNumber" for BACnet type "positive integer value")". I've tried different sorts of data types (1, 2, 3, 4 bytes signed/unsigned/float) and just get the same message. Logically, the objects should represent values in a 2 byte unsigned spectrum. Where could be the problem?  Huh


RE: BACnet positive integer value - Daniel - 04.01.2022

Create new object from the app and see what object was created. Most likely the app does not support this object type and you will need to do it via script.
https://openrb.com/logicmachine-as-bacnet-client/