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 moreScada 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 fr.Controls.Add(web_browser) fr.Height = 600 fr.Width = 800 fr.show() End Sub End Class End...
read moreScada 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 dynamicly web page, under the project folder. Main page address example: “C:/Scada/project folder/WWWRoot/index.html” other page address:...
read moreScada Pictures – Scada Symbol
Our Scada Software WinTr screen shot. You can see more scada screen pictures click here.
read moreScada 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 management and control system has long been defined, on the same production is typically used one type of SCADA system (at large facilities may be used...
read moreScada System
WinTr Scada system made up by two section as Deveopment and Runtime and has following capabilities: Alarms and Warnings can be defined for process values. When alarm or warning occurred, it can be monitored in the Screen real time and informed to E-Mail and SMS recipients. Easily creates detailed Reports from historical datas and saves them in Excel or PDF format.. With Recipe, previously saved values for the tags are send to the devices by one click. For creating advanced Screen interfaces, WinTr contains; Symbol Factory software which...
read more