LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I have faster vi execution time?

My LabVIEW applications need to have execution time within 0.1~0.2 milliseconds.
The time delay (wait) function in LabVIEW seems only allow having in milliseconds. How can I get a timer faster? I can use either software or hardware timer (counter).
Any help is much appreciated.
0 Kudos
Message 1 of 3
(2,794 Views)
Timer resolution is limited to 1ms... I ran into the same problem. For an accurate timer operating with intervals less than 1ms you basically need a hardware solution such as an external timer or a programmable timer on a DAQ board that can be programmed.
0 Kudos
Message 2 of 3
(2,794 Views)
If your application needs to have a software loop rate of .1 to .2 ms then you may want to look into using LabVIEW RT. If you just need to acquire some data every .1 to .2 ms then using hardware, would be the best bet.
0 Kudos
Message 3 of 3
(2,794 Views)