« Back to Function sub system ActDrive

State machine ActDriving

(Not Available)

State machine states

    • From init to stabilize, in order to prevent undesired behaviour
      • Destination:STABILIZE
      • Condition: (Not Available)
      • Actions:
    • 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.