Is it possible to run a full tune once? #23
Answered
by
Dlloydev
alextrical
asked this question in
Q&A
|
Good Morning, Many thanks |
Answered by
Dlloydev
Aug 16, 2022
Replies: 1 comment
|
If you'd like to run the longer 5 tau test, use I don't have an example ready that runs sTune on demand and won't get a chance to work with my hardware until later this year, but possibly using this would work to re-start another test: |
0 replies
Answer selected by
alextrical
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you'd like to run the longer 5 tau test, use
direct5Twhen you declare the tuner object. For example:sTune tuner = sTune(&Input, &Output, tuner.ZN_PID, tuner.direct5T, tuner.printALL);I don't have an example ready that runs sTune on demand and won't get a chance to work with my hardware until later this year, but possibly using this would work to re-start another test:
tuner.Reset();