s32k144 pmsm control

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
2,313件の閲覧回数
Sriram
Contributor IV

 

Picture1.png

Hello , 

Since open loop control of pmsm doesnt require voltage measurements , we were trying to remove unnecessary blocks . When we commented out the ADC  blocks shown above , the motor doesnt run and pwm is also not generated. We commented out the fault block which took Vdc and Idc as input.

Can you help us understand what's wrong 

0 件の賞賛
返信
1 解決策
2,302件の閲覧回数
adriantudor
NXP Employee
NXP Employee

Hello Sriram,

Here you can find the modified project as you want (without Vdc bus and Idc bus measurements and protections). We use to add those two parameters for protection. 

I think your project didn't work with those two parameters removed due to another interconnected block (PDB config block). This PDB block is used to trigger the ADC measurements. So the ADC measurements were triggered but were not read.

adriantudor_0-1655993250261.png

 

Best regards,

Adrian

元の投稿で解決策を見る

1 返信
2,303件の閲覧回数
adriantudor
NXP Employee
NXP Employee

Hello Sriram,

Here you can find the modified project as you want (without Vdc bus and Idc bus measurements and protections). We use to add those two parameters for protection. 

I think your project didn't work with those two parameters removed due to another interconnected block (PDB config block). This PDB block is used to trigger the ADC measurements. So the ADC measurements were triggered but were not read.

adriantudor_0-1655993250261.png

 

Best regards,

Adrian