Zhe Peng - PowerPoint PPT Presentation

1 / 39
About This Presentation
Title:

Zhe Peng

Description:

The Design of SCADA System Based on Scilab. 2. The Realization of Data ... has established a set of standard OLE/COM interface protocols intended to foster ... – PowerPoint PPT presentation

Number of Views:175
Avg rating:3.0/5.0
Slides: 40
Provided by: zhep
Category:
Tags: ole | peng | zhe

less

Transcript and Presenter's Notes

Title: Zhe Peng


1
SciSCADA Toolbox
  • Zhe Peng
  • Pengzhe1113_at_gmail.com
  • Institute of Industrial Control of Zhejiang
    University
  • 28th Sep. 2006

2
Contents
Introduction to SCADA
1
The Design of SCADA System Based on Scilab
2
The Realization of Data Acquisition with Scilab
3
Applications and a Example in Water Enterprise
4
Conclusion and prospect
5
OSSS-EA2006
3
Contents
Introduction to SCADA
1
The Design of SCADA System Based on Scilab
2
The Realization of Data Acquisition with Scilab
3
Applications and a Example in Water Enterprise
4
Conclusion and prospect
5
OSSS-EA2006
4
Introduction to SCADA
SCADA Supervisory Control and Data Acquisition
  • Widely used in industrial area because of its
    convenience.

OSSS-EA2006
5
Introduction to SCADA
Typical Hardware Architecture
OSSS-EA2006
6
Introduction to SCADA
Typical Software Architecture
7
Introduction to SCADA - Shortage and Solving
Methods
  • Only implement the functions of data acquisition
    and data monitor, having no enough scientific
    computation ability to do complicated control and
    optimization.

Shortage
  • Compute module should be imported in the SCADA
    system.
  • Developing the SCADA system based on scientific
    computation software.

Solving
OSSS-EA2006
8
Contents
Introduction to SCADA
1
The Design of SCADA System Based on Scilab
2
The Realization of Data Acquisition with Scilab
3
Applications and a Example in Water Enterprise
4
Conclusion and prospect
5
OSSS-EA2006
9
The Design of SCADA System Based on Scilab
To Solve the Shortage of Traditional SCADA
We propose a method
  • Developing SCADA System based on Scientific
    Computation Software Scilab

OSSS-EA2006
10
The Design of SCADA System Based on Scilab
Why choose Scilab? Not Matlab, etc.
  • 1. Costs, Scilab is free.

2. Source, Scilab open its Code source, which
allow us modify the software according to our
opinion, or integrate Scilab to our own software.
3.Toolbox, Scilab provides much toolbox in
control and optimization area.
  • 4. OS, Scilab support Linux operating system.

OSSS-EA2006
11
The Design of SCADA System Based on Scilab
12
The Design of SCADA System Based on Scilab
Continuous On-line
Discrete Off-line
13
(No Transcript)
14
The Design of SCADA System Based on Scilab
We want to do
Realizing control and optimization on-line, not
off-line
OSSS-EA2006
15
Contents
Introduction to SCADA
1
The Design of SCADA System Based on Scilab
2
The Realization of Data Acquisition with Scilab
3
Applications and a Example in Water Enterprise
4
Conclusion and prospect
5
OSSS-EA2006
16
The Realization of Data Acquisition with Scilab
The Key Technology
Realizing exchange data between factory and Scilab
What Should Do?
Developing Scilab Interface with Factory Device
According to Some Industrial Protocol, Such as
OPC, Field Bus, Industrial Ethernet, etc.
OSSS-EA2006
17
The Realization of Data Acquisition with Scilab
What we have done?
  • OPC interface
  • Modbus-ASCII interface
  • Industrial Ethernet (Modbus-TCP)

OSSS-EA2006
18
The Realization of Data Acquisition with
Scilab-OPC
OPC interface
The OPC Foundation has established a set of
standard OLE/COM interface protocols intended to
foster greater interoperability between
automation/control applications, field
systems/devices, and business/office applications
in the process control industry.
OSSS-EA2006
19
The Realization of Data Acquisition with
Scilab-OPC
What can OPC give us?
With OPC technology, we can acquisition data from
different device easily. And not need to know
physical structure.
OSSS-EA2006
20
The Realization of Data Acquisition with
Scilab-OPC
Developing OPC Interface
Through writing OPC DLL to extend Scilab OPC
function.
OSSS-EA2006
21
The Realization of Data Acquisition with
Scilab-OPC
With SciSCADA toolbox, we can easily acquisition
data from OPC server.
Acquisition Data
OSSS-EA2006
22
The Realization of Data Acquisition with Scilab
We also developed Modbus Protocol Interface, and
Industrial Ethernet Protocol Interface. They can
let Scilab acquisitive data easily from device
through Serial Port and Ethernet. Also, to
storage the data to database, we developed Mysql
interface.
OSSS-EA2006
23
The Realization of Data Acquisition with
Scilab-Modbus
With SciSCADA toolbox, we can easily exchange
data with Modbus device.
OSSS-EA2006
24
The Realization of Data Acquisition with
Scilab-Modbus-TCP
With SciSCADA toolbox, we can easily exchange
data with Modbus device.
OSSS-EA2006
25
Contents
Introduction to SCADA
1
The Design of SCADA System Based on Scilab
2
The Realization of Data Acquisition with Scilab
3
Applications and a Example in Water Enterprise
4
Conclusion and prospect
5
OSSS-EA2006
26
Applications-OPC
Schneider Vendor Product
Rockwell Vendor Product
Rslinx
OPC Factory Server
Siemens Vendor Product
Scilab SciSCADA Toolbox
Simatic. Net
Other OPC Server
Other Vendor Product
GE OPC Server
GE Vendor Product
OSSS-EA2006
27
Applications-OPC Example
Take ROCKWELL Vendor Product for Example
OPC Client
OPC Server
Exchange Data
Scilab SciSCADA Toolbox
Rslinx OPC Server
Software RSView, etc
Hardware PLC, etc
OSSS-EA2006
28
Applications in a Water Enterprise
Water Supply Enterprise ask us to acquisitive
data from device and storage data according to
their need. Also advanced control should
included in the project.
Problem

With SciSCADA Toolbox, we can easily acquisitive
data from device, and Scilabs compute ability
enable us realizing advanced control.
Solving
OSSS-EA2006
29
Applications in a Water Enterprise
Hardware framework

OSSS-EA2006
30
Applications in a Water Enterprise
The software we designed based on Scilab
  • Data Monitor
  • Data Acquisition
  • Data Curve
  • Data Storage
  • Network Monitor

Main functions
OSSS-EA2006
31
The software we designed based on Scilab
32
The software we designed based on Scilab

33
The software we designed based on Scilab

34
The software we designed based on Scilab

35
The software we designed based on Scilab

36
Contents
Introduction to SCADA
1
The Design of SCADA System Based on Scilab
2
The Realization of Data Acquisition with Scilab
3
Applications and a Example in Water Enterprise
4
Conclusion and prospect
5
OSSS-EA2006
37
Conclusion
  • In the past, Scilab only can used in discrete
    and off-line control in laboratory. Through the
    SciSCADA toolbox, Scilab can exchange data with
    device layer and Ethernet layer convenience. It
    transforms Scilab from discrete and off-line
    control to continuous and on-line control.

OSSS-EA2006
38
Conclusion
  • SciSCADA system is proposed based on Scilab.
  • It can
  • Enhance the SCADA systems scientific compute
    ability
  • Realizing control and optimization on-line

OSSS-EA2006
39
If You are Interested in Industrial Control
Software, Please Email Me. pengzhe1113_at_gmail.com
Thank You !
OSSS-EA2006
Write a Comment
User Comments (0)
About PowerShow.com