TYPE SubmoduleStatus : STRUCT
Detailed information on the status of a single submodule.
Contains information wheather the module is available (exists ? is locked ?), the correct device type is configured, or if there is diagnostic information available.
InOut:
|
Name
|
Type
|
Comment
|
xDiagnosis
|
BOOL
|
A diagnostic entry is available/stored for this submodule (summary of xAdvice, xMaintenanceRequired/-Demanded, xFault).
|
xAdvice
|
BOOL
|
At least one Advice is available/stored for this submodule.
|
xMaintenanceRequired
|
BOOL
|
At least one requirement for maintenance is available/stored for this submodule.
|
xMaintenanceDemanded
|
BOOL
|
At least one demand for maintenance is available/stored for this submodule.
|
xFault
|
BOOL
|
At least one Fault is available/stored for this submodule.
|
ARInfo
|
SubmoduleState_ARInfo
|
|
IdentInfo
|
SubmoduleState_IdentInfo
|
|
|