EnvisaLink stops responding

Information and support for EnvisaLink modules.

Moderators: EyezOnRich, GrandWizard

Post Reply
pakerfeldt
Posts: 13
Joined: Thu Jul 12, 2012 3:12 pm

EnvisaLink stops responding

Post 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.
pakerfeldt
Posts: 13
Joined: Thu Jul 12, 2012 3:12 pm

Re: EnvisaLink stops responding

Post by pakerfeldt »

The problem seems to be on my side (in my application).
Post Reply