11-10-2014 08:43 AM
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???
11-10-2014 08:51 AM
11-11-2014 12:13 AM
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.
11-11-2014 03:14 AM
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