LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Timing question

I'm sampling data once per second and displaying it in a Waveform Chart. I'm
using sliders to control the X and Y axis zooming and panning. Everything is
inside an while loop and I'm using the Wait Until Next ms Multiple to
control the timing. Works fine except that the panning and zooming is
updating once a second too. I'd like to update the panning and zoom faster
than the data sampling rate. How can I do this?
0 Kudos
Message 1 of 2
(2,479 Views)
Put the panning and zooming code in another loop that uses a smaller wait time.

Bingo you are done.

Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 2 of 2
(2,479 Views)