IoDiag
(FB)
FUNCTION_BLOCK IoDiag EXTENDS AbbLConA
Provides I/O-bus diagnostic data
- InOut:
Scope
Name
Type
Initial
Comment
Inherited from
Input
Enable
BOOL
FALSE
A rising edge (Enable = TRUE) starts the operation, the output Busy goes to TRUE. All other inputs are read and considered continuously. A falling edge (Enable = FALSE) aborts the operation. During Aborting the Busy is still TRUE. Afterward all outputs are reset.
AbbLConA
Output
Done
BOOL
FALSE
Operation is completed without error (while outputs Busy and Error are FALSE). This output is TRUE for at least one cycle or until Enable is set to FALSE.
AbbLConA
Busy
BOOL
FALSE
Operation is running (while outputs Done and Error are FALSE)
AbbLConA
Error
BOOL
FALSE
Operation is stopped with error (while outputs Busy and Done are FALSE). This output is TRUE for at least one cycle or until Enable is set to FALSE. The output ErrorID gives more details about the error.
AbbLConA
ErrorID
ERROR_ID.NO_ERROR
Error code describing error condition
NumCyclesTotal
DWORD
0
Total number of I/O buscycles
NumCyclesDef
DWORD
0
Total number of defective I/O buscycles
NumDefSeriesAct
BYTE
0
Actual number of defective I/O buscycles in series
NumDefSeriesMax
BYTE
0
Maximum number of defective I/O buscycles in series