Replies: 1 comment
-
Hi @ilmi By the way, take a look at the pyprofibus library |
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
-
Hello..,, currently my plc connected to PC via profibus, is it possible to access the PLC data if I installed python and snap7 lib inside the PC. If possible how should I setup the connection.
I already try to setup the connection like this :
profibus_address = 2
baud_rate = 187500
timeout = 1000
plc = snap7.client.Client()
plc.connect('PROFIBUS',profibus_address, baud_rate, timeout)
but I still get the error.
Thanks for you're help
Beta Was this translation helpful? Give feedback.
All reactions