HMI/SCADA with SQL Database

Hi, 5 lines of code sounds very good Archie...so where I can find some examples?...(in C# if it is possible)...Thanks a lot....
 
Hi, 5 lines of code sounds very good Archie...so where I can find some examples?...(in C# if it is possible)...Thanks a lot....
The first thing you will need to do is to setup the database connection. and create a DataSet. In Visual Studio, go to View->Other Windows->Data Sources. Once that window opens, click Add New Data Source

Once the Wizard opens up, select Database, then Dataset. From there follow the wizard to connect to your database and select the tables you wish to use.

After that you can drag from the Data Sources window directly to the form to make a codeless database app.

To access the database within code you will need to create a TableAdapter and a Table instance. I will put together a quick example of code and post it here.
 

Similar Topics

Hello, I'm working on a machine retrofit project, and am looking for recommendations for HMI/SCADA software. I've used C-More and Horner HMIs...
Replies
6
Views
1,923
We currently use GMail accounts for sending email alarms from quite a few HMI projects. Specifically C-More HMIs and AVEVA Edge runtimes. To...
Replies
8
Views
7,541
  • Poll
Am I old school? Now networks are getting vey fast are you directly addressing tags in the PLC or do you create a dedicated HMI/Scada memory area...
Replies
8
Views
3,323
Hi guys, I want program a aggregate Scada/HMI, i read the manual but i didn't understand well. Does any one know how to get a value from the...
Replies
7
Views
1,975
Hi Everyone: Has anyone used "FAS-inMOVE Operation & Monitoring – Visualization" from INRAY INDUSTRIE SOFTWARE ?. Any experience, any comment...
Replies
2
Views
1,476
Back
Top Bottom