03-02-2004 10:05 AM
03-04-2004 10:41 AM
03-09-2004 05:59 AM
02-08-2006 04:02 PM
I am having the exact same issue. I have a wait vi with a 5 ms constant attached that takes almost exactly 200 ms to execute. If I delete the wait vi, the program runs full speed with minimal delay. I also tried the Wait until next ms multiple vi with the same result. My impression of Labview PDA 7.1 is that it is VERY VERY BUGGY. I'm anxiously awaiting my copy of Labview PDA 8 and hoping that it works much better.
02-15-2006 02:41 PM
03-16-2006 08:38 AM
Hi,
I experienced the same problem even on our newly updated LabVIEW PDA 8.0.1.
The time for one loop execution is 200ms, sometimes 300ms.
Best regards,
Manuel
04-03-2006 03:49 PM
04-03-2006 04:13 PM
I'm using a rather crude workaround. I have a sub-VI which simply compares the start time to the current time (with tick count.vi) and loops until the delay time is met. I feed it the delay time as an input. I've found that I sometimes have to adjust the delay time input to get the value of delay I need (I'm not sure if this is still true with LV 8.0). The amount of time I delay isn't a very critical parameter, so I can live with a little uncertainty. I wouldn't recommend this for really critical timing (and of course the minimum resolution is 1 ms). I'd be interested in hearing other people's work arounds.
What I really don't understand is why my work-around works and the built in delay VIs don't! As mentioned previously, it would be nice if NI would respond one way or the other on this issue. If they don't have a fix, at least they could acknowledge the issue.
04-03-2006 04:17 PM
04-04-2006 07:32 AM