LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

UDP ERROR 113

DEAR READERS

                                   I AM A BEGINNER LEVEL LABVIEW APPLICATION ENGINEER. I AM TRYING TO COMMUNICATE TWO SYSTEMS(MY LAPTOP AND COMPUTER) USING UDP PROTOCOL IN LABVIEW.  I HAVE CODED THE REQUIRED IN BOTH THE SYSTEM. I AM FACING ERROR WHEN I RUN BOTH THE SYSTEM SIMULTANEOUSLY.

                                    THE ERROR NUMBER IS 113 AND 56 SOMETIMES.

ERROR 113 SAYS THAT THE 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.

 

         WHAT SHOULD I DO TO REMOVE THESE ERROR 56 AND ERROR 113???

0 Kudos
Message 1 of 4
(4,360 Views)
First, fix your keyboard. All caps is considered shouting and not appropriate behavior.

Second, attach your code.
Message 2 of 4
(4,358 Views)

Dear Reader,

 

I regret for the caps letter.  I am sending you my code UDP try and udp try receive. I am facing 113 error.You can run it simultaneously in two system and see to yourself. I am a beginner in LabVIEW. I am happy to get your help.

 

Download All
0 Kudos
Message 3 of 4
(4,330 Views)

Hi Srifour4,

 

Just check with the attached VI, that I have modified to resolve your problem.

 

I have come up with your attached VI "udp try.vi". The way you programmed that vi is not at all a good way of programming. Just go through with this basics. Specifically learn about the data flow and then start realising your ideas.

 

 

All the best !

 

Regards,

Vijay

0 Kudos
Message 4 of 4
(4,304 Views)