Blog

Redundant

Posted by on Oct 8, 2013 in Scada | 0 comments

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 partner communicates. It gets all data from the other partner. If first partner disables for some reason the other one takes the communication. Thus always...

read more

WinTr scada version 5.0.0 features

Posted by on Feb 21, 2013 in Scada | 0 comments

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 allows working on multiple screens simultanously. 5. Screen Designer performance increased. Copy/Paste feature updated. Object moving speed increased. 6....

read more

Script for opening and closing SCADA pages

Posted by on Oct 29, 2012 in Scada | 0 comments

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 msgbox(ScreenName) End Sub End Class End Namespace Another screen can be opened with similar script. Specify ScreenName. ScreenName = “Screen_2”...

read more

How to calibrate tag in scada

Posted by on Apr 11, 2012 in Scada | 0 comments

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

Posted by on Mar 29, 2012 in Scada | 0 comments

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 more

Scada Webserver

Posted by on Mar 14, 2012 in Scada | 0 comments

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 more

Scada Pictures – Scada Symbol

Posted by on Mar 7, 2012 in Scada | 0 comments

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

read more

Scada Comparison

Posted by on Mar 7, 2012 in Scada | 0 comments

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 more

Scada System

Posted by on Mar 7, 2012 in Scada | 0 comments

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

Scada Software

Posted by on Mar 1, 2012 in Scada | 0 comments

WinTr is advanced SCADA software for monitoring and saving datas of manufacturing processes which seperated large areas. Devices managed from single station and they can be connected with OPC Client, S7 MPI,S7 PPI, Profinet (S7 1200), Modbus RTU, Modbus TCP/IP, Host-Link protocols. Historical datas related to processes are saved into database. Our scada training video: Download: How to make first scada project ? , Scada general features. , How to make reports in scada? , How to get print out from the scada? , How to set scada as server &...

read more