LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Build XY Graph

Solved!
Go to solution

Yes, right-click the existing y axis and select "duplicate scale", then "switch sides". Now assign the second plot to the second y-axis via the plot legend.

 

 

0 Kudos
Message 11 of 16
(2,031 Views)
Any idea to define the area under a curve from the left to right respectively?
0 Kudos
Message 12 of 16
(1,988 Views)

I would try to use "Numeric Integration VI". Just plug X values and dt and it will spit you area under the curve. If x-axis values (time steps) are not uniform try using "Uneven Numeric Integration VI".

 

This is a real life example of those integrals you learned, or didn't learn :-), in school.

0 Kudos
Message 13 of 16
(1,979 Views)
What is the difference in the direction you go? 🙂 Does this work?
0 Kudos
Message 14 of 16
(1,978 Views)

for(imstuck) wrote:
What is the difference in the direction you go? 🙂 Does this work?

The answer to my own question is no it is not workign properly lol, but you get the idea. Here is one that should work, i forgot to change the dt before

Message Edited by for(imstuck) on 02-18-2009 09:13 AM
0 Kudos
Message 15 of 16
(1,973 Views)

This looks OK. You can count how many squares you have under the curve and it is about as result shows.

 

0 Kudos
Message 16 of 16
(1,970 Views)