C# Mine
ContentsIndexHome
PreviousUpNext
VoltageMeter500VACBase.Calibration1Value Method

Generates a new value for calibration1 that will allow for the new calibration of the sensor.

Syntax
C#
public static long Calibration1Value(Mode mode, double newValue, double oldValue, long calibration1);
Parameters 
Description 
Mode mode 
Enumerated Mode 
double newValue 
Desired reading at last transmition 
double oldValue 
Last reading before calibration 
long calibration1 
Previous calibration1 value 

New value for calibration1

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