LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using LabView version 6.1, Best way to capture data every 5 milliseconds

Best way to capture data every 5 ms (milli-seconds) in the .vi diagram when using "Time between Points, and Small Loop Delay tools"
0 Kudos
Message 1 of 4
(2,916 Views)
Would you be capturing this data from a Data Acquisition card?
0 Kudos
Message 2 of 4
(2,886 Views)
Response to Rick K:
 
Thanks for the reply. In the interim of searching for resolve, discovered a bit of break-through news along the way. Yes, we are using a DAQ board in conjunction to the setup. But we are also using an antiquated version of LabView 6.1 and that expresses a concern all it's own. Todate, we are a bit closer to resolve than we were before. 
0 Kudos
Message 3 of 4
(2,819 Views)
I have no idea what "Time between Points, and Small Loop Delay tools" is. If this is some code you downloaded, you should provide a linke to it. And, if you want to acquire analog data every 5 milliseconds from a DAQ board, that is possible with just about every DAQ board and is not related to the version of LabVIEW. You simply have to set the sample rate of the DAQ board to 200 samples/sec. If it's digital data, then there will be a problem getting consistent 5 msec data.
0 Kudos
Message 4 of 4
(2,793 Views)