ST_LON_SNVT_pump_sensor

Used by: SNVT_pump_sensor

TYPE ST_LON_SNVT_pump_sensor :
STRUCT
  rRotational_speed          : REAL;
  rBody_temperature          : REAL;
  rMotor_external_temperature    : REAL;
  rMotor_internal_temperature    : REAL;
  eMotor_overloaded          : E_LON_boolean_t;
  eOil_level_low         : E_LON_boolean_t;
  ePhase_imbalance_detected      : E_LON_boolean_t;
  rCurrent_usage         : REAL;
  rPower_usage           : REAL;
  eTemperature_control       : E_LON_unit_temp_t;
  eElectromagnetic_brake_active  : E_LON_boolean_t;
  eFriction_brake_active     : E_LON_boolean_t;
  eGas_brake_active          : E_LON_boolean_t;
END_STRUCT
END_TYPE

rRotational_speed: Min: 0 / Max: 6553.5 / Rotational speed.

rBody_temperature: Min: -274 / Max: 6279.5 / Body temperature.

rMotor_external_temperature: Min: -274 / Max: 6279.5 / Motor external temp.

rMotor_internal_temperature: Min: -274 / Max: 6279.5 / Motor internal temp.

eMotor_overloaded: Motor overloaded (Boolean, see E_LON_boolean_t).

eOil_level_low: Oil level low (boolean).

ePhase_imbalance_detected: Phase imbalance (boolean).

rCurrent_usage: Min: -3276.8 / Max: 3276.7 / Current usage.

rPower_usage: Min: 0 / Max: 6553.5 / Power usage.

eTemperature_control: Pump body temp control status (temperature control status names, see E_LON_unit_temp_t).

eElectromagnetic_brake_active: Electromagnetic brake active (boolean).

eFriction_brake_active: Friction brake active (boolean).

eGas_brake_active: Gas brake active (boolean).