Bacnet - Extracting Bit Values
-
Can bit values be extracted from bacnet objects similar to what is discussed in the post below?
-
Hi Wingnut2.0,
The object type is the property that determines how the read is performed in BACnet. There are binary object types in Mango, but there are not any options to extract a bit from, say, an Analog Input in BACnet that I'm aware of.
You can of course read in the value as its proper data type, though, and then use a meta point or script to bit bang out the bits you're interested in.