SlideShare a Scribd company logo
1 of 11
Download to read offline
IoT Device Intelligence and Real Time Anomaly Detection 1
IoT Device Intelligence
Real Time Anomaly Detection
Braja Das
bkd_108@yahoo.com
04/01/2018
IoT Device Intelligence and Real Time Anomaly Detection 2
Abstract
IoT device sends real time telemetry data in event streams. Event streams steps in
and gets processed for further analytics pipeline. Real time data helps in real time
analytics, performance monitoring in IoT device, production process and control.
Defects from measurements can also be quantified.
Anomaly detection is used during troubleshooting sensors measurement deviations.
If sensors read incorrect data or there are system health issues in any device or its
parts, anomalous measures can be observed. If this comes in consistent basis an
action can be taken and preventive maintenance can be performed in device.
Machine Intelligence can give insight of remote monitoring with different KPI and can
help preventive and planned maintenance. If remote agent works as first level
support with machine intelligence KPI and data across fleet, cost can be optimized in
touch labor.
Extension of anomaly detection can also help for predictive maintenance and defects
can be quantified in advance and corrective action can be taken.
Closed loop feedback to controllers from anomaly detection can help adjust different
controls of IoT devices and help system perform best.
IoT Device Intelligence and Real Time Anomaly Detection 3
Machine Intelligence & Real Time Anomaly Detection
Quality control is an important aspect of product manufacturing. While brand cares
precision and quality, it is inherent of customer satisfaction.
Statistical process control technique is being used since Industrial Age as process
variation technique. Limitation of its usage are observed in control logic
implementation in most of embedded systems.
In today’s’ distributed cloud and edge computing it brings easy for customers.
AI, Machine learning has given a direction in further extending this technique not
only focus on quantifying defects on single measurement but also allows multi variate
defect analysis and identifying root cause of the problems.
In further extension it allows company to think event triggered preventive
maintenance as compared to earlier time triggered maintenance. It also gives
flexibility of thinking predictive maintenance for the company.
Key Quality Management Principles
1. Core of this total quality management principles is process approach.
2. Improvement of production processes is key. Cycles of continuous
improvement in production process ensures top quality of product.
3. To get customer feedback and engage in all phases of product development
life cycles helps maximum customer satisfaction.
4. Evidence based decision making is important for quality improvement in
product development.
Fig: Key Quality Management Principles
IoT Device Intelligence and Real Time Anomaly Detection 4
Data Exploration: Machine Intelligence and Anomaly Detection
IoT device sends time series real time telemetry. It is important to capture process
variations from its measurements. As subject matter expert has pure understanding
of process variation limit called specification limit, it is also important to control
process variation from real time telemetry.
Univariate analysis can be used in identifying outliers from process variations. This
outlier detection from univariate analysis can be applied in every telemetry. Missing
value identification is also important at this stage.
Multivariate analysis is important for complex systems when process variable or
measurement is dependent on each other. Linear regression and correlation
technique is widely used as part of multi variate analysis.
The result of multi variate analysis can create new variables and new time series
behavior can be found as part of this process. Once new variable is identified same
cycle can be continued for anomaly detection or outlier detection.
IoT Device Intelligence and Real Time Anomaly Detection 5
HVAC Air Handling Unit
There are three different sensors send below telemetry from above HVAC air handling
unit.
1. Outside air or Return air temperature
2. Supply air temperature
3. Relative humidity.
It is expected to have return air temperature within 20 deg C to 25 deg C. This can
be considered as specification limit for outside air temperature. As time series data
comes in, outliers can be detected based on this limits. This anomaly detection is not
based on evidence based decision making but on expert judgements.
Univariate Statistical Process Control (SPC) analysis be performed for evidence based
decision making. The same technique can be used in other measurements such as
supply air temp or relation humidity as well.
Return air temp is dependent on room conditions, air filtration inside rooms, supply
air temp. Multi variate analysis can be applied in return air temp with other measures
as well. This helps in identifying relations of return air temperature telemetry outliers
in context to other variables.
IoT Device Intelligence and Real Time Anomaly Detection 6
Statistical Process Control Chart: Return Air Temperature
Statistical process control (SPC) is technique can be used when telemetry sample
follows normal distribution. Subgroup selection in SPC is very important. It is
important to consider frequency distributions before applying SPC rules. This is an
important pattern recognition technique in anomaly detection.
Subgroup
Subgroup are data samples that are homogenous and can follow normal distribution.
Store traffic in a day is important for subgroup homogenous collection of data.
Subgroups can be selected across multiple stores or fleet as well specially if assumed
to have normally distributed data.
Common Causes of Variation
Store traffic can be different at different times in a day and it is common and easy to
identify these variations.
Special Causes of Variation
In case air handling unit is restarted or sudden power outage can cause system
backing up from generator and start supplying air, can be considered as special
causes of variation. These variations can be treated separately and would not be
considered as part of data samples.
Variable Control Chart
Control chart captures process variations from time series data.
Control Limit: Upper Control Limit (UCL), Lower Control Limit (LCL) are two limits
where data samples can belong.
In Range Control Chart, ranges are defined as Zones. There are 3 Zones named as
Zone A: 3 Sigma Zone (99.7)
Zone B: 2 Sigma Zone (95.5%)
Zone C: 1 Sigma Zone. (68.3%)
Control Line: Temporal or Spatio-Temporal Average.
IoT Device Intelligence and Real Time Anomaly Detection 7
Telemetry time series data are plotted in these range.
Zone Test Rules
Rule Rule Name Pattern
1
Beyond
Limits One or more points beyond the control limits (UCL, LCL)
2 Zone A
2 out of 3 consecutive points in Zone A or beyond (
probability of 66.67% in 3 consecutive events)
3 Zone B
4 out of 5 consecutive points in Zone B or beyond
(probability of 80% in 5 consecutive events)
4 Zone C
7 or more consecutive points on one side of the average (in
Zone C )
5 Trend 7 consecutive points trending up or trending down
6 Mixture 8 consecutive points with no points in Zone C
7 Stratification 15 consecutive points in Zone C
8 Over-control 14 consecutive points alternating up and down
Core algorithm of anomaly or defect detection is in zone test rules. There are eight
above rules can be applied based on range chart results and can quantify defects that
violates each of the rules.
Data Exploration in IoT Device Intelligence
3/28/2018 IoT Device Intelligence and Real Time Anomaly Detection 7
IoT Device Intelligence and Real Time Anomaly Detection 8
X-bar Control Chart:
X-bar control chart measures process mean in different subgroups. Mean process
variations can be observed at different temporal or spatio-temporal intervals.
S-bar Control Chart
S-bar control chart measures standard deviation and variation in lower subgroup
compared to its higher sub group.
Attribute Control Chart
Attribute control chart plot quality characteristics that are not numerical in nature
especially when defects quantification is necessary from measurements.
Zone test summary helps quantifying anomalies in time series data. These zone test
rules can be applied in all the measurements for a given sample and can help detect
anomalies separately.
IoT Device Intelligence and Real Time Anomaly Detection 9
Multi Variate analysis – Correlation and Linear Regression
Time series pattern recognition can be applied among multiple variables. Correlation
coefficient can be calculated between two variables.
In below diagram Pearson Correlation Coefficient (CC) is calculated between supply
air temp and return air temp and plotted for every telemetry events. This gives
relation in these two variables.
Return air temp can be dependent on many variables including supply air temp.
Variation in Correlation Coefficient (CC) indicates new variables can be taken into
consideration.
Anomaly detection technique using control chart can be applied in new variable
(CC).
IoT Device Intelligence and Real Time Anomaly Detection 10
Unsupervised Learning Classification
The result of attribute control chart on base variables and derived variables give us
quantitative measures and help in binary classification (Good, Bad) for every events.
Association rule be applied and decision tree can be created based on these
classifications.
In above example air quality can be classified as good air or bad air. One of the
objective in BMS (Building Management Systems) is to help ensure comfort and
climate control. Quantifying bad air quality at different times are very important as
part of this process for preventive maintenance of different parts of this Air handling
unit.
Further classification can be made on bad air quality due to air infiltration or excessive
room temperature or due to inaccurate functions in chiller or heater.
Air infiltration or excessive room temperature can be caused in an event when supply
air temperature is good based on anomaly detection but return air temperature is
bad.
If supply air temperature and return air temperature both answers bad quality in
events, the result could indicate issues in heating coil or cooling coil or heater or
chiller.
IoT Device Intelligence and Real Time Anomaly Detection 11
Monitoring KPI, Dashboard, Alerts
Measurement KPI can be monitored and alerted based on defect counts. Shifts
(moving average, moving standard deviation or variation) can also be measured and
monitored in given Spatio Temporal data range.
Preventive Maintenance
Event triggered preventive maintenance can be scheduled based on result of this
classification in different parts of the system. Remote Alert monitoring and
notification is also another application based on this classification.

More Related Content

What's hot

ISO/IEC80001 - Do we need another standard?
ISO/IEC80001 - Do we need another standard?ISO/IEC80001 - Do we need another standard?
ISO/IEC80001 - Do we need another standard?Robert Ginsberg
 
IRJET- Advanced Guiding Tool for the Selection of Crops
IRJET- Advanced Guiding Tool for the Selection of CropsIRJET- Advanced Guiding Tool for the Selection of Crops
IRJET- Advanced Guiding Tool for the Selection of CropsIRJET Journal
 
Geek Sync I In Depth Look At Application Performance Monitoring
Geek Sync I In Depth Look At Application Performance MonitoringGeek Sync I In Depth Look At Application Performance Monitoring
Geek Sync I In Depth Look At Application Performance MonitoringIDERA Software
 
A self adaptive learning approach for optimum path evaluation of process for ...
A self adaptive learning approach for optimum path evaluation of process for ...A self adaptive learning approach for optimum path evaluation of process for ...
A self adaptive learning approach for optimum path evaluation of process for ...Alexander Decker
 
QAdvis - software risk management based on IEC/ISO 62304
QAdvis - software risk management based on IEC/ISO 62304QAdvis - software risk management based on IEC/ISO 62304
QAdvis - software risk management based on IEC/ISO 62304Robert Ginsberg
 
IRJET- Advanced Patient Health Monitoring System using PLCC Technology
IRJET-  	  Advanced Patient Health Monitoring System using PLCC TechnologyIRJET-  	  Advanced Patient Health Monitoring System using PLCC Technology
IRJET- Advanced Patient Health Monitoring System using PLCC TechnologyIRJET Journal
 
Presentation SafetyDrugs
Presentation SafetyDrugsPresentation SafetyDrugs
Presentation SafetyDrugsAndrea Garlanda
 
IRJET-Intelligent Farms
IRJET-Intelligent FarmsIRJET-Intelligent Farms
IRJET-Intelligent FarmsIRJET Journal
 
Multi platform wireless measurement system for continuous bio-monitoring
Multi platform wireless measurement system for continuous bio-monitoringMulti platform wireless measurement system for continuous bio-monitoring
Multi platform wireless measurement system for continuous bio-monitoringEcway Technologies
 
Multi platform wireless measurement system for continuous bio-monitoring
Multi platform wireless measurement system for continuous bio-monitoringMulti platform wireless measurement system for continuous bio-monitoring
Multi platform wireless measurement system for continuous bio-monitoringEcwaytech
 
InduSoft Web Studio and Meeting FDA 21 CFR Part 11 Regulations for Food, Beve...
InduSoft Web Studio and Meeting FDA 21 CFR Part 11 Regulations for Food, Beve...InduSoft Web Studio and Meeting FDA 21 CFR Part 11 Regulations for Food, Beve...
InduSoft Web Studio and Meeting FDA 21 CFR Part 11 Regulations for Food, Beve...AVEVA
 
21 CFR Part 11 Validation
21 CFR Part 11 Validation21 CFR Part 11 Validation
21 CFR Part 11 ValidationIndium Software
 
Ctrl vision - Incoming Quality Control
Ctrl vision - Incoming Quality ControlCtrl vision - Incoming Quality Control
Ctrl vision - Incoming Quality ControlInfodream
 
MachinePulse Products
MachinePulse ProductsMachinePulse Products
MachinePulse ProductsMachinePulse
 

What's hot (18)

ISO/IEC80001 - Do we need another standard?
ISO/IEC80001 - Do we need another standard?ISO/IEC80001 - Do we need another standard?
ISO/IEC80001 - Do we need another standard?
 
IRJET- Advanced Guiding Tool for the Selection of Crops
IRJET- Advanced Guiding Tool for the Selection of CropsIRJET- Advanced Guiding Tool for the Selection of Crops
IRJET- Advanced Guiding Tool for the Selection of Crops
 
Geek Sync I In Depth Look At Application Performance Monitoring
Geek Sync I In Depth Look At Application Performance MonitoringGeek Sync I In Depth Look At Application Performance Monitoring
Geek Sync I In Depth Look At Application Performance Monitoring
 
A self adaptive learning approach for optimum path evaluation of process for ...
A self adaptive learning approach for optimum path evaluation of process for ...A self adaptive learning approach for optimum path evaluation of process for ...
A self adaptive learning approach for optimum path evaluation of process for ...
 
Medical Device Software
Medical Device SoftwareMedical Device Software
Medical Device Software
 
QAdvis - software risk management based on IEC/ISO 62304
QAdvis - software risk management based on IEC/ISO 62304QAdvis - software risk management based on IEC/ISO 62304
QAdvis - software risk management based on IEC/ISO 62304
 
IRJET- Advanced Patient Health Monitoring System using PLCC Technology
IRJET-  	  Advanced Patient Health Monitoring System using PLCC TechnologyIRJET-  	  Advanced Patient Health Monitoring System using PLCC Technology
IRJET- Advanced Patient Health Monitoring System using PLCC Technology
 
Presentation SafetyDrugs
Presentation SafetyDrugsPresentation SafetyDrugs
Presentation SafetyDrugs
 
Power grid monitoring solution
Power grid monitoring solutionPower grid monitoring solution
Power grid monitoring solution
 
IRJET-Intelligent Farms
IRJET-Intelligent FarmsIRJET-Intelligent Farms
IRJET-Intelligent Farms
 
Multi platform wireless measurement system for continuous bio-monitoring
Multi platform wireless measurement system for continuous bio-monitoringMulti platform wireless measurement system for continuous bio-monitoring
Multi platform wireless measurement system for continuous bio-monitoring
 
Multi platform wireless measurement system for continuous bio-monitoring
Multi platform wireless measurement system for continuous bio-monitoringMulti platform wireless measurement system for continuous bio-monitoring
Multi platform wireless measurement system for continuous bio-monitoring
 
InduSoft Web Studio and Meeting FDA 21 CFR Part 11 Regulations for Food, Beve...
InduSoft Web Studio and Meeting FDA 21 CFR Part 11 Regulations for Food, Beve...InduSoft Web Studio and Meeting FDA 21 CFR Part 11 Regulations for Food, Beve...
InduSoft Web Studio and Meeting FDA 21 CFR Part 11 Regulations for Food, Beve...
 
Poster_template-final
Poster_template-finalPoster_template-final
Poster_template-final
 
21 CFR Part 11 Validation
21 CFR Part 11 Validation21 CFR Part 11 Validation
21 CFR Part 11 Validation
 
Ctrl vision - Incoming Quality Control
Ctrl vision - Incoming Quality ControlCtrl vision - Incoming Quality Control
Ctrl vision - Incoming Quality Control
 
MachinePulse Products
MachinePulse ProductsMachinePulse Products
MachinePulse Products
 
The Internet of Things
The Internet of ThingsThe Internet of Things
The Internet of Things
 

Similar to IoT Device Intelligence & Real Time Anomaly Detection

FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE WITH ON-LINE PARAMETER PR...
FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE  WITH ON-LINE PARAMETER PR...FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE  WITH ON-LINE PARAMETER PR...
FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE WITH ON-LINE PARAMETER PR...Sheikh R Manihar Ahmed
 
Proposed Algorithm for Surveillance Applications
Proposed Algorithm for Surveillance ApplicationsProposed Algorithm for Surveillance Applications
Proposed Algorithm for Surveillance ApplicationsEditor IJCATR
 
IC 208 MECHANICAL INSTRUMENTATION
IC 208 MECHANICAL INSTRUMENTATIONIC 208 MECHANICAL INSTRUMENTATION
IC 208 MECHANICAL INSTRUMENTATIONbinil babu
 
Condition-based Maintenance with sensor arrays and telematics
Condition-based Maintenance with sensor arrays and telematicsCondition-based Maintenance with sensor arrays and telematics
Condition-based Maintenance with sensor arrays and telematicsGopalakrishna Palem
 
PERFORMANCE COMPARISON OF TWO CONTROLLERS ON A NONLINEAR SYSTEM
PERFORMANCE COMPARISON OF TWO CONTROLLERS ON A NONLINEAR SYSTEMPERFORMANCE COMPARISON OF TWO CONTROLLERS ON A NONLINEAR SYSTEM
PERFORMANCE COMPARISON OF TWO CONTROLLERS ON A NONLINEAR SYSTEMijccmsjournal
 
PERFORMANCE COMPARISON OF TWO CONTROLLERS ON A NONLINEAR SYSTEM
PERFORMANCE COMPARISON OF TWO CONTROLLERS ON A NONLINEAR SYSTEMPERFORMANCE COMPARISON OF TWO CONTROLLERS ON A NONLINEAR SYSTEM
PERFORMANCE COMPARISON OF TWO CONTROLLERS ON A NONLINEAR SYSTEMijccmsjournal
 
COMPARATIVE ANALYSIS OF CONVENTIONAL PID CONTROLLER AND FUZZY CONTROLLER WIT...
COMPARATIVE  ANALYSIS OF CONVENTIONAL PID CONTROLLER AND FUZZY CONTROLLER WIT...COMPARATIVE  ANALYSIS OF CONVENTIONAL PID CONTROLLER AND FUZZY CONTROLLER WIT...
COMPARATIVE ANALYSIS OF CONVENTIONAL PID CONTROLLER AND FUZZY CONTROLLER WIT...IJITCA Journal
 
Lab view based self tuning fuzzy logic controller for sterilizing equipments ...
Lab view based self tuning fuzzy logic controller for sterilizing equipments ...Lab view based self tuning fuzzy logic controller for sterilizing equipments ...
Lab view based self tuning fuzzy logic controller for sterilizing equipments ...eSAT Publishing House
 
CONDITION-BASED MAINTENANCE USING SENSOR ARRAYS AND TELEMATICS
CONDITION-BASED MAINTENANCE USING SENSOR ARRAYS AND TELEMATICSCONDITION-BASED MAINTENANCE USING SENSOR ARRAYS AND TELEMATICS
CONDITION-BASED MAINTENANCE USING SENSOR ARRAYS AND TELEMATICSijmnct
 
3.J Pharma monitoring of HVAC systems.docx
3.J Pharma monitoring of HVAC systems.docx3.J Pharma monitoring of HVAC systems.docx
3.J Pharma monitoring of HVAC systems.docxSamehMostafa33
 
Calibrating the Measuring Chain
Calibrating the Measuring ChainCalibrating the Measuring Chain
Calibrating the Measuring ChainTacuna Systems
 
Comparison of PID Controller with Model Predictive Controller for Milk Pasteu...
Comparison of PID Controller with Model Predictive Controller for Milk Pasteu...Comparison of PID Controller with Model Predictive Controller for Milk Pasteu...
Comparison of PID Controller with Model Predictive Controller for Milk Pasteu...journalBEEI
 
SENSOR FAULT IDENTIFICATION IN COMPLEX SYSTEMS | J4RV3I12007
SENSOR FAULT IDENTIFICATION IN COMPLEX SYSTEMS | J4RV3I12007SENSOR FAULT IDENTIFICATION IN COMPLEX SYSTEMS | J4RV3I12007
SENSOR FAULT IDENTIFICATION IN COMPLEX SYSTEMS | J4RV3I12007Journal For Research
 
Comparative Analysis of Pso-Pid and Hu-Pid
Comparative Analysis of Pso-Pid and Hu-PidComparative Analysis of Pso-Pid and Hu-Pid
Comparative Analysis of Pso-Pid and Hu-PidIJERA Editor
 
IRJET- Early Detection of Sensors Failure using IoT
IRJET- Early Detection of Sensors Failure using IoTIRJET- Early Detection of Sensors Failure using IoT
IRJET- Early Detection of Sensors Failure using IoTIRJET Journal
 

Similar to IoT Device Intelligence & Real Time Anomaly Detection (20)

FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE WITH ON-LINE PARAMETER PR...
FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE  WITH ON-LINE PARAMETER PR...FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE  WITH ON-LINE PARAMETER PR...
FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE WITH ON-LINE PARAMETER PR...
 
Proposed Algorithm for Surveillance Applications
Proposed Algorithm for Surveillance ApplicationsProposed Algorithm for Surveillance Applications
Proposed Algorithm for Surveillance Applications
 
IC 208 MECHANICAL INSTRUMENTATION
IC 208 MECHANICAL INSTRUMENTATIONIC 208 MECHANICAL INSTRUMENTATION
IC 208 MECHANICAL INSTRUMENTATION
 
FAULT DETECTION AND DIAGNOSIS IN CONTINUOUS STIRRED TANK REACTOR (CSTR)
FAULT DETECTION AND DIAGNOSIS IN CONTINUOUS STIRRED TANK REACTOR (CSTR)FAULT DETECTION AND DIAGNOSIS IN CONTINUOUS STIRRED TANK REACTOR (CSTR)
FAULT DETECTION AND DIAGNOSIS IN CONTINUOUS STIRRED TANK REACTOR (CSTR)
 
Condition-based Maintenance with sensor arrays and telematics
Condition-based Maintenance with sensor arrays and telematicsCondition-based Maintenance with sensor arrays and telematics
Condition-based Maintenance with sensor arrays and telematics
 
PERFORMANCE COMPARISON OF TWO CONTROLLERS ON A NONLINEAR SYSTEM
PERFORMANCE COMPARISON OF TWO CONTROLLERS ON A NONLINEAR SYSTEMPERFORMANCE COMPARISON OF TWO CONTROLLERS ON A NONLINEAR SYSTEM
PERFORMANCE COMPARISON OF TWO CONTROLLERS ON A NONLINEAR SYSTEM
 
PERFORMANCE COMPARISON OF TWO CONTROLLERS ON A NONLINEAR SYSTEM
PERFORMANCE COMPARISON OF TWO CONTROLLERS ON A NONLINEAR SYSTEMPERFORMANCE COMPARISON OF TWO CONTROLLERS ON A NONLINEAR SYSTEM
PERFORMANCE COMPARISON OF TWO CONTROLLERS ON A NONLINEAR SYSTEM
 
COMPARATIVE ANALYSIS OF CONVENTIONAL PID CONTROLLER AND FUZZY CONTROLLER WIT...
COMPARATIVE  ANALYSIS OF CONVENTIONAL PID CONTROLLER AND FUZZY CONTROLLER WIT...COMPARATIVE  ANALYSIS OF CONVENTIONAL PID CONTROLLER AND FUZZY CONTROLLER WIT...
COMPARATIVE ANALYSIS OF CONVENTIONAL PID CONTROLLER AND FUZZY CONTROLLER WIT...
 
Lab view based self tuning fuzzy logic controller for sterilizing equipments ...
Lab view based self tuning fuzzy logic controller for sterilizing equipments ...Lab view based self tuning fuzzy logic controller for sterilizing equipments ...
Lab view based self tuning fuzzy logic controller for sterilizing equipments ...
 
CONDITION-BASED MAINTENANCE USING SENSOR ARRAYS AND TELEMATICS
CONDITION-BASED MAINTENANCE USING SENSOR ARRAYS AND TELEMATICSCONDITION-BASED MAINTENANCE USING SENSOR ARRAYS AND TELEMATICS
CONDITION-BASED MAINTENANCE USING SENSOR ARRAYS AND TELEMATICS
 
3.J Pharma monitoring of HVAC systems.docx
3.J Pharma monitoring of HVAC systems.docx3.J Pharma monitoring of HVAC systems.docx
3.J Pharma monitoring of HVAC systems.docx
 
Calibrating the Measuring Chain
Calibrating the Measuring ChainCalibrating the Measuring Chain
Calibrating the Measuring Chain
 
Comparison of PID Controller with Model Predictive Controller for Milk Pasteu...
Comparison of PID Controller with Model Predictive Controller for Milk Pasteu...Comparison of PID Controller with Model Predictive Controller for Milk Pasteu...
Comparison of PID Controller with Model Predictive Controller for Milk Pasteu...
 
SENSOR FAULT IDENTIFICATION IN COMPLEX SYSTEMS | J4RV3I12007
SENSOR FAULT IDENTIFICATION IN COMPLEX SYSTEMS | J4RV3I12007SENSOR FAULT IDENTIFICATION IN COMPLEX SYSTEMS | J4RV3I12007
SENSOR FAULT IDENTIFICATION IN COMPLEX SYSTEMS | J4RV3I12007
 
At4201308314
At4201308314At4201308314
At4201308314
 
Comparative Analysis of Pso-Pid and Hu-Pid
Comparative Analysis of Pso-Pid and Hu-PidComparative Analysis of Pso-Pid and Hu-Pid
Comparative Analysis of Pso-Pid and Hu-Pid
 
Transformer
TransformerTransformer
Transformer
 
Control system digital control
Control system digital controlControl system digital control
Control system digital control
 
DEFINITIONS- CALIBRATION.pptx
DEFINITIONS- CALIBRATION.pptxDEFINITIONS- CALIBRATION.pptx
DEFINITIONS- CALIBRATION.pptx
 
IRJET- Early Detection of Sensors Failure using IoT
IRJET- Early Detection of Sensors Failure using IoTIRJET- Early Detection of Sensors Failure using IoT
IRJET- Early Detection of Sensors Failure using IoT
 

More from Braja Krishna Das

Netezza TwinFin12 Architecture Administration
Netezza TwinFin12 Architecture AdministrationNetezza TwinFin12 Architecture Administration
Netezza TwinFin12 Architecture AdministrationBraja Krishna Das
 
Platform Monitoring and Alert
Platform Monitoring and AlertPlatform Monitoring and Alert
Platform Monitoring and AlertBraja Krishna Das
 
Cassandra Security Configuration
Cassandra Security ConfigurationCassandra Security Configuration
Cassandra Security ConfigurationBraja Krishna Das
 
Scala API - Azure Event Hub Integration
Scala API - Azure Event Hub IntegrationScala API - Azure Event Hub Integration
Scala API - Azure Event Hub IntegrationBraja Krishna Das
 
Azure Service Bus Queue Scala API
Azure Service Bus Queue Scala APIAzure Service Bus Queue Scala API
Azure Service Bus Queue Scala APIBraja Krishna Das
 
Azure Service Bus Queue API for Scala
Azure Service Bus Queue API for ScalaAzure Service Bus Queue API for Scala
Azure Service Bus Queue API for ScalaBraja Krishna Das
 
Azure Blob Storage API for Scala and Spark
Azure Blob Storage API for Scala and SparkAzure Blob Storage API for Scala and Spark
Azure Blob Storage API for Scala and SparkBraja Krishna Das
 
Azure Key Vault Integration in Scala
Azure Key Vault Integration in ScalaAzure Key Vault Integration in Scala
Azure Key Vault Integration in ScalaBraja Krishna Das
 
Netezza Architecture and Administration
Netezza Architecture and AdministrationNetezza Architecture and Administration
Netezza Architecture and AdministrationBraja Krishna Das
 

More from Braja Krishna Das (9)

Netezza TwinFin12 Architecture Administration
Netezza TwinFin12 Architecture AdministrationNetezza TwinFin12 Architecture Administration
Netezza TwinFin12 Architecture Administration
 
Platform Monitoring and Alert
Platform Monitoring and AlertPlatform Monitoring and Alert
Platform Monitoring and Alert
 
Cassandra Security Configuration
Cassandra Security ConfigurationCassandra Security Configuration
Cassandra Security Configuration
 
Scala API - Azure Event Hub Integration
Scala API - Azure Event Hub IntegrationScala API - Azure Event Hub Integration
Scala API - Azure Event Hub Integration
 
Azure Service Bus Queue Scala API
Azure Service Bus Queue Scala APIAzure Service Bus Queue Scala API
Azure Service Bus Queue Scala API
 
Azure Service Bus Queue API for Scala
Azure Service Bus Queue API for ScalaAzure Service Bus Queue API for Scala
Azure Service Bus Queue API for Scala
 
Azure Blob Storage API for Scala and Spark
Azure Blob Storage API for Scala and SparkAzure Blob Storage API for Scala and Spark
Azure Blob Storage API for Scala and Spark
 
Azure Key Vault Integration in Scala
Azure Key Vault Integration in ScalaAzure Key Vault Integration in Scala
Azure Key Vault Integration in Scala
 
Netezza Architecture and Administration
Netezza Architecture and AdministrationNetezza Architecture and Administration
Netezza Architecture and Administration
 

Recently uploaded

VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxolyaivanovalion
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxolyaivanovalion
 
B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxStephen266013
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysismanisha194592
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFxolyaivanovalion
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationshipsccctableauusergroup
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz1
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxJohnnyPlasten
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...Suhani Kapoor
 
Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionfulawalesam
 
Carero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxCarero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxolyaivanovalion
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Callshivangimorya083
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptxthyngster
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptxAnupama Kate
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAroojKhan71
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingNeil Barnes
 
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiSuhani Kapoor
 

Recently uploaded (20)

VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptx
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptx
 
B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docx
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysis
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFx
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signals
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptx
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
 
Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interaction
 
Carero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxCarero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptx
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data Storytelling
 
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
 
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
 

IoT Device Intelligence & Real Time Anomaly Detection

  • 1. IoT Device Intelligence and Real Time Anomaly Detection 1 IoT Device Intelligence Real Time Anomaly Detection Braja Das bkd_108@yahoo.com 04/01/2018
  • 2. IoT Device Intelligence and Real Time Anomaly Detection 2 Abstract IoT device sends real time telemetry data in event streams. Event streams steps in and gets processed for further analytics pipeline. Real time data helps in real time analytics, performance monitoring in IoT device, production process and control. Defects from measurements can also be quantified. Anomaly detection is used during troubleshooting sensors measurement deviations. If sensors read incorrect data or there are system health issues in any device or its parts, anomalous measures can be observed. If this comes in consistent basis an action can be taken and preventive maintenance can be performed in device. Machine Intelligence can give insight of remote monitoring with different KPI and can help preventive and planned maintenance. If remote agent works as first level support with machine intelligence KPI and data across fleet, cost can be optimized in touch labor. Extension of anomaly detection can also help for predictive maintenance and defects can be quantified in advance and corrective action can be taken. Closed loop feedback to controllers from anomaly detection can help adjust different controls of IoT devices and help system perform best.
  • 3. IoT Device Intelligence and Real Time Anomaly Detection 3 Machine Intelligence & Real Time Anomaly Detection Quality control is an important aspect of product manufacturing. While brand cares precision and quality, it is inherent of customer satisfaction. Statistical process control technique is being used since Industrial Age as process variation technique. Limitation of its usage are observed in control logic implementation in most of embedded systems. In today’s’ distributed cloud and edge computing it brings easy for customers. AI, Machine learning has given a direction in further extending this technique not only focus on quantifying defects on single measurement but also allows multi variate defect analysis and identifying root cause of the problems. In further extension it allows company to think event triggered preventive maintenance as compared to earlier time triggered maintenance. It also gives flexibility of thinking predictive maintenance for the company. Key Quality Management Principles 1. Core of this total quality management principles is process approach. 2. Improvement of production processes is key. Cycles of continuous improvement in production process ensures top quality of product. 3. To get customer feedback and engage in all phases of product development life cycles helps maximum customer satisfaction. 4. Evidence based decision making is important for quality improvement in product development. Fig: Key Quality Management Principles
  • 4. IoT Device Intelligence and Real Time Anomaly Detection 4 Data Exploration: Machine Intelligence and Anomaly Detection IoT device sends time series real time telemetry. It is important to capture process variations from its measurements. As subject matter expert has pure understanding of process variation limit called specification limit, it is also important to control process variation from real time telemetry. Univariate analysis can be used in identifying outliers from process variations. This outlier detection from univariate analysis can be applied in every telemetry. Missing value identification is also important at this stage. Multivariate analysis is important for complex systems when process variable or measurement is dependent on each other. Linear regression and correlation technique is widely used as part of multi variate analysis. The result of multi variate analysis can create new variables and new time series behavior can be found as part of this process. Once new variable is identified same cycle can be continued for anomaly detection or outlier detection.
  • 5. IoT Device Intelligence and Real Time Anomaly Detection 5 HVAC Air Handling Unit There are three different sensors send below telemetry from above HVAC air handling unit. 1. Outside air or Return air temperature 2. Supply air temperature 3. Relative humidity. It is expected to have return air temperature within 20 deg C to 25 deg C. This can be considered as specification limit for outside air temperature. As time series data comes in, outliers can be detected based on this limits. This anomaly detection is not based on evidence based decision making but on expert judgements. Univariate Statistical Process Control (SPC) analysis be performed for evidence based decision making. The same technique can be used in other measurements such as supply air temp or relation humidity as well. Return air temp is dependent on room conditions, air filtration inside rooms, supply air temp. Multi variate analysis can be applied in return air temp with other measures as well. This helps in identifying relations of return air temperature telemetry outliers in context to other variables.
  • 6. IoT Device Intelligence and Real Time Anomaly Detection 6 Statistical Process Control Chart: Return Air Temperature Statistical process control (SPC) is technique can be used when telemetry sample follows normal distribution. Subgroup selection in SPC is very important. It is important to consider frequency distributions before applying SPC rules. This is an important pattern recognition technique in anomaly detection. Subgroup Subgroup are data samples that are homogenous and can follow normal distribution. Store traffic in a day is important for subgroup homogenous collection of data. Subgroups can be selected across multiple stores or fleet as well specially if assumed to have normally distributed data. Common Causes of Variation Store traffic can be different at different times in a day and it is common and easy to identify these variations. Special Causes of Variation In case air handling unit is restarted or sudden power outage can cause system backing up from generator and start supplying air, can be considered as special causes of variation. These variations can be treated separately and would not be considered as part of data samples. Variable Control Chart Control chart captures process variations from time series data. Control Limit: Upper Control Limit (UCL), Lower Control Limit (LCL) are two limits where data samples can belong. In Range Control Chart, ranges are defined as Zones. There are 3 Zones named as Zone A: 3 Sigma Zone (99.7) Zone B: 2 Sigma Zone (95.5%) Zone C: 1 Sigma Zone. (68.3%) Control Line: Temporal or Spatio-Temporal Average.
  • 7. IoT Device Intelligence and Real Time Anomaly Detection 7 Telemetry time series data are plotted in these range. Zone Test Rules Rule Rule Name Pattern 1 Beyond Limits One or more points beyond the control limits (UCL, LCL) 2 Zone A 2 out of 3 consecutive points in Zone A or beyond ( probability of 66.67% in 3 consecutive events) 3 Zone B 4 out of 5 consecutive points in Zone B or beyond (probability of 80% in 5 consecutive events) 4 Zone C 7 or more consecutive points on one side of the average (in Zone C ) 5 Trend 7 consecutive points trending up or trending down 6 Mixture 8 consecutive points with no points in Zone C 7 Stratification 15 consecutive points in Zone C 8 Over-control 14 consecutive points alternating up and down Core algorithm of anomaly or defect detection is in zone test rules. There are eight above rules can be applied based on range chart results and can quantify defects that violates each of the rules. Data Exploration in IoT Device Intelligence 3/28/2018 IoT Device Intelligence and Real Time Anomaly Detection 7
  • 8. IoT Device Intelligence and Real Time Anomaly Detection 8 X-bar Control Chart: X-bar control chart measures process mean in different subgroups. Mean process variations can be observed at different temporal or spatio-temporal intervals. S-bar Control Chart S-bar control chart measures standard deviation and variation in lower subgroup compared to its higher sub group. Attribute Control Chart Attribute control chart plot quality characteristics that are not numerical in nature especially when defects quantification is necessary from measurements. Zone test summary helps quantifying anomalies in time series data. These zone test rules can be applied in all the measurements for a given sample and can help detect anomalies separately.
  • 9. IoT Device Intelligence and Real Time Anomaly Detection 9 Multi Variate analysis – Correlation and Linear Regression Time series pattern recognition can be applied among multiple variables. Correlation coefficient can be calculated between two variables. In below diagram Pearson Correlation Coefficient (CC) is calculated between supply air temp and return air temp and plotted for every telemetry events. This gives relation in these two variables. Return air temp can be dependent on many variables including supply air temp. Variation in Correlation Coefficient (CC) indicates new variables can be taken into consideration. Anomaly detection technique using control chart can be applied in new variable (CC).
  • 10. IoT Device Intelligence and Real Time Anomaly Detection 10 Unsupervised Learning Classification The result of attribute control chart on base variables and derived variables give us quantitative measures and help in binary classification (Good, Bad) for every events. Association rule be applied and decision tree can be created based on these classifications. In above example air quality can be classified as good air or bad air. One of the objective in BMS (Building Management Systems) is to help ensure comfort and climate control. Quantifying bad air quality at different times are very important as part of this process for preventive maintenance of different parts of this Air handling unit. Further classification can be made on bad air quality due to air infiltration or excessive room temperature or due to inaccurate functions in chiller or heater. Air infiltration or excessive room temperature can be caused in an event when supply air temperature is good based on anomaly detection but return air temperature is bad. If supply air temperature and return air temperature both answers bad quality in events, the result could indicate issues in heating coil or cooling coil or heater or chiller.
  • 11. IoT Device Intelligence and Real Time Anomaly Detection 11 Monitoring KPI, Dashboard, Alerts Measurement KPI can be monitored and alerted based on defect counts. Shifts (moving average, moving standard deviation or variation) can also be measured and monitored in given Spatio Temporal data range. Preventive Maintenance Event triggered preventive maintenance can be scheduled based on result of this classification in different parts of the system. Remote Alert monitoring and notification is also another application based on this classification.