Is it possible to run a full tune once? #23
-
Good Morning, Many thanks |
Beta Was this translation helpful? Give feedback.
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: |
Beta Was this translation helpful? Give feedback.
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();