Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
ezeio2:connections:outputs [2021-09-24 22:05] – andreh | ezeio2:connections:outputs [2025-06-11 19:30] (current) – [Analog output 4] andreh | ||
---|---|---|---|
Line 89: | Line 89: | ||
<code javascript> | <code javascript> | ||
- | { Setoutput(4, | + | Setoutput(4, |
- | } | + | |
- | { SetOutput(4, | + | SetOutput(4, |
- | } | + | |
// Use logic to increase level | // Use logic to increase level | ||
- | { SetOutput(4, | + | |
- | if( ((T1-T2) > FanTempDelta) | + | if( (T1-T2) > FanTempDelta ) // Compare feedback value |
- | | + | SetOutput(4, |
- | | + | |
- | + | ||
</ | </ | ||