Difference between revisions of "Energy Module Calibration"
Jump to navigation
Jump to search
(Created page with " List of commands for the energy module : Energy Module Commands == Calibration of the voltage == * command '''SVO''' : FUNC_SetVoltage * parameter = 1x4 bytes type f...") |
|||
Line 12: | Line 12: | ||
* If the calibrated value deviate more than factor 2 (in both directions), the value will also be 'floored'. | * If the calibrated value deviate more than factor 2 (in both directions), the value will also be 'floored'. | ||
− | == Calibration of the | + | == Calibration of the current == |
* command '''SCU''' : FUNC_SetCurrent | * command '''SCU''' : FUNC_SetCurrent |
Revision as of 09:41, 21 March 2016
List of commands for the energy module : Energy Module Commands
Calibration of the voltage
- command SVO : FUNC_SetVoltage
- parameter = 1x4 bytes type float in [V]
- There are 3 voltage channels that can be calibrated.
- The parameter should be the voltage connected to one or more of the voltage channels.
- Only the channels that have a voltage above 10V (before calibration) will be calibrated. This way you can calibrate every channel separately or in one shot.
- If the calibrated value deviate more than factor 2 (in both directions), the value will also be 'floored'.
Calibration of the current
- command SCU : FUNC_SetCurrent
- parameter = 1x4 bytes type float in [A]
- There are 12 current channels that can be calibrated.
- The parameter should be the current connected to one or more of the current channels. <<-- what with different current-sensors? should be calibrated with 1 current sensor and an extra parameter should be used to have an extra factor to use in the calculation.
- Only the channels that have a current above 0.1A (before calibration) will be calibrated. This way you can calibrate every channel separately or in one shot.
- If the calibrated value deviate more than factor 2 (in both directions), the value will also be 'floored'.