LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to take inverse action in data acquisition?

Hi all,

 

I am taking data as a mV from cFP. i.e. its giving .000234 mV at 32 deg & .000400 at 35 deg. Now by mathematical manipulation, I want that it will indicate 32 deg at .0004 mV and 35 deg at .000234 mV.

 

Is it possible?

 

Can any1 guide me?

 

Thanks 

Vaibhav Gandhi
,
B.E. Instrumentation & Control,
INDIA
0 Kudos
Message 1 of 4
(2,641 Views)

One of several possibilites : 'Polynomial Interpolation.vi' to find in palette : Mathematics\Interpolation & Extrapolation

 

PolynomialInterpolation.jpg

 

 

Or why don't you reverse your entry polynomial coeff in your current code?

Message Edité par J.DECHET le 01-13-2010 11:09 AM
0 Kudos
Message 2 of 4
(2,627 Views)

No, i ve to take these current inputs also..so i cant connect it inverted..

 

yr advice is valid but i am looking how its applicable to my application

thanx..

Vaibhav Gandhi
,
B.E. Instrumentation & Control,
INDIA
0 Kudos
Message 3 of 4
(2,609 Views)
You could only make a copy of your original scale method with inversion of coeff or, obviously, the best is to make a subVI where your entry coeffs are input of it.
0 Kudos
Message 4 of 4
(2,607 Views)