11-08-2012 06:49 AM
I have some program and by some reason the start button behaves strangely. After the pump start when you press it to stop the pump it takes several pushes to stop it. When pump is not working(due to different reasons) it works ok, responding on every push.
I am using LabView 8.6.
How can I fix it?
Solved! Go to Solution.
11-08-2012 07:15 AM
It might not be your exact problem, but you really should not be constantly opening and closing your serial port. Set it up once before the main loop and close it once after the main loop.
11-08-2012 08:27 AM
Thanks a lot. It did help.