forked from M-Labs/thermostat
ctrl_panel: Use ADC sample interval as PID unit
The Thermostat PID gains are actually in units relative to the sampling interval of the Thermostat, and not SI seconds. Reflect that accordingly in the units of PIDs. See https://hackmd.io/IACbwcOTSt6Adj3_F9bKuw#Units for more details.
This commit is contained in:
parent
d092c6f9a8
commit
bbc9204b7f
@ -303,7 +303,7 @@
|
|||||||
"title": "Ki",
|
"title": "Ki",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"step": 0.1,
|
"step": 0.1,
|
||||||
"suffix": "Hz",
|
"suffix": "τ⁻¹",
|
||||||
"noUnitEditing": true,
|
"noUnitEditing": true,
|
||||||
"compactHeight": false,
|
"compactHeight": false,
|
||||||
"thermostat:set_param": {
|
"thermostat:set_param": {
|
||||||
@ -318,7 +318,7 @@
|
|||||||
"title": "Kd",
|
"title": "Kd",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"step": 0.1,
|
"step": 0.1,
|
||||||
"suffix": "s",
|
"suffix": "τ",
|
||||||
"noUnitEditing": true,
|
"noUnitEditing": true,
|
||||||
"compactHeight": false,
|
"compactHeight": false,
|
||||||
"thermostat:set_param": {
|
"thermostat:set_param": {
|
||||||
|
Loading…
Reference in New Issue
Block a user