您好!现在有个数据标幺化处理问题,现在做的实验是一个三相整流器的问题,加入现在三相输入相电压30V,2.53A 额定,输出直流电压100V,1A,现在遇到的标幺化基值问题,电压基准定输出100V的两倍200V,那么电流基准定输入电流2.53A的2倍,像这样基值定义而不是同时取输入电压电流或者输出电压电流的额定值的倍数作为基值(也就是说如果取输出电压的倍数作为基值是不是一定要取输出电压对应的输出电流倍数作为基准值,或者也就是如果取输如电压的倍数作为基值是不是一定要取输入电压对应的输出电流倍数作为基准值),而是取系统中每个额定值最大的数去做参考标准,一个输入电流和一个输出电压(不是同时是输入或者输出),不知道这样去基值可以不?说的有点罗嗦,不知道您看清楚了不,麻烦指导下,谢谢!
Jay:
你好。
电压和电流的基值可以独立设定,在做算法的时候统一使用标幺值就可以了。需要注意的是,传感器的测量范围以及标幺值对于实际值的限制。
比较容易的标幺值基值选取方法可以选择为ADC采样得到最大值对应的实际值。电流基值请考虑正负对应关系。
您好!现在有个数据标幺化处理问题,现在做的实验是一个三相整流器的问题,加入现在三相输入相电压30V,2.53A 额定,输出直流电压100V,1A,现在遇到的标幺化基值问题,电压基准定输出100V的两倍200V,那么电流基准定输入电流2.53A的2倍,像这样基值定义而不是同时取输入电压电流或者输出电压电流的额定值的倍数作为基值(也就是说如果取输出电压的倍数作为基值是不是一定要取输出电压对应的输出电流倍数作为基准值,或者也就是如果取输如电压的倍数作为基值是不是一定要取输入电压对应的输出电流倍数作为基准值),而是取系统中每个额定值最大的数去做参考标准,一个输入电流和一个输出电压(不是同时是输入或者输出),不知道这样去基值可以不?说的有点罗嗦,不知道您看清楚了不,麻烦指导下,谢谢!
yong mao:
回复 Jay:
您好,您的建议我看了,谢谢,但是您说的做算法的时候统一使用标幺值是什么意思啊?统一使用标幺值的准则是什么呢?怎么做呢 ?谢谢?现在我要测量输出电压与指令电压比较进入PI调节器后生成两相电流的有功电流指令,然后与输入检测电流通过clark,park变换得到的输入有功电流比较进入PI调节器再生成SVPWM指令电压信号去控制。
您好!现在有个数据标幺化处理问题,现在做的实验是一个三相整流器的问题,加入现在三相输入相电压30V,2.53A 额定,输出直流电压100V,1A,现在遇到的标幺化基值问题,电压基准定输出100V的两倍200V,那么电流基准定输入电流2.53A的2倍,像这样基值定义而不是同时取输入电压电流或者输出电压电流的额定值的倍数作为基值(也就是说如果取输出电压的倍数作为基值是不是一定要取输出电压对应的输出电流倍数作为基准值,或者也就是如果取输如电压的倍数作为基值是不是一定要取输入电压对应的输出电流倍数作为基准值),而是取系统中每个额定值最大的数去做参考标准,一个输入电流和一个输出电压(不是同时是输入或者输出),不知道这样去基值可以不?说的有点罗嗦,不知道您看清楚了不,麻烦指导下,谢谢!
yong mao:
回复 Jay:
Jay ,您好!
我看了TMS320C2000 Motor Control Primer中PU System Modle and Base Values (http://processors.wiki.ti.com/index.php/TMS320C2000_Motor_Control_Primer)中标幺化和基值的选取原则,对于其中描述的电流标幺化及基准值,角频率标幺化及基准值及磁链标幺化及基准值的选取没疑问,但是对于电压 文中是选取三相逆变器控制电机为对象,母线电压400V,那么Vbase为(400/1.732),请问这个原则是什么?如果此时的电流为电机电流的相电压峰值或者传感器最大允许测量值范围,那么此时电压的基准值是不是也要选取电机侧的电压的峰值为基准值,但事实上直流母线上的电压相比较电机侧的交流电压更高,这个时候当系统中电压电流出现的最大值不是同为输出侧或者输出侧的时候请问怎么去选取基准值?麻烦您了?
In electrical engineering, a per-unit system is the expression of system quantities as fractions of a defined base unit quantity. Calculations are simplified because quantities expressed as per-unit (between -1 and +1) are the same regardless of the voltage, current etc level. Advantages of using the pu system for motor control applications include:
Once the base values are initialized in the code, the code will handle the rest and the parameter dependency will be minimized.
Migrating to a new custom design system will be as easy as modifying the base values.
For fixed point devices, pu system allows the user to reduce the amplitude of the variables in order to get a fractional part with a maximum precision.
Conversion of per-unit quantities to volts, ohms, or amperes requires knowledge of the base that the per-unit quantities were referenced to. In the TI DMC systems, the base values are selected as the maximum measurable quantity of the peak of phase voltage, current etc. by the ADC. This is directly related to the current and voltage sensing circuits and the voltage dividers used to down-scale the actual voltage or current quantities to ADC input voltage range, which is typically 3 to 3.3V. Later, the measured voltage by ADCs will be converted to put quantity in the code. The calculation of the pu values can be formulated as:
The selection of the base quantities is relative and can be any appropriate value as long as it is consistent within the whole system. For instance, assuming that the peak of the maximum measurable phase current is 20A on a DMC kit, the base current value can be selected as 20 where ±1pu represents ±20A in the code.
Similarly, the base voltage can be selected as the peak of maximum measurable phase voltage in the system. Assuming that the dc bus voltage is 400V, base voltage is selected as 400V/√3.