Skip to content

Navigation Menu

Sign in
Sign up

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

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

Good Morning,
I was wondering if its possible to run the full system tune once, then store the output values for future use?
I'm having difficulty figuring out how I could set this Library to run a Full system tune on demand, instead of every time the system boots

Many thanks
Alextrical

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

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();

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

AltStyle によって変換されたページ (->オリジナル) /