This commit is contained in:
Michael Wesemann 2019-10-09 08:38:41 +02:00
parent d815054215
commit 6422fa3a8a

View File

@ -97,8 +97,8 @@ Functions in the congirutation menu
|`SPEEDINC1` |`SPI1`|increment of speed values when turning the encoder (1. range)| |`SPEEDINC1` |`SPI1`|increment of speed values when turning the encoder (1. range)|
|`SPEEDINC2` |`SPI2`|increment of speed values when turning the encoder (2. range)| |`SPEEDINC2` |`SPI2`|increment of speed values when turning the encoder (2. range)|
|`SPEEDINC3` |`SPI3`|increment of speed values when turning the encoder (3. range)| |`SPEEDINC3` |`SPI3`|increment of speed values when turning the encoder (3. range)|
|`SPEEDSTEP1`|`SPS1`|speed increment steps (increment changes at these values)| |`SPEEDSTEP1`|`SPS1`|speed increment steps (increment changes at these values, separates range 1 and 2)|
|`SPEEDSTEP2`|`SPS2`|speed increment steps (increment changes at these values)| |`SPEEDSTEP2`|`SPS2`|speed increment steps (increment changes at these values, separates range 2 and 3))|
|`FANMIN` |`FMIN`|fan minimum speed (should be a value at which the fan runs safely) (rpm)| |`FANMIN` |`FMIN`|fan minimum speed (should be a value at which the fan runs safely) (rpm)|
|`FANMAX` |`FMAX`|maximum speed of the fan (it is important that this is the real maximum value of the fan) (rpm)| |`FANMAX` |`FMAX`|maximum speed of the fan (it is important that this is the real maximum value of the fan) (rpm)|
|`FANINIT` |`FINI`|set fan to hight voltage at boot (3 sec)| |`FANINIT` |`FINI`|set fan to hight voltage at boot (3 sec)|