Tagged Questions

6
votes
5answers
619 views

Where is a good place to start with making an application in .NET that communicates through OPC?

Where is a good place to start with making an application in .NET that communicates through OPC?
4
votes
1answer
321 views

What is a Historian?

What is the function of a historian in terms of OPC and PLC?
3
votes
2answers
710 views

Good open source OPC software

We are currently using a free trail version of KEP Server for our OPC to communicate with our PLC. We were wondering if anyone knows of any good open source OPC software.
2
votes
1answer
328 views

PLC not connecting to KEP Server (OPC)

We can't get our PLC to reliably connect with KEP Server (OPC). I was wondering if anyone else here at SOF has experience working with PLC and OPC. If so do they have any tips on making a reliable ...
1
vote
1answer
275 views

transferring from PLC (OPC client server Kepware) to MS Access, C

I am completely new to working with PLCs, but I have a project that need fetch data from an OPC client server, then send it to an Access database table. The bulk of the code minus OPCWriteGroupItems ...
1
vote
1answer
595 views

Programming against a PLC via OPC protocol with C#

I'm running this code to connect to a plc. System.Guid guid=new Guid("75d00bbb-dda5-11d1-b944-9e614d000000"); System.Type t=Type.GetTypeFromCLSID(guid,node,true); object ...