LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 113 - UDP

I am currently using Labview 8.20

I am reading a text file and sending the contents of that file using UDP.  The file is big and I get the
Error 113.  " A message  sent on a datagram was larger than the internal buffer or some other network limit,
or the buffer used to receive a datagram was small that the datagram itself".  If I use a small file, it works.

I am fairly new to Labview and I just modified the code in the Examples for the UDP Sender and
I am using the UDP Receiver example.

I am using the Read From Text File VI and connected it's output text to the UDP data in.

Any ideas? 

Jaime
0 Kudos
Message 1 of 2
(3,344 Views)
Hi Jaime,

First of all, are you positive this is LabVIEW 8.20? I have noticed a similar issue that was resolved in LabVIEW 8.0... Are these two PCs both on the same OS and both with LabVIEW 8.20?

Assuming so, how large of a file are you transmitting using UDP? Have you seen what the threshold might be for causing this error? Also, try increasing the max bytes/read and see if that helps.


Sam
-Sam F, DAQ Marketing Manager
0 Kudos
Message 2 of 2
(3,330 Views)