Sie sind auf Seite 1von 62

Stefan Hoppe

Global Vice President OPC Foundation


Stefan.hoppe@opcfoundation.org
Anforderungen von Industrie4.0

Was ist OPC UA? Was ist OPC UA nicht?

Welchen Nutzen hat OPC UA?

Ängste: Austauschbarkeit

OPC UA in der Welt

Kooperationen mit anderen Organisationen „Companion Spezifikationen“

Informationen
Dieser Vertrag steht auch als Videoaufnahme mit deutscher Vertonung zur
Verfügung. Klicken Sie hier in den Link und laden Sie die Datei:

https://1drv.ms/f/s!AseuCKuLy8Fph58fSinC-xD-Elfpig

Am Ende dieses Vortrages sind noch einige deutsche Folien mit typischen
Fragen (und den Antworten).

Für Nachfragen stehe ich gerne zur Verfügung!

Gruß
Stefan Hoppe, Global Vice President, OPC Foundation
Stefan.hoppe@opcfoundation.org
 Vision https://opcfoundation.org
Secure, reliable, multi-vendor,
multi-platform, multi domain
interoperability from sensor to enterprise

 International
◦ Non profit organization (founded 1995)
◦ Companies from Automation & IT
◦ Standard: OPC UA is IEC62541

 Deliverables  585 Members (March 16th ,2018)


◦ Specification: open available
◦ Code: Stacks in AnsiC/C++, C# .NET Standard, Java: Open source GitHub
◦ Tools: Helpfully to speed up implementations and tests
◦ Certification: open labs for OPC members and non-members

 Ecosystem with toolkits and education


IIoT connectivity is not enough! It does not provide Interoperability!

Cloud A

No Interoperability! Agent A
Cloud B
Agent B

PC MQTT/ AMQP/…

Agent No Interoperability!

Agent Agent A
Agent B Agent B
Agent A

Agent Agent A
Agent
Agent B
Agent
History: Humans had to learn how machines
think and work
DB5 DW0
= 0x5128
DATA TABLE 5 ?
WORD0 = 0x5128 ?
WORD1 = 1111000010101001
WORD2
WORD3

WORD255

Instead:
- Huge documentation efforts Machines should help humans
- Different parameters for different vendors in “their language”!
- High efforts for humans to understand Self-description reduces
engineering
Who are My name
you? is R2-D2
What can
you do for I can
me? navigate,
lift, drill
and cut
Can you lift
me up to
the second What is
floor? your
200 kg OK, let’s weight?
start

The self-description reduces configuration effort


and supports quick understanding of information.
Commercial printers Industrial devices / machines
- Different vendors - Different vendors
- Standardized connectors - Standardized connector: OPC UA
USB / Ethernet Support profiles “I am an RFID reader”
Support profiles “I am a printer” - Build in security

- Differentiate by functionality
- All-in-once scan/fax/print? - Differentiate by functionality
- Double side printing? - Reduce engineering costs
- Colour? Combined or separate? - Support standards
- Print speed - Easy network integration
- Print costs - Costs
- Easy to handle and interact - Throughput of machine
- …. - ….
OPC UA is an information centric layered architecture
 Secure Information Models:
 Platform Independent - DA = Data Access Live Data
 Scalable - AC = Alarm & Condition
 Vendor Interoperability - HA= Historical Access
 Object Oriented - Prog= Statemachines
OPC UA is much more than a protocol

Built-in Information Models


Base, DA, AC, HA, Prog, DI

OPC UA Meta Model


Basic rules for exposing information with OPC UA

SESAM, Copenhagen March 1st, 2018


OPC Foundation collaborations with organizations and domain experts
 OPC UA defines HOW
 Domain experts define WHAT

Vendor Specific Extensions

Companion Information Models


PLCopen, ADI, FDI, FDT, BACnet, MDIS, ISA95,
AutomationML, MTConnect, AutoID, VDW,
IEC 61850/61400, ODVA/Sercos and more coming

Built-in Information Models

OPC UA Meta Model

SESAM, Copenhagen March 1st, 2018


Client/Server & Pub/Sub

OPC UA Publish/Subscriber Communication Model


 Generic Pub-Sub Information Model
 Initial protocols selected, evaluation of other protocols ongoing

Client/Server Vendor Specific Extensions Pub-Sub

Model
Companion Information Models PubSubConfiguration
Services Connections
DataSets

Built-in Information Models


Protocols
UA Secure Multicast
Protocols UDP, MQTT, AMQP
OPC UA Meta Model More to evaluate

SESAM, Copenhagen March 1st, 2018


SOA vs Pub/Sub
 TCP based Request/Response
◦ Connection/session context required (peer-to-peer)
◦ High resource consumption when many connections (>500)
◦ “Private” subscription for each client
◦ Save transport, acknowledgement of every message
◦ Late polling for “DataChange”, keep alive
◦ Use Case: huge amount of flexible data

 UDP based Pub/Sub Both Needed !


◦ Connection-less, broadcast-style communication
◦ Low resource consumption many subscribers (>1000)
◦ “Public” subscription, same data for all clients
◦ Fire and forget transportation
◦ Cyclic publish of “all” data (could be deterministic)
◦ Use Case: small amount of fixed data

SESAM, Copenhagen March 1st, 2018


Who: Federal Office for Information Security (German Government BSI)
Why: Because of relevance of OPC UA for German Industry
What: Security Evaluation of OPC-UA – finalized March 2016
- Analysis of specification
- Analysis of Reference Implementation

Result: Available on BSI web and OPC web

 Commented version available (English + German)


 www.opcfoundation.org/security
 In a connected world security of data and services is THE critical key!
(…VPN has nothing to do with security…)

 OPC UA: security by design


 Who is allowed to access data? (on application level)
 Authentication (X509 certificates, user/password, kerberos)

 Is the sender really the authorized application?


 Signing

 Is the message correct or has it been corrupted?


 Encryption (SSL)

 Access rights by User management


 Configurable access rights for services and data
on node level for different groups and users
 Full audit functionality included
 Chairman: Uwe Pohlmann, Fraunhofer IEM, Paderborn / Co-Chair Prof. Sikora, University Offenburg

 Members of the group are:


Ascolab, Beckhoff Automation, DS Interoperability, exceet Secure Solutions, Fraunhofer IEM, Hochschule Offen
Microsoft Corporation, Software AG, Sparhawk Software Inc, and TE Connectivity

Goals:
 Guidelines for securely configuration OPC UA servers

 Clear, concise, easy to read

 Quickly understand OPC UA security concepts

 Best practices

Availability
 Online http://opcfoundation.org/security/
1st goal: Controller-to-Controller

SESAM, Copenhagen March 1st, 2018


Vertical: OPC UA based
Controller-to-Cloud
communication can
be done
- directly
- via Gateway
- via MQTT or AMQP

Horizontal: OPC UA based


Controller-to-Controller
communication can
be done
- without TSN or 5G
- with TSN
- with 5G

SESAM, Copenhagen March 1st, 2018


OPC Foundation collaborations with organizations and domain experts
 OPC UA defines HOW
 Domain experts define WHAT
OPC-UA: New Generation OPC
Definition 2003 – 2006
Verification and Implementation 2006 – 2008
OPC UA Base Services Final OPC Foundation Release 2009
IEC 62541 Release 2010 – 2011
Transport Data Model
Web , UA binary Modeling rules
OPC UA = established OPC features
+ Platform independence (C++, Java, …, iOS, Win…)
Data Access, Alarm & Condition
Historical Access, state machine
+ Standard internet and IP based protocols
+ Built in security features (confirmed by BSI)
+ Generic object model
Companion Information Models + Extensible type system
PLCopen, ADI, FDI, FDT, BACnet, MDIS, ISA95, + Scalability through profiles
AutomationML, MTConnect, AutoID, VDW,
IEC 61850/61400, ODVA/Sercos and more coming + Migration path from Classic OPC
New end users from tobacco vertical initiated a companion spec

- British American Tobacco


- Imperial Tobacco Group
- JT International
- Philip Morris International

SESAM, Copenhagen March 1st, 2018


SESAM, Copenhagen March 1st, 2018
- Markets https://opcfoundation.org/markets-collaboration/
-
- Measurement
- Automation - Oil & Gas
- Building Automation - Transportation
- Energy
- Engineering
SESAM, Copenhagen March 1st, 2018
OPC Foundation is working with other industry groups to create
industry specific OPC UA companion specifications
Companion specifications will build upon the UA base services
 40 CS completed or in progress:
◦ PLCOpen
◦ FDI
◦ Building Automation (BACnet)
◦ MTConnect
Vendor Specific Specification ◦ ISA-95
◦ CNC Machines
Companion Specifications ◦ 15 VDMA: Robotic / Plastic & Rubber / Machine Vision / …
◦ MDIS
DA A&E HDA CMDs ◦ WITSML
◦ PRODML
OPC UA Base Services ◦ ….
 Next
◦ Industrie4.0 asset management
◦ ……

SESAM, Copenhagen March 1st, 2018


- With OPC UA - With OPC UA
- Without OPC UA Companion Spec - With OPC UA AutoID Companion Spec

-  every device provides own modelling -  each device provides same modelling
-  extra effort for engineering -  reduce efforts for engineering

IT Systems OPC UA – Vendor A IT Systems OPC UA


OPC UA – Vendor B for AutoID

RFID RFID

Vendor A Vendor B Vendor A Vendor B


OPC UA OPC UA
OPC UA – Vendor A OPC UA – Vendor B
for AutoID for AutoID
SESAM, Copenhagen March 1st, 2018
OPC UA: One communication standard for the whole AutoID world
 RFID OPC UA
FileType BaseEventType

 OCR

 Optical (1D/2D barcode) DeviceType


OPC UA for Devices

 RTLS
OPC UA for AutoID
AutoIdDeviceType GeneratesEvent AutoIdScanEventType

OpticalReaderDeviceType OpticalScanEventType

OpticalVerifier
OpticalVerifierDeviceType
ScanEventType

RfidReaderDeviceType RfidScanEventType

OcrReaderDeviceType OcrScanEventType

RtlsDeviceType RtlsScanEventType

SESAM, Copenhagen March 1st, 2018


….and some more active companies

SESAM, Copenhagen March 1st, 2018


 OPCF & Tobacco Machine Communication (TMC)
Members
◦ Japan Tobacco International
◦ British American Tobacco
◦ Imperial Tobacco Group
◦ Philip Morris International

◦ V1.0 Released!

Find details here https://opcfoundation.org/markets-collaboration/tobacco/

 End users are joining the OPC Foundation to push their suppliers to standardize
data and interfaces based on OPC UA

… press release under construction

SESAM, Copenhagen March 1st, 2018


PLCopen OPC UA FB’s: Horizontal & vertical communication, fieldbus independent
It’s fast, but not a fieldbus!

SESAM, Copenhagen March 1st, 2018


IIC Industrie4.0 Made in China2025 Japan IVI

Korea MII3.0

SESAM, Copenhagen March 1st, 2018


German Industrie 4.0 requires OPC UA
There are 3 levels to reach:

- Industrie 4.0 Full


- Industrie 4.0 Ready
- Industrie 4.0 Basic

Industrie 4.0 Basic list 7 criteria – 2 of them are OPC UA

SESAM, Copenhagen March 1st, 2018


OPC UA fits into Industrie 4.0

Administration shell

OPC UA
Companion
Specification

Asset:
Robot

Seite 89 |

VDMA | Dr. Reinhard Heister 2017-05-30


VDMA represents the broad manufacturer industry
VDMA has 3200 member companies

» Agricultural Machinery » Fire Fighting Equipment » Metallurgical Plants and Rolling » Robotics + Automation
Mills
» Air Conditioning and Ventilation » Fluid Power » Security Systems
» Metallurgy
» Air Pollution Control » Food Processing Machinery and » Software and 1
Digitization
Packaging Machinery » Micro Technologies
» Air-handling Technology » Surface Treatment Technology
» Foundry Machinery » Mining
» Building Control and » Textile Care, Fabric and Leather
Management » Gas Welding 1 » Plastics and Rubber Machinery Technology
» Cleaning Systems » Hydro Power » Power Systems 1
» Textile Machinery
» Compressors, Compressed Air » Integrated Assembly Solutions » Power Transmission » Thermal Turbines and Power
and Vacuum Technology Engineering Plants
» Large Industrial Plant
» Construction Equipment and Manufacturing » Precision Tools » Thermo Process Technology
Building Material Machines
» Lifts and Escalators » Printing and Paper Technology » Valves
» Drying Technology
» Machine Tools and » Process Plant and Equipment » Waste Treatment and Recycling
» Electrical Automation Manufacturing Systems
» Productronic » Wind Energy
» Electronics, Micro and Nano » Machine Vision
» Pumps + Systems » Woodworking Machinery
Technologies
» Materials Handling and
Intralogistics 1
» Refrigeration and Heat Pump OPC UA CS progressed
» Engine Systems for Power and
Technology
Heat Generation OPC UA CS under development
» Measuring and Testing
» Robotics OPC UA awareness existent
» Engines and Systems Technology
VDMA | Dr. Reinhard Heister, VDMA Robotics + Automation Seite 90 | 2018-03-14
Risk of double work and competitive approaches in the CSs

CS for
Machine CS for CS for CNC
Vision Robotics Systems

EUROMAP
79

VDMA | Dr. Reinhard Heister, VDMA Robotics + Automation Seite 91 | 2018-03-14


Industrie 4.0 Communication Guideline based on OPC UA
Migration steps making use of OPC UA

Published 2017

Available German & English

Seite 92 |

VDMA | Dr. Reinhard Heister 2017-05-30


 OPC UA is China national Standard
◦ TC124 started October 2016, working on the national standard

◦ Formal release ceremony held - attended by 120 people


◦ Parts 1 - 8 have been completed and are released
◦ Parts 9 - 12 will be completed later year 2017

 Government official speech's


◦ OPC UA is critical for factory automation “Made in China 2025”

101

SESAM, Copenhagen March 1st, 2018


Smart factory based on 'Manufacturing Industry Innovation 3.0
(MII3.0)‘ in response to the paradigm shift of the 4th Industrial Revolution.

MII3.0 is aiming 3 achievements


1) High productivity 2) High flexibility 3) High resource awareness

through 3 technologies
Byunghun Song
Head of Smart Factory 1) Automation 2) Production 3) ICT
ICT Center
KETI
By 2020, it is working as a practical goal to spread smart factory technology to
10,000 enterprises in cooperation with major domestic and foreign companies.
Especially, OPC UA will be used as an industrial standard to connect between
OT (Operational Technology) and IT (Information Technology).

SESAM, Copenhagen March 1st, 2018


“OPC UA is a key enabler for connected manufacturing, where huge variety of
factory-floor operations are connected both through the cyber and physical
ways.
The Industrial Value Chain Initiative (IVI) is an organization providing win-win
cooperation opportunities for enterprises moving toward the next era of connected
industries. Since most of the members are manufacturers, IVI is especially
focusing on actual and practical requirements of factories. In consideration
of the Industrial Value Chain Reference Architecture (IVRA), those requirements
are described in a form of smart manufacturing scenario, which shows a current
situation as well as a desired goal of the factory.
Prof. Dr. Yasuyuki Nishioka While the scenarios are evaluated in the test-bed factory, an IVI platform performs
President, IVI and OPC UA can give a reasonable way of implementation for secure and
concrete connections.
Furthermore, as an open standard specification, OPC UA is meaningful for the IVI
platform ecosystem, where application suppliers, IoT device vendors, data
infrastructure and software tool providers are involved to enhance the value of the
platforms.”

SESAM, Copenhagen March 1st, 2018


SESAM, Copenhagen March 1st, 2018
Before USB… … with USB
Storage
Transition.. DVD

“Brownfield scenario:
Use adopters to connect Keyboard
old and new world Printer
Profiles:
The USB device expose it’s functionality
DIN Keyboard “I am DVD player”
“I am storage device”
Centronics printer “I am a printer”
Serial mouse “These are my services”

PS2 Mouse

SESAM, Copenhagen March 1st, 2018


► Direct connection between machines and higher level
systems (i.e., ERP, MES, SCADA or SAP), with the
integrated OPC UA server

► Variety of supported PLCs: Siemens SIMATIC S7 and S5,


Rockwell ControlLogix and CompactLogix controllers with
Modbus TCP and RTU (Wago, Beckhoff, Phoenix,
Schneider, etc.), Mitsubishi (Melsec-Q), etc.

► Network separation by physically independent ports

► Easy configuration: Symbol import for Siemens and


Rockwell PLC, without PLC engineering, online-diagnostic
for PLC trouble-shooting

Softing

SESAM, Copenhagen March 1st, 2018


SESAM, Copenhagen March 1st, 2018
Demo at Hannover Messe 2016 and extended demo at upcoming 2017

SESAM, Copenhagen March 1st, 2018


April 24 – 28, 2017
Hannover, Germany

A Notification B Query

PM PP
(1) Event occurs on Machine Unit X Insights,
Alarms etc. ERP, S/4, Cloud
Dashboards,
Applications
MM QM
(2) Machine Unit Y needs to be
DB Record
notified/triggered Transaction Destination Tag-Query
(Time Series)
(e.g. MII, ME, HANA, HCP …)
(3) PCo can be configured to execute
communication between units
(Guaranteed) synchronous PCo becomes a “SOFT PLC with
C Service Calls
Notification Delivery, Business Logic” for OPC UA
Buffer mechanisms,
Filter/Rule Framework, SAP PCo Client/Server bundles
Query-Interface
Customer specific code, … (Read/Write)
Buffer and
Orchestration

Device Tag (Data Point) Data Source/Machine Device Tag (Data Point)
(e.g. OPC UA-Server)

SESAM, Copenhagen
© 2016 SAP March
SE or an SAP affiliate 1st, 2018
company. All rights reserved. Internal 116
SESAM, Copenhagen March 1st, 2018
11 Siemens products with integrated OPC UA

- SIMATIC S7-1500 PLC Family https://opcfoundation.org/products/view/434


- SIMATIC S7-400 with OPC UA CP (CP 443-1 OPC UA) https://opcfoundation.org/products/view/444
- RFID Reader SIMATIC RF600 https://opcfoundation.org/products/view/449
- SINUMERIK CNC control systems https://opcfoundation.org/products/view/450
- SIMOTION IT https://opcfoundation.org/products/view/199
- SINEMA Server https://opcfoundation.org/products/view/446
- SIMATIC NET OPC Server https://opcfoundation.org/products/view/202
- SCADA system SIMATIC WinCC Open Architecture https://opcfoundation.org/products/view/436
- SIMATIC B.Data https://opcfoundation.org/products/view/437
- SIMATIC HMI Comfort Panels https://opcfoundation.org/products/view/432
- SIMOCODE pro Motor Management System https://opcfoundation.org/products/view/247

SESAM, Copenhagen March 1st, 2018


Download flyer here
https://opcfoundation.org/wp-content/uploads/2016/10/Microsoft-OPC-UA-5-Clicks-To-Digital-Factory.pdf

• Contributed over 3.5 million source lines of


code, more than everyone else together

• OPC UA Open Source on GitHub:


10.000 visitors last 2 weeks for OPC UA .NET
Standard

• Dedicated engineering team focused on adding


OPC UA support to Microsoft products located
in Munich, directly reporting to Azure IoT
directors in Redmond
SESAM, Copenhagen March 1st, 2018
Microsoft Proxy Module (open source)

- „South Port“
Act as OPC UA client to Third Party devices

Support
- complex data
- method calls
- …. Everything!

- „North Port“
Tunnel OPC UA binary via MQTT into Azure

- Benefit
Transparent OPC UA from Cloud to Field level

SESAM, Copenhagen March 1st, 2018


http://www.microsoftazureiotsuite.com/demos/connectedfactory

SESAM, Copenhagen March 1st, 2018


 “Interoperability for Industrie 4.0 and the Internet of Things”

 Edition 2018: Extended with


 Made in China 2025
 PubSub communication
 North America IIC related OPC UA testbeds
 OPC UA over TSN
 Korea Manufacturing Innitiative 3.0
 Japan Industrial Value Chain Initiative

 https://opcfoundation.org/resources/brochures/

English German Japan China Korea

Updated Updated Under Under Under


translation translation translation
SESAM, Copenhagen March 1st, 2018
 Landing page https://opcfoundation.org/resources/multimedia/

 Basic video‘s

 OPC UA Vision, Thomas Burke


https://youtu.be/7mUmfq0M29U

 OPC UA Technical Introduction, Uwe Steinkrauss


https://youtu.be/nYMbQiRqK74

 OPC UA Security, Darek Kominek


https://youtu.be/NFQfZeU90Kw

 OPC UA All about certification, Alexander Allmendinger


https://youtu.be/LoYLqvRIyYk

 How to start a new collaboration group, Stefan Hoppe


https://youtu.be/1R_5e3OzI6E

SESAM, Copenhagen March 1st, 2018


 Fieldbus systems
Sercos International, Peter Lutz https://youtu.be/dQxiM6BVFSI
ProfiNET, Karsten Schneider https://youtu.be/kgIKVCiETCw
EtherCAT, Martin Rostan https://youtu.be/eKMBzxDT3Fw
Powerlink, Stefan Bina https://youtu.be/nLBnFLj3ulY
CAN in Automation, Thilo Schumann https://youtu.be/yi_bYvJYbQw
CAN in Automation, Holger Zeltwanger https://youtu.be/2S00VO6Y6cU

CC Link (CLPA), Naomi Nakamuria https://youtu.be/q5alitnvIa4


CC Link (CLPA), Takeshi Tominaga https://youtu.be/_iCWKzL0Hoc
IO-Link, Elmar Büchler https://youtu.be/FwyUK0gOP2k
IO-Link, Reinhard Schlangenhaufer https://youtu.be/JF2Aal9RFlQ

SESAM, Copenhagen March 1st, 2018


 Collaborations

PLCopen OPC UA and PLCopen, 4min, https://youtu.be/HggukMPVViY


OPC UA and PLCopen, 15min, https://youtu.be/kFhfrz5ZwnI
AutomationML OPC UA and AutomationML, https://youtu.be/i_simQ5Gu6c
OPC UA and AutomationML in 1 Minute https://youtu.be/Nrzd-3Kbr9Q
AutoID FID Reader with integrated OPC-UA https://youtu.be/yktzBFKoy6A
Result OPCF & AIM WG https://youtu.be/C9q13sVRPA8
AIM-D & OPC companion spec https://youtu.be/8JL7ECkMkko
Markus Weinländer, Siemens
Siemens RFID Reader with integrated OPC-UA
https://youtu.be/O_rppDljWz4

SESAM, Copenhagen March 1st, 2018


 Collaborations

MDIS Interoperability for Oil & Gas: OPC UA and OffShore platforms MDIS
https://www.youtube.com/watch?v=IScgOytqapE
ISA95 OPC UA & ISA95, Paul Hunkar
https://youtu.be/OobhzbQoUnA
PackML OPC UA & PackML, Christian Hock
https://youtu.be/k8HSlnzFH2g
BACnet OPC UA & BACnet 3 minute, Frank Schubert
https://youtu.be/B_-oaxnhcKg
OPC UA & BACnet 12 minute
https://youtu.be/xUetq7YPV9s
Dexpi Nikolaos Papakonstantinou
https://youtu.be/R1STo7vD-YY
FDI Achim Laubenstein
https://youtu.be/F44MuiNxdgc

SESAM, Copenhagen March 1st, 2018


 Collaborations
VDMA VDMA Overview 3min, https://youtu.be/5roRSuNlEF0
Overview VDMA Overview in detail 9min https://youtu.be/LhOlC7GNcmI

VDMA VDMA Plastics and rubber machinery - 6min https://youtu.be/jSvSRjFX_RI


Plastics and VDMA EuroMAP 12min, https://youtu.be/wwAl2D_fyMw
rubber
machinery

VDMA VDMA Machine Vision Overview - 4min, https://youtu.be/BUywlZ1oong


Machine VDMA Machine Vision Overview in details - 12min, https://youtu.be/zK8yhyugGNI
Vision
VDMA VDMA Robotics - Overview - 2min, https://youtu.be/-xgFKg1hXTg
Robotics VDMA Robotics - Overview in details - 8min, https://youtu.be/ZdLVFI_1S54

SESAM, Copenhagen March 1st, 2018


 Secure and Reliable

 International
◦ Organization: independent - 501 members worldwide
◦ Specification: OPC-UA is IEC62541

 Scalable: From Sensor to Cloud


 Modelling data and interfaces plus access rights

 Independent
◦ Vendor / OS platform / Language / Domain

 Transport: Multiple options – extendable!


◦ TCP / HTTP / UDP / AMQP / ….MQTT / …. TSN

SESAM, Copenhagen March 1st, 2018


Q&A
Gibt es einen regelmäßigen Newsletter der OPC Foundation mit
nützlichen Informationen?

Ja, dazu müssen Sie KEIN Mitglied der OPC Foundation werden!
https://opcfoundation.org/

- Klicken Sie auf „Become a member“  dann „Free Account“

SESAM, Copenhagen March 1st, 2018


Looking for more information?
https://opcfoundation.org/

… or send email to
Stefan.hoppe@opcfoundation.org

SESAM, Copenhagen March 1st, 2018


Q&A
Muss ein Gerät oder eine Maschine OPC UA Server oder OPC UA Client sein? Oder beides?

Ein Gerät/Maschine welches Daten & Schnittstellen anbietet sollte zunächst eine OPC UA
Server Schnittstelle implementieren.

Ggf macht es Sinn auch über eine OPC UA Client Implementierung nachzudenken wenn
eigenständig eine Kommunikation zu einem OPC UA Server aufgebaut werden soll

SESAM, Copenhagen March 1st, 2018


Q&A: Geräte / Maschinenbauer 1/2
1. Was sind konkrete Schritte um mein Gerät / meine Maschine per OPC UA erreichbar zu machen?

1. Gateway als schnelle Lösung?

2. Neu-Entwicklung: Open Source oder Toolkit?


Die OPC Foundation liefert OpenSource zur Evaluierung
Den schnellsten Einstieg liefern Toolkit Hersteller für verhältnismäßig wenig Geld:
- Unified Automation / Softing / ProSysOPC / …

3. Informationsmodell: Welche Daten und Schnittstellen wollen Sie nach aussen verfügbar
machen? Welche Daten benötigen Sie selber intern? Ordentlich sortiert aufgeschrieben ist
das ein erster Weg zu ihrem Informationsmodell.

4. Auch wenn Sie sich mit niemandem abstimmen: Ist ein OPC UA Server integriert kann jeder
UA Client schnell mit Ihnen kommunizieren und Sie haben höhere Sicherheit!

5. Lassen Sie Ihr Gerät/Maschine im OPC Labor zertifizieren!


Das Labor ist für OPC Mitglieder und Nicht-Mitglieder offen.
…und erspart Probleme im Feld….
SESAM, Copenhagen March 1st, 2018
Q&A: Geräte / Maschinenbauer 2/2
5. Informationsmodell:
Gibt es für Ihre Branche bereits eine Übereinkunft über diese Daten und Schnittstellen?

Wenn ja
- warum setzten Sie nicht genau das um?
- Sie können Firmen-eigene Daten und Schnittstellen zufügen!

Wenn nein:
- Fragen Sie beim VDMA nach!
- Prüfen Sie die OPC Foundation Webseite unter „Collaboration“
- Starten Sie doch selber eine Initiative zusammen mit der OPC Foundation?

6. Zertifizierung
In Zukunft werden auch die Standardisierten Informationsmodelle im OPC Labor zertifiziert
werden können!

SESAM, Copenhagen March 1st, 2018


Q&A: Betreiber
Worauf muss ich bei einer Ausschreibung achten?
Reicht „OPC UA enthalten“ oder muss die Vorgabe präziser sein?

1. Das Gerät / die Maschine sollte einen OPC UA Server liefern:


Entweder integriert oder als vorgeschaltetem Gateway

Der Vorteil: Die Integration in ihr Netzwerk ist einfacher und sicherer!

2. Fordern Sie die Zertifizierung an


Das ist keine Schikane sondern deckt im Labor bereits viele Probleme auf – nicht erst im
Feld.

3. Wenn sich eine Branche auf ein Informationsmodell geeinigt hat (z.B. die AutoID Branche
für RFID, Barcode etc ) dann fordern Sie die Unterstützung dieses Informationsmodelles
ein! In Zukunft sollten Sie auch das Zertifikat für das Informationsmodell anfordern.

SESAM, Copenhagen March 1st, 2018


Q&A
Q: Wo finde ich weitere Informationsquellen?

A: Hier finden Sie diverse Videos:


https://opcfoundation.org/resources/multimedia/

OPC UA Technical Introduction (30min)


https://youtu.be/ToN9_6-02rM

SESAM, Copenhagen March 1st, 2018

Das könnte Ihnen auch gefallen