|
|
@@ -114,8 +114,8 @@ static u32 _app_plot_task(void * args) {
|
|
|
//can_report_plot_values(0x45);
|
|
|
//can_plot3(PMSM_FOC_Get()->out.n_Duty[0], PMSM_FOC_Get()->out.n_Duty[1], PMSM_FOC_Get()->out.n_Duty[2]);
|
|
|
//can_plot2(PMSM_FOC_Get()->rtLim.rpmLimRamp.interpolation, PMSM_FOC_GetSpeed());
|
|
|
- can_plot2(PMSM_FOC_GetSpeed(), smo_observer_est_rpm());
|
|
|
- //can_plot2(PMSM_FOC_Get()->in.s_iABC[1], PMSM_FOC_Get()->in.s_iABC[2]);
|
|
|
+ //can_plot2(PMSM_FOC_GetSpeed(), smo_observer_est_rpm());
|
|
|
+ can_plot2(PMSM_FOC_Get()->in.s_iABC[1], PMSM_FOC_Get()->in.s_iABC[2]);
|
|
|
#if 0
|
|
|
if (!_mc_start) {
|
|
|
_mc_start = true;
|