11-20-2007 03:52 PM
How to display on the graph three or more waveforms where time scale is not an index of array but a real time:
I measure three voltages Va, Vb, and Vc on my Test stands every 3sec. So I’m building four arrays (Va, Vb, Vc, Time) and combine all in one.
Time |
Va |
Vb |
Vc |
0 |
5 |
3.5 |
2.8 |
3 |
4.9 |
3.6 |
2.9 |
6 |
4.8 |
3.8 |
2.1 |
Now I need to show on the graph in which scale X is “Voltage” and scale Y is “Time”.
How can I do it?
Thanks a lot,
Boris
11-20-2007 04:14 PM
11-21-2007 08:04 AM
11-22-2007 01:04 PM
hi, here is my vi.
If you run several times you will find the problems.
Thanks.
11-23-2007 01:17 PM
11-23-2007 02:00 PM
I cant open your vi since you have 7.1 and I only have 7.0, could you post a screenshot of your block diagram and front panel? Or is it too big?
Im not entirely sure what you want. Do you want a bar for each thing being measured, the amplitude of which is the measurement, and then update that value over time?
Or do you actually want your bar graph to show more bars with time?
Please give a few more details relating to your application, and hopefully a picture of your code.
11-23-2007 02:10 PM
11-23-2007 03:05 PM
11-23-2007 03:17 PM
Hi Jeff,
What I want to is exactly displaying every measured data in bar graph over time, the amplitude is the measured data. It seems when time goes on, and more data gathered the more time display takes because labview will refresh from the very begining point. and when I run this second or more times, it is in a mess.
Alyssa
11-23-2007 03:28 PM
hi Ravens,
I am quite new to Labview, how to clear the last data effectivelly? As you said at the bottom I have initialized the array.
Alyssa