LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ploting a point on a XY graph

Solved!
Go to solution

Hi ,all. I think i need your help.

I have a text file with data in it to represent graphically. (2 col by 600 rows). I would like to make a graph with these values AND to plot a point on this

graph, following the data from text file. Reading once the file, and then each row consecutivelly. (I changed .txt with .lvm extension to work.):smileywink:

 

I made so far:

 

- read from measurement file (once)

- build a "for" outside measurement file where i graph all the data (XY graph). Here, somehow, i want to plot each row of data (at 10 ms) on the same graph.

 

I want to see a moving point on my graph.

I looked forward for exemples , i tried many ideeas, but no result.

Any help ?

Thanks.

 

PS: Why .lvm are not excepted here ? I had to modify to .txt to upload. Smiley Surprised

Download All
0 Kudos
Message 1 of 4
(2,979 Views)
Solution
Accepted by topic author dsasorin
Add a cursor like this:

read waveform v8_BD.png
Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

0 Kudos
Message 2 of 4
(2,950 Views)

thankyou, jcarmody .

works perfectly.

0 Kudos
Message 3 of 4
(2,928 Views)
This version will give you a moving point verses a cursor.
Tim
GHSP
0 Kudos
Message 4 of 4
(2,922 Views)