PLC to OPC Server Data Transmission

S

Thread Starter

Shane Smalle

Does anybody know of a PLC (or soft PLC) that can communicate to an OPC Server for its data? I need the PLC to read and write its data to a proprietary OPC server for Subsea communications.

Thanking you in advance.
 
F

Fred Loveless

As long as the OPC Server has a slave driver for the PLC protocol then the PLc can act as a master and connect to the server as if it were a slave device (RTU).

Kepware Technologies currently has slave drivers for Modbus, Siemens Ethernet and Allen Bradly Ethernet. You can also use the USer Configurable Driver in Unsolicited mode for simple protocols. E-mail [email protected] for mor information.

Fred Loveless
Support Manager
Kepware Technologies
http://www.kepware.com
 
Why don't you try Unitronics PLCs? I think you can download data to the PLC through your network using it's OPC server capabilities.

Regards,
Eduardo
 
S
It is easier to get an OPC Server with the driver for the PLC than to get a PLC for the OPC Server. There might be only a few PLCs suitable for subsea applications.

Consider using an OPC Server (from Matrikon, Kepware, Iconics, to name a few) with a driver for the PLC.

tom.tran @ industran. com
 
E

Emanuel (Brazil)

Dear friend, Almost PLC manufacturers develop their OPC servers, so you need only a Client to Read/Write to the PLC. I have been using SoftWare Toolbox Controls to access the PLC datas. If you need more help here is my email: [email protected]
 
P

Piotr Ciesla

I use KepServer for PLC communication. After reading data from PLC, I would like to write it to data base via ODBC interface. However I have problems with connecting KepServer to MS database. I use MS SQL Server 2005 Express.

KePServer's help shows only how to make connection while using Enterprise version. Could you help me with Express version?

Best Regards,
Peter
 
W

Wassim Daoud

I used OPC Client for ODBC for the same type of connection ... well, except I was using MatrikonOPC Server not Kepware's :)

All you need to do to connect is the following:
- Create a DSN name (System and User) in your Operating System's Data Sources and link it to your MS SQL database.

- Connect the OPC Client for ODBC to that Data Source.

- Connect the OPC Client for ODBC to your OPC Server and start writing your data in your database.

Here is a link to the OPC Client for ODBC to try it:
http://www.matrikonopc.com/products/opc-archiving/opc-client-for-odbc.aspx

Hope this was helpful. If you have any questions please let me know!

Cheers,
Wassim
 
Why do you do the extra way over OPC? Why not communicating direct to the database from your controller by TCP/IP? Does your controller have an ethernet interface? If yes, check out this: www.sql4automation.com

Best regards, Roger
 
F

Fred Loveless

Wassim, is correct about the DSN. And the DataLogger uses the DSN to connect to the data base and log data to the specified tab.
 
Top