s32k144 pmsm control

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

s32k144 pmsm control

Jump to solution
1,106 Views
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 Kudos
1 Solution
1,096 Views
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

View solution in original post

1 Reply
1,097 Views
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