Hello, Can you tell me what VIENNA_V_MAX_SENSE_VOLTS is? I am having trouble getting my bus voltage to be 800Vdc
Thanks
Steve
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.
Hello, Can you tell me what VIENNA_V_MAX_SENSE_VOLTS is? I am having trouble getting my bus voltage to be 800Vdc
Thanks
Steve
Hi Steve,
VIENNA_V_MAX_SENSE_VOLTS is the max sense voltage in this reference design. This is also used to do per unit calculation. You have to setup the parameter below through main.syscfg if you are using the latest reference code in digital power sdk.
#define VIENNA_VBUS_REF_SET_VOLTS ((float32_t)600)
Note that the Max voltage the design was tested upto was 800V with 230 Vrms /400 VL-L input. So you have to be careful about the DC output.
Regards,
Chen
Hi Chen
But in the reference design wasn't the values:
#define VIENNA_VAC_MAX_SENSE_VOLTS ((float32_t)454)
#define VIENNA_VDCBUS_MAX_SENSE_VOLTS ((float32_t)xxx??) can't recall
#define VIENNA_V_MAX_SENSE_VOLTS ((float32_t)454)
// is VIENNA_V_MAX_SENSE_VOLTS 1/2 the pfc bus max???
VIENNA_VBUS_REF_SET_VOLTS ((float32_t)600)
Hi Steve,
You could refer to the calculation.xlsx inside solution folder for details. Also the thread below should also help.
The bus voltage is sensed separately(VbusPM and Vbus MN).