HOW to build scada with c# and wonderware syterm platfrom

Прочие SCADA: iFix, InTouch, Citect, ...
Post Reply
huynhtrong
Posts: 2
Joined: Thu Aug 03, 2017 1:50 am

HOW to build scada with c# and wonderware syterm platfrom

Post by huynhtrong » Thu Aug 03, 2017 1:34 pm

Hi all,
I'm beginer in wonderware syterm platform .I don't license for intouch ,so i try to make scada in c# and Archestra in wonderware.
Can you give me some way to solve this problem?

webn
Posts: 7
Joined: Wed Aug 30, 2017 2:07 am

Re: HOW to build scada with c# and wonderware syterm platfro

Post by webn » Thu Sep 28, 2017 12:47 am

It is not a small scale project.

However, I think that it can be successful if I slowly create the function over time and one by one.
First you have to decide what format to start your program with (WinForm, WPF, UWP).

Then you need to implement two programs.
It is a program that design program and show program for the view(=monitoring) page.
It should be implemented as a display function program in a web browser, and recently a display function program in a smart phone.
It is necessary to implement an interface program that communicates with the PLC to exchange data.

For reference, I would like to show you the program I developed.
This programs provided here are completely free and unlimited.


Program download site : http://www.netran.co.kr
Web-N Server 2.0 - video for PLC interface demo : https://youtu.be/MuOFMwK7Qqs
Android phone app download : https://play.google.com/store/apps/deta ... .en2&hl=en


It took a lot of time and effort to develop.
But I still have to implement more features and interface with more devices.

I recommend watching a lot of other programs and getting started.
I hope you have a good result.

Post Reply