calc_gains
Purpose:
-
Compute recommended proportional, integral, and derivative gains for a control loop based on user-provided inputs.
Enter:
-
calc_gains
Where:
-
The program will prompt for three values:
-
kuĀ Specify ultimate gain. cyc Specify the number of cycles. sec Specify the time for cycles.
Example:
-
calc_gains
Respond to the prompts with values. For example: Enter 10 for ku, 5 for cyc, and 20 for sec.
Notes:
-
The program outputs aggressive and conservative gains based on the provided inputs.