ruscito / pycomm

pycomm is a package that includes a collection of modules used to communicate with PLCs
MIT License
139 stars 85 forks source link

Multiple Connections to Same PLC #67

Open magiciin opened 4 years ago

magiciin commented 4 years ago

Hi,

Is there any way I can make multiple connections to same PLC. Every time I try to do that, the script timeout from the first connection.

(Loved the program)

ruscito commented 4 years ago

Hello, look at the closed issue #8

magiciin commented 4 years ago

I am not that good in programming. Can you explain how to use the following to make two connections to same PLC at same time. "I added this functionality to the open method. Now the method open generate a random CID and VSN"