Helps to give more information!
Assume you have a pressure sensor that gives a millivolt reading; the
manufacturer should supply a way of converting that millivolt output into
pressure. This will be either by a specified formula or by a calibration
table- the formula is by far the easier to deal with but may need some local
calibration. Look in the documentation for the sensor.
You are better to do the calculations in Labview and output final values to
Excel, rather than mess about each time doing the calculation in Excel.
For graphing; if you want to do the graph using Excel, that's an Excel
problem and is well covered by Excel's online help- assuming you're not
wishing to programmatically make Excel do the graph from the Labview code.
Alternatively, Labvie
w has various types of graph that you can use.
If you give more info, you might get more back.
john wrote in message
news:506500000008000000012B0000-999158726000@exchange.ni.com...
> I am trying to convert the mA reading into a real number (PSI) i am
> using signal conditioning and labview 5.1 I can get it to red the mA
> but then i get stuck
>
> I have got the data to transfare into a excell sheet but i need to
> convert it and view it in a graph