07-27-2015 08:43 AM
I am using a NI x series 6343 andcounting pulses, but when i try to stop the counter with a boolean operator nothing happens, ihave to go and use abort execution,
Help
07-27-2015 05:09 PM
You'll have to post a screenshot of your code.
If you're using a read call with an infinite timeout this would explain your problem (see here for other options).
Best Regards,
07-28-2015 05:03 PM
that is a picture of the code i hope it helps
07-29-2015 04:44 PM - edited 07-29-2015 04:44 PM
If the value of the timeout is -1 that would explain your problem (the DAQ Assistant will block indefinitely so the loop will never exit).
Best Regards,
07-30-2015 07:49 AM
While it will not help with the stop issue in question, the stop button should be wired to the stop input of the DAQ Assistant and the stopped output to the loop terminal. This will allow the DAQ devices to be shut down properly.
Lynn