Page 1 of 1

EnvisaLink stops responding

Posted: Thu Jul 26, 2012 4:15 am
by pakerfeldt
I'm having some difficulties communicating with the 2DS over TPI. For some reason it stops responding after ~25 - 30 seconds.

The socket is not closed and the EnvisaLink web page still says TPI connection is ONLINE.

Here's some output from my application:

Code: Select all

EnvisaLinkMessage [command=505, data=3, checksum=CD]
Sent: 005user54

EnvisaLinkMessage [command=500, data=005, checksum=2A]
EnvisaLinkMessage [command=505, data=1, checksum=CB]
Sent: 00090

EnvisaLinkMessage [command=500, data=000, checksum=25]
Sent: 00090

EnvisaLinkMessage [command=500, data=000, checksum=25]
Sent: 00090

EnvisaLinkMessage [command=500, data=000, checksum=25]
Sent: 00090

EnvisaLinkMessage [command=500, data=000, checksum=25]
Sent: 00090

EnvisaLinkMessage [command=500, data=000, checksum=25]
Sent: 00090

Sent: 00090

Sent: 00090

Sent: 00090
As you can see, after a while, the EnvisaLink does not respond to my 000 commands.

Re: EnvisaLink stops responding

Posted: Tue Jul 31, 2012 1:57 pm
by pakerfeldt
The problem seems to be on my side (in my application).