Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
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.