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

Generate the calibration command frame to send to the sensor. 

@param sensorID Numeric identifier of sensor @param actualValue Desired value @param measuredValue Last reported value @param queueID Incrementing integer to validate receipt of multiple messages. (Random typically sufficient) @return Byte array with sensor level command for calibration

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