Scada

Scada software blog.

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

Scada Webserver

Web Server module, which located in Control Panel, is used for remotely displaying WinTr Screens by using Web Browsers such as Internet Explorer, Firefox …etc. This can be made by specifying WinTr as Web Server. Then Screens can be accessed from any computer that has internet connection by typing http://IP_Address:Port_Number to browser’s address bar.   WinTr Scada creating...

Read More

Scada Pictures – Scada Symbol

Our Scada Software WinTr screen shot. You can see more scada screen pictures click here.

Read More

Scada Comparison

SCADA is an acronym that stands for Supervisory Control and Data Acquisition. SCADA refers to a system that collects data from various sensors at a factory, plant or in other remote locations and then sends this data to a central computer which then manages and controls the data. In fact, choice SCADA system is not very difficult. First, from the customer side in most cases the choice of...

Read More