1 Channel Access Concepts – IHEP EPICS Training – K.F – Aug.2001. EPICS Channel Access Concepts Kazuro Furukawa, KEK (Bob Dalesio, LANL)

Slides:



Advertisements
Similar presentations
Device Virtualization Architecture
Advertisements

1 1999/Ph 514: Channel Access Concepts EPICS Channel Access Concepts Bob Dalesio LANL.
More on Processes Chapter 3. Process image _the physical representation of a process in the OS _an address space consisting of code, data and stack segments.
EPICS Base R and beyond Andrew Johnson Computer Scientist, AES Controls Group.
FIU Chapter 7: Input/Output Jerome Crooks Panyawat Chiamprasert
Jeffrey Hill.  LANSCE Requirements – a Review  EPICS Paradigm Shift – a Review  Status – What is Implemented  What is an Abstract Data Type?  Benefits.
9-12 Oct 2000PCaPAC 2000, DESY Hamburg Epics to TINE translator Matthias Clausen, DESY Hamburg Phil Duval, DESY Hamburg Zoltan Kakucs, DESY Hamburg.
Software Frameworks for Acquisition and Control European PhD – 2009 Horácio Fernandes.
I/O Hardware n Incredible variety of I/O devices n Common concepts: – Port – connection point to the computer – Bus (daisy chain or shared direct access)
CS 550 Amoeba-A Distributed Operation System by Saie M Mulay.
Chapter 1 and 2 Computer System and Operating System Overview
Figure 1.1 Interaction between applications and the operating system.
Systems Architecture, Fourth Edition1 Internet and Distributed Application Services Chapter 13.
V4 – Executive Summary 1.Provide online add/delete of I/O to support continuous operation. 2.Provide redundant control of remote I/O to support improved.
16: Distributed Systems1 DISTRIBUTED SYSTEM STRUCTURES NETWORK OPERATING SYSTEMS The users are aware of the physical structure of the network. Each site.
.NET Mobile Application Development Remote Procedure Call.
Group 5 Alain J. Percial Paula A. Ortiz Francis X. Ruiz.
File Systems (2). Readings r Silbershatz et al: 11.8.
Overview SAP Basis Functions. SAP Technical Overview Learning Objectives What the Basis system is How does SAP handle a transaction request Differentiating.
VLAN Trunking Protocol (VTP) W.lilakiatsakun. VLAN Management Challenge (1) It is not difficult to add new VLAN for a small network.
VLAN Trunking Protocol (VTP)
Windows Operating System Internals - by David A. Solomon and Mark E. Russinovich with Andreas Polze Unit OS6: Device Management 6.1. Principles of I/O.
Module 7: Fundamentals of Administering Windows Server 2008.
CHAPTER 3 TOP LEVEL VIEW OF COMPUTER FUNCTION AND INTERCONNECTION
EPICS devSNMP Extensions Euan Troup, CSIRO Australia Telescope National Facility ASKAP Project Paul Wild Observatory.
1-1 Embedded Network Interface (ENI) API Concepts Shared RAM vs. FIFO modes ENI API’s.
Computer Architecture Lecture10: Input/output devices Piotr Bilski.
April 2000Dr Milan Simic1 Network Operating Systems Windows NT.
‘ActiveX’ CA Server (… and Client) Oct Kay-Uwe Kasemir, LANL.
Lecture 3 Process Concepts. What is a Process? A process is the dynamic execution context of an executing program. Several processes may run concurrently,
1 Channel Access Concepts – EPICS Training – K.Furukawa – Mar EPICS Channel Access Concepts Kazuro Furukawa, KEK, ( ) (Bob Dalesio, LANL,
Advanced Computer Networks Topic 2: Characterization of Distributed Systems.
1 2009: Channel Access EPICS Channel Access Andy Foster Observatory Sciences Limited.
Final Review of ITER PBS 45 CODAC – PART 1 – 14 th, 15 th and 16 th of January CadarachePage 1 FINAL DESIGN REVIEW OF ITER PBS 45 CODAC – PART 1.
Jožef Stefan Institute Oct. 8-9, 2005ACS 2005 Workshop Comparison of EPICS and ACS M. Plesko – JSI and Cosylab, in collaboration with Phil Duval, DESY.
4 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Computer Software Chapter 4.
EPICS Access from Python Geoff Savage DØ Workshop Thursday June 22, 2000.
3.14 Work List IOC Core Channel Access. Changes to IOC Core Online add/delete of record instances Tool to support online add/delete OS independent layer.
INFORMATION SYSTEM-SOFTWARE Topic: OPERATING SYSTEM CONCEPTS.
Hwajung Lee.  Interprocess Communication (IPC) is at the heart of distributed computing.  Processes and Threads  Process is the execution of a program.
Writing a Channel Access Client in EPICS Bob Dalesio, April 5, 2000.
Writing a Channel Access Client in EPICS Bob Dalesio, April 5, 2000.
1 Writing Channel Access Clients–EPICS Training – K.Furukawa – Mar EPICS Writing Channel Access Clients Kazuro Furukawa, KEK, ( ) (Marty.
EPICS EPICS Limitations Bob Dalesio Marty Kraimer.
EPICS Release 3.15 Bob Dalesio May 19, Features for 3.15 Support for large arrays - done for rsrv in 3.14 Channel access priorities - planned to.
Writing EPICS Channel Access Clients in Python Geoff Savage March 2003.
1 1999/Ph 514: Flow of Control EPICS Flow of Control Marty Kraimer APS.
Page 1 Printing & Terminal Services Lecture 8 Hassan Shuja 11/16/2004.
1. LabVIEW and EPICS Workshop EPICS Collaboration Meeting Fall 2011.
EPICS Release 3.15 Bob Dalesio May 19, Features for 3.15 Support for large arrays Channel access priorities Portable server replacement of rsrv.
Connecting LabVIEW to EPICS network
EPICS and LabVIEW Tony Vento, National Instruments
1 EPICS Flow of Control: EPICS Workshop at IHEP, Beijing, August 2001 EPICS Flow of Control Marty Kraimer APS.
Control System Overview J. Frederick Bartlett Fermilab June 1,1999.
Interrupts and Exception Handling. Execution We are quite aware of the Fetch, Execute process of the control unit of the CPU –Fetch and instruction as.
Chapter 4: server services. The Complete Guide to Linux System Administration2 Objectives Configure network interfaces using command- line and graphical.
Monitoring Dynamic IOC Installations Using the alive Record Dohn Arms Beamline Controls & Data Acquisition Group Advanced Photon Source.
Using COTS Hardware with EPICS Through LabVIEW – A Status Report EPICS Collaboration Meeting Fall 2011.
Introduction to Operating Systems Concepts
Integrating ArcSight with Enterprise Ticketing Systems
Integrating ArcSight with Enterprise Ticketing Systems
LabVIEW EPICS Client I/O Server
Chapter 3: Windows7 Part 4.
Chapter 3: Windows7 Part 1.
Ch > 28.4.
Radiation- and Magnet field- Tolerant Power Supply System
Software models - Software Architecture Design Patterns
Writing a Channel Access Client in EPICS
Channel Access Concepts
Channel Access Concepts
Presentation transcript:

1 Channel Access Concepts – IHEP EPICS Training – K.F – Aug EPICS Channel Access Concepts Kazuro Furukawa, KEK (Bob Dalesio, LANL)

2 Channel Access Concepts – IHEP EPICS Training – K.F – Aug EPICS Why Channel Access? u We don’t have Network transparent computing in general (yet) u Plenty of administration tasks for sharing data u No standard way for remote processing u RPC, COM, CORBA, etc. u In EPICS, Channel Access provides Efficient Software Bus on Network

3 Channel Access Concepts – IHEP EPICS Training – K.F – Aug EPICS Channel Access : The EPICS Software Bus Operator Interface Archive Tool Alarm Tool Application

4 Channel Access Concepts – IHEP EPICS Training – K.F – Aug EPICS Control Processing Functionalities u On-demand Synchronous u On-demand Asynchronous u Periodical u On-Change u (with value deadband) u (with rate limit) u On-Event (Trigger) u Cache u List of Control Points u Static Information and History using the Same API Existent Control Systems Support a Part of Those

5 Channel Access Concepts – IHEP EPICS Training – K.F – Aug EPICS What is Channel Access (CA) u Standardized communication path to a field(s) within a record (process variable) in any IOC database(s). u This field is a communication path to an IO channel or software. u Integrates software modules into the control system. u A callable interface (library of subroutines).

6 Channel Access Concepts – IHEP EPICS Training – K.F – Aug EPICS Why Use Channel Access u Callable interface designed for easy use by casual applications u Callable interface also designed for use by system software components such as the operator interface, sequencer, and the archiver u Operating system transparency u Network transparency (access to remote and local channels is identical) u CPU architecture independence (silent data conversion) u Isolation from system software changes. u Efficiency (host IO channels) u Efficiency (network remote IO channels)

7 Channel Access Concepts – IHEP EPICS Training – K.F – Aug EPICS IO Controller n IO Controller 2 Channel Access network architecture Channel Access Server CAS Channel Access Client CAC CAS IO Controller 1... CAC Operator Interface 1 Operator Interface n... CAC CAS IEEE CAC Data logger, Data Analysis CAC

8 Channel Access Concepts – IHEP EPICS Training – K.F – Aug EPICS Client Server Model u CA is a network service. u Clients use the callable interface (link to the CA library). u Server replicated in each IOC (part of iocCore). u Clients make requests to the servers across the network. u CA defines a network protocol. u Local operations are initiated and performed by the host processor. u Remote operations are initiated but not performed on the host processor.

9 Channel Access Concepts – IHEP EPICS Training – K.F – Aug EPICS Asynchronous Nature of CA u CA does not wait to gain access to the network prior to returning from each library call. u Remote operation requests are buffered and sent when the buffer fills or when you ask. u Data fetched from a remote machine is generally not immediately available. u With few exceptions values written into your variables by CA should not be referenced until you have synchronized. u All operations guaranteed to be executed in the order requested.

10 Channel Access Concepts – IHEP EPICS Training – K.F – Aug EPICS Why is CA Asynchronous? u Combined operations are more efficient when sharing a common resource such as a bus. u Combined operations can be more efficient when passing through system software layers. u Sometimes it is useful to perform labor on a local processor while several operations are completing on remote processors. u The plant is often asynchronous.

11 Channel Access Concepts – IHEP EPICS Training – K.F – Aug EPICS CA Performance Simple Unconverted I/O Channel Reads and Writes ReadsWrites

12 Channel Access Concepts – IHEP EPICS Training – K.F – Aug EPICS Methods of Synchronizing u No data fetches are left outstanding after completing a call to ca_pend_io(). u Asynchronous replacement for ca_get(): ca_get() ca_pend_io(), u Use a monitor. u Use fetch with callback. u Use a synch protocol with a remote program.

13 Channel Access Concepts – IHEP EPICS Training – K.F – Aug EPICS Event Propagation u In any process control system, an application program must be prepared to respond to any one of a number of asynchronous events. u Events include hardware or software state changes (limit switches, flow indicators, out of range analog channels, software exceptions, etc.)

14 Channel Access Concepts – IHEP EPICS Training – K.F – Aug EPICS CA Software Interface to Events u An event is a significant change in either the value of a field or the condition of the record as a whole. u Events are placed in a queue and handled in the order that they occurred. u A channel can be monitored by specifying a handler to be run each time an event occurs. u CA client applications using events tend to be tree structured. u Updating the client’s local value for a channel this way can save on network traffic since a message soliciting the update need not be sent.

15 Channel Access Concepts – IHEP EPICS Training – K.F – Aug EPICS Event Rate Management (Analog Channels) u The rate at which updates are sent over the network should be minimized by the project engineer within reasonable constraints. This rate is managed by adjusting the channel’s deadband and scan rate.

16 Channel Access Concepts – IHEP EPICS Training – K.F – Aug EPICS CA Exceptions u Since the CA client library does not wait to gain access to the network prior to returning from each call an operation can fail in the server after the library call that initiated it returns. u Status of these unsuccessful operations are returned from the server to the client’s exception handler. u The default exception handler prints a message for each unsuccessful operation and aborts the client if the condition is severe. u Operations which fail in the server are nearly always caused by programming errors.

17 Channel Access Concepts – IHEP EPICS Training – K.F – Aug EPICS Channel Naming Convention u CA requires that channels have a name. u The IOC database requires names of the form: u [. ] u rfhv01.LOPR” u “rfhv01” u Record names are assigned by project engineer following project naming convention. u Record field names and purposes are record type specific u A list of the field names available for each record can be obtained from the database documentation (EPICS Record Reference Manual.) u If the field name is omitted, the field.VAL is assumed. This field contains a control or read back value.

18 Channel Access Concepts – IHEP EPICS Training – K.F – Aug EPICS Native Data Types u All channels have a “native” data storage type in the IOC. u All native data storage types are “atomic”. u Atomic data types include: u integer, floating point, string, enumerated etc. u When transferring a new value to/from a channel the client program specifies the data format to supply/receive it in. This is often referred to as the external data type. u The external data type can be different from the native type if conversion is possible.

19 Channel Access Concepts – IHEP EPICS Training – K.F – Aug EPICS Compound Data Types u Compound data types contain a channel value combined with additional status or configuration information. u Value + Alarm Status + Timestamp + Drive Limits u Compound types involve the database record as a whole. u Compound types can currently only be used with gets and monitors. u Data types are described in db_access.h. (DBR_XXXX)

20 Channel Access Concepts – IHEP EPICS Training – K.F – Aug EPICS Connection Management u Network Connections are inherently transient. u A channel’s connection state is either not found, connected, or disconnected. u CA allows you to specify a handler to be run when a channel’s connection state changes. u Connection requires a server for the channel and a valid network path to the server. u CA automatically restores connection upon notification from the server.

21 Channel Access Concepts – IHEP EPICS Training – K.F – Aug EPICS Software Releases u IOC core and CA client library EPICS major release number must match, or client will not find sever. u This is due to potential CA protocol redesign between major releases. u CA protocol is upwardly compatible within a major release. u When new features are added to the client, older versions of the server won’t support them.

22 Channel Access Concepts – IHEP EPICS Training – K.F – Aug EPICS IOC instrumentation and control hardware DATABASE database access library device drivers Channel Access client Channel Access client user program C program WORKSTATION SNL sequence Channel Access server record support device support database library Channel Access Repeater