ST_LON_pump_ctrl1

Used by: SNVT_dev_fault

TYPE ST_LON_pump_ctrl1 :
STRUCT
  bSf_voltage_low       : BOOL;
  bSf_voltage_high      : BOOL;
  bSf_phase             : BOOL;
  bSf_no_fluid          : BOOL;
  bSf_press_low         : BOOL;
  bSf_press_high        : BOOL;
  bSf_general_fault     : BOOL;
  bSf_reserved1_7       : BOOL;
  bDf_motor_temp        : BOOL;
  bDf_motor_failure     : BOOL;
  bDf_pump_blocked      : BOOL;
  bDf_elect_temp        : BOOL;
  bDf_elect_failure_nf  : BOOL;
  bDf_elect_failure     : BOOL;
  bDf_sensor_failure    : BOOL;
  bDf_general_fault     : BOOL;
  byReserved3_0_7       : BYTE;
END_STRUCT
END_TYPE

bSf_voltage_low: Supply fault - low voltage (boolean). Supply voltage is too low.

bSf_voltage_high: Supply fault - high voltage (boolean). Supply voltage is too high.

bSf_phase: Supply fault - power phase (boolean). Supply power is missing phase.

bSf_no_fluid: Supply fault - no fluid (boolean). There is no fluid in the pump.

bSf_press_low: Supply fault - low pressure (boolean). System pressure is too low

bSf_press_high: Supply fault - high pressure (boolean). System pressure is too high

bSf_general_fault: General supply fault.

bSf_reserved1_7:

bDf_motor_temp: Device fault - motor temperature (boolean).Motor temperature is too high

bDf_motor_failure: Device fault - motor fatal failure (boolean).Motor has encountered a fatal failure

bDf_pump_blocked: Device fault - pump blocked (boolean).Pump is presently blocked

bDf_elect_temp: Device fault - electronics temperature (boolean).Temperature of the electronic circuitry is too high

bDf_elect_failure_nf: Device fault - electronics failure (boolean).Electronic circuitry has encountered a non-fatal failure

bDf_elect_failure: Device fault - electronics fatal failure (boolean). Electronic circuitry has encountered a fatal failure

bDf_sensor_failure: Device fault - sensor failure (boolean). Sensor has failed on the device

bDf_general_fault: General device fault.

byReserved3_0_7: