From 3b9e4b968eaff28023515312ffacc6f6db110e27 Mon Sep 17 00:00:00 2001 From: smathis Date: Mon, 22 Jun 2026 15:15:06 +0200 Subject: [PATCH] Added configuration section to docs --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index 789964b..5382271 100644 --- a/README.md +++ b/README.md @@ -72,3 +72,29 @@ target_link_libraries( : ) ``` + +## Configuration + +After starting the frontend for the first time, the ODB configuration is +partially done. To complete it, manually add two arrays +/Equipment//Settings/Names and +/Equipment//Settings/Update Threshold Measured +with 12 entries each. + +The arrays need the following values +(see mitc_pressc_set in device/mitcpresscio.cxx): + +| Index | Names | Update Threshold Measured | +| ----- | ----- | ------------------------- | +| 0 | Pressure Setpoint | 0.01 | +| 1 | MPC_ITC_VarioxSP | 0.001 | +| 2 | MPC_ITC_VarioxTemp | 0.0001 | +| 3 | MPC_ITC_VarioxPower | 0.1 | +| 4 | MPC_AveragedPower | 0.01 | +| 5 | MPC_CalcPressure | 0.01 | +| 6 | Pressure Control Mode | 1 | +| 7 | MPC_SetPressure | 1 | +| 8 | MPC_PressCalcminPress | 0.01 | +| 9 | MPC_PressCalcmaxPress | 0.01 | +| 10 | MPC_PressCalc_const1 | 0.01 | +| 11 | MPC_PressCalc_const2 | 0.01 |