This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

UCD3138ALLCEVM150: Regarding the role of VIN_MON feedback signal from PWR050 to the UCD3138064AEVM149 in existing firmware.

Part Number: UCD3138ALLCEVM150

Hello,

I have a UCD3138ALLCEVM150 LLC evaluation board with me.

With reference to the UCD3138ALLCEVM150  schematic snapshot attached below, I intend to know the function of the VIN_MON signal that is feedback from the PWR050 flyback bias power supply to the ADC06 pin of  UCD3138064AEVM149 controller card.

Is VIN_MON simply for monitoring the input DC voltage or it is also a part of the control loop? Kindly let me know.

In actual I want to replace the PWR050 bias supply with external DC input, where VIN_MON signal will not be available.

So, I wish to know what all firmware changes will be required in order to operate without PWR050 PCB board.

  • Is VIN_MON simply for monitoring the input DC voltage or it is also a part of the control loop? Kindly let me know.

    VIN_MON is used for the input voltage monitor to realize some function like VIN ON LIMIT & VIN OFF LIMIT. This signal is not for the power control.

    In actual I want to replace the PWR050 bias supply with external DC input, where VIN_MON signal will not be available.

    So, I wish to know what all firmware changes will be required in order to operate without PWR050 PCB board.

    This signal may be necessary during the start up. The UCD will monitor input voltage via this signal and when the VIN over 310V the system start to ramp up.

  • I thank you for the early response.

    Can you please help me out with this:

    In actual I want to replace the PWR050 bias supply with external DC input, where VIN_MON signal will not be available.

    So, can you please help me with the firmware changes required in order to operate without PWR050 PCB board (and hence without the available VIN_MON signal).

  • Hi, you can change the "adc_values_avg.vin_mon" related code to disable VIN related function such as VIN protection and VIN ON/OFF function. But VIN_MON maybe necessary to monitor input voltage during start up to avoid the over inrush current.

  • Thank you Peter for the response.