Articles

Arduino-Based Overcurrent Relay Design with Very Inverse Type

The protection system is a very important system in the electric power system, because this protection system functions as a safety for electrical equipment from abnormal events or disturbances. In this study ever current relay is used as a protection system, over current relay works based on the current value measured by the PZEM-004T current sensor. The value of the current sensor will be output from the arduino to the relay module, so that the relay will work according to the current limit setting that will be progammed on the UNO arduino as a command to the relay module to break or connect the current in the circuit. The current value and the state of the overcurrent relay will be displayed on the LCD that receives input from the arduino Uno. Very inverse type overcurrent relay (OCR) is one type of OCR that has a longer trip delay time for smaller fault currents and faster at large currents. This allows the system to aperate again faster after a small disturbance. This research aims to design and build dan Arduino-based very inverse type OCR. The system uses PZEM-004T current sensor to detect the current and Arduino Uno microcontroller to process the data and control the relay. The characteristics of the trip delay time of the very inverse type OCR are programmed according to the IEEE C37.122 Standard. With TMS values ranging from 0.01 to 13 seconds. The programme is given setting current value of 2 Amperes and a TMS value of 0.05 seconds. In the test carried out, it was found that the current and trip time were directly proportional to the simulation experiments in ETAP although there was still a slight difference in the tiime difference in current disconnection based on the comparison curve.

Design and Construction of Thermal Overload Relay (Siemens 3ua50) Based on Arduino Uno

A Thermal Overload Relay (TOR) is a device in an electric motor protection system designed to safeguard the motor from damage due to overheating or overcurrent. This research discusses the design and implementation of a Thermal Overload Relay (TOR) based on Arduino Uno, which is a popular and flexible microcontroller platform. This design includes the PZEM-004T sensor to detect the electrical current and temperature of the electric motor. The design integrates the advantages of the PZEM-004T sensor in accurately measuring current and voltage with the flexibility and programming capabilities of Arduino in control and data processing. This system utilizes Arduino’s communication capabilities to transmit current and temperature data in real-time, enabling remote monitoring and quick response to potentially hazardous conditions. The result of this project is a tool that can replace the function of the TOR itself, where the characteristics produced are close to those of conventional TORs, and the thermal principle in the TOR is regulated with a time delay disconnection in the Arduino program.