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.
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.
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.