« Back to State machine state QUIET

State machine transition fromQuietToBw

QUIET
The action must start in Bw direction
255
BW

Actions

  • ActDrive
    The actuation output must equal the module of the actuation request.
    Code
    if (actAction>=0){
    rectifiedActAction=(t_pwm)actAction;
    } else {
    rectifiedActAction=(t_pwm)(-actAction);
    }
  • ActDrive
    Sets the direction of the actuators to move in Bw position.
    Code
    actDirection=CFG_ACT_DIRECTION_BW;
  • ActDrive
    This action is used to execute the submachine ActDriving.
    Code
    ActDriving();