SlideShare a Scribd company logo
1 of 49
FE Technologies
PLC basis…
BE-ICS-PLC
Jerónimo ORTOLA
Benjamin BRADU
Marc QUILICHINI
Will BOOTH
plc.support@cern.ch
PLC
 Programmable Logic Controller
 Designed for industrial processes.
 Works under severe conditions.
 Real time system.
 Handles sensors and actuators (I/O).
PLC- Overview
 Process control
 Collects inputs (digital, analog)
 Runs the process control
 Basic logic functions
 Complex algorithms (PID…)
 Safety functions
 Produces actions (outputs)
 Provides data to the supervision layer
PLC- Functions
 Reliable. Used for safety systems.
 Robust. Resistant to electrical noise, vibration,
impact, dust, heat.
 Extensive range of inputs/outputs.
 Extensive range of functionalities.
 Long term support by suppliers.
 Long life, around 30 years.
PLC- Strength
 Limited memory.
 Special programming environment.
 Different programming languages from
different manufacturers.
PLC- Weak points
PLC- Hardware Overview
ETHERNET TCP/IP
INDUSTRIAL FIELDBUS
REMOTE I/O
PLC
SENSORS/ACTUATORS
DIRECT WIRING
Supervisory Control And Data Acquisition
SCADA
 Device which converts the signal from one
form to another.
 Sensors
 Analog: Temperature, pressure, humidity, level,
flow, weight…
 Digital: Level, pushbutton (emergency stop),
position switch, photoelectric sensor…
 Actuators
 Analog: valve, pump, heater, power supply…
 Digital: Signaling column, contactor, electro valve,
switch, OnOff pump…
PLC- Sensors / actuators
PLC- Hardware Overview
ETHERNET TCP/IP
INDUSTRIAL FIELDBUS
REMOTE I/O
PLC
SENSORS/ACTUATORS
DIRECT WIRING
Supervisory Control And Data Acquisition
SCADA
 Communication modules.
 I/O Modules.
 Convert physical value into numeric value
and vice versa.
 Function modules.
PLC- Periphery stations
 Ethernet
 Profibus
 CAN
 Point to Point
 Serial RS 232, RS 485
 AS-Interface
 Modbus…
PLC- Communication modules
 Analog
 16-bit signed from -32768 to 32767.
 Inputs: Resistance, Current, Voltage,
thermocouple…
 Outputs: Current, voltage.
 Digital
 1-bit
 Inputs: 120v-230v AC, 24v DC
 Outputs: Relay, 120v-230v AC, 24v-48v-125v DC.
PLC- Input / Output modules
 PID control
 Flow
 Camera controllers
 Numerical controllers
 Counters
 Positioning
 Motor VFD or Soft Starter
PLC- Function modules
PLC- Hardware Overview
ETHERNET TCP/IP
INDUSTRIAL FIELDBUS
REMOTE I/O
PLC
SENSORS/ACTUATORS
DIRECT WIRING
Supervisory Control And Data Acquisition
SCADA
 Industrial Network System
 Provides the PLC with I/Os
 Time deterministic.
PLC- FieldBus. Overview
 Controls multiple I/Os
 Saves cabling costs
 Safety compliant
PLC- FieldBus. Strength
 Sensitive to electromagnetic noise
 Specific installation rules.
 Several different (incompatible) fieldbus
standards.
PLC- FieldBus. Weak points
 Profibus (Siemens)
 Industry leader. 14 million nodes.
 WorldFip
 Robust (radiation resistant)
 CAN. CANOpen. CANBus
 Low cost, Easy to implement
 Used for ELMB at CERN
 ProfinetIO (Siemens)
 Ethernet based
 EtherNet/IP (Schneider)
 Ethernet Based
PLC- FieldBus. Standards
PLC- Profibus. Technical data
 Standard PROFIBUS EN 50 170
 Access Token ring . Master-Slave
 Transmission rate 9.6 kbit/s - 12 Mbit/s
 Transmission technology electric: Shielded cooper pair twisted cable
optic: fiberoptics (cristal and plastic)
wireless: infrared and radio
 Nodes 127 maximun
 Network lenght electric: 9.6 km maximun
optic: 150 km maximun
 Topology Daisy Chain, tree, star, ring, redundant ring
 Used for Process communication, data transfer
PLC- Profibus
PROFIBUS
Active nodes. Master
Passive nodes. Slaves.
PLC
PLC
PC
PLC- Hardware Overview
ETHERNET TCP/IP
INDUSTRIAL FIELDBUS
REMOTE I/O
PLC
SENSORS/ACTUATORS
DIRECT WIRING
Supervisory Control And Data Acquisition
SCADA
PLC- Supported at CERN
Siemens
CERN-SIEMENS B1130A/GEN 31-12-1999
Schneider
CERN-SCHNEIDER. B1129/GEN 12-11-1999
PLC- Siemens
 S7 200 (low range)
 Compact
 Low cost
 Small systems
PLC- Siemens
 S7 300 (medium range)
 Modular
 Wide range of IOs
 Widely used
 Limited memory
 Limited range of fieldbuses
PLC- Siemens
 S7 400 (high range)
 Redundant
architecture
 Large memory
 High performance
PLC- Siemens – New CPUs
 S7 1200 (low
range)
 Compact
 Low cost
 Small systems
PLC- Siemens – New CPUs
 S7 1500 (medium/high
range)
 Modular
 Wide range of IO
 Large memory
 High performance
 Small range
(M340)
 4 Mb of memory
 1024 digital I/O
 256 analog I/O
PLC- Schneider
 Medium range
(PREMIUM)
 7 Mb of memory
 2040 Digital I/O max
 512 Analog I/O
 High range
(QUANTUM)
 8 Mb of memory
 8 000 Digital I/O
 2500 Analog I/O
PLC- Schneider – New CPU
 High range (M580)
 Compact
 High performance
 Modular
WriteOutputs
Read Inputs
OS
communication
tasks
USER
APPLICATION
(time
consuming)
Cycle time
5-500 msec
Process Cycle
PLC- Processor
PLC- Memory access, IO access
Internal 16 bits IO devices are mapped in
Data area a memory.
%MW120
0
N
word
Real
%MF137
%IW0.2.3
%QW0.2.3
Input
word
Output
word
%I0.6.3.1
%Q0.7.3.6
Input
Boolean
Output
Boolean
Access to
The Module
Channel in
The Module
Bit in the
Channel
%Q0.7.3.6 := TRUE;
%QW0.2.3 := 16#0F00;
%MW100 := 12;
120
137
138
 Languages defined in IEC 61131-3
 Textual languages
 Instruction List (IL)
 Structure Text (ST)
 Graphical Languages
 Ladder (LD)
 Functional Bloc Diagram (FBD)
 Sequence (Stepper)
 Sequential Function Chart (SFC)
31
PLC- Programming languages
PLC- Programming languages - IL
 IL: Instruction List
 Fastest possible logic execution.
 Low level language
 Similar to assembly language
PLC- Programming languages - ST
 ST: Structured Text
 High level language
 Equations, table manipulation
 Complex algorithms (If/Then)
PLC- Programming languages - LD
 Traditional ladder logic is an easy-to-use
graphical programming language that
implements relay-equivalent symbol.
 Intuitive.
 Limited functionalities.
PLC- Programming languages - FBD
 FBD : Function Block Diagram
 Easy way of programming
 Easy way of debugging
 Limited for complex algorithms
PLC- Programming languages - SFC
 SFC : Sequential Function Chart –
 A graphical method of representing a
sequential control system (stepper).
 Siemens : Simatic Step7 v5.5 /
TIA Portal V13SP1
 Modular
 Wide range of functionalities
 Diagnostic tools
 Network configuration
 Schneider : UNITY Pro V11.0
 Easy to manage
 Visualization facilities
PLC- Programming software tools
PLC- Hardware Overview
ETHERNET TCP/IP
INDUSTRIAL FIELDBUS
REMOTE I/O
PLC
SENSORS/ACTUATORS
DIRECT WIRING
Supervisory Control And Data Acquisition
SCADA
 Ethernet TCP IP.
 Big amount of data transfer.
 Non deterministic.
 Big data transfer rates.
 S7 Driver on TCP IP. Siemens.
 Modbus Driver on TCP IP. Schneider.
 OPC.
PLC- SCADA communication
UNICOS – A CERN Approach
 UNICOS : UNified Industrial COntrol System
 Based on PVSS/PLC systems for Continuous Process Control (CPC)
 Cryogenics for LHC, ATLAS, CMS and other non-LHC cryo Experiments
 Detector Gas Systems (LHC experiments)
 Vacuum, Cooling & Ventilation
 Based on PVSS as SCADA with other Front-Ends (Industrial Computers)
 Interlock Systems (PIC, WIC, QPS)
 Power of the PS (POPS)
 Cryogenic instrumentation (CIET)
 Alignment of inner triplets (SURVEY)
 Based on a hierarchical object approach
 Can be applied in Front-End(Schneider & Siemens PLC or FEC with FESA)
 Can be applied in SCADA (PVSS)
 Easy to use CERN services and link different control systems
 UNICOS helps operation teams and developers (standardization)
Data point types + Widgets + Faceplates
UNICOS – What he is doing for me?
PLC
C
Object definition (Baseline)
DFB (or FB) + DDT (or UDT)
Data point creation
Object instantiation
FB (or DB)
Data point configuration
affect addresses to signals
Memory mapping
affect addresses to signals
Generic Logic
feedbacks, I/O links, Errors..
Logic structure
sections (or FC)
Complete Logic
-Interlocks
-Object Dependent Logic
Communication configuration
Communication configuration
SCADA
O
Specifications
Generators
- Grafcet definitions
- Transition Logic
Synoptic building
By drag & drop
UNICOS – PVSS screen layout
Front-End technologies 43
Summary- BE-ICS Services
 CERN-wide support
 Field buses, PLC
 DIP, OPC, CANbus
 What we provide
 Architecture and design recommendations
 List of recommended tools/cards
 Validation of new commercial software versions
 Maintenance of custom software
 “Hands On” facility for you to practice
 “Show Case” facility as a demonstrator
Front-End technologies 44
Thank You
FE-Technologies- End
plc.support@cern.ch
Front-End technologies 45
FE-Technologies- Summary
 Technologies seen
 BE-ICS Support
 What comes next..
Front-End technologies 46
FE Technologies- Technologies
Supervision
Experimental equipment
LAN
PLC
VME
Field Bus
Process
Sensors/devices
Field buses & Nodes
PLC
OPC
SCADA
Unix
systems
DIM
FSM
Custom
Client Server
Profinet Modus Subscriber
CERN
API/Driver
OPC DIM DIP
Servers
DIP
Publisher
DIP
Publisher
Server
Manufacturers
I. Protocols
Other systems
(LHC, Safety, ...)
Scada
Communications
Commercial Custom
DIM/DIP
Front-End technologies 47
Summary- BE-ICS Services
 First-line support for research sector
 Field buses, PLC, DIP, DIM
 CERN-wide support
 DIP, OPC, CANbus
 What we provide
 Architecture and design recommendations
 List of recommended tools/cards
 Validation of new commercial software versions
 Maintenance of custom software
 “Hands On” facility for you to practice
 “Show Case” facility as a demonstrator
Front-End technologies 48
Thank You
FE-Technologies- End
icecontrols.support@cern.ch
http://cern.ch/en-ice
Front-End technologies 49
Location and Time Schedule
Schedule
Tuesday–Friday: 09:00-12:30
14:00-17:30
Monday: 14:00-17:30
Location
Building: Training Center 593-572
Room #25

More Related Content

Similar to CHM_Technologies_PLC.ppt

2017 Atlanta Regional User Seminar - Virtualizing Industrial Control Systems ...
2017 Atlanta Regional User Seminar - Virtualizing Industrial Control Systems ...2017 Atlanta Regional User Seminar - Virtualizing Industrial Control Systems ...
2017 Atlanta Regional User Seminar - Virtualizing Industrial Control Systems ...OPAL-RT TECHNOLOGIES
 
Ls catalog thiet bi tu dong master rtu e_dienhathe.vn
Ls catalog thiet bi tu dong master rtu e_dienhathe.vnLs catalog thiet bi tu dong master rtu e_dienhathe.vn
Ls catalog thiet bi tu dong master rtu e_dienhathe.vnDien Ha The
 
"Man-in-the-SCADA": Anatomy of Data Integrity Attacks in Industrial Control S...
"Man-in-the-SCADA": Anatomy of Data Integrity Attacks in Industrial Control S..."Man-in-the-SCADA": Anatomy of Data Integrity Attacks in Industrial Control S...
"Man-in-the-SCADA": Anatomy of Data Integrity Attacks in Industrial Control S...Marina Krotofil
 
InSource 2017 IIoT Roadshow: Collecting and Moving Data
InSource 2017 IIoT Roadshow: Collecting and Moving DataInSource 2017 IIoT Roadshow: Collecting and Moving Data
InSource 2017 IIoT Roadshow: Collecting and Moving DataInSource Solutions
 
The solution selling kits of PC-based Automation_20160404_Eric Lo
The solution selling kits of PC-based Automation_20160404_Eric LoThe solution selling kits of PC-based Automation_20160404_Eric Lo
The solution selling kits of PC-based Automation_20160404_Eric LoEric Lo
 
212695253-PLC-for-electrical-engineers.ppt
212695253-PLC-for-electrical-engineers.ppt212695253-PLC-for-electrical-engineers.ppt
212695253-PLC-for-electrical-engineers.pptssuser239ec9
 
Automation presentation
Automation presentationAutomation presentation
Automation presentationAKANSHA GURELE
 
Automation presentation 141227094725-conversion-gate02
Automation presentation 141227094725-conversion-gate02Automation presentation 141227094725-conversion-gate02
Automation presentation 141227094725-conversion-gate02Sahithya Mahesh
 
PLC hardware and 3457864334567953222.pptx
PLC hardware and 3457864334567953222.pptxPLC hardware and 3457864334567953222.pptx
PLC hardware and 3457864334567953222.pptxpindi2197
 
Sales Kits for NEXCOM Automation Controller
Sales Kits for NEXCOM Automation ControllerSales Kits for NEXCOM Automation Controller
Sales Kits for NEXCOM Automation ControllerEric Lo
 
[Advantech] ADAM-3600 training kit and Taglink
[Advantech]  ADAM-3600 training kit and Taglink[Advantech]  ADAM-3600 training kit and Taglink
[Advantech] ADAM-3600 training kit and TaglinkMing-Hung Hseih
 
DCS PRESENTATION
DCS PRESENTATIONDCS PRESENTATION
DCS PRESENTATIONbvent2005
 
YOKOGAWA CENTUM CS 3000 R3
YOKOGAWA CENTUM CS 3000 R3YOKOGAWA CENTUM CS 3000 R3
YOKOGAWA CENTUM CS 3000 R3Rehan Fazal
 
Smart Instruments, Fieldbus, Ethernet and Wireless
Smart Instruments, Fieldbus, Ethernet and Wireless Smart Instruments, Fieldbus, Ethernet and Wireless
Smart Instruments, Fieldbus, Ethernet and Wireless Living Online
 

Similar to CHM_Technologies_PLC.ppt (20)

2017 Atlanta Regional User Seminar - Virtualizing Industrial Control Systems ...
2017 Atlanta Regional User Seminar - Virtualizing Industrial Control Systems ...2017 Atlanta Regional User Seminar - Virtualizing Industrial Control Systems ...
2017 Atlanta Regional User Seminar - Virtualizing Industrial Control Systems ...
 
Ls catalog thiet bi tu dong master rtu e_dienhathe.vn
Ls catalog thiet bi tu dong master rtu e_dienhathe.vnLs catalog thiet bi tu dong master rtu e_dienhathe.vn
Ls catalog thiet bi tu dong master rtu e_dienhathe.vn
 
"Man-in-the-SCADA": Anatomy of Data Integrity Attacks in Industrial Control S...
"Man-in-the-SCADA": Anatomy of Data Integrity Attacks in Industrial Control S..."Man-in-the-SCADA": Anatomy of Data Integrity Attacks in Industrial Control S...
"Man-in-the-SCADA": Anatomy of Data Integrity Attacks in Industrial Control S...
 
InSource 2017 IIoT Roadshow: Collecting and Moving Data
InSource 2017 IIoT Roadshow: Collecting and Moving DataInSource 2017 IIoT Roadshow: Collecting and Moving Data
InSource 2017 IIoT Roadshow: Collecting and Moving Data
 
The solution selling kits of PC-based Automation_20160404_Eric Lo
The solution selling kits of PC-based Automation_20160404_Eric LoThe solution selling kits of PC-based Automation_20160404_Eric Lo
The solution selling kits of PC-based Automation_20160404_Eric Lo
 
212695253-PLC-for-electrical-engineers.ppt
212695253-PLC-for-electrical-engineers.ppt212695253-PLC-for-electrical-engineers.ppt
212695253-PLC-for-electrical-engineers.ppt
 
9. io link technology - russell smith
9. io link technology - russell smith9. io link technology - russell smith
9. io link technology - russell smith
 
10. IO-Link technology - russell smith
10. IO-Link technology - russell smith10. IO-Link technology - russell smith
10. IO-Link technology - russell smith
 
Automation presentation
Automation presentationAutomation presentation
Automation presentation
 
Automation presentation 141227094725-conversion-gate02
Automation presentation 141227094725-conversion-gate02Automation presentation 141227094725-conversion-gate02
Automation presentation 141227094725-conversion-gate02
 
Schneider automation
Schneider automationSchneider automation
Schneider automation
 
PLC hardware and 3457864334567953222.pptx
PLC hardware and 3457864334567953222.pptxPLC hardware and 3457864334567953222.pptx
PLC hardware and 3457864334567953222.pptx
 
Sales Kits for NEXCOM Automation Controller
Sales Kits for NEXCOM Automation ControllerSales Kits for NEXCOM Automation Controller
Sales Kits for NEXCOM Automation Controller
 
[Advantech] ADAM-3600 training kit and Taglink
[Advantech]  ADAM-3600 training kit and Taglink[Advantech]  ADAM-3600 training kit and Taglink
[Advantech] ADAM-3600 training kit and Taglink
 
Plc presentation
Plc presentation Plc presentation
Plc presentation
 
Isa scada overview
Isa scada overviewIsa scada overview
Isa scada overview
 
DCS PRESENTATION
DCS PRESENTATIONDCS PRESENTATION
DCS PRESENTATION
 
IO-Link introduction - e+h june 2018 - adrian sorsby
IO-Link introduction - e+h june 2018 - adrian sorsbyIO-Link introduction - e+h june 2018 - adrian sorsby
IO-Link introduction - e+h june 2018 - adrian sorsby
 
YOKOGAWA CENTUM CS 3000 R3
YOKOGAWA CENTUM CS 3000 R3YOKOGAWA CENTUM CS 3000 R3
YOKOGAWA CENTUM CS 3000 R3
 
Smart Instruments, Fieldbus, Ethernet and Wireless
Smart Instruments, Fieldbus, Ethernet and Wireless Smart Instruments, Fieldbus, Ethernet and Wireless
Smart Instruments, Fieldbus, Ethernet and Wireless
 

Recently uploaded

Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 

Recently uploaded (20)

Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 

CHM_Technologies_PLC.ppt

  • 1. FE Technologies PLC basis… BE-ICS-PLC Jerónimo ORTOLA Benjamin BRADU Marc QUILICHINI Will BOOTH plc.support@cern.ch
  • 2. PLC  Programmable Logic Controller  Designed for industrial processes.  Works under severe conditions.  Real time system.  Handles sensors and actuators (I/O). PLC- Overview
  • 3.  Process control  Collects inputs (digital, analog)  Runs the process control  Basic logic functions  Complex algorithms (PID…)  Safety functions  Produces actions (outputs)  Provides data to the supervision layer PLC- Functions
  • 4.  Reliable. Used for safety systems.  Robust. Resistant to electrical noise, vibration, impact, dust, heat.  Extensive range of inputs/outputs.  Extensive range of functionalities.  Long term support by suppliers.  Long life, around 30 years. PLC- Strength
  • 5.  Limited memory.  Special programming environment.  Different programming languages from different manufacturers. PLC- Weak points
  • 6. PLC- Hardware Overview ETHERNET TCP/IP INDUSTRIAL FIELDBUS REMOTE I/O PLC SENSORS/ACTUATORS DIRECT WIRING Supervisory Control And Data Acquisition SCADA
  • 7.  Device which converts the signal from one form to another.  Sensors  Analog: Temperature, pressure, humidity, level, flow, weight…  Digital: Level, pushbutton (emergency stop), position switch, photoelectric sensor…  Actuators  Analog: valve, pump, heater, power supply…  Digital: Signaling column, contactor, electro valve, switch, OnOff pump… PLC- Sensors / actuators
  • 8. PLC- Hardware Overview ETHERNET TCP/IP INDUSTRIAL FIELDBUS REMOTE I/O PLC SENSORS/ACTUATORS DIRECT WIRING Supervisory Control And Data Acquisition SCADA
  • 9.  Communication modules.  I/O Modules.  Convert physical value into numeric value and vice versa.  Function modules. PLC- Periphery stations
  • 10.  Ethernet  Profibus  CAN  Point to Point  Serial RS 232, RS 485  AS-Interface  Modbus… PLC- Communication modules
  • 11.  Analog  16-bit signed from -32768 to 32767.  Inputs: Resistance, Current, Voltage, thermocouple…  Outputs: Current, voltage.  Digital  1-bit  Inputs: 120v-230v AC, 24v DC  Outputs: Relay, 120v-230v AC, 24v-48v-125v DC. PLC- Input / Output modules
  • 12.  PID control  Flow  Camera controllers  Numerical controllers  Counters  Positioning  Motor VFD or Soft Starter PLC- Function modules
  • 13. PLC- Hardware Overview ETHERNET TCP/IP INDUSTRIAL FIELDBUS REMOTE I/O PLC SENSORS/ACTUATORS DIRECT WIRING Supervisory Control And Data Acquisition SCADA
  • 14.  Industrial Network System  Provides the PLC with I/Os  Time deterministic. PLC- FieldBus. Overview
  • 15.  Controls multiple I/Os  Saves cabling costs  Safety compliant PLC- FieldBus. Strength
  • 16.  Sensitive to electromagnetic noise  Specific installation rules.  Several different (incompatible) fieldbus standards. PLC- FieldBus. Weak points
  • 17.  Profibus (Siemens)  Industry leader. 14 million nodes.  WorldFip  Robust (radiation resistant)  CAN. CANOpen. CANBus  Low cost, Easy to implement  Used for ELMB at CERN  ProfinetIO (Siemens)  Ethernet based  EtherNet/IP (Schneider)  Ethernet Based PLC- FieldBus. Standards
  • 18. PLC- Profibus. Technical data  Standard PROFIBUS EN 50 170  Access Token ring . Master-Slave  Transmission rate 9.6 kbit/s - 12 Mbit/s  Transmission technology electric: Shielded cooper pair twisted cable optic: fiberoptics (cristal and plastic) wireless: infrared and radio  Nodes 127 maximun  Network lenght electric: 9.6 km maximun optic: 150 km maximun  Topology Daisy Chain, tree, star, ring, redundant ring  Used for Process communication, data transfer
  • 19. PLC- Profibus PROFIBUS Active nodes. Master Passive nodes. Slaves. PLC PLC PC
  • 20. PLC- Hardware Overview ETHERNET TCP/IP INDUSTRIAL FIELDBUS REMOTE I/O PLC SENSORS/ACTUATORS DIRECT WIRING Supervisory Control And Data Acquisition SCADA
  • 21. PLC- Supported at CERN Siemens CERN-SIEMENS B1130A/GEN 31-12-1999 Schneider CERN-SCHNEIDER. B1129/GEN 12-11-1999
  • 22. PLC- Siemens  S7 200 (low range)  Compact  Low cost  Small systems
  • 23. PLC- Siemens  S7 300 (medium range)  Modular  Wide range of IOs  Widely used  Limited memory  Limited range of fieldbuses
  • 24. PLC- Siemens  S7 400 (high range)  Redundant architecture  Large memory  High performance
  • 25. PLC- Siemens – New CPUs  S7 1200 (low range)  Compact  Low cost  Small systems
  • 26. PLC- Siemens – New CPUs  S7 1500 (medium/high range)  Modular  Wide range of IO  Large memory  High performance
  • 27.  Small range (M340)  4 Mb of memory  1024 digital I/O  256 analog I/O PLC- Schneider  Medium range (PREMIUM)  7 Mb of memory  2040 Digital I/O max  512 Analog I/O  High range (QUANTUM)  8 Mb of memory  8 000 Digital I/O  2500 Analog I/O
  • 28. PLC- Schneider – New CPU  High range (M580)  Compact  High performance  Modular
  • 30. PLC- Memory access, IO access Internal 16 bits IO devices are mapped in Data area a memory. %MW120 0 N word Real %MF137 %IW0.2.3 %QW0.2.3 Input word Output word %I0.6.3.1 %Q0.7.3.6 Input Boolean Output Boolean Access to The Module Channel in The Module Bit in the Channel %Q0.7.3.6 := TRUE; %QW0.2.3 := 16#0F00; %MW100 := 12; 120 137 138
  • 31.  Languages defined in IEC 61131-3  Textual languages  Instruction List (IL)  Structure Text (ST)  Graphical Languages  Ladder (LD)  Functional Bloc Diagram (FBD)  Sequence (Stepper)  Sequential Function Chart (SFC) 31 PLC- Programming languages
  • 32. PLC- Programming languages - IL  IL: Instruction List  Fastest possible logic execution.  Low level language  Similar to assembly language
  • 33. PLC- Programming languages - ST  ST: Structured Text  High level language  Equations, table manipulation  Complex algorithms (If/Then)
  • 34. PLC- Programming languages - LD  Traditional ladder logic is an easy-to-use graphical programming language that implements relay-equivalent symbol.  Intuitive.  Limited functionalities.
  • 35. PLC- Programming languages - FBD  FBD : Function Block Diagram  Easy way of programming  Easy way of debugging  Limited for complex algorithms
  • 36. PLC- Programming languages - SFC  SFC : Sequential Function Chart –  A graphical method of representing a sequential control system (stepper).
  • 37.  Siemens : Simatic Step7 v5.5 / TIA Portal V13SP1  Modular  Wide range of functionalities  Diagnostic tools  Network configuration  Schneider : UNITY Pro V11.0  Easy to manage  Visualization facilities PLC- Programming software tools
  • 38. PLC- Hardware Overview ETHERNET TCP/IP INDUSTRIAL FIELDBUS REMOTE I/O PLC SENSORS/ACTUATORS DIRECT WIRING Supervisory Control And Data Acquisition SCADA
  • 39.  Ethernet TCP IP.  Big amount of data transfer.  Non deterministic.  Big data transfer rates.  S7 Driver on TCP IP. Siemens.  Modbus Driver on TCP IP. Schneider.  OPC. PLC- SCADA communication
  • 40. UNICOS – A CERN Approach  UNICOS : UNified Industrial COntrol System  Based on PVSS/PLC systems for Continuous Process Control (CPC)  Cryogenics for LHC, ATLAS, CMS and other non-LHC cryo Experiments  Detector Gas Systems (LHC experiments)  Vacuum, Cooling & Ventilation  Based on PVSS as SCADA with other Front-Ends (Industrial Computers)  Interlock Systems (PIC, WIC, QPS)  Power of the PS (POPS)  Cryogenic instrumentation (CIET)  Alignment of inner triplets (SURVEY)  Based on a hierarchical object approach  Can be applied in Front-End(Schneider & Siemens PLC or FEC with FESA)  Can be applied in SCADA (PVSS)  Easy to use CERN services and link different control systems  UNICOS helps operation teams and developers (standardization)
  • 41. Data point types + Widgets + Faceplates UNICOS – What he is doing for me? PLC C Object definition (Baseline) DFB (or FB) + DDT (or UDT) Data point creation Object instantiation FB (or DB) Data point configuration affect addresses to signals Memory mapping affect addresses to signals Generic Logic feedbacks, I/O links, Errors.. Logic structure sections (or FC) Complete Logic -Interlocks -Object Dependent Logic Communication configuration Communication configuration SCADA O Specifications Generators - Grafcet definitions - Transition Logic Synoptic building By drag & drop
  • 42. UNICOS – PVSS screen layout
  • 43. Front-End technologies 43 Summary- BE-ICS Services  CERN-wide support  Field buses, PLC  DIP, OPC, CANbus  What we provide  Architecture and design recommendations  List of recommended tools/cards  Validation of new commercial software versions  Maintenance of custom software  “Hands On” facility for you to practice  “Show Case” facility as a demonstrator
  • 44. Front-End technologies 44 Thank You FE-Technologies- End plc.support@cern.ch
  • 45. Front-End technologies 45 FE-Technologies- Summary  Technologies seen  BE-ICS Support  What comes next..
  • 46. Front-End technologies 46 FE Technologies- Technologies Supervision Experimental equipment LAN PLC VME Field Bus Process Sensors/devices Field buses & Nodes PLC OPC SCADA Unix systems DIM FSM Custom Client Server Profinet Modus Subscriber CERN API/Driver OPC DIM DIP Servers DIP Publisher DIP Publisher Server Manufacturers I. Protocols Other systems (LHC, Safety, ...) Scada Communications Commercial Custom DIM/DIP
  • 47. Front-End technologies 47 Summary- BE-ICS Services  First-line support for research sector  Field buses, PLC, DIP, DIM  CERN-wide support  DIP, OPC, CANbus  What we provide  Architecture and design recommendations  List of recommended tools/cards  Validation of new commercial software versions  Maintenance of custom software  “Hands On” facility for you to practice  “Show Case” facility as a demonstrator
  • 48. Front-End technologies 48 Thank You FE-Technologies- End icecontrols.support@cern.ch http://cern.ch/en-ice
  • 49. Front-End technologies 49 Location and Time Schedule Schedule Tuesday–Friday: 09:00-12:30 14:00-17:30 Monday: 14:00-17:30 Location Building: Training Center 593-572 Room #25