Category Archives: English – Traning Cources

SCADA SOFTWARE | PHẦN MỀM SCADA

ATSCADA Installation Guide

ATSCADA Installation Guide

Video ATSCADA Installation Guide The following video shows the steps of ATSCADA installation. If having any trouble in ATSCADA installation, please let us know in FAQs section. >> Reference: English – Traning Cources Contact Hotline: (+84) 28 3842 5226 – ext. 103 or (+84) 909 965 380. Thank you.

ATSCADA – Software Architecture

ATSCADA - Software Architecture

Tìm hiểu về ATSCADA – Kiến trúc phần mềm ATSCADA được thiết kế trên KIẾN TRÚC MỞ MỚI NHẤT của tương tác PLUGIN, tương tác Component và tương tác DỊCH VỤ. Dựa vào hình ảnh kiến ​​trúc và video dưới đây, bạn có thể nhận ra điều này một cách rõ ràng. Tham khảo video: […]

ATSCADA Graphic Tools

atscada tool

ATSCADA Graphics Tool Guide ATSCADA Graphic Tools: iGraphic, iImageButton, iGauge, iHBar, iVBar, iMotion Picture, iRealtime Trend Download The Toolset Properties >> Reference: English- Training Course Contact Hotline: (+84) 28 3842 5226 – ext. 103 or (+84) 909 965 380. Thank you.

ATSCADA Advanced Programming: Email, SMS programming

ATSCADA Advanced Programming: Email, SMS programming

In the SCADA applications, sometimes you need to send notifications email or SMS to your cell phones to know what your machines or processes are doing when you’re not in front of them. Let’s find out how Email, SMS programming on ATSCADA software Email, SMS programming Here is an example about sending email notifications and […]

ATSCADA Custom Usercontrol programming

ATSCADA Custom Usercontrol programming

In this section, I’ll show complete demo of how to create Custom User Control in C# windows applications. I’ll show descriptions of custom user control and basics of the custom user control. After learning this document you will be able to make the custom user control according to your own requirement. Custom Usercontrol programming using System; […]

ATSCADA Advanced Programming Tag Events

Advanced Programming Tag Events

In advanced programming, we usually use tag events to do some duties, we have two Tag events: 1. The event occurs when the tag value changed 2. The event occurs when the tag connection status changed Example about tag events using c# language. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; […]

ATSCADA Advanced Programming Tag Read/Write

iDriver Functions

In advanced programming, sometimes we need to read the tag value or write the tag value to process and control In the section, I’ll show you how to write or read tag value: Tag Read/Write 1. Read value of Tag: string ReadValueTag = iDriver.Task(“task name”).Tag(“tag name”).Value; 2. Write value to Tag: iDriver.Task(“task name”).Tag(“tag name”).Value = […]

iDriver Functions

iDriver Functions

The iDriver is a component that deserializes Tag file which was created from iTagBuilder, and iDriver will connect to ATDriver Servers or OPC Servers to get realtime data and supply realtime data for ATSCADA Applications. These are iDriver,Task,Tag functions: 1.iDriver functions: + AddTask: Add a new task + ATDriverlist: include all ATDrivers which were added when […]

ATSCADA Networking: Internet Distributed Applications

atscada,networking

Internet Distributed Applications   >> Reference: English – Traning Cources Contact: If you are interested in Internet Distributed Applications, please contact ATSCADA Lab hotline for quick support. Thank you.