Configuration for 3Phase firmware: Difference between revisions
No edit summary |
No edit summary |
||
Line 89: | Line 89: | ||
|- | |- | ||
|} | |} | ||
Any 3Phase field above outputs 3 value respectively for L1 L2 L3. |
Revision as of 06:20, 5 July 2021
The configuration for the 3 Phase firmware inherit mostly from the individual channel firmware documented below.
Over Serial Configuration - Sketch 3.0
This applies for firmware RPICT4V3_3Phase_V5_v1.2.
The 3 Phase firmware allows for computation of three power node at the same time. As opposed to the individual firmware which compute each channel one of after the other.
Only 2 nodes are computed.
- 1 3Phase node using
- CT1/V1 for L1
- CT2/V2 for L2
- CT3/V3 for L3
- 1 Current node
- CT4 as current only
This is an example configuration.
[main] format = 3 nodeid = 11 polling = 5000 kcal = 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 200.42999267578125 200.42999267578125 200.42999267578125 1.0 74.0739974975586 74.0739974975586 74.0739974975586 74.0739974975586 phasecal = 0 vest = 240.000000 xpFREQ = 50 Ncycle = 20 Nnode = 4 Nchan = 6 HWSCT = 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 HWMCPSCT = 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 HWVOL = 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 HWMCPVOL = 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 CHTYPE = 15 11 16 4 14 7 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 CHID = 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 debug = 0
HWSCT HWMCPSCT HWVOL HWMCPVOL and CHID are not used. These are normally used by the individual channel firmware.
Refer to the individual firmware guide below for the meaning of parameters format nodeid polling kcal phasecal vest xpFREQ Ncycle Nnode Nchan.
Over Serial Configuration - Sketch 3.0
The parameter we focus on here if CHTYPE. This sets how the channels appear in the output. This is a list of field type to output. The table below give sthe meaning of the numbers.
code | Channel Type | Description |
---|---|---|
4 | Irms | Rms current in Amps |
5 | Estimated Power | Estimated Power in Watts. This is Irms*Vest. |
7 | Temperature | Temperature (Celsius). Only for RPIZCT4V3T1 & RPIZ_CT4V3T2. |
11 | 3Phase Active Power | Active Power in Watts. |
12 | 3Phase Apparent Power | Apparent Power in Watts. |
13 | 3Phase Reactive Power | Reactive Power in VAR |
14 | 3Phase Power Factor | Power Factor |
15 | 3Phase Vrms | Voltage in Volts |
16 | 3Phase Irms | Rms current in Ampere |
Any 3Phase field above outputs 3 value respectively for L1 L2 L3.