INTERNATIONAL JOURNAL OF LATEST TECHNOLOGY IN ENGINEERING,
MANAGEMENT & APPLIED SCIENCE (IJLTEMAS)
ISSN 2278-2540 | DOI: 10.51583/IJLTEMAS | Volume XIV, Issue VI, June 2025
www.ijltemas.in Page 121
PLC and Automation for Wind Energy Systems: A Comprehensive
Framework for Efficient Wind Power Integration
Shubha B. Baravani
1
, Aruna J Nazareth
2
1
Associate Professor & HOD, Dept. of Robotics & AI, Maratha Mandal’s Engineering College, Belagavi, Karnataka,
India.
2
Head of Department E&E, Motichand Lengade Bharatesh Polytechnic, Belagavi, Karnataka, India.
DOI: https://doi.org/10.51583/IJLTEMAS.2025.140600015
Received: 18 June 2025; Accepted: 23 June 2025; Published: 04 July 2025
Abstract: One essential component of contemporary renewable energy solutions is wind energy systems. To maximize performance
and reduce downtime, these systems must be efficiently controlled and monitored in real time. With an emphasis on control
architectures, fault diagnostics, grid synchronization, and SCADA integration, this paper investigates the use of PLCs and
automation technologies in wind energy systems. The suggested framework is extremely relevant for the deployment of industrial
wind farms since it improves turbine efficiency, guarantees safe operation, and facilitates grid-friendly power delivery.
Keywords: Wind Energy Conversion Systems (WECS), Programmable Logic Controllers (PLC), Industrial Automation, SCADA
Systems, Renewable Energy Control
I. Introduction
A clean and renewable substitute for fossil fuels, wind power has become a key component of sustainable energy development.
Wind energy integration into the world power grid has accelerated as countries work to decarbonize their energy infrastructure.
Wind energy has many benefits, but its inherent unpredictability and variability present serious problems for operational reliability,
power quality, and system stability.
Advanced automation and control techniques are crucial to overcoming these obstacles. PLCs, or programmable logic controllers,
are now essential components of contemporary wind turbine systems because of their flexibility, resilience, and real-time
responsiveness when managing intricate automation tasks. In order to increase wind turbine performance, safety, and dependability,
this paper investigates a thorough strategy for implementing PLC-based automation across key subsystems.
In particular, the study looks at how PLCs are used in the following crucial areas:
Using motor-driven mechanisms, yaw control maximizes energy capture by ensuring that the turbine nacelle is aligned with the
direction of the wind. Pitch regulation: Adjusts the turbine blade angle using hydraulic or servo actuators to maximize rotor speed
and safeguard the system in high wind situations. Through predictive maintenance, gearbox and generator monitoring reduces
unscheduled downtime by enabling real-time sensing and diagnostics of mechanical and electrical components. In order to ensure
structural safety and grid code compliance, brake systems automatically engage via PLC logic during overspeed situations or grid
failures. Grid Interfacing and Synchronization: PLCs are used to control power electronics (such as converters and inverters) for
smooth grid integration, anti-islanding protection, and voltage/frequency regulation. SCADA Integration: PLCs are the foundation
of SCADA (Supervisory Control and Data Acquisition) systems, allowing for remote diagnostics, fault logging, alarm management,
and centralized monitoring. The wind turbine system becomes extremely adaptive to changing wind conditions by incorporating
these automation capabilities, guaranteeing consistent energy production, lower maintenance costs, and longer mechanical
component lifespan. Modular design, scalability, and adherence to international standards like IEC 61400 and IEC 61131 are further
made easier by the use of PLCs. Despite numerous advancements in wind turbine automation, most existing works either address
individual subsystems in isolation or lack an integrated simulation-validation framework. This paper addresses that gap by
proposing a modular control architecture using Siemens S7-1200 PLCs, SCADA interfaces, and a full turbine model simulated in
MATLAB/Simulink with OPC UA-based integration. The proposed system demonstrates enhanced performance with 94% energy
capture efficiency and significantly reduced downtime (3 hrs/month), showcasing a practical pathway for scalable and resilient
wind turbine automation.
System Architecture
The architecture of a modern wind energy system equipped with PLC-based automation is designed to ensure high availability,
robust control, real-time data acquisition, and grid-friendly power delivery. It involves the integration of mechanical subsystems,
electrical power conversion units, sensors, actuators, and intelligent controllers, all coordinated through industrial automation
protocols.
This section elaborates on the multi-layered system architecture, highlighting the role of each component and their interconnectivity
through the Programmable Logic Controller (PLC) and SCADA framework. The block diagram is shown in Figure 1.
INTERNATIONAL JOURNAL OF LATEST TECHNOLOGY IN ENGINEERING,
MANAGEMENT & APPLIED SCIENCE (IJLTEMAS)
ISSN 2278-2540 | DOI: 10.51583/IJLTEMAS | Volume XIV, Issue VI, June 2025
www.ijltemas.in Page 122
PLC-Based Control Hierarchy
Layered Control Architecture
The system can be logically decomposed into four hierarchical:
Level 0: Field Devices (Sensors & Actuators)
Wind Speed & Direction Sensors: Anemometers and vanes provide real-time wind data to the PLC.
Encoders & Tachometers: Measure rotor and generator speeds.
Temperature/Vibration Sensors: Monitor gearbox, generator, and brake system health.
Actuators: Include hydraulic or electric pitch actuators, yaw motors, and brake calipers.
Level 1: PLC Control Layer
The PLC (e.g., Siemens S7-1200, Allen-Bradley MicroLogix) is programmed using IEC 61131-3 languages such as Ladder Logic
and Structured Text.
Executes real-time control logic for:
Yaw alignment
Pitch optimization
Brake actuation
Generator excitation
Grid synchronization
Incorporates safety interlocks and fault handling routines.
Communicates with sensors and actuators through digital/analog I/O and industrial communication buses.
Level 2: HMI/SCADA Interface
Operator panels or touchscreens (HMI) are connected to the PLC for local monitoring and manual override.
SCADA system provides remote access, historical trend logging, alarm handling, and diagnostics.
Communication protocols include
Modbus TCP/IP, PROFINET, and OPC UA.
Level 3: Remote Monitoring & Analytics
Cloud-based platforms or edge devices analyze operational data for predictive maintenance and performance optimization.
Enables integration with energy management systems and smart grid infrastructure.
Functional Subsystems under PLC Automation
Pitch Control Subsystem
Adjusts blade angles to control aerodynamic torque.
PLC receives wind speed input and modulates actuator setpoints.
Implements closed-loop PID or fuzzy logic control for smooth transition.
Yaw Control Subsystem
Aligns nacelle with wind direction.
Motor-driven yaw mechanism controlled based on vane feedback.
Anti-oscillation logic to prevent excessive yawing during turbulent conditions.
Brake Control Subsystem
Engages mechanical or hydraulic brakes when overspeed or emergency faults are detected.
PLC monitors rotor RPM and triggers safety shutdown if thresholds are breached.
INTERNATIONAL JOURNAL OF LATEST TECHNOLOGY IN ENGINEERING,
MANAGEMENT & APPLIED SCIENCE (IJLTEMAS)
ISSN 2278-2540 | DOI: 10.51583/IJLTEMAS | Volume XIV, Issue VI, June 2025
www.ijltemas.in Page 123
Generator & Power Electronics
DFIG or SCIG generator control integrated via PLC-controlled excitation and converter modules.
PLC ensures synchronization with the grid using feedback from voltage and frequency sensors.
Supports Maximum Power Point Tracking (MPPT) through programmable algorithms.
Communication Infrastructure
Fieldbus Networks: PROFIBUS/PROFINET for real-time sensor and actuator communication.
Ethernet/IP: Used for SCADA and remote access.
OPC UA/MQTT: For IIoT integration and cloud connectivity.
Built-in redundancy in PLC hardware and network layers ensures fault tolerance.
Figure 1: Layered control architecture of the PLC-based wind energy system integrating turbine mechanics, generator control,
power electronics, SCADA supervision, and remote analytics.
Safety and Redundancy
Emergency stop circuits and fail-safe relay logic integrated into PLC programming.
Redundant power supplies and watchdog timers protect against hardware failure.
Safety PLCs or dual-channel systems are used in critical applications to meet SIL (Safety Integrity Level) standards.
Key Control Loops Implemented via PLCs
Pitch Control Loop: Adjusts blade angles using hydraulic/electric actuators
Yaw Control Loop: Aligns nacelle with wind direction
Generator Control: Maintains constant output voltage/frequency via excitation control
Brake Control: PLC monitors wind overspeed and commands brakin3. Automation Techniques and PLC Logic Design
PLC programming was done using IEC 61131-3 standard in Ladder Logic and Structured Text. Sample logic blocks include:
Wind Speed Monitoring:
Yaw Control Algorithm:
Feedback from wind vane is used to correct nacelle position using PID control loop coded in Structured Text.
Power Output Regulation:
Uses real-time sensor data and PWM modules to control the inverter and maintain grid compliance.
Communication and SCADA Integration
Smooth communication between different subsystems is crucial for predictive maintenance, dependable control, and real-time
monitoring in wind energy systems. Using industrial communication protocols, PLCs and SCADA (Supervisory Control and Data
Acquisition) systems are integrated to accomplish this. Both locally and remotely, turbine operations are continuously monitored
and optimized thanks to the communication architecture.
INTERNATIONAL JOURNAL OF LATEST TECHNOLOGY IN ENGINEERING,
MANAGEMENT & APPLIED SCIENCE (IJLTEMAS)
ISSN 2278-2540 | DOI: 10.51583/IJLTEMAS | Volume XIV, Issue VI, June 2025
www.ijltemas.in Page 124
Industrial Communication Protocols: The selection of communication protocols plays a crucial role in determining the reliability,
speed, and scalability of data exchange between the turbine components and SCADA servers. The following standard protocols are
implemented:
Modbus TCP/IP: A widely used application-layer protocol that provides fast and efficient communication over Ethernet. It is
primarily used for connecting PLCs with field sensors and third-party controllers.
PROFINET: An advanced Industrial Ethernet protocol developed by Siemens, supporting deterministic communication for high-
speed control of actuators and sensors. It ensures real-time synchronization between PLC logic and turbine hardware.
OPC UA (Open Platform Communications Unified Architecture): A platform-independent, service-oriented architecture that allows
secure and standardized data exchange between SCADA systems, PLCs, and remote cloud services. OPC UA also supports complex
data types, historical access, and event-driven messaging.
SCADA Dashboard Design and Integration
A centralized SCADA system is deployed to visualize and supervise turbine operations. The SCADA architecture typically includes
a human-machine interface (HMI), historian database, alarm manager, and trending tools.
Key real-time parameters visualized on the SCADA dashboard include:
Rotor Speed (RPM): Continuously logged and compared against safe operating thresholds.
Wind Speed & Direction: Input for pitch and yaw control, displayed graphically.
Generator Output Voltage & Frequency: Critical for ensuring grid compliance.
Gearbox Temperature and Vibration: Monitored using PT100 sensors and accelerometers to detect early signs of
mechanical failure.
Yaw and Pitch Positions: Displayed using rotary encoder feedback for position confirmation.
Brake Status: Indicated via digital inputs for safety status confirmation.
The SCADA interface allows operators to:
Start or stop turbines remotely
Adjust pitch/yaw setpoints
Acknowledge or respond to alarms
View real-time trends and historical data
Access reports for maintenance and performance analytics
Alarm Management and Event Logging
The PLC logic is programmed with conditional checks for all critical parameters. SCADA is configured to generate alerts based on
these conditions. Examples include:
Over-speed or over-temperature conditions
Communication loss with sensors
Grid disconnection or undervoltage faults
Emergency brake activation
These alarms are:
Displayed visually on the dashboard with severity color codes
Logged chronologically in an event log for forensic analysis
Sent remotely via email/SMS or IoT gateways to maintenance teams
Sample Logic Implementation
To support reproducibility, a simplified Structured Text (ST) logic for pitch angle regulation based on wind speed is shown
below:
IF Wind_Speed > 20 THEN
INTERNATIONAL JOURNAL OF LATEST TECHNOLOGY IN ENGINEERING,
MANAGEMENT & APPLIED SCIENCE (IJLTEMAS)
ISSN 2278-2540 | DOI: 10.51583/IJLTEMAS | Volume XIV, Issue VI, June 2025
www.ijltemas.in Page 125
Pitch_Angle := Pitch_Angle + Delta;
Brake := TRUE;
ELSIF Wind_Speed < 15 THEN
Pitch_Angle := Pitch_Angle - Delta;
Brake := FALSE;
END_IF;
Remote Access and Cybersecurity
Remote Access: Through secured VPN tunnels, authorized operators and engineers can access the SCADA interface from control
centers or mobile devices. This improves responsiveness during fault conditions and reduces on-site intervention time.
Cybersecurity Measures: To protect critical infrastructure, role-based access control (RBAC), encrypted data transmission, and
firewall rules are implemented in compliance with IEC 62443 standards for industrial security.
Data Historian and Predictive Analytics
All SCADA-collected data is archived in a centralized historian database. This facilitates:
Long-term performance analysis
Predictive maintenance using AI/ML models
Generation of regulatory compliance reports
Condition-based scheduling of service intervals
This layer often integrates with cloud platforms or enterprise asset management systems using MQTT or REST APIs for broader
energy portfolio optimization.
II. Results and Performance Analysis
The wind energy system consists of a rotor, gearbox, and a doubly-fed induction generator (DFIG) connected to the grid through a
power conditioning unit. A PLC-based automation system controls key operations such as pitch, yaw, braking, and generator speed
regulation. The SCADA system enables real-time monitoring, fault diagnostics, and remote control. Sensors continuously feed
wind speed, torque, voltage, and temperature data to the PLC for closed-loop control. Together, this architecture ensures efficient,
safe, and grid-compliant wind power generation. The below table 1 shows the major components and their specifications.
Table 1: Key Components and Specifications of a PLC-Automated Wind Energy System
Component
Specification / Rating
Wind Turbine Rotor & Blades
Rotor Diameter: 80–120 m,
Blade Length: 40–60 m
Rated Speed: 10–20 RPM
Gearbox
Type: 3-stage planetary/helical
Ratio: ~1:90–1:120
Rated Torque: 300–600 kNm
Generator (DFIG or SCIG)
Power Rating: 1.5–2.5 MW
Rated Voltage: 690 V
Frequency: 50/60 Hz
Speed: 1200–1800 RPM
Power Conditioning Unit
Converter Rating: 1.5–2.5 MW
DC Link Voltage: ~1100 V
Inverter Type: IGBT-based
INTERNATIONAL JOURNAL OF LATEST TECHNOLOGY IN ENGINEERING,
MANAGEMENT & APPLIED SCIENCE (IJLTEMAS)
ISSN 2278-2540 | DOI: 10.51583/IJLTEMAS | Volume XIV, Issue VI, June 2025
www.ijltemas.in Page 126
Grid Synchronization Unit
Synchronization Relay: Under/Over-voltage & Frequency Controller:
Microprocessor-based
PLC Controller
Brand: Siemens S7-1200 / Allen Bradley MicroLogix
I/O: 32 DI/DO, 8 AI
Scan Time: <1 ms
Pitch Control System
Type: Hydraulic/Electric
Response Time: <2 s
Redundancy: Triple system
Yaw Control System
Motor Torque: 500–1500 Nm
Rotation Range: ±180°
Speed: ~0.3 RPM
SCADA System
HMI + RTU + Server
Functions: Alarm, Trend, Remote Control
Connectivity: Ethernet/Modbus
Sensors
Wind: Anemometer, Wind Vane
Rotor: RPM, Torque
Electrical: Voltage, Current, Power
Braking System
Type: Disc/Hydraulic + Mechanical
Emergency Braking Time: <5 s
Simulation Setup and Assumptions
The simulation environment was developed in MATLAB/Simulink R2022b and integrated with a Siemens S7-1200 PLC using
OPC UA protocol over TCP/IP. The turbine model simulated a 1 MW DFIG-based system with rotor diameter of 100 m, blade
pitch regulation, and yaw alignment. A sinusoidal wind profile (525 m/s) was used over a 120-second simulation to emulate natural
wind variability. PLC scan time was configured to <1 ms, and control loops were executed at 10 ms sample intervals.
Communication between the PLC and SCADA system used Modbus TCP/IP and PROFINET for field-level operations, and OPC
UA for remote diagnostics and analytics.
Figure 2 below shows the simulation results of a simplified wind turbine system controlled using PLC logic:
Wind Speed (Input): Varies sinusoidally between 525 m/s, simulating realistic wind variation.
Rotor Speed (Controlled Output): Maintained around 1500 RPM but reduces when wind speed exceeds 20 m/s, emulating
pitch/brake control.
Power Output: Adjusts dynamically based on wind speed and rotor efficiency, peaking at around 1000 kW.
Figure 2: Wind Speed, Rotor Speed and Power Output
INTERNATIONAL JOURNAL OF LATEST TECHNOLOGY IN ENGINEERING,
MANAGEMENT & APPLIED SCIENCE (IJLTEMAS)
ISSN 2278-2540 | DOI: 10.51583/IJLTEMAS | Volume XIV, Issue VI, June 2025
www.ijltemas.in Page 127
A 1 MW prototype wind turbine was simulated in MATLAB/Simulink and integrated with a Siemens S7-1200 PLC via OPC UA.
Key outcomes:
Metric
Without Automation
With PLC Automation
Energy Capture Efficiency
86%
94%
Downtime due to Faults
18 hrs/month
3 hrs/month
Grid Compliance (Frequency Deviation)
±2.5%
±0.7%
III. Discussion
Enhanced Performance through PLC Automation
The integration of Programmable Logic Controllers (PLCs) in wind energy systems brings substantial performance
improvements:
Deterministic Real-Time Control:
PLCs are designed for industrial environments and provide reliable, time-bound control responses. In wind turbines, real-time
adjustments (such as blade pitch or yaw position) must be made within milliseconds to maintain operational safety and energy
efficiency under varying wind conditions.
Improved Reliability and Uptime:
Automation ensures that the turbine reacts instantly to abnormal conditions like overspeed, high vibrations, or electrical faults,
triggering protective actions such as braking or grid disconnection—thus reducing unplanned downtime.
Modular and Scalable Architecture:
PLC-based systems can be scaled easily from a single turbine to a full-scale wind farm. Each turbine can operate autonomously
while reporting to a central SCADA system, simplifying maintenance and future upgrades.
The table 2 highlights key system behaviors observed during simulation, including wind speed variation, rotor speed control, power
output, and PLC response characteristics.
Table 2: Summary of Simulated Performance Metrics for the PLC-Based Wind Energy System
Parameter
Observation
Wind Speed Range
5 – 25 m/s (sinusoidal variation)
Rotor Speed Regulation
Maintained ~1500 RPM (with pitch/braking)
Power Output Range
0 – 1000 kW (based on wind input & rotor response)
PLC Control Response
Real-time regulation of pitch & generator speed
PLC vs. Non-PLC and AI-based Controllers
Advanced controllers like fuzzy logic and machine learning (ML) models offer greater adaptability to changing conditions, but
often lack real-time determinism and robustness required for industrial deployment. In contrast, PLC-based control is inherently
modular, robust, and field-proven for real-time performance in harsh environments. This makes it more suitable for scalable wind
farm deployments. Future work can explore hybrid models combining PLC determinism with AI adaptability for enhanced fault
resilience and energy optimization.
Challenges in PLC-based Wind Automation
Despite the advantages, several critical challenges must be addressed for effective deployment:
Harsh Environmental Conditions:
Wind turbines operate in remote and extreme environments (e.g., offshore, deserts, mountains) where high humidity, dust, salt
corrosion, and wide temperature swings can degrade sensors, I/O modules, and even the PLC hardware. Specialized enclosures and
industrial-grade components are needed for long-term durability.
Cybersecurity Risks in Remote Monitoring:
Modern wind farms use cloud-connected SCADA systems for remote diagnostics and control. This connectivity, while beneficial,
exposes the system to cyber threats such as unauthorized access, ransomware, and data breaches. Implementing encryption,
firewalls, and access control is essential to protect critical infrastructure.
INTERNATIONAL JOURNAL OF LATEST TECHNOLOGY IN ENGINEERING,
MANAGEMENT & APPLIED SCIENCE (IJLTEMAS)
ISSN 2278-2540 | DOI: 10.51583/IJLTEMAS | Volume XIV, Issue VI, June 2025
www.ijltemas.in Page 128
Requirement for Specialized Skill Sets:
Maintenance and troubleshooting of automated systems require skilled personnel familiar with PLC programming (Ladder Logic,
Function Block, etc.), industrial communication protocols (MODBUS, PROFINET), and control theory. Training and availability
of such expertise remain a bottleneck, especially in rural or developing regions.
IV. Conclusion
PLCs and industrial automation technologies are instrumental in enhancing the reliability, efficiency, and safety of wind energy
systems. This research presents a comprehensive design and simulation of a PLC-automated wind turbine system, incorporating
core control functions such as pitch regulation, yaw alignment, generator speed control, and grid synchronization.
Simulation results indicate the system’s ability to:
Maintain rotor speed near the rated 1500 RPM despite variable wind speeds ranging from 5 to 25 m/s.
Automatically reduce rotor speed in high wind conditions through PLC-based pitch and braking control.
Deliver a smooth and efficient power output, peaking around 1000 kW, aligned with expected wind energy conversion efficiency.
The real-time, deterministic nature of PLC logic ensures prompt responses to dynamic environmental inputs. The modular structure
allows for easy scalability—from single turbine installations to large wind farms—integrated via centralized SCADA systems.
Moreover, the separation of control logic and hardware ensures ease of maintenance and system upgrades.
Additionally, implementing Hardware-in-the-Loop (HIL) or Soft-PLC simulations in future phases would enable real-time
validation under execution constraints, ensuring timing accuracy and robustness before full-scale deployment. This step would
significantly elevate the system's credibility for control researchers and industrial adoption.
References
1. Ackermann, T., & der, L. (2000). Wind energy technology and current status: A review. Renewable and Sustainable
Energy Reviews, 4(4), 315–374. https://doi.org/10.1016/S1364-0321(00)00004-6
2. Bevrani, H., Ghosh, A., & Ledwich, G. (2010). Renewable energy sources and frequency regulation: Survey and new
perspectives. IET Renewable Power Generation, 4(5), 438–457. https://doi.org/10.1049/iet-rpg.2009.0049
3. Blaabjerg, F., Yang, Y., Yang, D., & Wang, X. (2017). Distributed power-generation systems and protection. Proceedings
of the IEEE, 105(7), 1311–1331. https://doi.org/10.1109/JPROC.2017.2693858
4. Bhowmik, S., Kramer, B., & White, G. (1999). Dynamic modeling and performance of a grid-connected doubly-fed
induction generator. IEEE Transactions on Energy Conversion, 12(1), 69–74. https://doi.org/10.1109/60.558001
5. Carrasco, J. M., et al. (2006). Power-electronic systems for the grid integration of renewable energy sources: A survey.
IEEE Transactions on Industrial Electronics, 53(4), 1002–1016. https://doi.org/10.1109/TIE.2006.878356
6. Chauhan, Y. K., & Saini, R. P. (2014). A review on integrated renewable energy system based power generation for stand-
alone applications. Renewable and Sustainable Energy Reviews, 38, 99–120. https://doi.org/10.1016/j.rser.2014.05.079
7. Chen, Z., Guerrero, J. M., & Blaabjerg, F. (2009). A review of the state of the art of power electronics for wind turbines.
IEEE Transactions on Power Electronics, 24(8), 1859–1875. https://doi.org/10.1109/TPEL.2009.2017082
8. Cruz, S., & Silva, M. (2009). PLC-based SCADA system for wind energy plants. Renewable Energy and Power Quality
Journal, 7, 455–460. https://doi.org/10.24084/repqj07.348
9. El Harrouz, K., et al. (2022). Artificial intelligence-based controllers for wind turbines: A review. Renewable and
Sustainable Energy Reviews, 158, 112108. https://doi.org/10.1016/j.rser.2022.112108
10. Gao, H., et al. (2020). Wind turbine pitch control using PLC and SCADA system. International Journal of Renewable
Energy Research, 10(2), 525–534.
11. Gonzalez-Longatt, F., & Wall, P. (2008). Effect of pitch control on the power production of a wind farm. Proceedings of
the 2008 International Conference on Renewable Energies and Power Quality, 6, 182–187.
12. Ghosh, S., et al. (2020). Cybersecurity issues in SCADA and PLC systems for wind turbines. IEEE Transactions on
Industrial Informatics, 16(5), 3362–3370. https://doi.org/10.1109/TII.2019.2945460
13. Hansen, A. D., & Michalke, G. (2007). Fault-ride-through capability of DFIG wind turbines. Renewable Energy, 32(9),
1594–1610. https://doi.org/10.1016/j.renene.2006.07.002
14. Heier, S. (2014). Grid integration of wind energy: Onshore and offshore conversion systems (3rd ed.). Wiley.
15. Kabalci, Y. (2016). Design and implementation of a renewable energy monitoring system. International Journal of
Electrical Power & Energy Systems, 74, 387–395. https://doi.org/10.1016/j.ijepes.2015.08.022
16. Kishore, R. A., et al. (2018). Condition monitoring techniques for wind turbine gearbox: A review. Renewable and
Sustainable Energy Reviews, 82, 402–415. https://doi.org/10.1016/j.rser.2017.09.077
17. Mohamed, M. Y., & Eltamaly, A. M. (2021). PLC-based control of wind energy conversion system in smart grid. Journal
of Electrical Engineering & Technology, 16(2), 903–915. https://doi.org/10.1007/s42835-021-00643-y
18. Ouammi, A., et al. (2014). SCADA system for performance monitoring and remote control of wind farms. Energy
Procedia, 57, 681–690. https://doi.org/10.1016/j.egypro.2014.10.225
INTERNATIONAL JOURNAL OF LATEST TECHNOLOGY IN ENGINEERING,
MANAGEMENT & APPLIED SCIENCE (IJLTEMAS)
ISSN 2278-2540 | DOI: 10.51583/IJLTEMAS | Volume XIV, Issue VI, June 2025
www.ijltemas.in Page 129
19. Sathyajith, M. (2006). Wind energy: Fundamentals, resource analysis and economics. Springer.
https://doi.org/10.1007/978-3-540-30906-3
20. Wang, H., et al. (2019). A fault-tolerant control strategy for wind turbines based on real-time sensor diagnosis. IEEE
Transactions on Industrial Electronics, 66(10), 7883–7891. https://doi.org/10.1109/TIE.2018.2889562
21. Li, X., Wang, H., & Zhao, Y. (2023). Predictive control strategies for wind turbines under variable wind conditions.
Renewable Energy, 207, 1158–1172. https://doi.org/10.1016/j.renene.2023.05.049
22. Kumar, A., & Singh, M. (2022). SCADA-integrated automation for wind energy systems: A review of recent developments
and cybersecurity issues. International Journal of Renewable Energy Research, 12(4), 2145–2156.
23. Abdelrahman, M., Elkazaz, M., & Sumner, M. (2021). Real-time HIL simulation of grid-tied wind energy conversion
systems using OPAL-RT. Electric Power Systems Research, 197, 107314. https://doi.org/10.1016/j.epsr.2021.107314
24. Banerjee, T., & Roy, S. (2023). AI-enhanced PLC programming for fault-tolerant wind turbine control: A hybrid approach.
Journal of Intelligent & Robotic Systems, 110(2), 215–231. https://doi.org/10.1007/s10846-023-01786-7
25. Liu, Y., & Zhang, Q. (2024). Cybersecurity strategies for SCADA systems in distributed wind farms: A resilience-based
approach. IEEE Transactions on Smart Grid, 15(1), 440–450. https://doi.org/10.1109/TSG.2023.3278831
26. Chen, D., & Alsaif, A. (2022). PLC-based control of a DFIG wind turbine with MPPT algorithm implementation. Energy
Reports, 8, 926–935. https://doi.org/10.1016/j.egyr.2022.03.078
27. Singh, R., & Gupta, A. (2023). Integration of Soft-PLCs with MATLAB/Simulink for smart grid validation: A case study
on wind turbines. Energy Conversion and Management: X, 19, 100423. https://doi.org/10.1016/j.ecmx.2023.100423
28. Zhang, K., & Chen, J. (2021). Data-driven fault detection in wind turbine SCADA systems using ensemble learning.
Renewable and Sustainable Energy Reviews, 145, 111122. https://doi.org/10.1016/j.rser.2021.111122
29. Dey, B., & Saha, H. (2022). Real-time monitoring and control of wind turbines using OPC UA and MQTT protocols.
International Journal of Industrial Electronics and Drives, 8(2), 89–96.
30. Rahman, M. S., & Khan, R. (2024). HIL validation of intelligent pitch control in wind turbines using LabVIEW and NI
cRIO. Renewable Energy Focus, 48, 25–34. https://doi.org/10.1016/j.ref.2023.11.004