SlideShare a Scribd company logo
1 of 42
Download to read offline
Big Data Europe
for System Monitoring
BigDataEurope in Wind Power Big Data and IoT Forum31-mars-17
F. Mouzakis (CRES)
and BDE consortium
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.2
Overview
Project outline
Big Data Europe platform
Data acquisition challenge
Use case in WT monitoring
BDE opportunities
www.big-data-europe.eu
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.3
Project rationale
www.big-data-europe.eu
Show societal value of Big Data
Lower barrier for using big data technologies
o Required effort and resources
o Limited data science skills
Help establishing cross-lingual/
organizational/domain Data Value Chains
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.4
BDE Consortium
www.big-data-europe.eu
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.5
Overview
www.big-data-europe.eu
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.6
Big Data
Landscape
(Matt Turck)
www.big-data-europe.eu
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.7
Tool groups
www.big-data-europe.eu
Big Data
Technologies
Data Storage
Technologies
Data
Processing
Workflow
Coordination
Querying/
Processing
Search
Data
Export/
Import
Data
Analysis
Text Mining
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.8
Open source technologies for Big Data Apps
www.big-data-europe.eu 8
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.9
Big Data Technologies vs 3Vs
www.big-data-europe.eu
Volume
VelocityVariety
Storm
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.10
BDE Platform
www.big-data-europe.eu
BDE platform consists of 3 layers:
• the hardware layer
• a resource manager – Docker Swarm – and
• Big Data applications running on top
An application can be seen as a pipeline consisting of multiple components,
like HDFS, Spark and Kafka, which are wired together in order to solve a specific Big Data
problem. The components will be packaged in Docker containers and glued together
with Docker Compose.
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.11
Platform architecture
www.big-data-europe.eu
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.12
Platform goals
www.big-data-europe.eu
Low total cost of ownership
Simple to get started with Big Data
Cater for widely varying use cases
Embrace emerging Big Data technologies
Simple integration with custom components
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.13
www.big-data-europe.eu
https://www.big-data-europe.eu/howto-install-the-bde-platform/
https://github.com/big-data-europe
Youtube: Getting Started With BDE Platform
Install BDE platform
Technical support: TENFORCE
Aad Versteden aad.versteden@tenforce.com
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.14
Platform architecture (components)
www.big-data-europe.eu
General requirements in System monitoring
Modular distributed system using standard Ethernet network.
Specs compliant with International Standards.
Robust and reliable for 24/7 standalone non-stop operation.
Scalable and reconfigurable.
Time Synchronization across all modules (GPS or Master module).
Embedded processing capabilities.
Send notifications and alarms.
Data storage
www.big-data-europe.eu
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.15
Typical DAQ system core component (1/2)
NI-CompactRIO platform http://www.ni.com/compactrio/
Designed for harsh environments
-20º to -55ºC temperature, 5grms vibration, 30g shock
Low power requirements
~10W at 9-30V for battery powered standalone operation
Data acquisition based on FPGA hardware offering fast I/O response times
and increased reliability
www.big-data-europe.eu
Source: NI.com
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.16
Typical DAQ system core component (2/2)
Various modules for Analogue I/O and Digital I/O
High precision (24-bit delta-sigma) A/D converters (s.g. modules)
16-bit 100kHz Simultaneous Sampling AI modules.
XML - Configuration file
Raw (high speed) data sent over the Ethernet and stored on a NAS.
All data packets are time-stamped with common GPS or local time.
Backup storage on each module USB port, in case of network loss.
www.big-data-europe.eu
Source: NI.com
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.17
Architecture
www.big-data-europe.eu
Real-Time microprocessor:
• Runs a real-time OS (NI Linux Real-Time)
• Communicates and uploads data
• Performs statistical analysis
• Stores and compresses raw data
FPGA microprocessor:
• Acquires signals (analogue & digital I/O)
• Runs without OS at high clock rates and no
jitter
• Executes different tasks with true parallelism
• Performs low-level signal processing
(i.e.: filtering, control)
• Assures non-stop operation
Source: NI.com
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.18
Field-Programmable Gate Array (FPGA)
www.big-data-europe.eu
- Reconfigurable Hardware chip.
- Analogous to a printed circuit board with unconnected components on it.
- Connections in an FPGA circuit are dynamically defined in software.
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.19
Example of FPGA implementation
www.big-data-europe.eu
Boolean operations (green lines) based on
digital I/O (A,B,C,D,F) execute in parallel with
math operations (orange lines) based on
analogue I/O (W, X, Y, Z).
The compiler produces an optimized bitstream
file, with all the routing paths, between millions
of logic gates, memory blocks and I/O channels.
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.20
Source: NI.com
Typical configuration
www.big-data-europe.eu
. . .
Gigabit Local Area Network (LAN)
Network Attached Storage (NAS)System Monitoring PC
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.21
Raw Data storage – Existing File Formats
www.big-data-europe.eu
ASCII files
Characteristics
• Human-readable
• Easily portable to other applications such as
Microsoft Excel
Considerations
• Significantly larger disk footprint
• Slow read and write
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.22
Raw Data storage – Existing File Formats
www.big-data-europe.eu
Binary files
Characteristics
• Compact file size
• Fast streaming (read & write)
Considerations
• Not human-readable
• Not easily exchangeable
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.23
Raw Data storage – Existing File Formats
www.big-data-europe.eu
XML files
Characteristics
• Stores complex data structures
• Shows display in a Web browser or in a text
editor
Considerations
• Even larger disk footprint
• Front-end schema design
• Does not stream
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.24
Raw Data storage – Existing File Formats
www.big-data-europe.eu
Database files
Characteristics
• Store data centrally
• Organize and query test results with SQL
Considerations
• Time intensive startup effort
• Requires maintenance
• Potentially high cost
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.25
Raw Data storage – Existing File Formats
www.big-data-europe.eu
Binary Structured (TDMS – NI Technical Data Management Technology)
Characteristics
• Single streaming binary file
• Three levels of hierarchy for better organization
File, groups, and channels
• Customizable, descriptive properties at each level
• User-defined Meta data for campaign properties
Considerations
• Third party format
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.26
File Format Comparison
www.big-data-europe.eu
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.27
Source: NI.com
www.big-data-europe.eu
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.28
Title: System monitoring in energy production units – Research on CMS
Objective: Provide a tool for handling the analysis of large data sets, tailored for
distributed and highly sampled sensors; offer to the community open data and tools
Field/Stakeholders: The pilot addresses RES developers, researchers in CMS systems,
manufacturers, CMS and IT service providers in wind energy field
Other Use: Sensor data cases (transport, manufacturing and other related industrial fields)
Use Case (Scenario, Pilot)
www.big-data-europe.eu
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.29
The management of large number of distributed energy production systems present challenges in
operation monitoring, maintenance and production forecasting. In renewable energy production, the
stochastic nature of the resource input, poses an additional challenge.
In order to meet the above challenges, an extensive network of sensors operates and produces data
continually supporting decision making. In research field experimental systems are generating data that
feed procedures under development.
Constraints in data volume lead to degradation of their value.
For the reduction of energy cost, the increase of production reliability and the increase of renewables
penetration (all major aspects of the societal challenge) the new developments in Information
Technology have to be combined with the Operation Technology exploiting in a holistic
approach the data collection, management and analytics.
Problem Definition
www.big-data-europe.eu
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.30
Type: SCADA and CMS data on a Wind Turbine specifically instrumented for BDE
Status: Open
Sensors: Operational parameters, Vibration, Mechanical Loading, Power Quality etc
Format: Third party (TDMS technical data management streaming) – preprocessing foreseen
Acquisition technology: Field Programmable Gate Arrays (FPGA)
Sampling rate: from 10s/s for operational parameters up to 64ks/s for vibration & power quality
Streaming volume: 3 distributed units yield ~14Gb/hour continuously
Scope: Long term monitoring for drive train condition monitoring research
Analytics: engineering signal analysis, research on parametrics, fault identification and loop with
updated methodologies on raw data
Operation of pilot: 1 year (on-going)
Primary Content/Data Involved
www.big-data-europe.eu
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.31
CRES Wind Farm
Monitored WT
Neg-Micon 750kW
www.big-data-europe.eu
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.32
The monitoring system provides indicatively the following data
for the condition monitoring system:
- system operational statuses/parameters
- wind turbine output electrical power
- nacelle yaw position, yaw motor electrical power
- wind speed from nacelle anemometer (1~10s/s)
and additionally:
- mechanical loads on tower top and base cross section
(~100s/s)
- rotor thrust & tower torsion
- HSS torque (on shaft coupling the gearbox with the
generator) (64ks/s)
- power quality current & voltage (64ks/s)
- vibration at gearbox various stages (64ks/s)
- acoustic emission signals at gearbox (Ms/s)
CRES CM system on NegMicon 750kW WT
www.big-data-europe.eu
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.33
SC3 Pilot measuring system
Gearbox and Drive train DAQ systems
Operation DAQ
system
Supervising PC
Local storage
unit
www.big-data-europe.eu
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.34
Bearing vibration
sensors at
gearbox HSS
(accelerometers)
Power Quality voltage and current probes
SC3 Pilot sample sensors
www.big-data-europe.eu
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.35
BDE pilot CM module topology
7.2Gb/hour (i2)
0.1Gb/hour (r4)
7.2Gb/hour (i2)
?
Source: NI.com
www.big-data-europe.eu
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.36
Sample BDE pilot timeseries
www.big-data-europe.eu
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.37
Basic analytics
Raw time series
Statistics and
correlations
Dynamic analysis
Fatigue analysis
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.3
Project rationale
www.big-data-europe.eu
Show societal value of Big Data
Lower barrier for using big data technologies
o Required effort and resources
o Limited data science skills
Help establishing cross-lingual/
organizational/domain Data Value Chains
www.big-data-europe.eu
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.39
Pilot concept
www.big-data-europe.eu
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.40
Pilot hardware setup
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.41
Remarks – BDE opportunities
IT developments offer plethora of tools for data management/analytics
Big Data Europe (www.big-data-europe.eu) offers a easy-to-use generic
platform to encourage community’s entrance to big data technologies
Pilot cases show applicability of tools and deliver open data
You are invited for including your case in BDI pilots; support is provided by
BDE tech team
www.big-data-europe.eu
Thank you for your
attention
BDE consortium
www.big-data-europe.eu
BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17
System Monitoring p.42

More Related Content

More from BigData_Europe

BDE SC3.3 Workshop - BDE review: Scope and Opportunities
 BDE SC3.3 Workshop -  BDE review: Scope and Opportunities BDE SC3.3 Workshop -  BDE review: Scope and Opportunities
BDE SC3.3 Workshop - BDE review: Scope and OpportunitiesBigData_Europe
 
BDE SC3.3 Workshop - Agenda
 BDE SC3.3 Workshop - Agenda BDE SC3.3 Workshop - Agenda
BDE SC3.3 Workshop - AgendaBigData_Europe
 
BDE SC3.3 Workshop - BDE Pilot case for Wind Turbine condition monitoring re...
 BDE SC3.3 Workshop - BDE Pilot case for Wind Turbine condition monitoring re... BDE SC3.3 Workshop - BDE Pilot case for Wind Turbine condition monitoring re...
BDE SC3.3 Workshop - BDE Pilot case for Wind Turbine condition monitoring re...BigData_Europe
 
BDE SC3.3 Workshop - Data management in WT testing and monitoring
 BDE SC3.3 Workshop - Data management in WT testing and monitoring  BDE SC3.3 Workshop - Data management in WT testing and monitoring
BDE SC3.3 Workshop - Data management in WT testing and monitoring BigData_Europe
 
BDE SC3.3 Workshop - Big Data in Wind Turbine Condition Monitoring
 BDE SC3.3 Workshop -  Big Data in Wind Turbine Condition Monitoring BDE SC3.3 Workshop -  Big Data in Wind Turbine Condition Monitoring
BDE SC3.3 Workshop - Big Data in Wind Turbine Condition MonitoringBigData_Europe
 
BDE SC3.3 Workshop - BDE Platform: Technical overview
 BDE SC3.3 Workshop -  BDE Platform: Technical overview BDE SC3.3 Workshop -  BDE Platform: Technical overview
BDE SC3.3 Workshop - BDE Platform: Technical overviewBigData_Europe
 
BDE SC3.3 Workshop - Options for Wind Farm performance assessment and Power f...
BDE SC3.3 Workshop - Options for Wind Farm performance assessment and Power f...BDE SC3.3 Workshop - Options for Wind Farm performance assessment and Power f...
BDE SC3.3 Workshop - Options for Wind Farm performance assessment and Power f...BigData_Europe
 
BDE SC3.3 Workshop - Wind Farm Monitoring and advanced analytics
 BDE SC3.3 Workshop - Wind Farm Monitoring and advanced analytics  BDE SC3.3 Workshop - Wind Farm Monitoring and advanced analytics
BDE SC3.3 Workshop - Wind Farm Monitoring and advanced analytics BigData_Europe
 
Big Data Europe: Workshop 3 SC6 Social Science: THE IMPORTANCE OF METADATA & ...
Big Data Europe: Workshop 3 SC6 Social Science: THE IMPORTANCE OF METADATA & ...Big Data Europe: Workshop 3 SC6 Social Science: THE IMPORTANCE OF METADATA & ...
Big Data Europe: Workshop 3 SC6 Social Science: THE IMPORTANCE OF METADATA & ...BigData_Europe
 
BDE SC1 Workshop 3 - BigMedilytics Overview (Supriyo Chatterjea)
BDE SC1 Workshop 3 - BigMedilytics Overview (Supriyo Chatterjea)BDE SC1 Workshop 3 - BigMedilytics Overview (Supriyo Chatterjea)
BDE SC1 Workshop 3 - BigMedilytics Overview (Supriyo Chatterjea)BigData_Europe
 
BDE SC1 Workshop 3 - iASiS (Guillermo Palma)
BDE SC1 Workshop 3 - iASiS (Guillermo Palma)BDE SC1 Workshop 3 - iASiS (Guillermo Palma)
BDE SC1 Workshop 3 - iASiS (Guillermo Palma)BigData_Europe
 
BDE SC1 Workshop 3 - MIDAS (Michaela Black)
BDE SC1 Workshop 3 - MIDAS (Michaela Black)BDE SC1 Workshop 3 - MIDAS (Michaela Black)
BDE SC1 Workshop 3 - MIDAS (Michaela Black)BigData_Europe
 
BDE SC1 Workshop 3 - Open PHACTS Pilot (Kiera McNeice)
BDE SC1 Workshop 3 - Open PHACTS Pilot (Kiera McNeice)BDE SC1 Workshop 3 - Open PHACTS Pilot (Kiera McNeice)
BDE SC1 Workshop 3 - Open PHACTS Pilot (Kiera McNeice)BigData_Europe
 
BDE SC1 Workshop 3 - Big Data Europe (Simon Scerri)
BDE SC1 Workshop 3 - Big Data Europe (Simon Scerri)BDE SC1 Workshop 3 - Big Data Europe (Simon Scerri)
BDE SC1 Workshop 3 - Big Data Europe (Simon Scerri)BigData_Europe
 
SC1 Hangout: Updating public databases: Automation and other challenges for c...
SC1 Hangout: Updating public databases: Automation and other challenges for c...SC1 Hangout: Updating public databases: Automation and other challenges for c...
SC1 Hangout: Updating public databases: Automation and other challenges for c...BigData_Europe
 
SC7 Webinar 5 13/12/2017 SatCen Presentation "Secure societies activities: th...
SC7 Webinar 5 13/12/2017 SatCen Presentation "Secure societies activities: th...SC7 Webinar 5 13/12/2017 SatCen Presentation "Secure societies activities: th...
SC7 Webinar 5 13/12/2017 SatCen Presentation "Secure societies activities: th...BigData_Europe
 
SC7 Webinar 5 13/12/2017 NCSR "Demokritos" Presentation "Event Detection"
SC7 Webinar 5 13/12/2017 NCSR "Demokritos" Presentation "Event Detection"SC7 Webinar 5 13/12/2017 NCSR "Demokritos" Presentation "Event Detection"
SC7 Webinar 5 13/12/2017 NCSR "Demokritos" Presentation "Event Detection"BigData_Europe
 
SC7 Webinar 5 13/12/2017 UoA Presentation "Technical aspects of the 3rd secur...
SC7 Webinar 5 13/12/2017 UoA Presentation "Technical aspects of the 3rd secur...SC7 Webinar 5 13/12/2017 UoA Presentation "Technical aspects of the 3rd secur...
SC7 Webinar 5 13/12/2017 UoA Presentation "Technical aspects of the 3rd secur...BigData_Europe
 
SC7 Webinar 5 13/12/2017 SatCen Presentation "The Secure Societies Community ...
SC7 Webinar 5 13/12/2017 SatCen Presentation "The Secure Societies Community ...SC7 Webinar 5 13/12/2017 SatCen Presentation "The Secure Societies Community ...
SC7 Webinar 5 13/12/2017 SatCen Presentation "The Secure Societies Community ...BigData_Europe
 
EMERGENCIES Paris & EMERGENCIES Mediterranean
EMERGENCIES Paris & EMERGENCIES MediterraneanEMERGENCIES Paris & EMERGENCIES Mediterranean
EMERGENCIES Paris & EMERGENCIES MediterraneanBigData_Europe
 

More from BigData_Europe (20)

BDE SC3.3 Workshop - BDE review: Scope and Opportunities
 BDE SC3.3 Workshop -  BDE review: Scope and Opportunities BDE SC3.3 Workshop -  BDE review: Scope and Opportunities
BDE SC3.3 Workshop - BDE review: Scope and Opportunities
 
BDE SC3.3 Workshop - Agenda
 BDE SC3.3 Workshop - Agenda BDE SC3.3 Workshop - Agenda
BDE SC3.3 Workshop - Agenda
 
BDE SC3.3 Workshop - BDE Pilot case for Wind Turbine condition monitoring re...
 BDE SC3.3 Workshop - BDE Pilot case for Wind Turbine condition monitoring re... BDE SC3.3 Workshop - BDE Pilot case for Wind Turbine condition monitoring re...
BDE SC3.3 Workshop - BDE Pilot case for Wind Turbine condition monitoring re...
 
BDE SC3.3 Workshop - Data management in WT testing and monitoring
 BDE SC3.3 Workshop - Data management in WT testing and monitoring  BDE SC3.3 Workshop - Data management in WT testing and monitoring
BDE SC3.3 Workshop - Data management in WT testing and monitoring
 
BDE SC3.3 Workshop - Big Data in Wind Turbine Condition Monitoring
 BDE SC3.3 Workshop -  Big Data in Wind Turbine Condition Monitoring BDE SC3.3 Workshop -  Big Data in Wind Turbine Condition Monitoring
BDE SC3.3 Workshop - Big Data in Wind Turbine Condition Monitoring
 
BDE SC3.3 Workshop - BDE Platform: Technical overview
 BDE SC3.3 Workshop -  BDE Platform: Technical overview BDE SC3.3 Workshop -  BDE Platform: Technical overview
BDE SC3.3 Workshop - BDE Platform: Technical overview
 
BDE SC3.3 Workshop - Options for Wind Farm performance assessment and Power f...
BDE SC3.3 Workshop - Options for Wind Farm performance assessment and Power f...BDE SC3.3 Workshop - Options for Wind Farm performance assessment and Power f...
BDE SC3.3 Workshop - Options for Wind Farm performance assessment and Power f...
 
BDE SC3.3 Workshop - Wind Farm Monitoring and advanced analytics
 BDE SC3.3 Workshop - Wind Farm Monitoring and advanced analytics  BDE SC3.3 Workshop - Wind Farm Monitoring and advanced analytics
BDE SC3.3 Workshop - Wind Farm Monitoring and advanced analytics
 
Big Data Europe: Workshop 3 SC6 Social Science: THE IMPORTANCE OF METADATA & ...
Big Data Europe: Workshop 3 SC6 Social Science: THE IMPORTANCE OF METADATA & ...Big Data Europe: Workshop 3 SC6 Social Science: THE IMPORTANCE OF METADATA & ...
Big Data Europe: Workshop 3 SC6 Social Science: THE IMPORTANCE OF METADATA & ...
 
BDE SC1 Workshop 3 - BigMedilytics Overview (Supriyo Chatterjea)
BDE SC1 Workshop 3 - BigMedilytics Overview (Supriyo Chatterjea)BDE SC1 Workshop 3 - BigMedilytics Overview (Supriyo Chatterjea)
BDE SC1 Workshop 3 - BigMedilytics Overview (Supriyo Chatterjea)
 
BDE SC1 Workshop 3 - iASiS (Guillermo Palma)
BDE SC1 Workshop 3 - iASiS (Guillermo Palma)BDE SC1 Workshop 3 - iASiS (Guillermo Palma)
BDE SC1 Workshop 3 - iASiS (Guillermo Palma)
 
BDE SC1 Workshop 3 - MIDAS (Michaela Black)
BDE SC1 Workshop 3 - MIDAS (Michaela Black)BDE SC1 Workshop 3 - MIDAS (Michaela Black)
BDE SC1 Workshop 3 - MIDAS (Michaela Black)
 
BDE SC1 Workshop 3 - Open PHACTS Pilot (Kiera McNeice)
BDE SC1 Workshop 3 - Open PHACTS Pilot (Kiera McNeice)BDE SC1 Workshop 3 - Open PHACTS Pilot (Kiera McNeice)
BDE SC1 Workshop 3 - Open PHACTS Pilot (Kiera McNeice)
 
BDE SC1 Workshop 3 - Big Data Europe (Simon Scerri)
BDE SC1 Workshop 3 - Big Data Europe (Simon Scerri)BDE SC1 Workshop 3 - Big Data Europe (Simon Scerri)
BDE SC1 Workshop 3 - Big Data Europe (Simon Scerri)
 
SC1 Hangout: Updating public databases: Automation and other challenges for c...
SC1 Hangout: Updating public databases: Automation and other challenges for c...SC1 Hangout: Updating public databases: Automation and other challenges for c...
SC1 Hangout: Updating public databases: Automation and other challenges for c...
 
SC7 Webinar 5 13/12/2017 SatCen Presentation "Secure societies activities: th...
SC7 Webinar 5 13/12/2017 SatCen Presentation "Secure societies activities: th...SC7 Webinar 5 13/12/2017 SatCen Presentation "Secure societies activities: th...
SC7 Webinar 5 13/12/2017 SatCen Presentation "Secure societies activities: th...
 
SC7 Webinar 5 13/12/2017 NCSR "Demokritos" Presentation "Event Detection"
SC7 Webinar 5 13/12/2017 NCSR "Demokritos" Presentation "Event Detection"SC7 Webinar 5 13/12/2017 NCSR "Demokritos" Presentation "Event Detection"
SC7 Webinar 5 13/12/2017 NCSR "Demokritos" Presentation "Event Detection"
 
SC7 Webinar 5 13/12/2017 UoA Presentation "Technical aspects of the 3rd secur...
SC7 Webinar 5 13/12/2017 UoA Presentation "Technical aspects of the 3rd secur...SC7 Webinar 5 13/12/2017 UoA Presentation "Technical aspects of the 3rd secur...
SC7 Webinar 5 13/12/2017 UoA Presentation "Technical aspects of the 3rd secur...
 
SC7 Webinar 5 13/12/2017 SatCen Presentation "The Secure Societies Community ...
SC7 Webinar 5 13/12/2017 SatCen Presentation "The Secure Societies Community ...SC7 Webinar 5 13/12/2017 SatCen Presentation "The Secure Societies Community ...
SC7 Webinar 5 13/12/2017 SatCen Presentation "The Secure Societies Community ...
 
EMERGENCIES Paris & EMERGENCIES Mediterranean
EMERGENCIES Paris & EMERGENCIES MediterraneanEMERGENCIES Paris & EMERGENCIES Mediterranean
EMERGENCIES Paris & EMERGENCIES Mediterranean
 

Recently uploaded

Solving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptSolving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptJasonTagapanGulla
 
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
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the weldingMuhammadUzairLiaqat
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
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
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catcherssdickerson1
 
Industrial Safety Unit-I SAFETY TERMINOLOGIES
Industrial Safety Unit-I SAFETY TERMINOLOGIESIndustrial Safety Unit-I SAFETY TERMINOLOGIES
Industrial Safety Unit-I SAFETY TERMINOLOGIESNarmatha D
 
NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...
NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...
NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...Amil Baba Dawood bangali
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm Systemirfanmechengr
 
Vishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsVishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsSachinPawar510423
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - GuideGOPINATHS437943
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONjhunlian
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxRomil Mishra
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
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
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleAlluxio, Inc.
 

Recently uploaded (20)

Solving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptSolving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.ppt
 
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
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the welding
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
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
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
 
Industrial Safety Unit-I SAFETY TERMINOLOGIES
Industrial Safety Unit-I SAFETY TERMINOLOGIESIndustrial Safety Unit-I SAFETY TERMINOLOGIES
Industrial Safety Unit-I SAFETY TERMINOLOGIES
 
NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...
NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...
NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm System
 
Vishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsVishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documents
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - Guide
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptx
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
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
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at Scale
 
🔝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...
 

Wind power big_data_and_iot_forum_bigdataeurope

  • 1. Big Data Europe for System Monitoring BigDataEurope in Wind Power Big Data and IoT Forum31-mars-17 F. Mouzakis (CRES) and BDE consortium
  • 2. BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.2 Overview Project outline Big Data Europe platform Data acquisition challenge Use case in WT monitoring BDE opportunities www.big-data-europe.eu
  • 3. BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.3 Project rationale www.big-data-europe.eu Show societal value of Big Data Lower barrier for using big data technologies o Required effort and resources o Limited data science skills Help establishing cross-lingual/ organizational/domain Data Value Chains
  • 4. BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.4 BDE Consortium www.big-data-europe.eu
  • 5. BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.5 Overview www.big-data-europe.eu
  • 6. BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.6 Big Data Landscape (Matt Turck) www.big-data-europe.eu
  • 7. BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.7 Tool groups www.big-data-europe.eu Big Data Technologies Data Storage Technologies Data Processing Workflow Coordination Querying/ Processing Search Data Export/ Import Data Analysis Text Mining
  • 8. BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.8 Open source technologies for Big Data Apps www.big-data-europe.eu 8
  • 9. BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.9 Big Data Technologies vs 3Vs www.big-data-europe.eu Volume VelocityVariety Storm
  • 10. BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.10 BDE Platform www.big-data-europe.eu BDE platform consists of 3 layers: • the hardware layer • a resource manager – Docker Swarm – and • Big Data applications running on top An application can be seen as a pipeline consisting of multiple components, like HDFS, Spark and Kafka, which are wired together in order to solve a specific Big Data problem. The components will be packaged in Docker containers and glued together with Docker Compose.
  • 11. BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.11 Platform architecture www.big-data-europe.eu
  • 12. BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.12 Platform goals www.big-data-europe.eu Low total cost of ownership Simple to get started with Big Data Cater for widely varying use cases Embrace emerging Big Data technologies Simple integration with custom components
  • 13. BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.13 www.big-data-europe.eu https://www.big-data-europe.eu/howto-install-the-bde-platform/ https://github.com/big-data-europe Youtube: Getting Started With BDE Platform Install BDE platform Technical support: TENFORCE Aad Versteden aad.versteden@tenforce.com
  • 14. BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.14 Platform architecture (components) www.big-data-europe.eu
  • 15. General requirements in System monitoring Modular distributed system using standard Ethernet network. Specs compliant with International Standards. Robust and reliable for 24/7 standalone non-stop operation. Scalable and reconfigurable. Time Synchronization across all modules (GPS or Master module). Embedded processing capabilities. Send notifications and alarms. Data storage www.big-data-europe.eu BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.15
  • 16. Typical DAQ system core component (1/2) NI-CompactRIO platform http://www.ni.com/compactrio/ Designed for harsh environments -20º to -55ºC temperature, 5grms vibration, 30g shock Low power requirements ~10W at 9-30V for battery powered standalone operation Data acquisition based on FPGA hardware offering fast I/O response times and increased reliability www.big-data-europe.eu Source: NI.com BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.16
  • 17. Typical DAQ system core component (2/2) Various modules for Analogue I/O and Digital I/O High precision (24-bit delta-sigma) A/D converters (s.g. modules) 16-bit 100kHz Simultaneous Sampling AI modules. XML - Configuration file Raw (high speed) data sent over the Ethernet and stored on a NAS. All data packets are time-stamped with common GPS or local time. Backup storage on each module USB port, in case of network loss. www.big-data-europe.eu Source: NI.com BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.17
  • 18. Architecture www.big-data-europe.eu Real-Time microprocessor: • Runs a real-time OS (NI Linux Real-Time) • Communicates and uploads data • Performs statistical analysis • Stores and compresses raw data FPGA microprocessor: • Acquires signals (analogue & digital I/O) • Runs without OS at high clock rates and no jitter • Executes different tasks with true parallelism • Performs low-level signal processing (i.e.: filtering, control) • Assures non-stop operation Source: NI.com BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.18
  • 19. Field-Programmable Gate Array (FPGA) www.big-data-europe.eu - Reconfigurable Hardware chip. - Analogous to a printed circuit board with unconnected components on it. - Connections in an FPGA circuit are dynamically defined in software. BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.19
  • 20. Example of FPGA implementation www.big-data-europe.eu Boolean operations (green lines) based on digital I/O (A,B,C,D,F) execute in parallel with math operations (orange lines) based on analogue I/O (W, X, Y, Z). The compiler produces an optimized bitstream file, with all the routing paths, between millions of logic gates, memory blocks and I/O channels. BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.20 Source: NI.com
  • 21. Typical configuration www.big-data-europe.eu . . . Gigabit Local Area Network (LAN) Network Attached Storage (NAS)System Monitoring PC BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.21
  • 22. Raw Data storage – Existing File Formats www.big-data-europe.eu ASCII files Characteristics • Human-readable • Easily portable to other applications such as Microsoft Excel Considerations • Significantly larger disk footprint • Slow read and write BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.22
  • 23. Raw Data storage – Existing File Formats www.big-data-europe.eu Binary files Characteristics • Compact file size • Fast streaming (read & write) Considerations • Not human-readable • Not easily exchangeable BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.23
  • 24. Raw Data storage – Existing File Formats www.big-data-europe.eu XML files Characteristics • Stores complex data structures • Shows display in a Web browser or in a text editor Considerations • Even larger disk footprint • Front-end schema design • Does not stream BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.24
  • 25. Raw Data storage – Existing File Formats www.big-data-europe.eu Database files Characteristics • Store data centrally • Organize and query test results with SQL Considerations • Time intensive startup effort • Requires maintenance • Potentially high cost BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.25
  • 26. Raw Data storage – Existing File Formats www.big-data-europe.eu Binary Structured (TDMS – NI Technical Data Management Technology) Characteristics • Single streaming binary file • Three levels of hierarchy for better organization File, groups, and channels • Customizable, descriptive properties at each level • User-defined Meta data for campaign properties Considerations • Third party format BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.26
  • 27. File Format Comparison www.big-data-europe.eu BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.27 Source: NI.com
  • 28. www.big-data-europe.eu BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.28 Title: System monitoring in energy production units – Research on CMS Objective: Provide a tool for handling the analysis of large data sets, tailored for distributed and highly sampled sensors; offer to the community open data and tools Field/Stakeholders: The pilot addresses RES developers, researchers in CMS systems, manufacturers, CMS and IT service providers in wind energy field Other Use: Sensor data cases (transport, manufacturing and other related industrial fields) Use Case (Scenario, Pilot)
  • 29. www.big-data-europe.eu BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.29 The management of large number of distributed energy production systems present challenges in operation monitoring, maintenance and production forecasting. In renewable energy production, the stochastic nature of the resource input, poses an additional challenge. In order to meet the above challenges, an extensive network of sensors operates and produces data continually supporting decision making. In research field experimental systems are generating data that feed procedures under development. Constraints in data volume lead to degradation of their value. For the reduction of energy cost, the increase of production reliability and the increase of renewables penetration (all major aspects of the societal challenge) the new developments in Information Technology have to be combined with the Operation Technology exploiting in a holistic approach the data collection, management and analytics. Problem Definition
  • 30. www.big-data-europe.eu BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.30 Type: SCADA and CMS data on a Wind Turbine specifically instrumented for BDE Status: Open Sensors: Operational parameters, Vibration, Mechanical Loading, Power Quality etc Format: Third party (TDMS technical data management streaming) – preprocessing foreseen Acquisition technology: Field Programmable Gate Arrays (FPGA) Sampling rate: from 10s/s for operational parameters up to 64ks/s for vibration & power quality Streaming volume: 3 distributed units yield ~14Gb/hour continuously Scope: Long term monitoring for drive train condition monitoring research Analytics: engineering signal analysis, research on parametrics, fault identification and loop with updated methodologies on raw data Operation of pilot: 1 year (on-going) Primary Content/Data Involved
  • 31. www.big-data-europe.eu BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.31 CRES Wind Farm Monitored WT Neg-Micon 750kW
  • 32. www.big-data-europe.eu BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.32 The monitoring system provides indicatively the following data for the condition monitoring system: - system operational statuses/parameters - wind turbine output electrical power - nacelle yaw position, yaw motor electrical power - wind speed from nacelle anemometer (1~10s/s) and additionally: - mechanical loads on tower top and base cross section (~100s/s) - rotor thrust & tower torsion - HSS torque (on shaft coupling the gearbox with the generator) (64ks/s) - power quality current & voltage (64ks/s) - vibration at gearbox various stages (64ks/s) - acoustic emission signals at gearbox (Ms/s) CRES CM system on NegMicon 750kW WT
  • 33. www.big-data-europe.eu BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.33 SC3 Pilot measuring system Gearbox and Drive train DAQ systems Operation DAQ system Supervising PC Local storage unit
  • 34. www.big-data-europe.eu BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.34 Bearing vibration sensors at gearbox HSS (accelerometers) Power Quality voltage and current probes SC3 Pilot sample sensors
  • 35. www.big-data-europe.eu BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.35 BDE pilot CM module topology 7.2Gb/hour (i2) 0.1Gb/hour (r4) 7.2Gb/hour (i2) ? Source: NI.com
  • 36. www.big-data-europe.eu BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.36 Sample BDE pilot timeseries
  • 37. www.big-data-europe.eu BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.37 Basic analytics Raw time series Statistics and correlations Dynamic analysis Fatigue analysis
  • 38. BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.3 Project rationale www.big-data-europe.eu Show societal value of Big Data Lower barrier for using big data technologies o Required effort and resources o Limited data science skills Help establishing cross-lingual/ organizational/domain Data Value Chains
  • 39. www.big-data-europe.eu BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.39 Pilot concept
  • 40. www.big-data-europe.eu BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.40 Pilot hardware setup
  • 41. BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.41 Remarks – BDE opportunities IT developments offer plethora of tools for data management/analytics Big Data Europe (www.big-data-europe.eu) offers a easy-to-use generic platform to encourage community’s entrance to big data technologies Pilot cases show applicability of tools and deliver open data You are invited for including your case in BDI pilots; support is provided by BDE tech team www.big-data-europe.eu
  • 42. Thank you for your attention BDE consortium www.big-data-europe.eu BigDataEurope in 2nd Wind Power Big Data and IoT Forum Workshop, Amsterdam 31/3/17 System Monitoring p.42