cancel
Showing results for 
Search instead for 
Did you mean: 

Error 56 when using TCP read

SOLVED
venkadez3737
Member
Solved!

Error 56 when using TCP read

Message contains an attachment

Hi,

Currently, am trying to automate my translation stage through LabVIEW. but it showing error 56 and herewith I have attached the screenshot which was shown in my program. Can you help me to resolve this error?

6 REPLIES 6
Artem.SPb
Active Participant

Re: Error 56 when using TCP read

You have got timeout error.

This is all we can say.

Show your code for real help.

venkadez3737
Member

Re: Error 56 when using TCP read

should I send the program?

Artem.SPb
Active Participant

Re: Error 56 when using TCP read

If the program is large, then do not send it all.
Make the simplest example that causes an error.
And attach the snippet.

venkadez3737
Member

Re: Error 56 when using TCP read

Message contains an attachment

Please find the attachment

Artem.SPb
Active Participant
Solution

Re: Error 56 when using TCP read

I do not have the driver.
But I see strange in the code.
You open a connection with the same parameters twice, and then close one of them.
Maybe the problem is this?
Why double? open one and do two operations.

venkadez3737
Member

Re: Error 56 when using TCP read

As per your suggestion, I opened one and did two operations again it showing same error