05-14-2021 12:28 PM
Hi!
I'm trying to use labview to gather data over a long period of time, however I keep getting hit with this message:
device has acknowledged the operation but has not completed before the timeout
Is there a way to fix this error?
05-14-2021 12:38 PM
Hi mortega,
@mortega65 wrote:
I keep getting hit with this message:
device has acknowledged the operation but has not completed before the timeout
Is there a way to fix this error?
Yes: you need to handle that error programmatically…
05-14-2021 12:39 PM
Not enough information.
What "device" are you working with?
Is there an error number associated with that message?
05-14-2021 12:52 PM - edited 05-14-2021 12:54 PM
@RavensFan wrote:
Not enough information.
What "device" are you working with?
Is there an error number associated with that message?
I'm using USB-2416 from measurement computing
05-14-2021 12:53 PM - edited 05-14-2021 12:53 PM
@GerdW wrote:
Hi mortega,
@mortega65 wrote:
I keep getting hit with this message:
device has acknowledged the operation but has not completed before the timeout
Is there a way to fix this error?
Yes: you need to handle that error programmatically…
I knew that, I'm asking how do you fix this error
05-14-2021 01:03 PM
Hi mortega,
@mortega65 wrote:
@GerdW wrote:
Hi mortega,
@mortega65 wrote:
I keep getting hit with this message:
device has acknowledged the operation but has not completed before the timeout
Is there a way to fix this error?
Yes: you need to handle that error programmatically…
I knew that, I'm asking how do you fix this error
It was a very generic question and you got a very generic answer…
More specific answer:
Read the manual of your device to see what is mentioned in there about that error.
I guess there are several options:
It all comes down to "handle the error programmatically"… 😄