Error 113 occurred at UDP Write in TCT File server.vi

Asked By 0 points N/A Posted on -
qa-featured

I am exercising to create a client-server file relocate application. The client understands writing a file accumulated on a provided tasking location (PC) and delivers it to a server installed on one more tasking location for extra practice. I am exercising UDP as the transport protocol (TP).

The issue is that my application practices completely with files whose volume is in the series of kilobytes, on the other hand while I do attempt to deliver files whose volume is in the series of megabytes, the applicable damages down and I received an error message. I felt that I have to maximize the volume of both the UDP delivering and getting buffers, on the other hand I do not knowledge how to perform. How can this matter be solved? If somebody has an idea please share thanks.

Error 113 occurred at UDP Write in TCT File server.vi


Error 113 occurred at UDP Write in TCT File server.vi

Possible reason(s):

LabVIEW: A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram was smaller than the datagram itself.

Continue

 

SHARE
Answered By 0 points N/A #170705

Error 113 occurred at UDP Write in TCT File server.vi

qa-featured

Hello Chester,

The error 113 you have mentioned is a common problem. Nowadays many people are facing this. As far as I know NI is working on the forthcoming version of labview. When the buffer receives any data larger than itself the labview can't keep up with that then the error occurs. To avoid the error I can suggest you to use string treatment Vls: String Length, String Subset and try to cut your string data.

I hope this will help you to resolve your problem.

Related Questions