C# Mine
ContentsIndexHome
PreviousUpNext
CO_MeterBase.CalibrateFrame Method

Creates the byte array that holding the sensor calibration command

Syntax
C#
public static byte[] CalibrateFrame(long sensorID, int actualValue, int measuredValue, int queueID, int subcommand);
Parameters 
Description 
long sensorID 
Numeric identifier of the sensor 
int actualValue 
Desired calibration value 
int measuredValue 
Last reported value 
int queueID 
Incrementing integer to validate receipt of multiple messages. (Random typically sufficient) 
int subcommand 
Type of calibration to perform (4 = 0PPM calibration, 5 = Span calibration, 3 = temperature calibration) 

Byte array with sensor level command for calibration

Copyright (c) 2017. All rights reserved.
What do you think about this topic? Send feedback!