IEC_BACNET_PROGRAM_ERROR (ENUM)

TYPE IEC_BACNET_PROGRAM_ERROR :

Describes the error state of an running programm in an BACnet device.

This enumeration, of type BACnetProgramError, conveyes the current state if the process executing the application program the programm object represents encounters any type of error that causes process execution to be halted.

InOut:

Name

Initial

Comment

_PROGRAM_ERROR_MAX_SIZE

16#7FFFFFFF

PROGRAM_ERROR_NORMAL

0

! process is not halted due to any error condition

PROGRAM_ERROR_LOAD_FAILED

1

! the application program could not complete loading

PROGRAM_ERROR_INTERNAL

2

! process is halted by some internal mechanism

PROGRAM_ERROR_PROGRAM

3

! process is halted by Program_Change request

PROGRAM_ERROR_OTHER

4

! process is halted for some other reason