Control Systems at DESY Current State and future Projects

Size: px
Start display at page:

Download "Control Systems at DESY Current State and future Projects"

Transcription

1 Control Systems at DESY Current State and future Projects Seminar at SPring8 19 th March 2004 Matthias Clausen DESY 19 March 2004 Control Systems at DESY 1

2 Outline DESY an overview Control Systems at DESY A historic view EPICS at DESY New Technologies New Projects 19 March 2004 Control Systems at DESY 2

3 DESY View towards the Airport 19 March 2004 Control Systems at DESY 3

4 DESY DESY/ DORIS/ PETRA/ (HERA) 19 March 2004 Control Systems at DESY 4

5 DESY HERA 19 March 2004 Control Systems at DESY 5

6 Control Systems at DESY 1958 ~ 1998 HERA DESY DORIS PETRA HERA-e HERA-p Control Groups MKI PS+Quench Cryo Vacuum Utility PS+Quench Cryo Vacuum Utility 19 March 2004 Control Systems at DESY 6

7 Control Systems at DESY 2004 current new Machines DESY DORIS PETRA HERA-e HERA-p PS+Quench HERA-p Cryo+Vac TTF PETRA III XFEL Control Groups MST Cryo Utility Vacuum + Diagnostic +? 19 March 2004 Control Systems at DESY 7

8 HERA Cryogenic Plant 19 March 2004 Control Systems at DESY 8

9 HERA Magnets 19 March 2004 Control Systems at DESY 9

10 Super conducting Cavities for the Electron Ring 19 March 2004 Control Systems at DESY 10

11 HERA Cryogenics The Commencial Part OPC Local and Remote access Using MS Terminal Server EPICS - VME Redundant PCM DMA 26 SEDAC crates in HERA Tunnel 19 March 2004 Control Systems at DESY 11

12 HERA Cryogenic Control Room 19 March 2004 Control Systems at DESY 12

13 Main Control Room 19 March 2004 Control Systems at DESY 13

14 Cryogenic and Utility Controls Cryogenic Utility System Support by Cryogenic Controls Group D/3 EPICS Application Development Application Development Application Configuration Application Configuration Application Configuration Database Configuration S Database Configuration Driver Development Database Configuration Driver Development Database Configuratio 19 March 2004 Control Systems at DESY 14 S Utility Controls Group PLC

15 Cryogenic and Utility Controlled/ Superwised by EPICS Local and Remote access Using X-Windows and JoiMint WaGo WaGo Modbus EPICS - VME DIN-Rail PC Host based CA Server OPC Siemens TCP SEDAC CAN Profibus DP/FMS Siemens PLC 26 SEDAC crates in HERA Tunnel PLC s / distributed I/O 19 March 2004 Control Systems at DESY 15

16 HW Type CPU I/O Anzahl Anwendung Records IOC Head Count VME/ IP Hardware: Fast ADC/ DAC Digital I/O Scaler Field buses: SEDAC (DESY inhouse) CAN Profibus (FMS, DP) Ethernet Protocols (for PLC s): Siemens Modbus Ethernet to other contr. Systems: TINE (DESY) DOOCS (DESY) PC I586 FEE-IP 15 Datalogger Senderstrom 3716 VME 162 CAN 1 CTA 904 CAN 1 LumiTest 154 CAN 1 HERA FEL-Box 169 CAN 1 MagnetTestStand 64 CAN 1 TTF FEL-Box 391 CAN 1 HERA KoMag 154 Profi 3 MKK Klima /162 H1 4 MKK Systems 6262 IPPIO 1 D/3 Connect 52 ICV914 1 Stepper Motor 4 Sedac 2 HERA Kryo 7172 Sedac 1 Cavities 1012 Sedac 1 Referent Magnets 387 Sedac 1 TTF Kryo 792 PPC STR Radiation Measurement 274 TCP/IP (S7) 2 TTF Compressor 350 TCP/IP (S7) 2 Vacuum Compressor 173 TCP/IP (S7) 2 MKK-SPS 300 VME 167 soft 1 Utility Timing Master 20 TINE 1 TINE client 120 DIN rail Pentium CAN 3 Cryogenic Control 460 SEDAC CC GPFC Sedac 6 10KV Anlagen 1192 GPFC GPFC CAN 1 Test 50 IRM/VME Gasanalyze D+128A 1 SL Cavities Vibration measurement Power Station 682 Comet 1 Fast Transients 93 1 TTF 463 Sum March 2004 Control Systems at DESY 16

17 High prec. Temperature Measuremen Installation at DESY with DIN-Rail PC CAN I/O DIN-Rail PC running EPICS (VxWorks) 19 March 2004 Control Systems at DESY 17

18 Small I/O Subsystems Mounted on DIN-Rail Connection to EPICS via Modbus Protocol Various I/O Modules (inexpensive) Combined with several Fieldbus/ Ethenet Controllers (starting from with Ethernet controller) 19 March 2004 Control Systems at DESY 18

19 Database creation Files created by text editors Macro replacement in IOC startup script EPICS-ORA Oracle Forms Tool VDCT For small applications Create templates for EPICS-ORA (future standard) 19 March 2004 Control Systems at DESY 19

20 Implementing Controls in EPICS What is necessary to set up a control loop? IOC (can run on Windows PC) Database Create by text editor or VDCT No compiler No linker 19 March 2004 Control Systems at DESY 20

21 Cryogenic Control Loop implemented in EPICS 4 20mA AI 0 20 g/s PID % OUT 4 20mA 19 March 2004 Control Systems at DESY 21

22 VDCT Screendump 19 March 2004 Control Systems at DESY 22

23 The corresponding Database record(ai, esem:pid-0_ai) { field(prec, "2") } field(eguf, "100") record(pid, esem:pid-0_pid) { field(scan, "1 second") field(flnk, "esem:pid-0_ao") field(cvl, "esem:pid-0_ai.val PP") field(prec, "2") field(atyp, "DESY type") field(kp, "0.20") field(ki, "0.25") field(eguf, "100") field(am, "A") field(insp, "75") } record(ao, esem:pid-0_ao) { field(dol, "esem:pid-0_pid.out") field(omsl, "closed_loop") field(prec, "2") field(eguf, "100") field(drvh, "100") field(hopr, "100") } 19 March 2004 Control Systems at DESY 23

24 Managing EPICS Working jointly with Central Computing Take whatever they provide which makes our life easier.... and saves resources! But! It must be used in a way that we can disconnect from central computing without loosing fundamental functionality! The basis is a mutual understanding of fundamental controls requirements. Some services must be always available The support of dedicated controls services is sometimes easier and fits better into the IT infrastructure - if it is provided directly by central computing. 19 March 2004 Control Systems at DESY 24

25 IT Services for Controls General (office) support Wide Area Netword VPN Mail DNS YP X-Fonts Windows Domain Windows Home Direct. Unix AFS user AFS Home Directories VLAN (QIP) WLAN Network IT Service 2 nd DNS Server 2 nd YP Server 2 nd X-Fonts Server 2 nd Domain Controller Router configuration not used in controls Local Control Group Services dedicated to controls Local user on machines Windows Cluster + RAID Local user on machines Sun Cluster + RAID Compatible Components selected in close contact with IT 19 March 2004 Control Systems at DESY 25

26 FireWall EPICS Network CORE CORE CORE CORE Switch EPICS Name Server Switch EPICS Gateways Switch + Router controls Switch DNS/ X-Fonts/ YP Windows 2nd Domain Controller PLC Integrated over common network EPICS IOC Access by Name Sever onsole Switch... Switch EPICS IOC Cryogenic PLC Network Utility PLC Network PLC PLC 19 March 2004 Control Systems at DESY 26

27 Console: Access via Gateways EPICS Name Server VPN CORE CORE FireWall CORE CORE Switch EPICS Gateways EPICS Access Switch + Router controls Switch Console: Access via Gateways DNS/ X-Fonts/ YP Windows 2nd Domain Controller Switch PLC Integrated over common network EPICS IOC Access by Name Sever onsole Switch Switch EPICS IOC Cryogenic PLC Network Utility PLC Network PLC PLC 19 March 2004 Control Systems at DESY 27

28 EPICS Reliability Since we started with EPICS in 1993 Many things changed in EPICS Many bug fixes from version 3.11 to Ridged CVS control for the core software Core software reduced to the real core New version of VxWorks Changes in the IP-Kernel New application software Make it simple, efficient and reliable Example: IOC running since March 2004 Control Systems at DESY 28

29 Dm2k System Status 19 March 2004 Control Systems at DESY 29

30 New Projects PETRA-III Complete change of the previous PETRA-II injector for HERA into a Synchrotron Light Source XFEL Free-electron laser that operates according to the SASE principle (self-amplified spontaneous emission) 19 March 2004 Control Systems at DESY 30

31 XFEL - Facts 1. Free-electron laser that operates according to the SASE principle (selfamplified spontaneous emission) 2. Total length of the facility: approx. 3.3 km 3. Accelerator tunnel: approx. 2 km 4. Depth underground: 6-15 m 5. Experimental hall : 10 experimental stations at 5 beamlines, floor area approx m² 6. Scope for expansion: Second experimental hall with an additional 10 experimental stations 7. Wavelength of X-ray radiation: 6 to nanometers (nm) corresponding to electron energies of 10 to 20 billion electron volts (GeV) 8. Length of radiation pulses: below 100 femtoseconds (fs) 9. Total costs of the XFEL project: 684 million Euro, based on the price level of the year Location: The tunnel of the linear accelerator will begin on the DESY site and run in the north-western direction. The experimental hall is situated in the town of Schenefeld, in the distance of 15 minutes by car from DESY. 19 March 2004 Control Systems at DESY 31

32 XFEL Tunnel 19 March 2004 Control Systems at DESY 32

33 TTF-2/ VUV-FEL/ XFEL/ TESLA - Module 19 March 2004 Control Systems at DESY 33

34 Cavities 19 March 2004 Control Systems at DESY 34

35 Clean Room 19 March 2004 Control Systems at DESY 35

36 Module 19 March 2004 Control Systems at DESY 36

37 Undulators 19 March 2004 Control Systems at DESY 37

38 Location 19 March 2004 Control Systems at DESY 38

39 Beamlines 19 March 2004 Control Systems at DESY 39

40 Average Brilliance 19 March 2004 Control Systems at DESY 40

41 XFEL Applications: Analyse Chamical Reactions (Femto-Chemics) 19 March 2004 Control Systems at DESY 41

42 Femto-Chemics - II 19 March 2004 Control Systems at DESY 42

43 Control Systems Several work packages have been defined Machine Controls Cryogenic with controls Utility with controls... many others The following has a high propability: Machine controls: DOOCS Cryogenic/ Utility controls: EPICS 19 March 2004 Control Systems at DESY 43

44 DOOCS Distributed Object Oriented Control System 19 March 2004 Control Systems at DESY 44

45 DOOCS RPC Sequence 19 March 2004 Control Systems at DESY 45

46 (DOOCS) - RPC / Channel Access v CA Library Socket CA Server Records Device Support Driver... or Broadcast (default) Record Processing Register Monitor CA Get CA Put no confirmation! Share pplications Any Client talks to any Server -> Record Share Code 19 March 2004 Control Systems at DESY 46

47 XFEL Controls Demands A user facility with high demands for 99.8% efficiency The control system may not fail Possible scenarios: Hot stand by ( seamless switch of IOC s) Cold stand by ( switching on demand ; i.e. for maintenance) Biggest problem: Find radiation hard electronics for the tunnel Distributed redundancy in cold stand by may help Most sensors and actuators contain electronics nowadays. 19 March 2004 Control Systems at DESY 47

48 Principle Layout of the Control System Cryogenic Plant XFEL Tunnel Gateways Ethernet IOC (redundant) Ethernet PLC FEC-IOC (redundant) Field Bus Field Bus P T P T 19 March 2004 Control Systems at DESY 48

DESY. Matthias Clausen

DESY. Matthias Clausen Matthias Clausen Since 9 years @ DESY Used in cryogenic controls (14 IOC) Supported for Utility controls (23 IOC) Diagnostics for several groups (10) Hardware SUN Cluster (2* Enterprise 250) Digital RAID

More information

DOOCS: a Distributed Object Oriented Control System

DOOCS: a Distributed Object Oriented Control System DOOCS: a Distributed Object Oriented Control System O. Hensler, K. Rehlich, DESY 1 ABSTRACT DOOCS is a distributed control system that was developed for the DESY accelerator HERA and mainly for the Tesla

More information

Cryogenic System Simulation based on EcosimPro and EPICS

Cryogenic System Simulation based on EcosimPro and EPICS Cryogenic System Simulation based on EcosimPro and EPICS Qiang Yu University of Science and Technology of China Supervisor: Matthias Clausen, DESY 07. Sept. 2016 Abstract Large scale cryogenic systems

More information

Temperature Control Requirements at VUV-FEL

Temperature Control Requirements at VUV-FEL Temperature Control Requirements at VUV-FEL http://www-mkk/kontrollen Olaf Krebs Olaf.krebs@desy.de April 2004 Water-Cooling-Workshop at DESY 1 Some words about: automation and control at MKK Automate

More information

FNPL control system: an overview

FNPL control system: an overview FNPL control system: an overview Philippe PIOT, FNAL Overview of FNPL controls System needed to be controlled Some personal thoughts Present infrastructure at FNPL Optical room Cryogenic system Optical

More information

Experience of Developing BEPCII Control System. Jijiu ZHAO IHEP, Beijing ICALEPCS2007 October 18, 2007

Experience of Developing BEPCII Control System. Jijiu ZHAO IHEP, Beijing ICALEPCS2007 October 18, 2007 Experience of Developing BEPCII Control System Jijiu ZHAO IHEP, Beijing ICALEPCS2007 October 18, 2007 BEPCII Project The project BEPCII is for upgrading the BEPC (Beijing Electron Positron Collider) to

More information

Sing n l g e B o B a o rd d Co C m o pu p t u e t rs a nd n Ind n u d s u tr t ial P C C Ha H rdw d are a t t t h t e h CL C S

Sing n l g e B o B a o rd d Co C m o pu p t u e t rs a nd n Ind n u d s u tr t ial P C C Ha H rdw d are a t t t h t e h CL C S Single Board Computers and Industrial PC Hardware at the CLS E. Matias, D. Beauregard, R. Berg, D. Chabot, T. Wilson, G. Wright Canadian Light Source Layout 170.88 m circumference 2.9 GeV ~ 200-300 ma

More information

Global Collaboration on Accelerator Operations and Experiments

Global Collaboration on Accelerator Operations and Experiments Global Collaboration on Accelerator Operations and Experiments Globalization in the Financial World Has a bad taste. Socializing risk? Privatizing win? in the HEP Community Is key to build the next big

More information

DIAMOND Control System to the EPICS Meeting at San Jose Dec 2001

DIAMOND Control System to the EPICS Meeting at San Jose Dec 2001 to the Meeting at San Jose Dec 2001 What Is DIAMOND? DIAMOND is the new UK Synchrotron Radiation Source To be Located at the Rutherford Appleton Laboratory (RAL) Oxfordshire Medium energy source Complement

More information

Use of PROFIBUS for cryogenic instrumentation at XFEL

Use of PROFIBUS for cryogenic instrumentation at XFEL Use of PROFIBUS for cryogenic instrumentation at XFEL T. Boeckmann, J. Bolte, Y. Bozhko, M. Clausen, K. Escherich, O. Korth, J. Penning, H. Rickens, T. Schnautz, B. Schoeneburg and A. Zhirnov Deutsches

More information

Presented by Marco Lonza

Presented by Marco Lonza Status Report of the FERMI@Elettra Control System A. Abrami, F. Asnicar, L. Battistello, A.I. Bogani, R. Borghes, V. Chenda, S. Cleva, A. Curri, M. De Marco, M. Dos Santos, G. Gaio, F. Giacuzzo, G. Kourousias

More information

System Management and Infrastructure

System Management and Infrastructure System Management and Infrastructure WP 28 Accelerator Controls Conceptual Design Report CDR Meeting December, 14 th 2009, DESY - Tim Wilksen System Management 2 Hardware Management Management xtca Systems

More information

The New Control System for the Future Low-Emittance Light Source PETRA 3 at DESY:

The New Control System for the Future Low-Emittance Light Source PETRA 3 at DESY: The New Control System for the Future Low-Emittance Light Source PETRA 3 at DESY: From Conceptual Design Work to Realization Reinhard Bacher (for the PETRA III Controls Team) DESY, MST PCaPAC 2006, Jefferson

More information

Event-Synchronized Data Acquisition System of 5 Giga-bps Data Rate for User Experiment at the XFEL Facility, SACLA

Event-Synchronized Data Acquisition System of 5 Giga-bps Data Rate for User Experiment at the XFEL Facility, SACLA Event-Synchronized Data Acquisition System of 5 Giga-bps Data Rate for User Experiment at the XFEL Facility, SACLA Mitsuhiro YAMAGA JASRI Oct.11, 2011 @ICALEPCS2011 Contents: Introduction Data Acquisition

More information

THE COMMON DEVICE INTERFACE 2.0. Philip Duval and Honggong Wu, DESY MCS, Hamburg, Germany Jaka Bobnar, Cosylab, Ljubljana, Slovenia

THE COMMON DEVICE INTERFACE 2.0. Philip Duval and Honggong Wu, DESY MCS, Hamburg, Germany Jaka Bobnar, Cosylab, Ljubljana, Slovenia THE COMMON DEVICE INTERFACE 2.0 Philip Duval and Honggong Wu, DESY MCS, Hamburg, Germany Jaka Bobnar, Cosylab, Ljubljana, Slovenia Contents CDI and TINE (brief review) How CDI works (brief review) Features

More information

Programmable Logic Controllers. and Components for Industrial Automation. altus. evolution in automation.

Programmable Logic Controllers. and Components for Industrial Automation. altus. evolution in automation. Programmable Logic Controllers and Components for Industrial Automation altus www.altus.com.br evolution in automation Segmentation Every automation system features unique characteristics that require

More information

Oomesh Maharaj, Freelance - MEA Region Product Manager, Control Technologies, Tech days Cape Town 2014

Oomesh Maharaj, Freelance - MEA Region Product Manager, Control Technologies, Tech days Cape Town 2014 Oomesh Maharaj, Freelance - MEA Region Product Manager, Control Technologies, Tech days Cape Town 2014 Essential Automation Freelance Process Automation Made Easy ABB Control Systems Extended Automation

More information

NLC Global Controls Architecture

NLC Global Controls Architecture NLC Global Controls Architecture Global Controls Team Members: R. Humphrey, R. Fuller J. Bogart, S. Clark,, L. Hendrickson, M. Ortega, J. Rock, R. Sass, H. Shoaee, E. Siskind (NYCB) Overview of Control

More information

CSS Control System Studio

CSS Control System Studio CSS Control System Studio Introduction CSS Control System Studio Summary Presentation @ GSI February 11 th 2009 Matthias Clausen, Jan Hatje (DESY / MKS-2) Presented by: Matthias Clausen 1 Agenda of Today

More information

AUMA 50 YEARS OF ELECTIC ACTUATON

AUMA 50 YEARS OF ELECTIC ACTUATON AUMA 50 YEARS OF ELECTIC ACTUATON Motor controls and remote communication Werner Laengin, AUMA Germany ONCE UPON A TIME. 2 THE HISTORY OF COMMUNICATION All these communication protocols are now standardised

More information

General information. Display. Supply voltage. Input current

General information. Display. Supply voltage. Input current Data sheet SIMATIC S7-1200, CPU 1215C, COMPACT CPU, DC/DC/DC, 2 PROFINET PORT, ONBOARD I/O: 14 DI 24V DC; 10 DO 24V DC 0.5A 2 AI 0-10V DC, 2 AO 0-20MA DC, POWER SUPPLY: DC 20.4-28.8 V DC, PROGRAM/DATA

More information

EPICS KEK. Introduction Part II. Takashi Nakamoto June 25th, Based on presentation by John Maclean, APS.

EPICS KEK. Introduction Part II. Takashi Nakamoto June 25th, Based on presentation by John Maclean, APS. EPICS Lecture @ KEK Introduction Part II Takashi Nakamoto June 25th, 2013 Based on presentation by John Maclean, APS www.cosylab.com Overview Lay the foundation for understanding an EPICS control system

More information

Motion Coordinator Technical Reference Manual CHAPTER CHAPTER 0INTRODUCTION. Introduction 1-1

Motion Coordinator Technical Reference Manual CHAPTER CHAPTER 0INTRODUCTION. Introduction 1-1 Motion Coordinator Technical Reference Manual CHAPTER CHAPTER 0INTRODUCTION Introduction - Trio Motion Technology - Introduction M O T I O N T E C H N O L O G Y MOTION T E C H N O L O G Y A SERIAL B OK

More information

General information. Display. Supply voltage. Input current

General information. Display. Supply voltage. Input current Data sheet SIMATIC S7-1200F, CPU 1215 FC, COMPACT CPU, DC/DC/DC, 2 PROFINET PORT, ONBOARD I/O: 14 DI 24VDC; 10 DO 24V DC 0.5A; 2 AI 0-10V DC, 2 AO 0-20MA DC, POWER SUPPLY: DC 20.4-28.8 V DC, PROGRAM/DATA

More information

3.2 Information of EUT

3.2 Information of EUT 3. Information of EUT Note: Provided by the applicant. 3.1 Information of Applicant Applicant Name: Beacon Global Technology China Co.,Ltd. Applicant Address: Room 5F-563, Building 03, No.117 Meisheng

More information

General information. Display. Supply voltage

General information. Display. Supply voltage Data sheet SIMATIC S7-1200, CPU 1211C, COMPACT CPU, DC/DC/RELAY, ONBOARD I/O: 6 DI 24V DC; 4 DO RELAY 2A; 2 AI 0-10V DC, POWER SUPPLY: DC 20.4-28.8 V DC, PROGRAM/DATA MEMORY: 50 KB General information

More information

Data Challenges in Photon Science. Manuela Kuhn GridKa School 2016 Karlsruhe, 29th August 2016

Data Challenges in Photon Science. Manuela Kuhn GridKa School 2016 Karlsruhe, 29th August 2016 Data Challenges in Photon Science Manuela Kuhn GridKa School 2016 Karlsruhe, 29th August 2016 Photon Science > Exploration of tiny samples of nanomaterials > Synchrotrons and free electron lasers generate

More information

General information. Display. Supply voltage

General information. Display. Supply voltage Data sheet SIMATIC S7-1200, CPU 1212C, COMPACT CPU, DC/DC/RLY, ONBOARD I/O: 8 DI 24V DC; 6 DO RELAY 2A; 2 AI 0-10V DC, POWER SUPPLY: DC 20.4-28.8 V DC, PROGRAM/DATA MEMORY: 75 KB General information Product

More information

General information. Display. Supply voltage. Input current

General information. Display. Supply voltage. Input current Data sheet SIMATIC S7-1200, CPU 1215C, COMPACT CPU, AC/DC/RELAY, 2 PROFINET PORT, ONBOARD I/O: 14 DI 24V DC; 10 DO RELAY 2A, 2 AI 0-10V DC, 2 AO 0-20MA DC, POWER SUPPLY: AC 85-264 V AC AT 47-63 HZ, PROGRAM/DATA

More information

General information. Display. Supply voltage. Input current

General information. Display. Supply voltage. Input current Data sheet SIMATIC S7-1200, CPU 1217C, COMPACT CPU, DC/DC/DC, 2 PROFINET PORT ONBOARD I/O: 10 DI 24V DC; 4 DI RS422/485; 6 DO 24V DC; 0,5A; 4 DO RS422/485; 2 AI 0-10V DC, 2 AQ 0-20MA; POWER SUPPLY: DC

More information

Introduction to LabView and EPICS

Introduction to LabView and EPICS Introduction to LabView and EPICS Bernardo Carvalho bernardo.carvalho@tecnico.ulisboa.pt Instituto de Plasmas e Fusão Nuclear Instituto Superior Técnico Lisbon, Portugal http://www.ipfn.ist.utl.pt 1 B.

More information

Overview of DCS Technologies. Renaud Barillère - CERN IT-CO

Overview of DCS Technologies. Renaud Barillère - CERN IT-CO Overview of DCS Technologies Renaud Barillère - CERN IT-CO DCS components Extensions SCADA Supervision OPC or DIM Ethernet PLC FE (UNICOS) Fieldbus Custom FE Process management Fieldbus protocols Field

More information

General information. Display. Supply voltage. Input current

General information. Display. Supply voltage. Input current Data sheet SIMATIC S7-1200F, CPU 1214 FC, COMPACT CPU, DC/DC/DC, ONBOARD I/O: 14 DI 24V DC; 10 DO 24 V DC; 2 AI 0-10V DC, POWER SUPPLY: DC 20.4-28.8 V DC, PROGRAM/DATA MEMORY 125 KB General information

More information

Accelerator Control System

Accelerator Control System Chapter 13 Accelerator Control System 13.1 System Requirements The KEKB accelerator complex has more than 50,000 control points along the 3 km circumference of the two rings, the LER and HER. Some control

More information

WAGO-I/O-IPC. Maximum Processing Power in Minimal Space

WAGO-I/O-IPC. Maximum Processing Power in Minimal Space WAGO-I/O-IPC Maximum Processing Power in Minimal Space PC Performance in the Field Maximum flexibility and scalable system design: IPC connection for the WAGO-I/O-SYSTEM Consistent decentralization of

More information

General information. Display. Supply voltage

General information. Display. Supply voltage Data sheet SIMATIC S7-1200, CPU 1211C, COMPACT CPU, DC/DC/DC, ONBOARD I/O: 6 DI 24V DC; 4 DO 24 V DC; 2 AI 0-10V DC, POWER SUPPLY: DC 20.4-28.8 V DC, PROGRAM/DATA MEMORY: 50 KB General information Product

More information

Accessories. Embedded Control. Order number: Flash-RAM memory module, 128 K x 16 (for 680I) Accessories

Accessories. Embedded Control. Order number: Flash-RAM memory module, 128 K x 16 (for 680I) Accessories Order number: 680.428.03 Flash-RAM memory module, 128 K x 16 (for 680I) This module combines the benefits of both modules. Save your data in the permanently built-in RAM. The flash-eproms are programmed

More information

General information. Display. Supply voltage. Input current. Encoder supply. Output current

General information. Display. Supply voltage. Input current. Encoder supply. Output current Data sheet SIMATIC S7-1200, CPU 1215C, COMPACT CPU, DC/DC/DC, 2 PROFINET PORT, ONBOARD I/O: 14 DI 24V DC; 10 DO 24V DC 0.5A 2 AI 0-10V DC, 2 AO 0-20MA DC, POWER SUPPLY: DC 20.4-28.8 V DC, PROGRAM/DATA

More information

Ring Instrumentation and Controls

Ring Instrumentation and Controls Chapter 14 Ring Instrumentation and Controls This chapter describes the technical design of the g-2 cryogenic and vacuum control system and other process systems supporting the experiment. This control

More information

General information. Display. Supply voltage. Input current. Encoder supply. Power losses

General information. Display. Supply voltage. Input current. Encoder supply. Power losses Data sheet SIMATIC S7-1200, CPU 1215C, COMPACT CPU, DC/DC/RELAY, 2 PROFINET PORT, ONBOARD I/O: 14 DI 24V DC; 10 DO RELAY 2A, 2 AI 0-10V DC, 2 AO 0-20MA DC, POWER SUPPLY: DC 20.4-28.8 V DC, PROGRAM/DATA

More information

NETL ink gateways. Ethernet gateways WLAN gateways High-speed USB gateways

NETL ink gateways. Ethernet gateways WLAN gateways High-speed USB gateways NETL ink gateways Ethernet gateways WLAN gateways High-speed USB gateways ETHERNET NETL ink PRO PoE, PROFIBUS Ethernet gateway FEATURES RFC (ISO on TCP) CPU-to-CPU communication (with S-¹ and S-¹) (POE)

More information

General information Engineering with Programming package. Display with display

General information Engineering with Programming package. Display with display Datasheet SIPLUS S7-1200 CPU 1212C AC/DC/RLY -40... +70 DEGREES C WITH CONFORMAL COATING BASED ON 6ES7212-1BE31-0XB0. COMPACT CPU, AC/DC/RELAY, ONBOARD I/O: 8 DI 24V DC 6 DO RELAY 2A 2 AI 0-10V DC, POWER

More information

General. Remote I/O A4/1.

General. Remote I/O A4/1. www.stahl.de > Intrinsically safe Ex ia IIC, Ex e, Ex na or Ex nl inputs and outputs > Fieldbus communication: Modbus RTU, Profibus DP V0 and DP V1 HART, Industrial Ethernet, Modbus TCP, EtherNet/IP, PROFINET

More information

Freelance Process Automation Made Easy

Freelance Process Automation Made Easy Lance Johnson, Business Development Manager, Control Technologies, Johannesburg, 8-9 May 2013 ABB Technology Days - Essential Automation Freelance Process Automation Made Easy ABB Control Systems Extended

More information

General information. Display. Supply voltage. Input current. Encoder supply. Output current

General information. Display. Supply voltage. Input current. Encoder supply. Output current Data sheet SIMATIC S7-1200, CPU 1215C, COMPACT CPU, DC/DC/DC, 2 PROFINET PORT, ONBOARD I/O: 14 DI 24V DC; 10 DO 24V DC 0.5A 2 AI 0-10V DC, 2 AO 0-20MA DC, POWER SUPPLY: DC 20.4-28.8 V DC, PROGRAM/DATA

More information

General information. Display. Supply voltage. Input current. Encoder supply. Output current

General information. Display. Supply voltage. Input current. Encoder supply. Output current Data sheet SIMATIC S7-1200, CPU 1211C, COMPACT CPU, DC/DC/RELAY, ONBOARD I/O: 6 DI 24V DC; 4 DO RELAY 2A; 2 AI 0-10V DC, POWER SUPPLY: DC 20.4-28.8 V DC, PROGRAM/DATA MEMORY: 50 KB General information

More information

General information. Display. Supply voltage. Input current. Encoder supply. Output current. Power loss. Memory

General information. Display. Supply voltage. Input current. Encoder supply. Output current. Power loss. Memory Data sheet SIPLUS S7-1200 CPU 1214C DC/DC/DC -40...+70 DEGREES C WITH CONFORMAL COATING BASED ON 6ES7214-1AG40-0XB0. COMPACT CPU, DC/DC/DC, ONBOARD I/O: 14 DI 24V DC 10 DO 24 V DC 2 AI 0-10V DC, POWER

More information

Control System

Control System 070806 ERL@CESR Control System R. Helmke 8-3-2007 1 Introduction We are early in the design of the ERL@CESR control system Most important decisions are yet to be made Solicit expert advice Will try to

More information

General information. Display. Supply voltage. Input current. Encoder supply. Output current

General information. Display. Supply voltage. Input current. Encoder supply. Output current Data sheet SIMATIC S7-1200, CPU 1214C, COMPACT CPU, DC/DC/RELAY, ONBOARD I/O: 14 DI 24V DC; 10 DO RELAY 2A; 2 AI 0-10V DC, POWER SUPPLY: DC 20.4-28.8 V DC, PROGRAM/DATA MEMORY: 75 KB General information

More information

Security level offered by PLC.

Security level offered by PLC. European Laboratory for Particle Physics Laboratoire Européen pour la Physique des Particules CH-1211 Genève 23 - Suisse PLC Support Document Version: 2.0.2 Document Date: 10 April 2003 Document Status:

More information

TANGO. mature system strong collaboration co-development. lots of features embedded too

TANGO. mature system strong collaboration co-development. lots of features embedded too PCaPAC06 Summary day #1 TANGO mature system strong collaboration co-development lots of features embedded too PETRA III based on well established technologies: TINE, ACOP, cpci, CAN,. shared responsibilities

More information

The MicroIOC. 25 pieces for Australia In 2003 Spring From Custom To Production.

The MicroIOC. 25 pieces for Australia In 2003 Spring From Custom To Production. First customer: SLS @ PSI The MicroIOC 25 pieces for Australia In 2003 Spring 2005 From Custom To Production mark.plesko@cosylab.com Oct 6-7, 2005 EPICS Collaboration Meeting Archamps, France Dilemma Marketing

More information

General information Engineering with Programming package. Display with display. Supply voltage 24 V DC Yes. Input current

General information Engineering with Programming package. Display with display. Supply voltage 24 V DC Yes. Input current Datasheet SIPLUS S7-1200 CPU 1214C DC/DC/DC -40... +70 DEGREES C WITH CONFORMAL COATING BASED ON 6ES7214-1AG31-0XB0. COMPACT CPU, DC/DC/DC, ONBOARD I/O: 14 DI 24V DC; 10 DO 24 V DC; 2 AI 0-10V DC, POWER

More information

IP67 IP20. Controllers Open Flexible Compact SPEEDWAY. Programmable. Fieldbus Couplers. Programmable. Fieldbus Controllers

IP67 IP20. Controllers Open Flexible Compact SPEEDWAY. Programmable. Fieldbus Couplers. Programmable. Fieldbus Controllers WAGO Controllers Controllers Open Flexible Compact WAGO s IEC 61131-3 programmable controllers perform a variety of automation tasks, while providing all the benefits of standard PLC technology (e.g.,

More information

BOOSTER RF UPGRADE FOR SPEAR3 *

BOOSTER RF UPGRADE FOR SPEAR3 * BOOSTER RF UPGRADE FOR SPEAR3 * S.Condamoor, S.Allison, J.Sebek, J.Vasquez, J.Wachter SLAC National Accelerator Laboratory, Menlo Park, CA 94025, USA Abstract SLAC's Stanford Positron Electron Asymmetric

More information

Instrumentation and Control System

Instrumentation and Control System Instrumentation and Control System Instrumentation and control system plays a crucial role in the commissioning and routine operation of a modern light source like NSRRC. The system at NSRRC was implemented

More information

General information. Display. Supply voltage. Input current. Encoder supply. Output current

General information. Display. Supply voltage. Input current. Encoder supply. Output current Data sheet SIMATIC S7-1200, CPU 1211C, COMPACT CPU, DC/DC/RELAY, ONBOARD I/O: 6 DI 24V DC; 4 DO RELAY 2A; 2 AI 0-10V DC, POWER SUPPLY: DC 20.4-28.8 V DC, PROGRAM/DATA MEMORY: 50 KB General information

More information

Display. Supply voltage. Input current. Encoder supply. Output current. Power losses. Memory

Display. Supply voltage. Input current. Encoder supply. Output current. Power losses. Memory Datasheet SIMATIC S7-1200, CPU 1214C, COMPACT CPU, AC/DC/RLY, ONBOARD I/O: 14 DI 24V DC; 10 DO RELAY 2A; 2 AI 0-10V DC, POWER SUPPLY: AC 85-264 V AC AT 47-63 HZ, PROGRAM/DATA MEMORY: 75 KB Display with

More information

General information Engineering with Programming package. Display with display. Supply voltage 24 V DC Yes

General information Engineering with Programming package. Display with display. Supply voltage 24 V DC Yes Datasheet SIMATIC S7-1200, CPU 1215C, COMPACT CPU, DC/DC/DC, 2 PROFINET PORT, ONBOARD I/O: 14 DI 24V DC; 10 DO 24V DC 0.5A 2 AI 0-10V DC, 2 AO 0-20MA DC, POWER SUPPLY: DC 20.4-28.8 V DC, PROGRAM/DATA MEMORY:

More information

Ruchiman Priatna (Control Technology) Freelance The easy-to-use distributed control system

Ruchiman Priatna (Control Technology) Freelance The easy-to-use distributed control system Ruchiman Priatna (Control Technology) Freelance The easy-to-use distributed What is Freelance? Freelance Engineering Freelance Operations AC 700F AC 800F AC 900F Controller Controller Controller + I/O

More information

WAGO Energy Data Management Efficiency Is That Easy!

WAGO Energy Data Management Efficiency Is That Easy! WAGO Energy Data Management Efficiency Is That Easy! MEASUREMENT SYSTEM WITH ADDED VALUE This user-friendly solution, consisting of software combined with a modular control system, records measurement

More information

Redundancy. For maximum plant availability.

Redundancy. For maximum plant availability. Redundancy For maximum plant availability. 1 Safety net in case of an incident Redundant systems maximize availability and secure productivity Malfunctions and failures in important operating components

More information

General information. Display. Supply voltage. Input current. Encoder supply. Output current

General information. Display. Supply voltage. Input current. Encoder supply. Output current Data sheet SIMATIC S7-1200, CPU 1214C, COMPACT CPU, DC/DC/DC, ONBOARD I/O: 14 DI 24V DC; 10 DO 24 V DC; 2 AI 0-10V DC, POWER SUPPLY: DC 20.4-28.8 V DC, PROGRAM/DATA MEMORY: 75 KB General information Engineering

More information

Comissioning of the IR beamline at FLASH. DESY.DE

Comissioning of the IR beamline at FLASH. DESY.DE Comissioning of the IR beamline at FLASH Michael.Gensch @ DESY.DE IR Undulator Beamline at FLASH First light 2 FLASH experimental hall before installation of IR beamline BL1 PG2 BL2 BL3 fs Laser 3 FLASH

More information

Overview of the Experimental Physics and Industrial Control System: EPICS

Overview of the Experimental Physics and Industrial Control System: EPICS September, 1998 Overview of the Experimental Physics and Industrial Control System: EPICS Stephen A. Lewis Lawrence Berkeley National Laboratory A Note for Prospective Users Introduction The collaboration

More information

General information. Supply voltage. Input current. Encoder supply. Power loss. Memory

General information. Supply voltage. Input current. Encoder supply. Power loss. Memory Data sheet SIMATIC S7-1200, CPU 1215C, COMPACT CPU, AC/DC/RELAY, 2 PROFINET PORT, ONBOARD I/O: 14 DI 24V DC; 10 DO RELAY 2A, 2 AI 0-10V DC, 2 AO 0-20MA DC, POWER SUPPLY: AC 85-264 V AC AT 47-63 HZ, PROGRAM/DATA

More information

SOFTWARE SCENARIO FOR CONTROL SYSTEM OF INDUS-2

SOFTWARE SCENARIO FOR CONTROL SYSTEM OF INDUS-2 10th ICALEPCS Int. Conf. on Accelerator & Large Expt. Physics Control Systems. Geneva, 10-14 Oct 2005, WE3B.3-70 (2005) SOFTWARE SCENARIO FOR CONTROL SYSTEM OF INDUS-2 ABSTRACT R. K. Agrawal *, Amit Chauhan,

More information

CHP GAS MONITOR GDR 1404

CHP GAS MONITOR GDR 1404 CHP GAS MONITOR GDR 1404 with Ethernet/IP, PROFIBUS-DP, Modbus-RTU, Modbus-TCP The series GDR 1404 is characterized by direct calculation of the gas consumption in Nm³. According to the configuration and

More information

SIMATIC PCS 7 V6.1 + SP1. Redundancy and fault tolerance with PCS 7. Redundancy and fault tolerance with PCS 7. Topics

SIMATIC PCS 7 V6.1 + SP1. Redundancy and fault tolerance with PCS 7. Redundancy and fault tolerance with PCS 7. Topics SIMATIC PCS 7 V6.1 + SP1 Redundancy and fault tolerance with PCS 7 SIMATIC PCS 7 V6.1 + SP1 Siemens AG Slide 1 Introduction and Overview Process control systems are responsible for controlling, monitoring

More information

Practical Programmable Logic Controllers (PLCs) for Automation and Process Control. Contents

Practical Programmable Logic Controllers (PLCs) for Automation and Process Control. Contents Practical Programmable Logic Controllers (PLCs) for Automation and Process Control Contents 1 Introduction to the PLC 1 1.1 Introduction 1 1.2 Basic Block Diagram of the PLC 2 1.3 Size of the PLC System

More information

SICAM RTUs Ready for the Future

SICAM RTUs Ready for the Future SICAM RTUs Ready for the Future, RC-AT EM DG PRO LM siemens.com SICAM RTUs News Overview SICAM A8000 Series SICAM Engineering SICAM AK3 Page 2 SICAM RTUs News Overview SICAM A8000 Series SICAM Engineering

More information

S-series Virtual I/O Module 2

S-series Virtual I/O Module 2 January 2013 Page 1 S-series Virtual I/O Module 2 S-series Virtual I/O Module 2 The S-series Virtual I/O Module 2 provides DeltaV I/O simulation and a high speed Ethernet I/O device integration platform

More information

M-series Virtual I/O Module 2

M-series Virtual I/O Module 2 January 2013 Page 1 M-series Virtual I/O Module 2 M-series Virtual I/O Module 2 The M-series Virtual I/O Module 2 provides DeltaV I/O simulation and a high speed Ethernet I/O device integration platform

More information

UA-5200 IIoT Communication Server

UA-5200 IIoT Communication Server UA-5200 Series UA-5200 IIoT Communication Server Features OPC UA Server and MQTT Client Service MQTT Broker Inside AM3354, 1 GHz 256 MB RAM and 512 MB Flash Linux kernel 3.2.14 OS Real-Time Capability

More information

General information. Display. Supply voltage. Input current. Encoder supply. Output current

General information. Display. Supply voltage. Input current. Encoder supply. Output current Data sheet SIMATIC S7-1200, CPU 1211C, COMPACT CPU, AC/DC/RELAY, ONBOARD I/O: 6 DI 24V DC; 4 DO RELAY 2A; 2 AI 0-10V DC, POWER SUPPLY: AC 85-264 V AC AT 47-63 HZ, PROGRAM/DATA MEMORY: 50 KB General information

More information

TINE Control System Overview and Status

TINE Control System Overview and Status TINE Control System Overview and Status P. Bartkiewicz, P. Duval, S. Herb, H. Wu (DESY/ Hamburg) and S. Weisse (DESY/ Zeuthen) TINE: A Quick Tour Three-fold Integrated Networking Environment (->Keep your

More information

BMS Steam Station Solutions

BMS Steam Station Solutions BMS Steam Station Solutions rtk@circor.com www.circorenergy.com Compact Programmable Controller Touch Screen Operator Panel MP-02 CPU Modem / Router Remote management using a SMARTphone Remote management

More information

CONTROL SYSTEMS TECHNICAL DESIGN

CONTROL SYSTEMS TECHNICAL DESIGN Turkish Accelerator Center Teoman Soygul CONTROL SYSTEMS TECHNICAL DESIGN IMAC-II, TR-Bodrum 9/3/2010 SCOPE 1. Control Systems Overview 2. Distributed Control Architecture 3. Control Network Infrastructure

More information

GenIP : Intelligent gateway dedicated to most critical industrial applications

GenIP : Intelligent gateway dedicated to most critical industrial applications GenIP 20i / GenIP 30i June 2012 GenIP : Intelligent gateway dedicated to most critical industrial applications Monitor your alarms (Voice, SMS, Email, TCP frame) Manage securely your serial & Ethernet

More information

THE CANADIAN LIGHT SOURCE CONTROL SYSTEM: LESSONS LEARNED FROM BUILDING A SYNCHRATORON AND BEAMLINES CONTROL SYSTEM

THE CANADIAN LIGHT SOURCE CONTROL SYSTEM: LESSONS LEARNED FROM BUILDING A SYNCHRATORON AND BEAMLINES CONTROL SYSTEM 10th ICALEPCS Int. Conf. on Accelerator & Large Expt. Physics Control Systems. Geneva, 10-14 Oct 2005, PO1.023-1 (2005) THE CANADIAN LIGHT SOURCE CONTROL SYSTEM: LESSONS LEARNED FROM BUILDING A SYNCHRATORON

More information

CHP GAS MONITOR GDR 1404

CHP GAS MONITOR GDR 1404 CHP GAS MONITOR GDR 1404 with Ethernet/IP, Bluetooth, PROFIBUS-DP, Modbus-RTU, Modbus-TCP The series GDR 1404 is characterized by direct calculation of the gas consumption in Nm³. According to the configuration

More information

Industrial Communication. Ethernet as a Distributed I/O Network

Industrial Communication. Ethernet as a Distributed I/O Network Industrial Communication Whitepaper Ethernet as a Distributed I/O Network 1 Contents Executive summary...3 Introduction...4 The need for open networks...5 Ethernet capabilities today...6 Ethernet architectures...7

More information

General information Engineering with Programming package. Display with display. Supply voltage 24 V DC Yes. Input current

General information Engineering with Programming package. Display with display. Supply voltage 24 V DC Yes. Input current Datasheet SIMATIC S7-1200, CPU 1214C, COMPACT CPU, DC/DC/DC, ONBOARD I/O: 14 DI 24V DC; 10 DO 24 V DC; 2 AI 0-10V DC, POWER SUPPLY: DC 20.4-28.8 V DC, PROGRAM/DATA MEMORY: 75 KB General information Engineering

More information

Radiation Protection in Experimental Hutches at European XFEL. Safety and Radiation Protection Group

Radiation Protection in Experimental Hutches at European XFEL. Safety and Radiation Protection Group Radiation Protection in Experimental Hutches at European XFEL Safety and Radiation Protection Group Topics 2 Typical Hutch Layout at XFEL Shielding Calculations for Radiation Hutches Design of Optical

More information

General information. Display. Supply voltage. Input current

General information. Display. Supply voltage. Input current Data sheet SIMATIC S7-1200, CPU 1214C, COMPACT CPU, DC/DC/DC, ONBOARD I/O: 14 DI 24V DC; 10 DO 24 V DC; 2 AI 0-10V DC, POWER SUPPLY: DC 20.4-28.8 V DC, PROGRAM/DATA MEMORY: 100 KB General information Firmware

More information

JCOP FW Training Course. 30 June 4 July 2014 EN-ICE

JCOP FW Training Course. 30 June 4 July 2014 EN-ICE JCOP FW Training Course 30 June 4 July 2014 EN-ICE Location and Time Schedule Location Building:Training Center 593-572 Room #25 Schedule Monday: 14:00-17:30 Tuesday Friday: 09:00-12:30 14:00-17:30 Front-End

More information

Display. Supply voltage. Input current. Encoder supply. Output current. Power losses. Memory

Display. Supply voltage. Input current. Encoder supply. Output current. Power losses. Memory Datasheet SIMATIC S7-1200, CPU 1214C, COMPACT CPU, DC/DC/DC, ONBOARD I/O: 14 DI 24V DC; 10 DO 24 V DC; 2 AI 0-10V DC, POWER SUPPLY: DC 20.4-28.8 V DC, PROGRAM/DATA MEMORY: 75 KB Display with display Supply

More information

General information. Display. Supply voltage. Input current

General information. Display. Supply voltage. Input current Datasheet SIMATIC S7-1200, CPU 1212C, COMPACT CPU, DC/DC/DC, ONBOARD I/O: 8 DI 24V DC; 6 DO 24 V DC; 2 AI 0-10V DC, POWER SUPPLY: DC 20.4-28.8 V DC, PROGRAM/DATA MEMORY: 50 KB General information Engineering

More information

Status of Control System. Hiroshi Kaji

Status of Control System. Hiroshi Kaji Status of Control System Hiroshi Kaji 2 Introduction The aim of control system is to increase integrated luminosity, which directly affects the accuracy of physics results. Our control system are required

More information

Pump-probe. probe optical laser systems at FLASH. S. Düsterer

Pump-probe. probe optical laser systems at FLASH. S. Düsterer Pump-probe probe optical laser systems at FLASH S. Düsterer Outline Current status of the laser systems ( what is working) Planned upgrades till spring 2010 ( what will be working) The future. Lasers from

More information

JUMO mtron T. Measuring, Control, and Automation System. Features. Brief description. Systembus LAN. Data Sheet Page 1/12. Com1.

JUMO mtron T. Measuring, Control, and Automation System. Features. Brief description. Systembus LAN. Data Sheet Page 1/12. Com1. Data Sheet 705000 Page 1/12 JUMO mtron T Measuring, Control, and Automation System Com1 RS422/485 oder RS232, Modbus Master/Slave Com2 RS422/485 oder RS232, Modbus Master/Slave oder PROFIBUS-DP Slave LAN

More information

EPICS: Experimental Physics and Industrial Control System. Control Architecture Reading Group

EPICS: Experimental Physics and Industrial Control System. Control Architecture Reading Group EPICS: Experimental Physics and Industrial Control System Control Architecture Reading Group Overview What, Why and Who? The Subsystems Performance Conclusions What is EPICS and Why? Scaleable real-time

More information

MTL8000-2/x Series Modular I/O

MTL8000-2/x Series Modular I/O -2/x Series Modular Overview Modules Modules - Overview - 2/2 components Use this option for general purpose or nonhazardous applications, or where the equipment and/or field wiring has to be mounted in

More information

WAGO-I/O-IPC. PC Performance in the Field

WAGO-I/O-IPC. PC Performance in the Field WAGO-I/O-IPC PC Performance in the Field PC Performance in the Field Flexible and scalable system design: Industrial PC controller for the WAGO-I/O-SYSTEM The decentralization of industrial automation

More information

Communications & Networking

Communications & Networking is a type of field bus that is primarily intended to be used to control sensors and actuators. is a network system that is compatible with the IEC62026 standard. A master device can communicate with slave

More information

The Use of LabVIEW FPGA in Accelerator Instrumentation.

The Use of LabVIEW FPGA in Accelerator Instrumentation. The Use of LabVIEW FPGA in Accelerator Instrumentation. Willem Blokland Research Accelerator Division Spallation Neutron Source Introduction Spallation Neutron Source at Oak Ridge National Laboratory:

More information

T52: Case Study: How FactoryTalk Products Created Success. Steve Marino Ryan Campbell Jeremy Hammons

T52: Case Study: How FactoryTalk Products Created Success. Steve Marino Ryan Campbell Jeremy Hammons T52: Case Study: How FactoryTalk Products Created Success Steve Marino Ryan Campbell Jeremy Hammons Copyright 2011 Rockwell Automation, Inc. All rights reserved. Copyright 2011 Rockwell Automation, Inc.

More information

Intelligent vibration monitoring.

Intelligent vibration monitoring. Intelligent vibration monitoring. Diagnostic systems www.ifm.com/gb/octavis fluid sensors and diagnostic systems position sensors and object recognition bus, identification and control systems For industrial

More information

PROFIBUS Products. ICP Electronics Australia Pty Ltd Overview P 5-1

PROFIBUS Products. ICP Electronics Australia Pty Ltd Overview P 5-1 5.1 Overview P 5-1 Selection Guide - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P 5-2 5.2 Converters & Repeaters P 5-3 5.3 Gateways P 5-5 5.4

More information

Presented By: Tim McLaughlin, Director of Business Development - Engnuity and Richard Theron, Product Manager FieldServer Agenda: Introduction Who is

Presented By: Tim McLaughlin, Director of Business Development - Engnuity and Richard Theron, Product Manager FieldServer Agenda: Introduction Who is Presented By: Tim McLaughlin, Director of Business Development - Engnuity and Richard Theron, Product Manager FieldServer Agenda: Introduction Who is Engenuity? Who is FieldServer? Identifying protocol

More information