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

Similar Posts

  • 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…

  • 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…

  • 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…

Leave a Reply