Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

CWAI1_AcquiredData(ScaledData As Variant, BinaryCodes As Variant)

Private Sub CWAI1_AcquiredData(ScaledData As Variant, BinaryCodes As Variant)
'How do I ...
'Convert ScaledData from Voltage to Pounds
CWGraph1.ChartY ScaledData
LogData ScaledData
End Sub
0 Kudos
Message 1 of 2
(3,036 Views)
Hello;

You will need to apply the physical relationship in between pounds and voltage that your sensor works under.Once you have that equation, you can implement it inside the AcquiredData function.
Hope this helps.
Filipe A.
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(3,036 Views)