LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

device has acknowledged the operation but has not completed before the timeout

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?

0 Kudos
Message 1 of 6
(1,586 Views)

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…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 6
(1,578 Views)

Not enough information.

 

What "device" are you working with?

Is there an error number associated with that message?

0 Kudos
Message 3 of 6
(1,575 Views)

@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

0 Kudos
Message 4 of 6
(1,565 Views)

@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

0 Kudos
Message 5 of 6
(1,564 Views)

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:

  • Retry the read command again as perhaps the device wasn't ready to submit a response.
  • Re-Init the DAQ device and restart the request.
  • Re-init the communication connection to your DAQ device.

It all comes down to "handle the error programmatically"… 😄

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 6 of 6
(1,548 Views)