8 Nisan 2014 Salı

Scada System

SCADA SYSTEM


Supervisory control and data acquisition – SCADA refers to ICS (industrial control systems) used to control infrastructure processes (water treatment, wastewater treatment, gas pipelines, wind farms, etc), facility-based processes (airports, space stations, ships, etc,) or industrial processes (production, manufacturing, refining, power generation, etc).
The following subsystems are usually present in SCADA systems:
• The apparatus used by a human operator; all the processed data are presented to the operator
• A supervisory system that gathers all the required data about the process
Remote Terminal Units (RTUs) connected to the sensors of the process, which helps to convert the sensor signals to the digital data and send the data to supervisory stream.
Programmable Logic Controller (PLCs) used as field devices
• Communication infrastructure connects the Remote Terminal Units to supervisory system.
Generally, a SCADA system does not control the processes in real time – it usually refers to the system that coordinates the processes in real time.
SCADA Systems Concepts
SCADA refers to the centralized systems that control and monitor the entire sites, or they are the complex systems spread out over large areas. Nearly all the control actions are automatically performed by the remote terminal units (RTUs) or by the programmable logic controllers (PLCs). The restrictions to the host control functions are supervisory level intervention or basic overriding. For example, the PLC (in an industrial process) controls the flow of cooling water, the SCADA system allows any changes related to the alarm conditions and set points for the flow (such as high temperature, loss of flow, etc) to be recorded and displayed.
scada 3 300x199 SCADA SystemsData acquisition starts at the PLC or RTU level, which includes the equipment status reports, and meter readings. Data is then formatted in such way that the operator of the control room can make the supervisory decisions to override or adjust normal PLC (RTU) controls, by using the HMI.
SCADA systems mostly implement the distributed databases known as tag databases, containing data elements called points or tags. A point is a single output or input value controlled or monitored by the system. Points are either ‘soft’ or ‘hard’.
The actual output or input of a system is represented by a hard point, whereas the soft point is a result of different math and logic operations applied to other points. These points are usually stored as timestamp-value pairs. Series of the timestamp-value pairs gives history of the particular point. Storing additional metadata with the tags is common (these additional data can include comments on the design time, alarm information, path to the field device or the PLC register).
Human Machine Interface
The HMI, or Human Machine Interface, is an apparatus that gives the processed data to the human operator. A human operator uses HMI to control processes.
The HMI is linked to the SCADA system’s databases, to provide the diagnostic data, management information and trending information such as logistic information, detailed schematics for a certain machine or sensor, maintenance procedures and troubleshooting guides.
The information provided by the HMI to the operating personnel is graphical, in the form of mimic diagrams. This means the schematic representation of the plant that is being controlled is available to the operator. For example, the picture of the pump that is connected to the pipe shows that this pump is running and it also shows the amount of fluid pumping through the pipe at the particular moment. The pump can then be switched off by the operator. The software of the HMI shows the decrease in the flow rate of fluid in the pipe in the real time. Mimic diagrams either consist of digital photographs of process equipment with animated symbols, or schematic symbols and line graphics that represent various process elements.
scada 1 300x269 SCADA SystemsHMI package of the SCADA systems consist of a drawing program used by the system maintenance personnel or operators to change the representation of these points in the interface. These representations can be as simple as on-screen traffic light that represents the state of the actual traffic light in the area, or complex, like the multi-projector display that represents the position of all the trains on railway or elevators in skyscraper.
SCADA systems are commonly used in alarm systems. The alarm has only two digital status points with values ALARM or NORMAL. When the requirements of the Alarm are met, the activation will start. For example, when the fuel tank of a car is empty, the alarm is activated and the light signal is on. To alert the SCADA operators and  managers, text messages and emails are sent along with alarm activation.
SCADA Hardware
SCADA system may have the components of the Distributed Control System. Execution of easy logic processes without involving the master computer is possible because ‘smart’ PLCs or RTUs.IEC61131-39(Ladder Logic) is used, (this is a functional block programming language, commonly used in creating programs running on PLCs and RTUs.) IEC 61131-3 has very few training requirements, unlike procedural languages like FORTRAN and C programming language. The SCADA system engineers can perform implementation and design of programs being executed on PLC or RTU. The compact controller, Programmable automation controller (PAC), combines the capabilities and features of a PC-based control system with a typical PLC. ’Distributed RTUs’, in various electrical substation SCADA applications, use station computers or information processors for communicating with PACs, protective relays, and other I/O devices.
scada 4 300x225 SCADA SystemsAlmost all big PLC manufacturers offer integrated HMI/SCADA systems, since 1998. Many of them are using non-proprietary and open communication protocols. Many skilled third party HMI/SCADA packages have stepped into the market, offering in-built compatibility with several major PLCs, which allows electrical engineers, mechanical engineers or technicians to configure HMIs on their own, without requiring software-developer-written custom-made program.
Remote Terminal Unit (RTU)
The RTU is connected to the physical equipment. Often, the RTU converts all electrical signals coming from the equipment into digital values like the status- open/closed – from a valve or switch, or the measurements like flow, pressure, current or voltage. By converting and sending the electrical signals to the equipment, RTU may control the equipment, like closing or opening a valve or a switch, or setting the speed of the pump.
Supervisory Station
A ‘supervisory Station’ refers to the software and servers responsible for communication with the field equipment (PLCs, RTUs etc), and after that, to HMI software running on the workstations in the control room, or somewhere else. A master station can be composed of only one PC (in small SCADA systems). Master station can have multiple servers, disaster recovery sites and distributed software applications in larger SCADA systems. For increasing the system integrity, multiple servers are occasionally configured in hot-standby or dual-redundant formation, providing monitoring and continuous control during server failures.
SCADA Operational Philosophy
The costs resulting from control system failures are very high. Even lives may be lost. For a few SCADA systems, hardware is ruggedized, to withstand temperature, voltage and vibration extremes, and reliability is increased, in many critical installations, by including communications channels and redundant hardware. A part which is failing can be identified and the functionality taken over automatically through backup hardware. It can be replaced without any interruption of the process.
Communication Methods and Infrastructure
SCADA systems initially used modem connections or combinations of direct and radio serial to meet communication requirements, even though IP and Ethernet over SONET/SDH can also be used at larger sites like power stations and railways. The monitoring function or remote management of the SCADA system is called telemetry.
SCADA protocols have been designed to be extremely compact and to send information to the master station only when the RTU is polled by the master station. Typically, the legacy of SCADA protocols consists of Conitel, Profibus, Modbus RTU and RP-570. These protocols of communication are specifically SCADA-vendor. Standard protocols are IEC 61850, DNP3 and IEC 60870-5-101 or 104. These protocols are recognized and standardized by all big SCADA vendors. Several of these protocols have extensions for operating through the TCP/IP.
The development of many automatic controller devices and RTUs had started before the advent of industry standards for the interoperability.
For better communication between different software and hardware, PLE for Process Control is a widely accepted solution that allows communication between the devices that originally weren’t intended to be part of the industrial network.
SCADA Architectures
Monolithic: The First Generation
In the first generation, mainframe systems were used for computing. At the time SCADA was developed, networks did not exist. Therefore, the SCADA systems did not have any connectivity to other systems, meaning they were independent systems. Later on, RTU vendors designed the Wide Area Networks that helped in communication with RTU. The usage of communication protocols at that time was proprietary. If the mainframe system failed, there was a back-up mainframe, connected at the bus level.
Distributed: The Second Generation
The information between multiple stations was shared in real time through LAN and the processing was distributed between various multiple stations. The cost and size of the stations were reduced in comparison to the ones used in the first generation. The protocols used for the networks were still proprietary, which caused many security issues for SCADA systems. Due to the proprietary nature of the protocols, very few people actually knew how secure the SCADA installation was.
Networked: The Third Generation
The SCADA system used today belong to this generation. The communication between the system and the master station is done through the WAN protocols like the Internet Protocols (IP). Since the standard protocols used and the networked SCADA systems can be accessed through the internet, the vulnerability of the system is increased. However, the usage of security techniques and standard protocols means that security improvements can be applied in SCADA systems.
SCADA Trends
In the late 1990s instead of using the RS-485, manufacturers used open message structures like Modbus ASCII and Modbus RTU (both developed by Modicon). By 2000, almost all I O makers offered fully open interfacing like Modbus TCP instead of the IP and Ethernet.
SCADA systems are now in line with the standard networking technologies. The old proprietary standards are being replaced by the TCP/IP and Ethernet protocols. However, due to certain characteristics of frame-based network communication technology, Ethernet networks have been accepted by the majority of markets for HMI SCADA.
The ‘Next Generation’ protocols using XML web services and other modern web technologies, make themselves more IT supportable. A few examples of these protocols include Wonderware’s SuiteLink, GE Fanuc’s Proficy, I Gear’s Data Transport Utility, Rockwell Automation’s FactoryTalk and OPC-UA.
Some vendors have started offering application-specific SCADA systems that are hosted on remote platforms all over the Internet. Hence, there is no need to install systems at the user-end facility. Major concerns are related to the Internet connection reliability, security and latency.
The SCADA systems are becoming omnipresent day by day. However, there are still some security issues.
SCADA Security Issues
Security of SCADA-based systems is being questioned, as they are potential targets to cyberterrorism/cyberwarfare attacks.
There is an erroneous belief that SCADA networks are safe enough because they are secured physically. It is also wrongly believed that SCADA networks are safe enough because they are disconnected from the Internet.
SCADA systems also are used for monitoring and controlling physical processes, like distribution of water, traffic lights, electricity transmissions, gas transportation and oil pipelines and other systems used in the modern society. Security is extremely important because destruction of the systems would have very bad consequences.
There are two major threats. The first one is unauthorized access to software, be it human access or intentionally induced changes, virus infections or other problems that can affect the control host machine. The second threat is related to the packet access to network segments that host SCADA devices. In numerous cases, there remains less or no security on actual packet control protocol; therefore, any person sending packets to SCADA device is in position to control it. Often, SCADA users infer that VPN is sufficient protection, and remain oblivious to the fact that physical access to network switches and jacks related to SCADA provides the capacity to bypass the security on control software and control SCADA networks.
SCADA vendors are addressing these risks by developing specialized industrial VPN and firewall solutions for SCADA networks that are based on TCP/IP. Also, white-listing solutions have been implemented due to their ability to prevent unauthorized application changes.
 

31 Mart 2014 Pazartesi

FREE SCADA SYSTEMS

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(Omron), Mewtocol protocols(Panasonic). Our SCADA SYSTEMS Historical datas related to processes are saved into database.
 

scada systems,scada systems pdf,scada systems pps,scada systems for dummies,scada systems training,scada systems vulnerabilities,scada systems basics

www.scadasoftware.net

Scada Software

Scada Systems

Free Scada Systems

Free Scada Software

Free Scada

Scada Freeware


WinTr Scada Software 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 contains 4000 industrial symbol in 60 category, Dundas’s elegant Chart(Real Time, Historical, Pie, Line, Bar, 3D) and Gauge(Circular, Numeric, Linear, Knob) objects,
  • Microsoft .NET Framework’s Button, CheckBox, RadioButton, Combobox, NumericUpDown, Horizantal ScroollBar, Vertical ScrollBar, ProgressBar, Datagridview,  DateTimePicker, TabControl, GroupBox, PictureBox, TextBox, Toolstrip objects.
  • Unlimited flexibility withVisual Basic and C# scripting.
  • Uses Microsoft SQL Serverfor(2005,2008,2012) databases. Limited 4gb, unlimited table and each table limited 950 Tags.
  • With Server-Client option WinTr stations can be run synchronously through Internet and Screens can be monitored on remote computers by web browsers such as Internet explorer.

Communication:Opc ClientS7 MpiS7 Ppi, Profinet, Modbus Rtu/Tcp Ip, Host-Link (Omron), Fins Ethernet(Omron), Mewtocol(Panasonic), Slq Server Input/OutputE-mail, Sms(Gsm Message)
Scada Software Object:Chart(Real Time,Historical,Pie,Line,Bar,3D),  Gauge(Circular,Numeric,Linear,Knob)Symbol FactoryCutaway, AlarmviewRecipeview,  EventView, .Net Object.(ButtonCheckBoxRadioButtonComboboxNumericUpDownHorizantal ScroollBarVertical ScrollBarProgressBarDatagridviewDateTimePickerTabControlGroupBoxPictureBoxTextBoxToolstrip, Invisible Button, ActiveX, .Net comonent)
Script:Vb Script, C# Script  Synchronous and asynchronous operation.
Database:SQL Server 2005 and all version support.
Report:Sms & Email,Print Document(Barcode)
Server & Client and WebServer:Web Server


Sale Method:
WinTr Scada Software is sold acoording to External tag number. External Tags are: OPC, S7MPI, S7PPI, Profinet(S7 1200), Modbus RTU / TcpIp and SQL Server 2005 Tags. There is no limitation at Internal Tags. Total Tag number is limited to 65534. And no limitation at the Tags being historical.

What is the main difference between WinTr Scada Software and other SCADAs? Why should we prefer WinTr?
  • WinTr Scada Software is sold with 3 years free upgrade warranty.
  • WinTr Scada Software development is free, runtime and development are sold together.
  • WinTr Scada Software users are given indefinite free technical support. (By email other than Turkey)
  • You buy WinTr Scada Software license when you deliver your project to your customer after the completing your project. (With Demo license only first symbol of symbol factory can be used.)
  • Many other scada softwares are not developed in .NET platform. .NET platform born in 2003. However WinTr Software is developed at .NET 2008. Thus development is very easy. Moreover it is compatible with Windows 7 and other operating systems that will be released. New Operating systems are released .NET framework compatible.
  • Many .NET objects that can not be found other SCADAs presented in WinTR. Thus your project get out of Windows 95 look and gets Vista apperiance.
  • We are taking to your service 2009 years award winning chart object dundas chart and gauge. WinTr is the only scada software that uses this variation and visuality.
  • Reaching Scada variables is very easy with SQL Input/Output tags. You can reach easily with other programs that you developed or internet browsers or excel. Many scada software export data to excel. WinTr can do this too. But the method mentioned here is different. In this method, scada never reaches excel. Excel reaches to scada via excel macro.
  • VB and C# scripts are work completely different. Scada softwares has a restrictions at script functions. However Wintr has no restrictions you can perform many operations by writing scripts almost as if developing program on .NET platform.
  • It is possible to reach and modify scada informations other than the scada tags with scripts. When such needs occur we provide information our customers freely. We develop needed scripts for our customers some case free some case with fee.
  • Scripts are compiled once at first then saved as .Net DLL. Then runs directly. Thus they run faster. Even huge amount operations can run very fast in the script.
  • At many scada software, the function number which can be run by a button or other object are limited. However 256 function can be run with WinTr Scada Software Also you can trigger this functions when alarm occured or gone.
  • Thousands WinTr scada may establish full or restricted access to each other via server and client functionality.
  • Can be connected to automation devices via S7 MPI, PPI, Profinet, Host-Link and modbus RTU without OPC server.
  • E-mail and SMS sent when specified conditions occur.
  • You can create many different recipe algorithms with categorized recipe.
  • Real time data monitoring and control can be done with real time working feature which achieved version 2.0.0
  • First going Runtime mode at high number tags may be slow. Then all objects connects each other as interrupt and only works when values changed. Thus you can develop high tag count projects for slow computers. High number means 20000 tag and upper.
  • Beside many image file you can use animated gif images in scada pages.
  • We present all of this excelent features with low price.

 

Note: Although not too much there is many scada software exist in the world. Naturally programmers prefer the software that they know best. We hope that one day best known scada software will be WinTr. Don’t you want to get this advantages from now?


For now we do not have any representatives in the other countries. We are unable to provide support in your own language. We do not known as other scada softwares. We are aware of this disadvantage for your customers. However we sell WinTr 10 times cheap than known softwares.

WinTr released at 01-02-2009. Then 200 update made and we are continuously developing. We are looking for partners to give you best support at your country. No doubt in the near future there will be our partners in all countries. Besides unfortunately our help pages are not sufficent. First we intend to develop scada software  then prepare help pages and videos at your own language. Preparing help pages not difficult however continuosly developing WinTr requires delays.

 SCADA SOFTWARESCADA SYSTEMS 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(Omron), Mewtocol protocols(Panasonic). Our SCADA SYSTEMS Historical datas related to processes are saved into database.