St_MP_VRU_ServiceInfo

Malfunction and service information.

TYPE St_MP_VRU_ServiceInfo :
STRUCT
  bError_dP_Sensor                 : BOOL;
  bReverseAirflowDetected          : BOOL;
  bAirflowNotReached               : BOOL;
  bFlowInClosedPosition            : BOOL;
  bInternalActivity                : BOOL;
  bGearDisengaged                  : BOOL;
  bBusWatchdogTriggered            : BOOL;
  bActuatorDoseNotFitToApplication : BOOL;
  bPressSensorWrongConnected       : BOOL;
  bPressureSensorNotReached        : BOOL;
  bError_dP_SensorOutOfRange       : BOOL;
END_STRUCT
END_TYPE

bError_dP_Sensor: Error dp sensor.

bReverseAirflowDetected: Reverse air flow detected.

bAirflowNotReached: Air flow not reached.

bFlowInClosedPosition: Flow in closed position.

bInternalActivity: Internal activity.

bGearDisengaged: Gear disengaged.

bBusWatchdogTriggered: Bus watchdog triggered.

bActuatorDoseNotFitToApplication: Actuator does not fit to application.

bPressSensorWrongConnected: Pressure sensor connected wrong.

bPressureSensorNotReached: Pressure sensor not reached.

bError_dP_SensorOutOfRange: dP sensor out of range.