Java Mine
ContentsIndexHome
PreviousUpNext
CO_MeterBase.CalibrateFrame Method
Syntax
Java
public static byte CalibrateFrame(long sensorID, int actualValue, int measuredValue, int queueID, int subcommand);

Creates the byte array that holding the sensor calibration command 

@param sensorID Numeric identifier of the sensor @param actualValue Desired calibration value @param measuredValue Last reported value @param queueID Incrementing integer to validate receipt of multiple messages. (Random typically sufficient) @param subcommand Type of calibration to perform (4 = 0PPM calibration, 5 = Span calibration, 3 = temperature calibration) @return Byte array with sensor level command for calibration

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