From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Power Supply output voltage not equal to PID set voltage value

Solved!
Go to solution

Hi,

My LabVIEW code was working fine that controlled the DC power supply through PID controller. But as I set the maximum voltage in PID vi to a higher value (currently 100 Volt), my output voltage given by the power supply is 85.8 volts only,I also cross checked this voltage output read by the NI VISA with the help of multi-meter that is same as output voltage read by NI VISA.

 

Please help me out with the following question -

Why my power supply is not able to increase the voltage output as commanded by the PID controller?

any suggestion would be appreciated?

PS - My power supply can supply maximum rated voltage of 160 volt and 10 amp current.

0 Kudos
Message 1 of 7
(1,179 Views)
Solution
Accepted by topic author win2023

@win2023 wrote:

Hi,

My LabVIEW code was working fine that controlled the DC power supply through PID controller. But as I set the maximum voltage in PID vi to a higher value (currently 100 Volt), my output voltage given by the power supply is 85.8 volts only,I also cross checked this voltage output read by the NI VISA with the help of multi-meter that is same as output voltage read by NI VISA.

 

Please help me out with the following question -

Why my power supply is not able to increase the voltage output as commanded by the PID controller?

any suggestion would be appreciated?

PS - My power supply can supply maximum rated voltage of 160 volt and 10 amp current.


Are you being current limited?

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
Message 2 of 7
(1,154 Views)

@win2023 wrote:

 

Please help me out with the following question -

Why my power supply is not able to increase the voltage output as commanded by the PID controller?

any suggestion would be appreciated?

PS - My power supply can supply maximum rated voltage of 160 volt and 10 amp current.


Wow that's a very hard question to answer when we have neither the power supply nor code to inspect.

 

There could be voltage or current limits set in the supply, you could be doing something wrong in your code...

 

 

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 3 of 7
(1,137 Views)

I have set maximum voltage to 100 Volt in PID VI. But output Voltage is not even reaching 100 Volt. Output Voltage is reaching only 86 Volt.

Note: Power supply is running at constant voltage mode.

0 Kudos
Message 4 of 7
(1,127 Views)

@win2023 wrote:

I have set maximum voltage to 100 Volt in PID VI. But output Voltage is not even reaching 100 Volt. Output Voltage is reaching only 86 Volt.

Note: Power supply is running at constant voltage mode.


And you confirmed that you are still in CV mode when you are setting 100 V?  Sorry, I am not suggesting you don't know what you're doing, I just want to make sure we are on the same page.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 5 of 7
(1,121 Views)

Hey Billko,

I just realised what was the issue. I had set maximum current that was stopping inherently the power supply to not increase the voltage beyond a particular value.

Hence, I reduced the maximum current, that increased the upper limit of the voltage in the power supply. @ Billko you were thinking in the right direction, thanks.

 

Thank you every one.

Discussion on this forum have always helped me.

Message 6 of 7
(1,113 Views)

I think this one of, if not THE BEST, help forum of any kind that I've participated in.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 7 of 7
(1,104 Views)