FUNDAMENTALS OF C# PROGRAMMING

posted in: Training Videos | 0

I. Basic C# programming tutorial How to install Visual Studio and basic tricks in C# C# Tutorials For Beginer C# Windows Form Application Tutorials II. Advanced C# programming tutorial Object-oriented programming courses III. Component IV. Service

ATSCADA Online Training Resource

posted in: Training Videos | 0

  ATSCADA Online Training Resource– made by ATSCADA-Lab I. ATSCADA Installation instruction ATSCADA installation guide II. WIN Tools 1. Realtime Tools: iTextBox, iLabel, iButton, iButtonWrite, iStatus, iDateTimeWrite, iInput, iWebPort, iCloudTie, … 2. Trend Tool: iRealTimeTrend, … 3. Alarm Tools: iAlarmAction, iAlarmLabel, iAlarmStatus, … Read More

Đọc/ghi Tag trong Web-based ATSCADA

TÌM HIỂU ĐỌC/GHI TAG TRONG WEB BASED ATSCADA 1. Đọc giá trị của tag: string TagValue = Driver.GetTagValue(WebTagName); //WebTagName = TaskName.TagName 2. Ghi giá trị của tag: Driver.WriteTag(WebTagName, “StringTagValue”); 3. Đọc Status của tag: string TagStatus  = Driver.GetTagStatus(WebTagName); //”Good” or “Bad” >>Xem thêm: … Read More

Cài đặt IIS chạy asp.net và host ứng dụng Web-based ATSCADA lên Web Server

Hướng dẫn Cài đặt IIS chạy asp.net và host ứng dụng Web-based ATSCADA lên Web Server Ghi chú: Sau khi hoàn thành các bước cấu hình IIS trong video bên dưới, – Các bạn click vào Application Pools bên cửa … Read More

1 2 3 4 7