Try to use NET2PLCSIM, it solved my problem, but in a S7-300 tho, don't know how it will be with a S7-1xxx
Hi, you need to use NET2PLCSIM. You configure it and run, then u can connect with this code: import snap7 plc = snap7.client.Client() plc.connect('put the Network Adress IP that shows on NET2PLCSIM here', 0, 2) Also, could you share some python programs? I'm trying to learn python and some example programs to study would be amazing.
Hi, you need to use NET2PLCSIM. You configure it and run, then u can connect with this code: import snap7 plc = snap7.client.Client() plc.connect('put the Network Adress IP that shows on NET2PLCSIM here', 0, 2)
Hi, you need to use NET2PLCSIM. You configure it and run, then u can connect with this code: import snap7 plc = snap7.client.Client() plc.connect('put the Network Adress IP that shows on NET2PLCSIM here', 0, 2)