Training Videos

PHẦN MỀM SCADA | SCADA SOFTWARE | HE THONG SCADA | SCADA SYSTEMS | SCADA SOFT WARE ATSCADA | ATSCADA TRAINING VIDEOS

GIỚI THIỆU iDRIVER

GIỚI THIỆU iDRIVER

THAM KHẢO VIDEO GIỚI THIỆU iDRIVER ATSCADA Lab giới thiệu iDRIVER, mời bạn đọc cùng tham khảo: >> Xem thêm: các Training Videos của ATSCADA Lab. Liên hệ tư vấn: Bạn đọc vui lòng liên hệ với ATSCADA Lab qua số hotline để được hỗ trợ nhanh chóng. Hoặc có thể truy cập website của […]

CÔNG NGHỆ REDUNDANT

CÔNG NGHỆ REDUNDANT

GIỚI THIỆU CÔNG NGHỆ REDUNDANT  CÔNG NGHỆ REDUNDANT là phương thức sao lưu các dữ liệu quan trọng của một hệ thống. Nhằm mục đích tăng độ tin cậy (Reliability) của hệ thống. Ví dụ như: dữ liệu được lưu trên duy nhất một Server, nếu Server đó mất có nghĩa là tất cả dữ […]

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.