Jump to content

Recommended Posts

Hi all,

I connected two windows 2000 computers via a crossover cable, they can see each other fine in windows explorer with the netbios over tcp protocol. Now if I run the "simple data client/server" examples then sometimes the response is instant, sometimes it takes 10 to 15 seconds before the client does anything (I set the timeout to infinite). If anyone has seen this kind of behavior before then it would be great to hear an explanation.

Oh yeah, I'm using Labview 7.1.1.

Cheers,

Ralf

Link to comment
Hi all,

I connected two windows 2000 computers via a crossover cable, they can see each other fine in windows explorer with the netbios over tcp protocol. Now if I run the "simple data client/server" examples then sometimes the response is instant, sometimes it takes 10 to 15 seconds before the client does anything (I set the timeout to infinite). If anyone has seen this kind of behavior before then it would be great to hear an explanation.

Oh yeah, I'm using Labview 7.1.1.

Cheers,

Ralf

It might be a DNS lookup issue. Try to set

DNSLookupEnabled= FALSE

in the LabVIEW.ini file

Link to comment

Hi All:

I'm beginning to notice a pattern: There are lots of different classes of problems that can be fixed by setting something equal to something in the .ini file.

Seems like it would be useful if there was a consolidated reference of all the ini file keys and what they are good for. I didn't seem to find it searching LV8 help.

Am I missing something, or is this a worthwhile project?

Best Regards, Louis

Link to comment
It might be a DNS lookup issue. Try to set

DNSLookupEnabled= FALSE

in the LabVIEW.ini file

You could also modify "TCP Listen.vi" to allow you to pass FALSE to the "Resolve Remote Address" terminal of "TCP Wait On Listener.vi".

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.