What data type do I use to write to a binary output
Normally a binary output will uses a BACnetBinaryPV (ENUMERATED) data type for the present value. The enumeration has one of two values:
0=inactive, and 1=active.
BACnetBinaryPV ::= ENUMERATED {
inactive (0),
active (1)
}
In the CAS BACnet Explorer you will set the data type to "ENUMERATED" and the data value to either "0" or "1".