09-21-2010 12:48 PM
Can you post your code or post a screen shot of your code?
Also, are all your error wires properly connected so that you receive an error message if a problem occurs?
09-21-2010 01:34 PM
sure, attached is the code i wrote. thanks
09-22-2010 09:21 AM
I looked at your VI and I'm missing a subVI - 'no timeout error'. It looks like this VI is clearing errors but I can't confirm this. Try removing this VI so you actually see if you are getting a timeout error.
Also, I'm not quite sure what you are trying to accomplish with the Elapsed Time VI. The Elapsed Time value seems quite small (10 ms) considering your loop will take at least 100 ms to run because of the Wait function.
Have you also tried using Highlight Execution to see if and where your VI is hanging. If it is hanging, highlight execution should show you where the problem is.