|
@@ -371,7 +371,7 @@ void mn_voParaSet(void)
|
|
|
cp_stMotorPara.swIdMaxA = Syspara2.stMotorPara.uwIdMaxA.uwReal ;//I2C_uwMotorParaRead[5];
|
|
|
cp_stMotorPara.swIdMinA =Syspara2.stMotorPara.uwIdMinA.uwReal ;// I2C_uwMotorParaRead[6];
|
|
|
cp_stMotorPara.swRSpeedRpm = Syspara2.stMotorPara.uwRSpdRpm.uwReal ;//I2C_uwMotorParaRead[7];
|
|
|
- cp_stMotorPara.swRPwrWt = Syspara2.stMotorPara.uwRPwrWt.uwReal ;//I2C_uwMotorParaRead[8];
|
|
|
+ cp_stMotorPara.uwRPwrWt = Syspara2.stMotorPara.uwRPwrWt.uwReal ;//I2C_uwMotorParaRead[8];
|
|
|
cp_stMotorPara.swRIarmsA =Syspara2.stMotorPara.uwRCurA.uwReal ;// I2C_uwMotorParaRead[9];
|
|
|
cp_stMotorPara.swRUdcV = Syspara2.stMotorPara.uwRVolV.uwReal ;//I2C_uwMotorParaRead[10];
|
|
|
cp_stMotorPara.swJD = Syspara2.stMotorPara.uwJD.uwReal ;//I2C_uwMotorParaRead[11];
|
|
@@ -542,7 +542,7 @@ void mn_voParaUpdate(void)
|
|
|
cp_stMotorPara.swIdMaxA = MC_UpcInfo.stMotorInfo.uwIdMaxA;
|
|
|
cp_stMotorPara.swIdMinA = MC_UpcInfo.stMotorInfo.uwIdMinA;
|
|
|
cp_stMotorPara.swRSpeedRpm = MC_UpcInfo.stMotorInfo.uwRSpdRpm;
|
|
|
- cp_stMotorPara.swRPwrWt = MC_UpcInfo.stMotorInfo.uwRPwrWt;
|
|
|
+ cp_stMotorPara.uwRPwrWt = MC_UpcInfo.stMotorInfo.uwRPwrWt;
|
|
|
cp_stMotorPara.swRIarmsA = MC_UpcInfo.stMotorInfo.uwRCurA;
|
|
|
cp_stMotorPara.swRUdcV = MC_UpcInfo.stMotorInfo.uwRVolV;
|
|
|
cp_stMotorPara.swJD = MC_UpcInfo.stMotorInfo.uwJD;
|
|
@@ -748,7 +748,7 @@ void mn_voEEUperParaUpdate(void)
|
|
|
Syspara2.stMotorPara.uwIdMaxA.uwReal = cp_stMotorPara.swIdMaxA;
|
|
|
Syspara2.stMotorPara.uwIdMinA.uwReal = cp_stMotorPara.swIdMinA;
|
|
|
Syspara2.stMotorPara.uwRSpdRpm.uwReal = cp_stMotorPara.swRSpeedRpm;
|
|
|
- Syspara2.stMotorPara.uwRPwrWt.uwReal = cp_stMotorPara.swRPwrWt;
|
|
|
+ Syspara2.stMotorPara.uwRPwrWt.uwReal = cp_stMotorPara.uwRPwrWt;
|
|
|
Syspara2.stMotorPara.uwRCurA.uwReal = cp_stMotorPara.swRIarmsA;
|
|
|
Syspara2.stMotorPara.uwRVolV.uwReal = cp_stMotorPara.swRUdcV;
|
|
|
Syspara2.stMotorPara.uwJD.uwReal = cp_stMotorPara.swJD;
|