Skip to content

Is it possible to run a full tune once? #23

Answered by Dlloydev
alextrical asked this question in Q&A
Discussion options

You must be logged in to vote

If you'd like to run the longer 5 tau test, use direct5T when 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();

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by alextrical
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants