Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| ezeio2:connections:outputs [2021-09-24 22:02] – ↷ Page moved from ezeio2:installation:outputs to ezeio2:connections:outputs andreh | ezeio2:connections:outputs [2025-06-11 19:30] (current) – [Analog output 4] andreh | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{indexmenu_n> | ||
| ===== Outputs ===== | ===== Outputs ===== | ||
| - | {{indexmenu_n>: | ||
| The ezeio has four (4) outputs built in. Additional outputs can be added using ezeio expansion devices, or third party devices connected via Modbus, CAN or SDI-12. | The ezeio has four (4) outputs built in. Additional outputs can be added using ezeio expansion devices, or third party devices connected via Modbus, CAN or SDI-12. | ||
| 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,  | 
| - |   | + | |
| - | + | ||
| </ | </ | ||