You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to your settings you want to turn on relay for 1000ms in 10ms control window, this will lead to: relay always turn on
hope this make you understand what these variables meant
// Prefix Time(sec)
uint32_t settleTimeSec = 5;
// Test Span(sec)
uint32_t testTimeSec = 5000;
// Amount of Samples within Test Span
uint16_t samples = 10000;
// Δ °C to Target Temperature
float inputSpan;
// Full Control Span
float outputSpan = 2000;
// Heat Up Span Within Prefix Time
float outputStart = 0;
// Heat Up Span Within Control Span
float outputStep = 100;
Hi,
i use a relay to power a heater but it seems that the relay is never turned off.
I tried it with various settings at the moment following (not really sure what the best values would be):
Even when the emergency stop heat is reached the relay is still on.
The text was updated successfully, but these errors were encountered: