You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
After long debugging sessions and tests direct with the libnodave I found the following working (only with Python 3, python 2.7 is always seg-faulting) solution:
Adapter is a Siemens RS232/MPI Adapter (via FTDI USB/RS232) connected to a S7-315DP CPU
You have to convert the python-libnodave to python3 by using "2to3" and apply the change:
self.buffer = ctypes.create_string_buffer(b'buffer')
Hi, i need to know how to establish a MPI-connection (USB-MPI-Adapter) to my PLC in python.
Can someone provice me some demo code?
In the web i can only find how to establish TCP-connections.
Thanks
The text was updated successfully, but these errors were encountered: