Project

General

Profile

Measurement Block Theory » History » Version 1

Luiz Fernando Lavado Villa, 2019-03-26 11:56
Initial information on the theory of the measurement chain

1 1 Luiz Fernando Lavado Villa
h1. Measurement Block Theory
2
3
The single-phase converter uses an isolated measurement chain with an external 12-bit ADC. This is a low-cost solution to safely get many measurements from the board to the micro-controller with high-accuracy. 
4
5
There are a total of 5 measurements embedded on the power converter:
6
*  *Low-side Voltage*
7
*  *Low-side current*
8
*  *High-side Voltage*
9
*  *High-side current*
10
*  *Temperature*
11
12
The different measurement types are described in the subsections below
13
14
h2. Voltage measurement
15
16
The voltage measurements use resistor bridges which are calculated according to the voltage being measured.
17
A capacitor is connected to the output of the resistor bridge to stabilize the measurement. 
18
A buffer is also connected to the output of the resistor bridge to send the signal to the external ADC. 
19
20
h2. Current measurement
21
22
The current measurements use shunt resistors to measure the current flowing through the converter. 
23
The voltage drop on these shunt resistors is very low and noisy. 
24
To enhance the quality of the measurement, an RC filter and a non-inverter operational amplifier are connected to the output of the shunt resistors. 
25
26
Since the converter is bi-directional in current, an offset is needed to create a virtual zero. 
27
This offset is done using the same voltage reference used by the ADC (see more details below).
28
29
h2. Temperature measurement
30
31
The temperature measurement is done by a dedicated components which is assembled near the power converters. 
32
This component measures the temperature of the heat-sink. 
33
34
h2. External Analog-to-Digital Converter
35
36
An external ADC is used to sample the measurements of the board. 
37
This allows for a generic approach to the measurement chain and a high-resolution in the measurements. 
38
39
To avoid thermal drift, an external voltage reference is connected to the ADC.
40
41
The ADC sends its measurements through a SPI interface.  
42
43
h2. Isolation of the measurements
44
45
The micro-controller block has a dedicated ground. This isolation should guarantee the safety of the user and any sensitive equipment such as computers which are connected to the power converter. It is important to note that no test has yet guaranteed the safety level of this isolation and users should take extra precautions to protect themselves and their equipment.
46
47
The external ADC All the measurements are isolated via a dedicated SPI component.
48
49
50