Output DescriptionΒΆ

DONE   BOOL \    (done)

Output DONE indicates the state of job processing. If the processing is finished, DONE is set to TRUE.

E1   BOOL \    (error \ class 1)

Output E1 is set to TRUE, if at least 1 error is present in error class 1 and if this error has not been read yet using the Function Block DIAG_GET. Consequently, if E1 is FALSE, either no errors are available in this error class or, if errors are available, all errors of this class were already read.

E2   BOOL \    (error \ class 2)

Output E2 is set to TRUE, if at least 1 error is present in error class 2 and if this error has not been read yet using the Function Block DIAG_GET. Consequently, if E2 is FALSE, either no errors are available in this error class or, if errors are available, all errors of this class were already read.

E3   BOOL \    (error \ class 3)

Output E3 is set to TRUE, if at least 1 error is present in error class 3 and if this error has not been read yet using the Function Block DIAG_GET. Consequently, if E3 is FALSE, either no errors are available in this error class or, if errors are available, all errors of this class were already read.

E4   BOOL \    (error \ class 4)

Output E4 is set to TRUE, if at least 1 error is present in error class 4 and if this error has not been read yet using the Function Block DIAG_GET. Consequently, if E4 is FALSE, either no errors are available in this error class or, if errors are available, all errors of this class were already read.