08-11-2014 10:55 AM
Solved! Go to Solution.
08-11-2014 11:24 AM
Set the current to what you want to output. Then set the voltage to the maximum voltage you will want to output. If the load requires more current for that voltage, the supply should go into a constant current mode.
08-11-2014 11:32 AM - edited 08-11-2014 11:41 AM
Ah, I see the idea 🙂 I was a bit confused, because we have an older DLM Sorensen model, which has a setcurrent output VI in its driver package...
So I set the maximum voltage which is allowed in my case (48 Volts) once, and I just have to set the current by my PID loop.
By the way, what is the difference between setting the voltage to a maximum level by the SetOutput VI, and the OvervoltageProtection VI? Maybe the second makes sense, when the device is used in constant power mode? Anyway, for my Peltier I need current driving, so I should be happy with the method which you described.
thanks!
08-11-2014 11:47 AM
@Blokk wrote:
By the way, what is the difference between setting the voltage to a maximum level by the SetOutput VI, and the OvervoltageProtection VI? Maybe the second makes sense, when the device is used in constant power mode?
Power supplies are normally in Constant Voltage (CV) mode, meaning it will track the voltage. In this case, the Overvoltage Protection (OVP) is an setting inside of the power supply that limits the output voltage. You will get an error if you try to set the voltage higher than that.
When your current draw becomes too high (you reached your compliance current), the supply will change over the Constant Current (CC) mode. This means the voltage will be limited by the current.
Constant Power (CP) mode works much the same as CC, but you are limited by the power available by the supply. It is generally a really bad idea to try to operate in this mode.
08-11-2014 11:52 AM
thanks, it is more clear now 🙂
I will use the CC mode, and set the maximum allowed voltage (two Peltier modules connected in serial, each modules can be driven with maximum 24Volts & 15 Amperes, so I guess I am safe with max 48 Volts...).
Regards,