Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Interesting... CIPDriver.discover() is giving me an empty list, on both the emulating computer and the remote computer. I am 100% sure I have communicated with emulators on different computers, not sure what I didn't set up right... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to communicate with an emulated PLC on a different computer? I know it's possible to talk to a local emulator with '127.0.0.1/{slot}', and it's theoretically possible to communicate with a remote emulator since RSLinx/OPC/etc can do so.
I'm wondering if this is a simple case which could be fixed with fairly minor additions to recognize the identity response, or if the entire method of communication is different.
Let me know if there's any additional information I could provide to help here.
pycomm3 version 1.2.10
Emulate 5570 controller (v30, not that it matters)
(The .log was made with verbose logging; the .txt is just a Python script with a modified extension to get around GitHub's allowable attachments.)
pycomm3.log
testpycomm.txt
Beta Was this translation helpful? Give feedback.
All reactions