ni.com is experiencing intermittent service disruptions.

Support teams are actively working on the resolution.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

error code -50400

hi,

When I Run my host side VI for a program which DMA transfers.

It gives a error code as -50400. The error was expalined as could not transfer from Fpga.

Please guide me to fix this error.

Thanks
Vedha
0 Kudos
Message 1 of 5
(5,641 Views)
You will have to proivide more info, like sample code or screenshots of the code. Maybe hardware used.
Regards,
André (CLA, CLED)
0 Kudos
Message 2 of 5
(5,623 Views)
Hello Sir,
I want to generate the SSB and ISB from the AM Example code which is present in Ni form, I am Using LV 8.2 with 5640R card.
after compilation of my FPGA  Vi when I run my host Vi it shows the Error 50400, I am using two FIFO on host side , one FIFO is giving the right responce but not the other one, its showing the error. please guide me to solve the problem.
here i put a screen shot of that problem

Thanks
0 Kudos
Message 3 of 5
(5,269 Views)
Hi did you ever fix this problem? What was the solution?
0 Kudos
Message 4 of 5
(4,937 Views)
-50400 error description.
The transfer did not complete within the timeout period or within the specified number of retries.

What happened: The node didn't receive all of the 1000 elements within the timeout specified (50000 ms), thus returning this error.

Possible solutions:
1. Make time out larger;
2. Reduce the number of requested elements;
3. Ask the number of available elements before reading the elements.

Hope this will be of help.

A lot of the time the solution can be derived from the error description, sometimes it can't. In this case you could have.
Regards,
André (CLA, CLED)
Message 5 of 5
(4,915 Views)