12-26-2014 03:35 AM
I was just wondering if anyone knew how or if it is possible to adjust when timeout errors are passed in labview. I occasionally get a hardware timeout error passed in when my code is running. I think the error code is 10001. I would like to adjust the settings, specifically how long LabVIEW waits before passing the error. Is this something that can be done?
Thanks!
12-26-2014 03:40 AM
I think that error code 10001 actually wrong, my apologies
12-29-2014
09:08 AM
- last edited on
07-08-2026
06:22 PM
by
Content Cleaner
Could you be more specific on what your code is doing? If you're reading data with DAQmx, there should be a timeout terminal on the read function: https://www.ni.com/docs/en-US/bundle/ni-daqmx-labview-api-ref/page/vi-lib/daqmx/read-llb/daqmx-read-...
Also, if you could respond with the actual error that may be helpful as well.