Additional Waveform Processing - Electro Industries Shark 200 Installation & Operation Manual

Upgradeable fully featured power & energy meter
Hide thumbs Also See for Shark 200:
Table of Contents

Advertisement

List<double> list = new List<double>();
for (int i = 0; i < adc_value.Length; ++i)
{
temp = ((adc_value[i] * calibration) / 1000000) * ratio;
list.Add(temp);
}
return list;
}
List<double> primary_an = GetPrimaryValues(volts_an.ToArray(),
bration_va, pt_ratio);
List<double> primary_ia = GetPrimaryValues(current_ia.ToArray(), cali-
bration_ia, ct_ratio);
List<double> primary_bn = GetPrimaryValues(volts_bn.ToArray(),
bration_vb, pt_ratio);
List<double> primary_ib = GetPrimaryValues(current_ib.ToArray(), cali-
bration_ib, ct_ratio);
List<double> primary_cn = GetPrimaryValues(volts_cn.ToArray(),
bration_vc, pt_ratio);
List<double> primary_ic = GetPrimaryValues(current_ic.ToArray(), cali-
bration_ic, ct_ratio);

Additional Waveform Processing

Waveform trigger condition information can also be collected from the waveform cap-
ture. As processed in the previous section, the following header values will be used for
the trigger conditions:
trigger_source = BitConverter.ToUInt16(new byte[2] { waveform_cap-
ture[0], waveform_capture[1] }, 0);
Electro Industries/GaugeTech
Electro Industries/GaugeTech
The Leader In Power Monitoring and Smart Grid Solutions
The Leader In Power Monitoring and Smart Grid Solutions
B: Modbus Map and Retrieving Logs
#
Doc
E149701
cali-
cali-
cali-
B-52

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Shark 200t

Table of Contents