Skip to main content

Posts

Showing posts from March, 2026

HP Pavilion 15 (hp 15bw504ax) no display repair - LA-E841P main board

In this repair case, a customer brought an HP Pavilion 15 laptop that was completely dead with no power indication. The laptop did not respond when the power button was pressed, and there were no charging or status LEDs. After opening the laptop and removing the bottom cover, I began troubleshooting by checking the main power input connector on the motherboard. When the power adapter was connected, the adapter initially supplied 19V, but the voltage immediately dropped to 0V. This behavior typically indicates that the main 19V rail is shorted on the motherboard. When such a short circuit exists, the adapter’s protection mechanism shuts down the output to prevent damage. Diagnosing the Short Circuit To locate the source of the short, I performed a standard motherboard diagnostic procedure by measuring the resistance between ground and the main power inductors. During this test, one of the inductors showed a direct short to ground. Further investigation revealed that this inductor belong...

Installing a push button in a electrically noisy environment

Installing a push button over a long distance in a noisy factory environment (motors, contactors, VFD drives, welding machines, etc.) requires proper wiring practices to prevent false triggering, signal noise, and unreliable operation. Below are the industrial best practices used in automation and control systems. 1. Use 24V Industrial Control Voltage For long-distance push buttons, avoid using 5V or logic-level signals.  Factories usually use 24V DC control signals because they are more resistant to electrical noise. Typical wiring : +24V  -> Push Button -> PLC Input / Controller Input Advantages, Better noise immunity Standard in industrial automation Compatible with PLC inputs 2. Use Twisted Pair Cable Long signal wires should use twisted pair cable. it r educes electromagnetic interference (EMI),  Improves signal reliability and m inimizes induced noise from nearby cables 3. Use Shielded Cable In noisy factories with motors or VFD drives, use shielded twisted pa...

How to wire long distance RS485 cables without communication errors

In industrial environments, long-distance signal wiring such as RS485 must be installed carefully to avoid electrical noise, signal distortion, and false triggering. Factories usually contain motors, VFDs, contactors, and high-current cables that can generate strong electromagnetic interference (EMI). Following proper wiring practices ensures reliable and stable signal transmission. Below are the best practices used in industrial automation systems. 1. Use Twisted Pair Cables For long-distance signal transmission, always use twisted pair wires. Twisting the wires helps cancel electromagnetic interference induced by nearby cables.  For RS485 systems, cables similar to Cat5/Cat6 network cable work very well. 2. Use Shielded Cable in Noisy Environments Factories usually have electrical noise from, VFD drives Large motors Welding machines Switching power supplies Using shielded cables prevents noise from entering signal lines. Important rule -  Connect the shield to ground at only...

600VA DCP UPS repair

  600VA Non-Sinusoidal Basic UPS – Fault Finding and Repair Guide Uninterruptible Power Supplies (UPS) are widely used to provide backup power for computers, routers, and small electronic equipment. Many low-cost UPS units rated around 600VA use a 12V battery and a non-sinusoidal (square wave or modified square wave) inverter design. These UPS systems are simple, reliable, and easy to repair if the circuit operation is understood. In this article, we will look at the basic schematic structure of a 600VA non-sinusoidal UPS, explain how the circuit works, and discuss practical fault-finding techniques commonly used during repair. 600VA DCP UPS is taken as the subject. A typical 600VA line-interactive UPS with a 12V battery consists of several functional blocks: AC Input and Battery Charger Battery Section (12V Lead-Acid Battery) DC-AC Inverter Stage Oscillator / PWM Control Circuit MOSFET Power Stage Step-Up Transformer Output Switching and Protection Circuit The...

Programmable Timer Design - From concept to board

Programmable Timer Design Using PIC12F629 Microcontroller As part of my embedded systems development work, I designed a compact programmable timer module based on the PIC12F629 microcontroller. This timer is intended for use in automation systems, industrial control panels, laboratory equipment, and custom electronic projects where accurate and configurable timing control is required. The device allows users to set alarm timings according to specific application requirements. Once the desired time value is configured, the timer counts up and triggers the alarm output when the preset value is reached. This makes the module useful for tasks such as delayed switching, process timing, equipment control, and notification systems. To provide a clear visual interface, the timer uses two seven-segment displays (SSD) to show the configured time values. The display allows users to easily monitor the current timer settings and countdown status. The display system is optimized to operate eff...

Custom PCB & Electronic Module Design Services – From Concept to Production

Industrial Electronics Design for Automation, Sensors, and Embedded Systems We design and build custom electronic modules and sensor interface boards for industrial, automation, research, and embedded system applications. If you have an idea for a sensor module, control board, or electronic device, we can help you turn it into a working product — from circuit design and PCB layout to prototype development and testing. Modern sensor modules are widely used in automation, robotics, environmental monitoring, and industrial control systems to measure parameters like temperature, pressure, vibration, and humidity. Industrial grade designs Complete schematic + PCB + firmware Small and bulk production support We develop reliable electronic modules tailored to your application requirements. Sensor Interface Modules PT100 / RTD temperature sensor interfaces Thermocouple signal conditioning modules Humidity and environmental sensor boards Vibration and motion sensing modules  Pressure sensor...

HAAS HFD4 Vector Drive Repair

  I was requested to visit one of my customer's premises to troubleshoot HAAS mini mill machine. HMI was displaying error alarm 119,177 and machine could not be started. when vector driver was replaced with new one, problem solved. therefore vector drive may have some error and brought it to my workshop. First of all, all parts of the drive were cleaned.                  the problem was clear. machine sends overvoltage alarm when supply voltage is within safe limits. unit gives the error when on stable DC bus of 312V. therefore we can directly point to the voltage detect section of the motherboard. According to the circuit diagram, the opto-isolated op amp circled in yellow(A) is the main part that responsible for voltage measurement. HCPL-7800A has two supply voltage inputs. both supplies are looks ok and stable 5V detected. op-amp has differential output directly connected to LF411 op-amp(B). output of LF411 measured 4.2V, seems has th...