Java Mine
ContentsIndexHome
PreviousUpNext
UltrasonicBase.CalibrateFrame Method
Syntax
Java
public static byte CalibrateFrame(long sensorID, int actualValue, int measuredValue, int queueID);
Parameters 
Description 
long sensorID 
Numeric identifier of sensor  
int actualValue 
Desired value  
int measuredValue 
Last reported value  
int queueID 
Incrementing integer to validate receipt of multiple messages. (Random typically sufficient)  

Byte array with sensor level command for calibration

Generate the calibration command frame to send to the sensor. 

 

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