03-07-2008 01:13 PM
03-07-2008 01:52 PM
Sounds like you need to add some pause statements to your loops (While and For). A small pause like 20 milliseconds will make a difference.
03-07-2008 02:58 PM
Matthew, thanks for the reply. Yes, I have 12.5 ms time delay to my while loop.
Here's what i suspected, the spect for computer #1 (development computer) is Pentium 4 with 2.4 GHz and 1 GB RAM. While the spec computer #2 (where the executable run) is Pentium 3 with 1.2 GHZ and 256 MB RAM.
Do you think this will create problem?
Thanks.
03-07-2008 03:04 PM
03-07-2008 03:11 PM
03-07-2008 03:19 PM
Change your pause to 50 milliseconds. That is 20 times a second that is plenty fast enough to get user inputs. The alternative is to use the event structure that is available on more expensive versions of LabVIEW.
03-07-2008 05:04 PM
03-08-2008 12:05 PM - edited 03-08-2008 12:07 PM