Salih

Redundant

What is WinTr Scada Redundant? It is a full backed-up operation mode of two SCADA station. Server-Client mode is different than Redundant. Clients reads/writes all or specific Tag values from the server. Client and Server communicates automation devices separetly. However redundant mode works %100 backed-up notion. Redundant partner doesn’t communicates with the PLCs while the other...

Read More

WinTr scada version 5.0.0 features

1. All Scada functions upgraded, tested and performances increased. Many Scada features updated unlimitedly. 2. Shutdown command added. Operators can shutdown the scada completely with this command without exposing the development page. 3. The feature that allows running projects on the small screens which intended for bigger   screens has added. 4. Multiple Screen Designer has added which...

Read More

Script for opening and closing SCADA pages

Open SCADA page can be read or written with the script. You can replace scada page name with the desired name. ScreenName variable can be used for for this purpose. Following script gets last opened screen name. Imports System Imports System.IO Imports System.Windows.Forms Imports Microsoft.VisualBasic Namespace WinTr Public Class MainClass Public ScreenName as String Public Sub Load...

Read More

How to calibrate tag in scada

Scada calibrate script comma tag from decimal tag: Imports System Imports System.IO Imports System.Windows.Forms Imports System.VisualBasic Namespace WinTr Public Class MainClass Public Tag_1 As Uint16 Public Tag_2 As Single Public Sub Load Tag_2 = Val(Tag_1/10) End Sub End Class End Namespace

Read More

Scada Ip Camera

WinTr scada show ip camera or web site script: Imports System Imports System.IO Imports System.Windows.Forms Imports Microsoft.VisualBasic Namespace WinTr Public Class MainClass Public Sub Load Dim fr as new form Dim web_browser As New WebBrowser web_browser.Navigate(“http://www.fultek.com.tr”) ‘Url addres or Ip camera Ip addres. web_browser.Dock = DockStyle.Fill...

Read More