Electro Industries Shark 200 Installation & Operation Manual page 232

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

Advertisement

rms_ia
= BitConverter.ToUInt16(new byte[2] { waveform_capture[14],
waveform_capture[15] }, 0);
...
calibration_va = BitConverter.ToUInt16(new byte[2] { waveform_cap-
ture[24], waveform_capture[25] }, 0);
calibration_ia = BitConverter.ToUInt16(new byte[2] { waveform_cap-
ture[26], waveform_capture[27] }, 0);
...
// CHANNEL BLOCK PARSING - predefined function
public static List<int> GetChannelSampleData(byte[] waveform_capture,
int start_byte)
{
int temp;
int begin = start_byte + 2;
"AN","IA",etc) and get data start
int end = start_byte + 4098;
List<int> list = new List<int>();
for (int i = begin; i < end; i += 2)
{
// hi-byte, lo-byte
temp = BitConverter.ToUInt16(new byte[2] { waveform_capture[i], wave-
form_capture[i+1] }, 0);
list.Add(temp);
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
// skip Channel ID (e.g.
#
Doc
E149701
B-48

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Shark 200t

Table of Contents