random mode added

This commit is contained in:
Michael Wesemann 2019-06-03 09:41:23 +02:00
parent 0ac4d63b19
commit 71bce7ad0f

View File

@ -111,26 +111,28 @@ All commands return a colon separated string with all current parameters:
| 9|0|`ctime[0]` |fish catch time interval (min)| | 9|0|`ctime[0]` |fish catch time interval (min)|
|10|0|`rtime[0]` |speed rise time (sec)| |10|0|`rtime[0]` |speed rise time (sec)|
|11|0|`otime[0]` |switch off time (hour)| |11|0|`otime[0]` |switch off time (hour)|
|11|0|`rnval[0]` |random value (rpm)| |12|0|`rnval[0]` |random value range (rpm)|
|12|0| |boost remain (sec)| |13|0|`rnd[0]` |current random value (rpm)|
|13|0| |off timer remain (sec)| |14|0| |boost remain (sec)|
|14|1|`F[1]` |state (0=on, 1=off)| |15|0| |off timer remain (sec)|
|15|1|`v[1]` |speed (rpm)| |16|1|`F[1]` |state (0=on, 1=off)|
|16|1|`b[1]` |boost speed (rpm)| |17|1|`v[1]` |speed (rpm)|
|17|1|`rpm[1]` |rpm| |18|1|`b[1]` |boost speed (rpm)|
|18|1|`xpm[1]` |averaged rpm| |19|1|`rpm[1]` |rpm|
|19|1|`r[1]` |regulation value| |20|1|`xpm[1]` |averaged rpm|
|20|1|`bstate[1]`|boost state (0=on, 1=off)| |21|1|`r[1]` |regulation value|
|21|1|`btime[1]` |boost time (min)| |22|1|`bstate[1]`|boost state (0=on, 1=off)|
|22|1|`cat[1]` |fish catch mode state (0=on, 1=off)| |23|1|`btime[1]` |boost time (min)|
|23|1|`ctime[1]` |fish catch time interval (min)| |24|1|`cat[1]` |fish catch mode state (0=on, 1=off)|
|24|1|`rtime[1]` |speed rise time (sec)| |25|1|`ctime[1]` |fish catch time interval (min)|
|25|1|`otime[1]` |switch off time (hour)| |26|1|`rtime[1]` |speed rise time (sec)|
|25|1|`rnval[1]` |random value (rpm)| |27|1|`otime[1]` |switch off time (hour)|
|26|1| |boost remain (sec)| |28|1|`rnval[1]` |random value range (rpm)|
|27|1| |off timer remain (sec)| |29|1|`rnd[1]` |current random value (rpm)|
|28| | |0=ok, 1=error| |30|1| |boost remain (sec)|
|29| | |software version| |31|1| |off timer remain (sec)|
|32| | |0=ok, 1=error|
|33| | |software version|
## Schematics ## Schematics