-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Classes: | ||
|
||
DebugMSG | ||
ProdualMIO | ||
Fan?? | ||
Menu | ||
LCD | ||
Modbus | ||
Counter | ||
|
||
|
||
ProdualMIO: | ||
https://www.produal.com/en/mio-12.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Modes: | ||
|
||
Manual: | ||
Buttons to inc/dec fan speed(0-10V) (show in percents 10% == 1V) | ||
Display fan speed + pressure. | ||
Fan updates at the same time as UI | ||
Automatic: | ||
Buttons to inc/dec fan pressure level (0-120 Pa) (show in percents 10% == 1V) | ||
Pressure to inc/dec fan speed | ||
|
||
BTN1: auto/manual | ||
auto: BTN3 - inc pressure, BTN2 - dec pressure | ||
manual: BTN3 - inc voltage, BTN2 - dec voltage |