diff --git a/doc/source/source_rst/software/operations/config.rst b/doc/source/source_rst/software/operations/config.rst index 04fcce4cf1f4ae6b0810b1f68be8e363895e020f..7b575d927ea05a2ff09b8c04893e96a2d36889fd 100644 --- a/doc/source/source_rst/software/operations/config.rst +++ b/doc/source/source_rst/software/operations/config.rst @@ -66,7 +66,7 @@ The configuration is written in a python file structured in a series of dictiona .. flat-table:: flat-table example :header-rows: 2 :stub-columns: 1 - :widths: 1 1 1 3 + :widths: 1 1 2 1 2 :class: my-class :name: my-flat-table @@ -74,15 +74,38 @@ The configuration is written in a python file structured in a series of dictiona - :rspan:`1` Module key - :cspan:`2` Value - * - head Type - - head Expected Value - - head Description + * - Description + - Expected Value + - Value description - * - 'rx' + * - 'ctl' - 'model' - - string - - 'raspberry_pi' - - contains informations related to controller unit, 'raspberry_pi' only implemented so far + - Controller of the OhmPi system. + - 'raspberry_pi' (string) + - Defines a Raspberry Pi as controller. + + * - :rspan:`5` 'pwr' + - :rspan:`2` 'model' + - :rspan:`2` Type of power unit. + - 'pwr batt' + - Defines an external battery as power unit. + + * - 'dps_5005' + - Defines an external DPS 5005 as power unit + + * - 'voltage' + - Defines default output voltage in V. + - (float) e.g. 12. + - Sets voltage to 12 V by default. + + * - :rspan:`2` 'interface_name' + - :rspan:`2` interface used for communication with controller. + - :rspan:`2` 'modbus' + - Sets a modubs connection + + * - 'none' + - Sets no software communication (e.g. for 'pwr_batt') +