Jack_of_All_Trades
Jack_of_All_Trades

Reputation: 11468

OpenOPC using Python

I am trying to do some stuff with siemens PLC using OPENOPC using python. I am wondering how I will get OPC server that I can communicate using PYOPC. Is there any open OPC server available or am I not understanding some of the key concepts here? Since I am a newbie, I hope to get some down-to-earth suggestions.

Upvotes: 0

Views: 2483

Answers (2)

Chris
Chris

Reputation: 171

I use a Kepware OPC that is running in demo mode to connect to real PLC hardware. The only issue is that I must restart the computer every two hours to reset the demo license.

For simulations I use the Matrikon OPC simulation server

Upvotes: 1

Stephan
Stephan

Reputation: 3799

You can install some tryout opc servers. google opc simulation. The python OpenOPC client is what i try to use.

My problems was that I did not have a plc on my desk. You need a plc on your desk connected to your actual siemens s7 engineering station to have the siemens opc server show the tags in the plc.

Upvotes: 0

Related Questions