08-25-2006 08:46 AM
08-25-2006 09:14 AM
08-25-2006 09:59 AM
08-25-2006 01:14 PM
hi there
try this: (no LV at hand right now so if have to use flat ascii)
- create an empty while loop
- place an wait (ms) function inside with an input of 0 (zero) ms (this will wait for the current RTE time slice to finish)
- run the loop once at startup of the app until 1s has elapsed (use the ms ticker output of wait (ms) function, take the ms ticker output of loop index 0 as start time!)
- for waiting ~1ms call a for/while loop until index is index(1s)/1000 with an wait (ms) with input 0 ms
maybe you then can wait ~1ms on ALL systems (cpu load should be ~0%)
08-28-2006 08:19 AM