Motor task reponsible for motor control. More...
Classes | |
| class | LabFF_task_motor.Task_Motor |
| Motor task that creates variables for motor driver functions and parameters. More... | |
Variables | |
| int | LabFF_task_motor.S1_RUN = 2 |
| State 1 of the motor task. More... | |
| int | LabFF_task_motor.S2_BALANCE = 1 |
| State 2 of the motor task. More... | |
| int | LabFF_task_motor.S3_DISABLE = 3 |
| State 3 of the motor task. More... | |
Motor task reponsible for motor control.
Implements a finite state machine that interacts with the motor and task user interface.
| int LabFF_task_motor.S1_RUN = 2 |
State 1 of the motor task.
Creates an initial state condition for state 1. State 1 is the enable state.
| int LabFF_task_motor.S2_BALANCE = 1 |
State 2 of the motor task.
Creates an initial state condition for state 2. State 2 is the disable state.
| int LabFF_task_motor.S3_DISABLE = 3 |
State 3 of the motor task.
Creates an initial state condition for state 3. State 3 is the fault alert state.