State machine state STABILIZE

ActDriving
The relay system is waiting for stabilization time after a direction conmutation.

State machine transitions

  • Stabilization loop
  • The new direction requested is not QUIET, so the actuation must begin working.
    • Destination:WORK
    • Condition: stabTimeExpiredToMove
      Code
      (actDirection!=CFG_ACT_DIRECTION_QUIET) && (actDrvTimer>=CFG_ACT_DRIVER_STAB_TIME)
    • Actions:
  • A new direction arrived during stabilization, the new direction has to be applied and the stab time has to be resetted.