Article in HTML

Author(s): Punit Tomar, Ankit Sharma, Sandhya Bhardwaj

Email(s): tomarpunitdelhi@gmail.com

Address:

    Department of Electronics and Communication Engineering, IIMT College of Engineering, Gretaer Noida, UP, India

Published In:   Volume - 5,      Issue - 1,     Year - 2025


Cite this article:
Punit Tomar, Ankit Sharma, Sandhya Bhardwaj (2025), Data Acquisition System for industry automation, Spectrum of Emerging Sciences, 5 (1) 14-18, 10.55878/SES2025-5-1-3

  View PDF

Please allow Pop-Up for this website to view PDF file.




INTRODUCTION

Contemporary data acquisition systems (DAQs) have become fundamental components in bridging physical phenomena with digital analysis frameworks. These systems find extensive application across scientific research laboratories and various industrial automation sectors, where they enable precise measurement and monitoring of electrical parameters including voltage and current characteristics [1].

The operational paradigm of DAQs involves a sophisticated signal processing chain. Specialized transducers initially capture analog physical quantities, which then undergo necessary signal conditioning to meet the requirements of digital processing units [1]. This transformation is critical as raw sensor outputs often require amplification, filtering, or conversion before digital interpretation.

Modern DAQ architectures incorporate multiple interdependent components forming a comprehensive ecosystem. As documented in recent studies, these typically include:

·         Sensor arrays for physical parameter detection

·         Optimized signal transmission pathways

·         Advanced signal processing modules

·         Computational hardware platforms

·         Data storage repositories

·         Specialized acquisition software [2]

The technical literature reveals diverse DAQ implementations tailored for specific applications. Notable examples include:

·         Web-enabled DAQ configurations for remote monitoring [4]

·         Embedded system solutions offering compact form factors [3]

·         Arduino-based platforms for environmental parameter analysis [5]

·         Cost-effective photovoltaic monitoring data loggers [6]

Each implementation demonstrates the adaptability of DAQ technologies to various measurement challenges, particularly in low-frequency signal acquisition scenarios. The system selection typically depends on specific application requirements regarding precision, bandwidth, and operational environment.

LITERATURE REVIEW

Chaudhari et al. (2016) investigated sensing-based IoT implementations for industrial environments [7]. Their work highlighted how embedded technologies in physical objects can facilitate data exchange with external environments. The study proposed a cloud-connected framework using environmental sensors to monitor critical conditions including temperature variations, humidity levels, and fire hazards in industrial settings.

Deshpande et al. (2016) created an intelligent monitoring system that employs IoT principles for industrial applications [8]. Their automated solution incorporates wireless sensors and Android interfaces to generate real-time alerts and make operational decisions without human intervention, demonstrating IoT's potential for smart industrial management [9].

Recent advances in IoT technologies have enabled significant innovations in industrial automation systems. Yadav (2016) proposed an internet-connected control architecture that enables remote management of industrial equipment through networked computer systems[10]. The prototype implementation demonstrated control of three industrial load devices and a motor via internet protocols, showcasing practical web-based automation capabilities.

Raspberry Pi-centered wireless automation system programmed with Python. Their design features an integrated sensor module on the Raspberry Pi platform that monitors and regulates industrial plant parameters. The researchers emphasized the system's advantages of minimal power requirements and cost-effectiveness for remote industrial control applications [3, 2, 11].

METHODOLOGY

1.       Microcontroller

Key Architectural Components:

1.       Processing Core: Executes programmed instructions and coordinates all onboard operations

2.       Memory Systems:

o    Volatile memory (RAM) for temporary data storage

o    Non-volatile memory (ROM/Flash) for permanent program storage

3.       I/O Interfaces: Enable interaction with external sensors, actuators, and devices

4.       Communication Modules: Support various serial and parallel protocols

Programming and Customization:
Engineers program microcontrollers using several common languages:

·         C/C++ for high-level development

·         Assembly language for hardware-level control

·         Manufacturer-specific languages for specialized functions

The programming process allows customization for specific operational requirements, with code typically stored in onboard non-volatile memory.

Power Efficiency Considerations:
Most modern microcontrollers emphasize low-power operation through:

·         Advanced power management circuits

·         Multiple sleep modes

·         Clock rate optimization
This makes them particularly suitable for battery-powered applications requiring extended operation.

Ubiquitous Applications:
Microcontrollers serve as the computational backbone in numerous domains:

1.       Industrial Systems: Process control, automation, monitoring

2.       Automotive Electronics: Engine management, safety systems

3.       Medical Devices: Patient monitoring, diagnostic equipment

4.       Consumer Products:

o    Home appliances

o    Digital cameras

o    Portable media players

o    Gaming systems

5.       Computer Peripherals: Keyboards, printers, storage devices

Implementation Characteristics:

·         Typically embedded within larger systems (not standalone)

·         Range from simple 4-bit to complex 32-bit architectures

·         Clock speeds varying from kHz to MHz ranges

·         Designed for specific operational environments

The widespread adoption of microcontrollers stems from their optimal balance of computational capability, power efficiency, and cost-effectiveness for dedicated control applications. Their integrated nature eliminates the need for external memory or I/O components in many implementations, making them ideal for space-constrained applications. Modern developments continue to enhance their performance while reducing power requirements and physical footprint.

 2: Wi-Fi (Wireless Fidelity)

Since the WiFi (Wireless Fidelity) module receives acknowledgement signals from the microcontroller and transmits them back to it, it is connected to the microcontroller in bidirectional arrows.the machine's state, such as whether it is on or off, and the production count, which is updated on the server via a WiFi module. The microcontroller uses the TxD pin to transmit the acknowledgement signal to the Wi-Fi module when the user logs in and an object is recognized. Additionally, these acknowledgement signals are received by the WiFi module and sent to the microcontroller, which uses the RxD pin to receive the acknowledgement signal.The server is updated with the production count and machine On/ 0ff information.

3: Sensor

A temperature sensor is a device that uses an electrical signal to measure temperature.A thermocouple or resistance temperature detector (RTD) is needed.It is the most widely used and prevalent sensor.Temperature sensor: a change in temperature is correlated with a change in its physical characteristics, such as voltage or resistance.

A device that recognizes smoke as a sign of a fire is called a smoke sensor or detector.It can provide a visual and aural alert locally in a room or a house, or it can send a signal to a fire alarm system in a large building.The smoke sensor measures the amount of smoke present in the air as well as its concentration.

4: LCD display

Numerous display devices, including LCD displays and sevensegment displays, can be interfaced with microcontrollers to read the output directly. Our project makes use of a two-line, 16-character LCD display.

 

Fig 1: 16x2 LCD display

 

Values like the quantity of items produced, the number of machines processed, and the humidity and temperature of the products are shown on the LCD once the ARDUINO UNO receives data from the DHT11, IR, and proximity sensors.These are only available to view at this time and date.Two distinct items' LCD displays.Samples are being taken for a rubber product.Rubber typically tolerates temperatures between 28 and 32 degrees Celsius and humidity levels between 50 and 58 degrees.The first image shows that the product is good because the temperature and humidity are both within the acceptable range.The second image shows that the product is defective because the temperature range is larger than usual.We may examine the subpar goods produced by industries using these statistics.

 

5. Troubleshooting and Optimization

Following hardware and software integration, the system underwent rigorous testing to identify and resolve issues.

 

Fault Analysis:

Minor problems including voltage variations and sensor errors were discovered during the initial testing. By recalibrating the sensor and improving the circuit architecture, these problems were resolved.

 

 

BLOCK DIAGRAM

 

Fig 2: Complete block diagram of the system

 

RESULTS AND DISCUSSION

1 Sensor Data Collection (e.g., temperature, pressure, or     strain sensors):

  • Objective: To collect real-time sensor data for analysis or monitoring.
  • Expected Results:
    • Raw sensor data (e.g., temperature values in °C, pressure readings in psi).
    • Processed data (e.g., average, maximum, minimum, or rate of change).
    • Real-time visualizations like graphs or charts.

2. Environmental Monitoring:

  • Objective: Collect data from environmental sensors for air quality, humidity, or pollution levels.
  • Expected Results:
    • Air quality index (AQI) over time.
    • Graphical representation of pollutant concentrations.
    • Threshold-based alerts or alarms for abnormal levels.

3. Vibration Monitoring (Structural Health     Monitoring):

  • Objective: Measure vibrations in machinery or structures to detect wear or potential failures.
  • Expected Results:
    • Vibration amplitude and frequency spectrums.
    • Identification of abnormal vibration patterns indicating potential issues.
    • Predictive analysis results, indicating the likelihood of failure.

4. Industrial Automation or Process Control:

  • Objective: Automate data collection from factory equipment and ensure process efficiency.
  • Expected Results:
    • System performance metrics (e.g., throughput, efficiency).
    • Control signals sent to equipment based on real-time data.
    • Alarms or notifications when process variables deviate from acceptable ranges.

5.  Biomedical Applications (e.g., ECG, EEG):

  • Objective: Collect physiological signals from patients or test subjects for medical analysis.
  • Expected Results:
    • Electrocardiogram (ECG) or electroencephalogram (EEG) data plots.
    • Frequency and amplitude of detected signals.
    • Anomalies such as arrhythmias or irregular brain waves.

                    

                         Fig. 3: Complete assembled system

1. Component Specifications

The table below summarizes the specifications of the key components used in the project.

 

Table 1: Important components/module used

 

S.no

Components

1

Microcontroller

 

2

Temperature Sensor

 

3

Smoke sensor

 

4

LED Bulb

 

5

Fan/Air Conditioner

 

6

Heating gun 

CONCLUSION:

Data acquisition plays a pivotal role across various industries, serving as the foundation for accurate measurements, real-time monitoring, and informed decision-making. While these systems offer significant benefits, including precision and automation, they often come with challenges such as complexity and high implementation costs. Successful deployment requires careful planning, from selecting appropriate sensors to ensuring proper system maintenance. Despite these hurdles, data acquisition remains indispensable in today’s data-driven world, enhancing efficiency, maintaining quality standards, and driving innovation. As technology advances, the development of more cost-effective and user-friendly solutions will further expand the capabilities and accessibility of these systems, ensuring their continued relevance in industrial and scientific applications.



Related Images:

Recomonded Articles:

Author(s): Sushant Bindra; Mehak Piplani

DOI: 10.55878/SES2021-1-1-2         Access: Open Access Read More

Author(s): Sandhya Bhardwaj; Abhishek Kumar Singh; Ashish Kumar Jha; Aman Kumar

DOI: 10.55878/SES2023-3-1-10         Access: Open Access Read More

Author(s): Reena Rawat

DOI:         Access: Open Access Read More

Author(s): Karan Kumar Giri; Abhishek Singh; Mohammad Intiyaj Alam; Basanta Mahato

DOI: 10.55878/SES2023-3-1-8         Access: Open Access Read More

Author(s): Shraddha Vaishnav; Ashish Saraf; Vishwaprakash Roy; Ankita Kukreja

DOI: 10.55878/SES2024-4-1-5         Access: Open Access Read More

Author(s): Sunny Raj; Yash Kumar Singh Jadon; Basanta Mahto

DOI: 10.55878/SES2024-4-1-10         Access: Open Access Read More

Author(s): Juhi Mishra; Sapna Sorrot; Seema Nayak; Puneet Mittal

DOI: 10.55878/SES2024-4-1-7         Access: Open Access Read More

Author(s): Rahul Singh; Preeti; Snehil; Taslima Ahmed

DOI: 10.55878/SES2023-3-1-4         Access: Open Access Read More

Author(s): Sarfraj Ansari; Santosh Yadav; Nitish Kumar Rai

DOI: 10.55878/SES2023-3-1-7         Access: Open Access Read More

Author(s): Abhishek Kr Dubey; Sumit Singh; Deepak Sahu

DOI: 10.55878/SES2024-4-1-6         Access: Open Access Read More

Author(s): Akhlad Kadri; Ajaharudin Ansari; Alok Gond

DOI: 10.55878/SES2023-3-1-3         Access: Open Access Read More

Author(s): Akshika Singh; Anshika Pandey; Aman Patel; Seema Nayak

DOI: 10.55878/SES2024-4-1-9         Access: Open Access Read More

Author(s): Deep Shikha; Seema Nayak; Anisha Anand

DOI: 10.55878/SES2024-4-1-14         Access: Open Access Read More

Author(s): Sachin Chhonker; Om Tripathi; Arpita Gupta

DOI: 10.55878/SES2024-4-1-17         Access: Open Access Read More

Author(s): Roshan Kumar; Rahul Yadav; Pankaj Jha

DOI: 10.55878/SES2024-4-1-13         Access: Open Access Read More

Author(s): Punit Tomar, Ankit Sharma, Sandhya Bhardwaj

DOI: 10.55878/SES2025-5-1-3         Access: Open Access Read More

Author(s): Jatin Bora, Dharmesh Lodhi, Arpita Gupta

DOI: 10.55878/SES2025-5-1-8         Access: Open Access Read More

Author(s): Rishav Raj, Dinesh Kumar Yadav

DOI: 10.55878/SES2025-5-1-6         Access: Open Access Read More

Author(s): Anmol Nagar, Sheetal Nagar

DOI: 10.55878/SES2025-5-1-9         Access: Open Access Read More