Skip to content

Commit a4a0754

Browse files
committed
Explanation for mimium sampling frequency for MCP AC provider
1 parent 0c362a8 commit a4a0754

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/en/docs/measuring/metric-providers/psu-energy-ac-mcp-machine.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ We use the board implementation here: [AMD00706](https://www.microchip.com/en-us
1818
**Spec highlights:**
1919
- 0,5% Accuracy on active power measurements in a 1:4000 dynamic range (~ 3.75 mW minimum resolution)
2020
- 8 MHz internal processing clock (theoretical maximum of 12.5 us resolution)
21+
- Power is averaged over multiples of 20 ms (Selectable from N={1,2,3,4})
2122
- Internal accumulation of energy in register (currently not active in our setup. We use active power only atm.)
2223

2324

@@ -61,3 +62,10 @@ Where:
6162

6263
Any errors are printed to stderr.
6364

65+
### Remarks on the minimum average resolution on 20 ms
66+
67+
Although the chip has a very high internal sampling frequency it far higher than 20 ms it does not output measurement data from smaller time frames.
68+
69+
The effective retrieved data is always averaged over a minimum of one full grid power frequency cycle (typically 50 Hz / 20 ms). The reason for that is that the *Active Power* is defined as the integral over one full cycle
70+
71+
Technically you can also analyse only parts of a full-cycle. However it has no meaning for the *Active Power* as we want to analyze the consumption of the software and not small spikes in AC load that however might be negated with inductive or capactive induced phase-shifted surges later.

0 commit comments

Comments
 (0)