S36012 Power Supply Circuit Diagram

The S36012’s potentiometer (RV1) is wired as a variable resistor in a voltage divider. The output voltage is set by: [ V_out = V_ref \times \left(1 + \fracR_topR_bottom\right) ] Where (V_ref) is typically 1.25V (for XL4016) or 0.8V for newer controllers. In the schematic:

Rotating RV1 changes the division ratio, adjusting output from ~1.2V to 36V.

Note: This is a symbolic diagram. Actual PCB layouts vary by manufacturer (Mean Well, generic clones). s36012 power supply circuit diagram

AC Input (L,N) ---[EMI Filter]---[Bridge Rectifier]---[Bulk Caps +/-310V]---
                                                                   |
                                                                   +----[R_start]---[TL494 VCC]
                                                                   |
                                                     [Q1 Top]------+-------[Primary T4]-------+
                                                     (NPN)         |       (Main Xformer)      |
                                                                   |                         |
                                                     [Q2 Bottom]----+                         |
                                                     (NPN)                                    |
                                                                          Secondary (Center Tap)---[GND]
                                                                          Top & Bottom ends ----[Dual Schottky]---[LC Filter]---(+)12V Output
                                                                                                                           |
                                                                                                                           +---[R_fb]---[TL431]---[PC817 Opto]---(To TL494 Pin 2)

The S-360-12 is a high-efficiency, forced-air-cooled AC-to-DC converter that delivers 30 Amps at 12 Volts (360W continuous). Unlike a simple linear transformer supply, this unit uses Switched-Mode Power Supply (SMPS) topology. Understanding its circuit diagram is crucial for repair, modification (variable voltage/current), or safe integration into projects.

Key Specifications derived from the schematic: The S36012’s potentiometer (RV1) is wired as a

Let’s break down the schematic into functional blocks.

This circuit diagram feature includes mandatory safety implementations: Rotating RV1 changes the division ratio, adjusting output


The stability of the S36012 relies on the feedback loop logic:

FUNCTION Maintain_Output_Voltage:
    READ V_sense from Output_Rail
IF V_sense > 12.05V THEN
        SIGNAL Optocoupler ON
        DECREASE PWM_Duty_Cycle
    ELSE IF V_sense < 11.95V THEN
        SIGNAL Optocoupler OFF
        INCREASE PWM_Duty_Cycle
    END IF
READ I_sense from MOSFET_Source
    IF I_sense > Limit THEN
        TRIP Over_Current_Protection
        STOP PWM_Generation
    END IF
END FUNCTION

| Feature | Basic S36012 | Advanced S36012 (CC/CV) | | :--- | :--- | :--- | | Controller IC | XL4016 only | XL4016 + LM358 op-amp | | Current sense | None (or simple fuse) | 0.01Ω shunt + amplifier | | Display | No | LED volt/ammeter | | Output adjustment | Single 10k pot | Two pots (Voltage + Current) | | Thermal protection | None | NTC thermistor to IC |