LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Timing + daq mx write

Hi,

I'm controlling a motor for length measurement, and I want this for loop (picture) to be executed in exact X seconds.
I have tried to set time for the for loop by using "Wait (ms)" and "Wait Until Next ms Multiple", but this dosen't work...
Is this beacuse the writing to "cDAQ NI 9263" is to slow? Can I for example write 100 values to the "cDAQ NI 9263" in 5 seconds, or is this to fast?





Any ideas for solving my problem?
I appreciate your help!
Smiley Happy

Jon



0 Kudos
Message 1 of 4
(2,780 Views)

Hi Jon,

I use LabVIEW 8.2 and there is a timed loop function that you could use instead of the for loop.  What version of software do you have?

Tom

Message 2 of 4
(2,776 Views)

Here is an example:

 

Message 3 of 4
(2,774 Views)
Hi,

I have the 8.2 version, so this looks like a good solution.
Thanks for good help!

Jon
0 Kudos
Message 4 of 4
(2,765 Views)