IEC_BACNET_DEVICE_STATUS (ENUM)ΒΆ
TYPE IEC_BACNET_DEVICE_STATUS :
Describes the operational state of an BACnet device object.
This enumeration, of type BACnetDeviceStatus, reflects the current physical and logical status of the BACnet Device. The exact meaning of these states, except for BACKUP_IN_PROGRESS, in a given device and their synchronization with other internal operations of the device or the execution of BACnet services by the device are local matters and are not defined by the BACnet standard.
- InOut:
- Name - Initial - Comment - _DEV_STAT_MAX_SIZE - 16#7FFFFFFF - DEV_OPERATIONAL - 0 - Corresponds to BACnet operational - DEV_OPERATIONAL_READ_ONLY - 1 - Corresponds to BACnet operational-read-only - DEV_DOWNLOAD_REQUIRED - 2 - Corresponds to BACnet download-required - DEV_DOWNLOAD_IN_PROGRESS - 3 - Corresponds to BACnet download-in-progress - DEV_NON_OPERATIONAL - 4 - Corresponds to BACnet non-operational - DEV_BACKUP_IN_PROGRESS - 5 - Corresponds to BACnet backup-in-progress 
