LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

wait micro second

Hi,
I'd like to know if there is a way to manage time intervals less than 1 ms? I remarked that in timing statistics we have that accuracy so is there no we to use this timing?

Thank you in adavnce

bim
0 Kudos
Message 1 of 3
(2,935 Views)
See application note AN200 (http://zone.ni.com/devzone/conceptd.nsf/webmain/ACF47016EB2F369D86256E3700560052?opendocument).
0 Kudos
Message 2 of 3
(2,920 Views)
Not in software. A non real-time OS has some delays for its own processes which you can't control. In fact, the wait function doesn't gurantee you a 1 ms accuracy. To get that, you should use a timed loop. You can get higher resolution if you use hardware with an internal timer or if you use LV Real-Time.

___________________
Try to take over the world!
0 Kudos
Message 3 of 3
(2,915 Views)