E_LON_motor_state_t

Used by: SNVT_motor_state  / SNVT_pumpset_mn

TYPE E_LON_motor_state_t :
(
  eLON_MOTOR_NUL       := -1,
  eLON_MOTOR_STOPPED       := 0,
  eLON_MOTOR_STARTING      := 1,
  eLON_MOTOR_ACCELERATING  := 2,
  eLON_MOTOR_AT_STANDBY    := 3,
  eLON_MOTOR_AT_NORMAL     := 4,
  eLON_MOTOR_AT_REFERENCE  := 5,
  eLON_MOTOR_DECELERATING  := 6,
  eLON_MOTOR_STOPPING      := 7
)
END_TYPE

eLON_MOTOR_NUL: The state of the motor is unknown (invalid value)

eLON_MOTOR_STOPPED: The motor is not running

eLON_MOTOR_STARTING: The motor is performing its start-up sequence

eLON_MOTOR_ACCELERATING: The motor is running. Speed is increasing.

eLON_MOTOR_AT_STANDBY: The motor is running in its standby mode

eLON_MOTOR_AT_NORMAL: The motor is running in its normal operational mode

eLON_MOTOR_AT_REFERENCE: The motor is running at its reference speed.

eLON_MOTOR_DECELERATING: The motor is running. Speed is decreasing.

eLON_MOTOR_STOPPING: The motor is running, beginning its shutdown sequence.