Skip to main content

EDGE Essentials in IIoT

EDGE Essentials in IIoT 

Architecting an IIoT system begins at the edge where industrial "things" are instrumented with sensors, actuators and edge nodes. 
Key attributes: 
  • On board data processing reduces the latency for time critical control decisions. 
  • Synchronized data can be acquired.
  • Edge ready hardware is available.
To deploy IoT systems at the edge, below mentioned are the considerations. 
  • Data Acquisition 
  • Data processing
  • Control
  • Communication
  • Security
  • Deployment
Data Acquisition: Data is collected using edge nodes such as sensors, actuators at the machinery. Data can be temperature, pressure, position, vibration, rpm, motor/pump speed etc. When we talk about Data Acquisition, we have to consider sample rate of the data (i.e. at what time/moment need to collect each sample/data), resolution, triggering, signal conditioning and Isolation. 
Let me explain each term: Sample rate is number of samples per second taken from a analog (continuous) signal. Resolution is the number of bits that are used to represent each signal. Triggering indicates when particular data is crossed its threshold value then only we will take that sample for processing. In triggering also, continuous monitoring of data is there, but when threshold  value crosses, then only we collect the data.  Signal conditioning is the manipulation of a signal in a way that prepares the signal for the next stage of data processing. It improves the signal quality. Isolation is to isolate different signals from noise and other environmental disturbances.
Majority of the time spent on collecting data, instead of that time must be spent on analyzing the data. In my next article i will be discussing more about other considerations in EDGE essentials. 
Thank you. 



Comments

Popular posts from this blog

FMEA Types and steps involved

FMEA means Failure Mode and Effects Analysis. There are 3 types of FMEAs.  System FMEA (SFMEA) Design FMEA  (DFMEA) Process FMEA  (PFMEA) SFMEA is for System and used to analyze the failures of the end product in a customer's system. It focuses on the potential failure modes associated with the functions of the end product.  DFMEA begins with the development of information to understand the system, subsystem or component being analyzed and defines their functional requirements and characteristics. It focuses on potential failure modes associated with the function of each system, subsystem or component being analyzed.  PFMEA is used to analyze manufacturing and assembly processes. It focuses on process inputs.  FMEA Processes - Steps Involved  There are 13 steps in creating an FMEA. Please find the attached diagram. Step 2: Define the Function  What is the system, the sub system or process steps supposed to d...