Data to SQL

I think you'd be looking at the SQL Bridge "module" ($1500) and the Allen-Bradley Driver Suite ($300).

SQL Bridge "limited" ($1000) did data logging only (lacked bi-directional and other feature sets). I'm not sure if that is still available - I'd contact Inductive Automation for details. Here's a pricing sheet from their web site:

https://s3.amazonaws.com/files.indu...78/Ignition-HMI-SCADA+Pricing_09-18-15_en.pdf

You can download a fully functional version to evaluate. The software is exactly the same, but it stops every 2 hours, then you have to manually click a button to start it again. I recommend setting up the project and only purchasing the license if it works for you.

They also have free videos that show you how to use the software.
https://inductiveuniversity.com/

Thank you for the responses.


What is the difference between the SQL Bridge Module Standard Edition and the Limited edition? Can I get these "modules" standalone, or do I have to purchase a full HMI package first?

I installed Visual Studio Community 2015 and downloaded the Advanced HMI. I always get a SocketException when I try to run the project, even if I build and run a fresh copy with no drivers set up. I must be missing something.
 
Given the gap between the initial responses and the information provided and where we are today, much has happened in 7 years. I say this because there was concern with ODBC as an option. However, I believe with further software development, ODBC can be considered an option in that the server being used would be Kepware's KepserverEX.

It is an extremely reliable connection.

Based on the information provided you would require two drivers...ODBC and Allen Bradley. Here are links associated with what you would need:

http://www.eternity-sales.com/Kepware/ODBC_Client_Driver_OPC_Server.htm

http://www.eternity-sales.com/Kepware/kepserverex.htm

If you have any questions, feel free to post, pm or email.

Disclosure - ESI is an authorized Kepware Distributor.
 
Thanks for all the responses. The customer just gave us a PO for the project. I have had pretty good luck in testing with the AdvancedHMI. I imported an old SQL interface class I wrote years back and it seems to still work well.

I have been using the SLC/Micro driver in conjunction with the Datasubscriber2 class to feed me data to write to SQL. Is this a preferred strategy or is there a better way?
 
I have had pretty good luck in testing with the AdvancedHMI. I imported an old SQL interface class I wrote years back and it seems to still work well.

I have been using the SLC/Micro driver in conjunction with the Datasubscriber2 class to feed me data to write to SQL. Is this a preferred strategy or is there a better way?
The way you are doing it is the easiest way.
 

Similar Topics

Dear colleagues, I am reaching out for assistance with an issue I am having. I have a code that can successfully insert data from FactoryTalk...
Replies
6
Views
1,050
Hi everyone, I have a small project where I need to use plc to get sensor data and log them to an sql server locally or remote. I have found...
Replies
7
Views
2,808
Hi everyone, I am new here, I am working in a project where SCADA Data need to upload(insert in to) Database table in real-time, I am Using AVEVA...
Replies
1
Views
1,203
Hello. A semiconductor production machinery maker has inquired about a Windows application that be able to cyclically read data from an OPCUA...
Replies
9
Views
2,105
How to fetch data from Microsoft sql server into ftv? I wanted to create form and store all the data into sql database... Also i need to search...
Replies
1
Views
5,251
Back
Top Bottom