LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

plotting x and y positions vs time elapsed

hi, so I have modified an example given with a 2D position sensitive photodetector but i'd like the 'time graph' to actually plot against time rather than the no of measurement points, i need this to be quite acurate so cannot use the wait function and no of iterations to estimate it. any ideas ?

 

Rachjacq_1-1631797611168.png

 

 

0 Kudos
Message 1 of 3
(999 Views)

Hi Rachjacq,

 


@Rachjacq wrote:

any ideas ?


It would help to attach the whole project including all those subVIs.

And it would help to downconvert them to LV2020 before attaching…

 

What's the point in holding all those arrays in shift registers when they never change?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(958 Views)

If the time points are not equally spaced, you simply need an xy graph with two traces x vs. t and y vs. t.

 

Where exactly does the time information come from? Can you trust it? How many points do you get per iteration?

 

(Yes, please down-convert to 2020 before attaching. I don't have 2021)

0 Kudos
Message 3 of 3
(951 Views)