12-19-2008 06:10 PM
A simple question that got me stuck for hours.
How do I make a timed loop in TestStand? The loop includes a few steps, and each loop should take x second.
Solved! Go to Solution.
12-22-2008 01:52 AM
12-22-2008 12:06 PM
12-23-2008 01:49 AM
Hi Bladhart,
Try using the WIN API GetTickCount()
http://msdn.microsoft.com/en-us/library/ms724408.aspx
12-23-2008 02:07 AM
12-23-2008 08:47 AM
Juergen,
I'm curious why you thought your original example only has 1 second resolution? The Seconds() function has 1 msec resolution.
12-29-2008 11:48 AM
Hi Dennis,
because i dont set a break point and watched the variables Vaule 🙂
The manual on SecondSinceStartup said nothing on ms.
And on the ExpressionBrowser on Second() i dont read the hole part.
But now i did it.
So thank you Dennis for pointing out that resolution is ms
I wish you and all other members out there
a happy new year 2009
juergen
08-11-2009 12:07 PM
08-11-2009 01:47 PM