abort_autotune

Purpose:

Abort the autotuning process for a specified PID controller by setting flags or sending events to stop the tuning.

Enter:

abort_autotune <controller>

Where:

controller

  • Specify the controller number for which autotune is performed ONLY IF running the old ctrl_task.
  • Specify the loop name if tuning a new user control loop.
  • Specify the control device name if tuning a new engine control device DYNO DYNO2 THROTTLE. These must be spelled exactly though capitalization is not important.

Example:

abort_autotune 0
Abort autotuning for the dyno when using the old ctrl_task.

abort_autotune fuel_cooling
Abort autotuning for fuel cooling with the new user_ctrl_task.

abort_autotune Dyno
Abort autotuning for the dyno with the new eng_ctrl_task.

Notes:

Ensure that the control tasks and shared memory are active as failure to access them will prevent the program from executing successfully.

See Also:

autotune, Autotuning PID Loops