
ant01 (Customer) asked a question.
Hi, I am new to this and don't really know where to get started or where to look at. I need to write a Python script to communicate with Productivity 2000 in order to read data from the controller and send commands back. I have no idea where to start, if someone has done something similar before please help me to at least get started. Your help would be very appreciated. I have a PLC and PC on the same network and using sockets I was able to receive messages from P2K (though there weren't the ones I configured the PLC to sent)
I have done socket communication between a python script and a productivity and i have done modbuss TCP where the python script is the client and other scripts where the python script is the server between a productivity and a python script. I know of a few Ethernet IP libraries but i haven't tried them out yet.