Skip to content

Questions about the user settings in example "Get_All_Tunings" #27

Answered by FelixWT
FelixWT asked this question in Q&A
Discussion options

You must be logged in to vote

I figure it out , incase some newbie like me this is may conclusion (might not be accurate but this works for me):

/// @brief Prefix Time(sec)
uint32_t settleTimeSec;
/// @brief Test Span(sec)
uint32_t testTimeSec;
/// @brief Amount of Samples within Test Span
uint16_t samples;
/// @brief Δ °C to Target Temperature
float inputSpan;
/// @brief Full Control Span
float outputSpan;
/// @brief HEAT UP SPAN Within Prefix Time
float outputStart;
/// @brief HEAT UP SPAN Within Control Span
float outputStep;
/// @brief Over Pass This Temperature ? Force Stop
float tempLimit;

Replies: 1 comment

Comment options

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