Download PPT file format 3.3M

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Remote Desktop Services wikipedia , lookup

Distributed operating system wikipedia , lookup

Transcript
QNX BASED SOFTWARE
FOR PARTICLE ACCELERATOR
CONTROL SYSTEM OF FLNR
Vitaly Aleynikov
Flerov’s Laboratory of Nuclear Reactions, JINR
Since 1999 we have been using Supervisory Control and Data Acquisition
(SCADA) software named FlexCtrl 4 (BitCtrl Systems Ltd., Germany). It runs under UNIXstyle commercial real-time operating system QNX (QNX Software Systems Ltd., Canada).
It was designed and put into operation control systems for 6 charged particles
accelerators and radiating installations. Two more cyclotrons (DC-72 and DC-60) are at the
final stage: assembled, tested in FLNR and ready for shipping .
RTOS QNX 4
Year
Project
+
SCADA FLEXCTRL
Descriptions
Country
Process
variables
Germany
1800
Russia
3500
Slovakia
2800
2001 EA-10/10
Electron accelerator
2002 DRIBs
Dubna Radioactive Ion Beams
2003 ECR CyLab
ECR ion source
2003 U-400
Isochronous Cyclotron
Russia
4600
2004 U-400M
Isochronous Cyclotron
Russia
5200
2005 IC-100
Isochronous Cyclotron
Russia
3700
…2007 DC-60
Isochronous Cyclotron
Kazakhstan
5700
…2008 DC-72
Isochronous Cyclotron
Slovakia
7600
FLNR, JINR
2
After 6 years of using this commercial software there were developed
custom visualization library and a lot of device drivers, that successfully replace
and expand the regular software.
We have designed and integrated in SCADA device drivers for the
following hardware:










SMARTBOX data acquisition module (FLNR, Russia)
Rotating encoder input device (FLNR, Russia)
RADIS GM2524-100 RF generator (RADIS Ltd., Russia)
EVPU PS24-500, PS15-30, PS25-120 power supplies (EVPU, Slovakia)
DANFYSIK power supplies models 883, 853T, 855 (DANFYSIK A/S, Denmark)
FESTO DGE positioning system (Festo AG, Germany)
PFEIFFER TPG-256, 261 vacuum measurement and control units (Pfeiffer
Vacuum GmbH, Germany)
KEITHLEY digital multimeter model 2000 (Keithley Instruments Inc., USA)
AGILENT 33220A function/arbitrary waveform generator (Agilent Technologies,
USA)
AMI Model 420 Power Supply Programmer (American Magnetics, Inc., USA)
FLNR, JINR
3
Requirements to OS
1)
2)
3)
4)
5)
6)
7)
8)
9)
PC (x86) platform support because all control system nodes were
x86 based
Multi-tasking and suitable inter-process communication technique
to run at the same time PLC's protocol driver, HMI, RTDB server
and printer manager
Good network integration to link remote nodes allocated over
large area
Openness and ease to write and integrate device driver for custom
hardware
Provide an embedded windowing system with full-featured GUI to
afford convenient Human-Machine Interface
Have powerful development tools to create application software
Real-time and fault tolerant
Be commercial, well known and have good customer support
Have choice of SCADA software
FLNR, JINR
4
Operating system







MS Windows NT
QNX
Linux
UNIX
OS-9
pSOS
VxWorks
FLNR, JINR
5
Operating system



MS Windows NT
QNX
Linux
FLNR, JINR
6
Operating system



QSSL
QNX Software Systems Ltd.
Canada



Commercial, over 20 years of real-time OS experience
on x86 platforms, outsells every other real-time OS
for PCs supported in almost 100 countries worldwide
Designed for real-time control and open for custom
software/hardware
UNIX-style, scalable, multi-user, multi-tasking,
network and POSIX-compliant
Supports Photon microGUI as Windows-like graphical
user interface
Has Rapid Application Development tool Photon
Application Builder
Has choice of Supervisory Control and Data
Acquisition (SCADA) software
FLNR, JINR
7
SCADA software for QNX





Sitex
Realflex
FlexCtrl
PCP Virgo
Fiord microSCADA
FLNR, JINR
8
SCADA software for QNX




BitCtrl Systems Ltd.,
Germany

FlexCtrl is a process control system for the automation
of technological processes
FlexCtrl is modular and extremely scalable
FlexCtrl is a pure software system, no specific or
special hardware is needed for process control. The
interface to the system is open and the user has the
possibility adding custom device driver to the system
All parts of the FlexCtrl application can be managed
with the project engineering system, which configures
process model (process variables with all
characteristics)
FlexCtrl includes Process Model Editor, Graphics Editor,
Network Configurator, User Administrator, Driver,
Visualization and Run-time Compilers
FLNR, JINR
9
Project development
software
RTOS QNX 4
HMI
Application
Builder
Photon
microGUI
Run-time
System
Project
Engeneering
SCADA
FlexCtrl
Device
Driver
Watcom C
Run-time
Development
For creating Human to Machine Interface (HMI)
we use Photon Application Builder instead of the
FlexCtrl Graphics Editor. Application Builder
compiles GUI and custom function and image
libraries into the HMI application.
All parts of the FlexCtrl application can be
managed with the project engineering system,
which configures process model (process
variables with all characteristics). The system
includes Process Model Editor, Graphics Editor,
Network Configurator, User Administrator, Driver,
Visualization and Run-time Compilers.
The QNX package includes the Watcom С/С++
highly optimizing compiler and debugger. We use
it for creating custom hardware drivers.
FLNR, JINR
10
Application software
All parts of the FlexCtrl application
can be managed with the project
engineering system, which
configures process model (process
variables with all characteristics).
The system includes Process Model
Editor, Graphics Editor, Network
Configurator, User Administrator,
Driver, Visualization and Run-time
Compilers.
FLNR, JINR
FlexCtrl project engineering system
11
Application software
For creating Human to Machine
Interface (HMI) we use Photon
Application Builder instead of the
FlexCtrl Graphics Editor. Application
Builder compiles GUI and custom
function and image libraries into the
HMI application.
FLNR, JINR
HMI development. Photon Application Builder
12
IPC and data flow
HMI
Process
Monitoring
HMI
Process
Control
Event
message
queue
Process
Monitoring
Message Queue
server
Process
Control
Event
message
queue
Visualization
server
RTDB
OPERATIONAL values (V, A, Torr, etc.)
SCADA FlexCtrl
Calculation
server
History
server
Algorythms, Automatic
control, Calculation,
Data conversion
Error messages,
Log messages,
Trends, etc.
RTDB
Historical DB
RAW values (DAC, ADC, DIN, DOUT)
Trends, Errors, Logs, etc.
Fieldbus protocol
driver
- Process Variables
- Commercial software
QNX depends on the exchange of discrete packets of
information – messages – to handle virtually all inter-process
communication. Message passing lies at the heart of the
operating system’s microkernel architecture, giving the OS its
modularity. This paradigm applies to all levels of programming,
from device drivers to file system and LAN.
FlexCtrl strongly uses this message passing technique as for
internal run-time communication as for interfacing to device
drivers. Every job of some significance in FC is handled
through a single computational process (server). FlexControl
comprises a long list of these tasks:
Process administration and process supervision
Real-time database (RTDB)
Calculation server (Soft SPC tasks)
Visualization server and HMI
Alarm server
Message server
Protocol drivers
- Custom software
- INPUT Data
Hardware specific
driver
Serial port
driver
- OUTPUT Data
FLNR, JINR
13
Application software
FLNR, JINR
DC-72 cyclotron control system HMI (channel B6 beam line )
14
Application software
FLNR, JINR
DC-72 cyclotron control system HMI (cyclotron vacuum system )
15
Conclusion
At present time we do not have serious problems with the selected solution
(QNX and FC) and we will continue using it for the further projects.
+
̶
The benefits are:
Stability since the core of the
OS and SCADA system is well
optimized and tested
The disadvantages are:
Lack of QNX 4 device drivers
for the most recent hardware
(video, network)
Development tools decrease
total project engineering time
and allows concentrating more
on visualization and automation
algorithms
In a few years QSSL and BitCtrl
will not provide support for
outdated software versions
(QNX 6 and FC 6 are available
now)
Flexibility. Openness and good
interaction possibility allows
easily add new hardware
Poor support of office
application software
FLNR, JINR
16