Fixed warning
@ -5,7 +5,7 @@
|
||||
*
|
||||
* Model version : 1.1284
|
||||
* Simulink Coder version : 8.13 (R2017b) 24-Jul-2017
|
||||
* C/C++ source code generated on : Sun Oct 11 20:20:20 2020
|
||||
* C/C++ source code generated on : Sun Oct 11 21:38:56 2020
|
||||
*
|
||||
* Target selection: ert.tlc
|
||||
* Embedded hardware selection: ARM Compatible->ARM Cortex
|
||||
@ -998,12 +998,12 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
int16_T rtb_Abs5;
|
||||
int16_T rtb_DataTypeConversion2;
|
||||
int16_T rtb_Switch1_l;
|
||||
int16_T rtb_Saturation;
|
||||
int16_T rtb_Saturation1;
|
||||
int16_T rtb_Divide2_h;
|
||||
int16_T rtb_Merge;
|
||||
int16_T rtb_Switch2_l;
|
||||
int32_T rtb_DataTypeConversion;
|
||||
int16_T rtb_toNegative;
|
||||
int32_T rtb_DataTypeConversion;
|
||||
int32_T rtb_Switch1;
|
||||
int32_T rtb_Sum1;
|
||||
int32_T rtb_Gain3;
|
||||
@ -1672,11 +1672,11 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
*/
|
||||
rtb_Gain3 = rtU->i_phaAB << 4;
|
||||
if (rtb_Gain3 >= 27200) {
|
||||
rtb_Merge = 27200;
|
||||
rtb_Saturation = 27200;
|
||||
} else if (rtb_Gain3 <= -27200) {
|
||||
rtb_Merge = -27200;
|
||||
rtb_Saturation = -27200;
|
||||
} else {
|
||||
rtb_Merge = (int16_T)(rtU->i_phaAB << 4);
|
||||
rtb_Saturation = (int16_T)(rtU->i_phaAB << 4);
|
||||
}
|
||||
|
||||
/* End of Saturate: '<S1>/Saturation' */
|
||||
@ -1698,8 +1698,7 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
/* If: '<S2>/If1' incorporates:
|
||||
* Constant: '<S2>/b_angleMeasEna'
|
||||
*/
|
||||
switch ((int8_T)rtP->b_angleMeasEna) {
|
||||
case 0:
|
||||
if (!rtP->b_angleMeasEna) {
|
||||
/* Outputs for IfAction SubSystem: '<S2>/F01_05_Electrical_Angle_Estimation' incorporates:
|
||||
* ActionPort: '<S13>/Action Port'
|
||||
*/
|
||||
@ -1713,9 +1712,9 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
*/
|
||||
if (rtb_LogicalOperator) {
|
||||
/* MinMax: '<S13>/MinMax' */
|
||||
rtb_Divide2_h = rtb_Switch1_l;
|
||||
if (!(rtb_Divide2_h < rtDW->z_counterRawPrev)) {
|
||||
rtb_Divide2_h = rtDW->z_counterRawPrev;
|
||||
rtb_Merge = rtb_Switch1_l;
|
||||
if (!(rtb_Merge < rtDW->z_counterRawPrev)) {
|
||||
rtb_Merge = rtDW->z_counterRawPrev;
|
||||
}
|
||||
|
||||
/* End of MinMax: '<S13>/MinMax' */
|
||||
@ -1733,7 +1732,7 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
rtb_Sum2_h = (int8_T)(rtConstP.vec_hallToPos_Value[rtb_Sum] + 1);
|
||||
}
|
||||
|
||||
rtb_Divide2_h = (int16_T)(((int16_T)((int16_T)((rtb_Divide2_h << 14) /
|
||||
rtb_Merge = (int16_T)(((int16_T)((int16_T)((rtb_Merge << 14) /
|
||||
rtDW->z_counterRawPrev) * rtDW->Switch2_e) + (rtb_Sum2_h << 14)) >> 2);
|
||||
} else {
|
||||
if (rtDW->Switch2_e == 1) {
|
||||
@ -1751,7 +1750,7 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
rtb_Sum2_h = (int8_T)(rtConstP.vec_hallToPos_Value[rtb_Sum] + 1);
|
||||
}
|
||||
|
||||
rtb_Divide2_h = (int16_T)(rtb_Sum2_h << 12);
|
||||
rtb_Merge = (int16_T)(rtb_Sum2_h << 12);
|
||||
}
|
||||
|
||||
/* End of Switch: '<S13>/Switch2' */
|
||||
@ -1759,8 +1758,8 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
/* MinMax: '<S13>/MinMax1' incorporates:
|
||||
* Constant: '<S13>/Constant1'
|
||||
*/
|
||||
if (!(rtb_Divide2_h > 0)) {
|
||||
rtb_Divide2_h = 0;
|
||||
if (!(rtb_Merge > 0)) {
|
||||
rtb_Merge = 0;
|
||||
}
|
||||
|
||||
/* End of MinMax: '<S13>/MinMax1' */
|
||||
@ -1768,12 +1767,10 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
/* SignalConversion: '<S13>/Signal Conversion2' incorporates:
|
||||
* Product: '<S13>/Divide2'
|
||||
*/
|
||||
rtb_Divide2_h = (int16_T)((15 * rtb_Divide2_h) >> 4);
|
||||
rtb_Merge = (int16_T)((15 * rtb_Merge) >> 4);
|
||||
|
||||
/* End of Outputs for SubSystem: '<S2>/F01_05_Electrical_Angle_Estimation' */
|
||||
break;
|
||||
|
||||
case 1:
|
||||
} else {
|
||||
/* Outputs for IfAction SubSystem: '<S2>/F01_06_Electrical_Angle_Measurement' incorporates:
|
||||
* ActionPort: '<S14>/Action Port'
|
||||
*/
|
||||
@ -1791,12 +1788,10 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
* Product: '<S18>/Divide3'
|
||||
* Sum: '<S18>/Sum3'
|
||||
*/
|
||||
rtb_Divide2_h = (int16_T)((int16_T)(rtb_DataTypeConversion - ((int16_T)
|
||||
((int16_T)div_nde_s32_floor(rtb_DataTypeConversion, 5760) * 360) << 4)) <<
|
||||
2);
|
||||
rtb_Merge = (int16_T)((int16_T)(rtb_DataTypeConversion - ((int16_T)((int16_T)
|
||||
div_nde_s32_floor(rtb_DataTypeConversion, 5760) * 360) << 4)) << 2);
|
||||
|
||||
/* End of Outputs for SubSystem: '<S2>/F01_06_Electrical_Angle_Measurement' */
|
||||
break;
|
||||
}
|
||||
|
||||
/* End of If: '<S2>/If1' */
|
||||
@ -1903,13 +1898,13 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
/* If: '<S1>/If1' incorporates:
|
||||
* Constant: '<S1>/z_ctrlTypSel'
|
||||
*/
|
||||
rtb_Sum2_h = rtDW->If1_ActiveSubsystem_p;
|
||||
rtb_Sum2_h = rtDW->If1_ActiveSubsystem;
|
||||
UnitDelay3 = -1;
|
||||
if (rtP->z_ctrlTypSel == 2) {
|
||||
UnitDelay3 = 0;
|
||||
}
|
||||
|
||||
rtDW->If1_ActiveSubsystem_p = UnitDelay3;
|
||||
rtDW->If1_ActiveSubsystem = UnitDelay3;
|
||||
if ((rtb_Sum2_h != UnitDelay3) && (rtb_Sum2_h == 0)) {
|
||||
/* Disable for If: '<S6>/If2' */
|
||||
if (rtDW->If2_ActiveSubsystem_a == 0) {
|
||||
@ -1982,7 +1977,7 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
* ActionPort: '<S50>/Action Port'
|
||||
*/
|
||||
/* Gain: '<S50>/Gain4' */
|
||||
rtb_Gain3 = 18919 * rtb_Merge;
|
||||
rtb_Gain3 = 18919 * rtb_Saturation;
|
||||
|
||||
/* Gain: '<S50>/Gain2' */
|
||||
rtb_DataTypeConversion = 18919 * rtb_Saturation1;
|
||||
@ -2011,7 +2006,7 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
* ActionPort: '<S52>/Action Port'
|
||||
*/
|
||||
/* Sum: '<S52>/Sum3' */
|
||||
rtb_Gain3 = rtb_Merge - rtb_Saturation1;
|
||||
rtb_Gain3 = rtb_Saturation - rtb_Saturation1;
|
||||
if (rtb_Gain3 > 32767) {
|
||||
rtb_Gain3 = 32767;
|
||||
} else {
|
||||
@ -2028,7 +2023,7 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
rtb_Gain3) >> 15);
|
||||
|
||||
/* Sum: '<S52>/Sum1' */
|
||||
rtb_Gain3 = -rtb_Merge - rtb_Saturation1;
|
||||
rtb_Gain3 = -rtb_Saturation - rtb_Saturation1;
|
||||
if (rtb_Gain3 > 32767) {
|
||||
rtb_Gain3 = 32767;
|
||||
} else {
|
||||
@ -2037,7 +2032,7 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
}
|
||||
}
|
||||
|
||||
rtb_Merge = (int16_T)rtb_Gain3;
|
||||
rtb_Saturation = (int16_T)rtb_Gain3;
|
||||
|
||||
/* End of Sum: '<S52>/Sum1' */
|
||||
/* End of Outputs for SubSystem: '<S42>/Clarke_PhasesBC' */
|
||||
@ -2046,7 +2041,7 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
* ActionPort: '<S51>/Action Port'
|
||||
*/
|
||||
/* Gain: '<S51>/Gain4' */
|
||||
rtb_Gain3 = 18919 * rtb_Merge;
|
||||
rtb_Gain3 = 18919 * rtb_Saturation;
|
||||
|
||||
/* Gain: '<S51>/Gain2' */
|
||||
rtb_DataTypeConversion = 18919 * rtb_Saturation1;
|
||||
@ -2075,7 +2070,7 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
/* End of If: '<S42>/If1' */
|
||||
|
||||
/* PreLookup: '<S49>/a_elecAngle_XA' */
|
||||
rtb_Sum_l = plook_u8s16_evencka(rtb_Divide2_h, 0, 128U, 180U);
|
||||
rtb_Sum_l = plook_u8s16_evencka(rtb_Merge, 0, 128U, 180U);
|
||||
|
||||
/* If: '<S6>/If2' incorporates:
|
||||
* Constant: '<S43>/cf_currFilt'
|
||||
@ -2119,7 +2114,7 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
* Product: '<S48>/Divide4'
|
||||
*/
|
||||
rtb_Gain3 = (int16_T)((rtb_DataTypeConversion2 *
|
||||
rtConstP.r_cos_M1_Table[rtb_Sum_l]) >> 14) - (int16_T)((rtb_Merge *
|
||||
rtConstP.r_cos_M1_Table[rtb_Sum_l]) >> 14) - (int16_T)((rtb_Saturation *
|
||||
rtConstP.r_sin_M1_Table[rtb_Sum_l]) >> 14);
|
||||
if (rtb_Gain3 > 32767) {
|
||||
rtb_Gain3 = 32767;
|
||||
@ -2145,8 +2140,8 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
* Product: '<S48>/Divide2'
|
||||
* Product: '<S48>/Divide3'
|
||||
*/
|
||||
rtb_Gain3 = (int16_T)((rtb_Merge * rtConstP.r_cos_M1_Table[rtb_Sum_l]) >>
|
||||
14) + (int16_T)((rtb_DataTypeConversion2 *
|
||||
rtb_Gain3 = (int16_T)((rtb_Saturation * rtConstP.r_cos_M1_Table[rtb_Sum_l])
|
||||
>> 14) + (int16_T)((rtb_DataTypeConversion2 *
|
||||
rtConstP.r_sin_M1_Table[rtb_Sum_l]) >> 14);
|
||||
if (rtb_Gain3 > 32767) {
|
||||
rtb_Gain3 = 32767;
|
||||
@ -2465,17 +2460,17 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
/* End of Signum: '<S58>/SignDeltaU2' */
|
||||
|
||||
/* Product: '<S58>/Divide1' */
|
||||
rtb_Merge = (int16_T)(rtb_Switch2_l * rtb_Merge_f_idx_2);
|
||||
rtb_Saturation = (int16_T)(rtb_Switch2_l * rtb_Merge_f_idx_2);
|
||||
|
||||
/* Switch: '<S73>/Switch2' incorporates:
|
||||
* RelationalOperator: '<S73>/LowerRelop1'
|
||||
* RelationalOperator: '<S73>/UpperRelop'
|
||||
* Switch: '<S73>/Switch'
|
||||
*/
|
||||
if (rtb_Merge > rtDW->Vq_max_M1) {
|
||||
if (rtb_Saturation > rtDW->Vq_max_M1) {
|
||||
/* SignalConversion: '<S58>/Signal Conversion2' */
|
||||
rtDW->Merge = rtDW->Vq_max_M1;
|
||||
} else if (rtb_Merge < rtDW->Gain5) {
|
||||
} else if (rtb_Saturation < rtDW->Gain5) {
|
||||
/* Switch: '<S73>/Switch' incorporates:
|
||||
* SignalConversion: '<S58>/Signal Conversion2'
|
||||
*/
|
||||
@ -2484,7 +2479,7 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
/* SignalConversion: '<S58>/Signal Conversion2' incorporates:
|
||||
* Switch: '<S73>/Switch'
|
||||
*/
|
||||
rtDW->Merge = rtb_Merge;
|
||||
rtDW->Merge = rtb_Saturation;
|
||||
}
|
||||
|
||||
/* End of Switch: '<S73>/Switch2' */
|
||||
@ -2513,18 +2508,18 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
/* DataTypeConversion: '<S55>/Data Type Conversion2' incorporates:
|
||||
* Constant: '<S55>/n_cruiseMotTgt'
|
||||
*/
|
||||
rtb_Merge = (int16_T)(rtP->n_cruiseMotTgt << 4);
|
||||
rtb_Saturation = (int16_T)(rtP->n_cruiseMotTgt << 4);
|
||||
|
||||
/* Switch: '<S55>/Switch4' incorporates:
|
||||
* Constant: '<S1>/b_cruiseCtrlEna'
|
||||
* Logic: '<S55>/Logical Operator1'
|
||||
* RelationalOperator: '<S55>/Relational Operator3'
|
||||
*/
|
||||
if (rtP->b_cruiseCtrlEna && (rtb_Merge != 0)) {
|
||||
if (rtP->b_cruiseCtrlEna && (rtb_Saturation != 0)) {
|
||||
/* Switch: '<S55>/Switch3' incorporates:
|
||||
* MinMax: '<S55>/MinMax4'
|
||||
*/
|
||||
if (rtb_Merge > 0) {
|
||||
if (rtb_Saturation > 0) {
|
||||
rtb_TmpSignalConversionAtLow_Pa[0] = rtDW->Vq_max_M1;
|
||||
|
||||
/* MinMax: '<S55>/MinMax3' */
|
||||
@ -2558,13 +2553,13 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
* Constant: '<S1>/b_cruiseCtrlEna'
|
||||
*/
|
||||
if (!rtP->b_cruiseCtrlEna) {
|
||||
rtb_Merge = rtDW->Merge1;
|
||||
rtb_Saturation = rtDW->Merge1;
|
||||
}
|
||||
|
||||
/* End of Switch: '<S55>/Switch2' */
|
||||
|
||||
/* Sum: '<S55>/Sum3' */
|
||||
rtb_Gain3 = rtb_Merge - rtb_Switch2_k;
|
||||
rtb_Gain3 = rtb_Saturation - rtb_Switch2_k;
|
||||
if (rtb_Gain3 > 32767) {
|
||||
rtb_Gain3 = 32767;
|
||||
} else {
|
||||
@ -2604,7 +2599,7 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
* ActionPort: '<S56>/Action Port'
|
||||
*/
|
||||
/* Gain: '<S56>/Gain4' */
|
||||
rtb_Merge = (int16_T)-rtDW->Switch2;
|
||||
rtb_Saturation = (int16_T)-rtDW->Switch2;
|
||||
|
||||
/* Switch: '<S64>/Switch2' incorporates:
|
||||
* RelationalOperator: '<S64>/LowerRelop1'
|
||||
@ -2642,8 +2637,8 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
/* End of MinMax: '<S56>/MinMax1' */
|
||||
|
||||
/* MinMax: '<S56>/MinMax2' */
|
||||
if (!(rtb_Merge > rtDW->Gain5)) {
|
||||
rtb_Merge = rtDW->Gain5;
|
||||
if (!(rtb_Saturation > rtDW->Gain5)) {
|
||||
rtb_Saturation = rtDW->Gain5;
|
||||
}
|
||||
|
||||
/* End of MinMax: '<S56>/MinMax2' */
|
||||
@ -2651,7 +2646,7 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
/* Outputs for Atomic SubSystem: '<S56>/PI_clamp_fixdt' */
|
||||
rtDW->Merge = (int16_T) PI_clamp_fixdt_a((int16_T)rtb_Gain3,
|
||||
rtP->cf_iqKp, rtP->cf_iqKi, rtDW->UnitDelay4_DSTATE_eu,
|
||||
rtb_Merge_f_idx_2, rtb_Merge, 0, &rtDW->PI_clamp_fixdt_at);
|
||||
rtb_Merge_f_idx_2, rtb_Saturation, 0, &rtDW->PI_clamp_fixdt_at);
|
||||
|
||||
/* End of Outputs for SubSystem: '<S56>/PI_clamp_fixdt' */
|
||||
|
||||
@ -2761,20 +2756,20 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
* Sum: '<S45>/Sum6'
|
||||
* Sum: '<S46>/Sum6'
|
||||
*/
|
||||
rtb_Merge = (int16_T)rtb_Gain3;
|
||||
rtb_Saturation = (int16_T)rtb_Gain3;
|
||||
if (!((int16_T)rtb_Gain3 > (int16_T)rtb_DataTypeConversion)) {
|
||||
rtb_Merge = (int16_T)rtb_DataTypeConversion;
|
||||
rtb_Saturation = (int16_T)rtb_DataTypeConversion;
|
||||
}
|
||||
|
||||
if (!(rtb_Merge > (int16_T)rtb_Switch1)) {
|
||||
rtb_Merge = (int16_T)rtb_Switch1;
|
||||
if (!(rtb_Saturation > (int16_T)rtb_Switch1)) {
|
||||
rtb_Saturation = (int16_T)rtb_Switch1;
|
||||
}
|
||||
|
||||
/* Sum: '<S45>/Add' incorporates:
|
||||
* MinMax: '<S45>/MinMax1'
|
||||
* MinMax: '<S45>/MinMax2'
|
||||
*/
|
||||
rtb_Sum1 = rtb_Switch2_l + rtb_Merge;
|
||||
rtb_Sum1 = rtb_Switch2_l + rtb_Saturation;
|
||||
if (rtb_Sum1 > 32767) {
|
||||
rtb_Sum1 = 32767;
|
||||
} else {
|
||||
@ -2853,9 +2848,9 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
* RelationalOperator: '<S7>/Relational Operator6'
|
||||
*/
|
||||
if (rtP->z_ctrlTypSel == 2) {
|
||||
rtb_Merge = rtDW->Merge;
|
||||
rtb_Saturation = rtDW->Merge;
|
||||
} else {
|
||||
rtb_Merge = rtDW->Merge1;
|
||||
rtb_Saturation = rtDW->Merge1;
|
||||
}
|
||||
|
||||
/* End of Switch: '<S7>/Switch2' */
|
||||
@ -2900,11 +2895,11 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
* Product: '<S90>/Product2'
|
||||
*/
|
||||
rtb_Saturation1 = (int16_T)((int16_T)((int16_T)(rtDW->Divide3 *
|
||||
rtDW->Switch2_e) << 2) + rtb_Divide2_h);
|
||||
rtDW->Switch2_e) << 2) + rtb_Merge);
|
||||
rtb_Saturation1 -= (int16_T)((int16_T)((int16_T)div_nde_s32_floor
|
||||
(rtb_Saturation1, 23040) * 360) << 6);
|
||||
} else {
|
||||
rtb_Saturation1 = rtb_Divide2_h;
|
||||
rtb_Saturation1 = rtb_Merge;
|
||||
}
|
||||
|
||||
/* End of Switch: '<S90>/Switch_PhaAdv' */
|
||||
@ -2917,11 +2912,11 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
* Interpolation_n-D: '<S89>/r_sin3PhaB_M1'
|
||||
* Interpolation_n-D: '<S89>/r_sin3PhaC_M1'
|
||||
*/
|
||||
rtb_DataTypeConversion2 = (int16_T)((rtb_Merge *
|
||||
rtb_DataTypeConversion2 = (int16_T)((rtb_Saturation *
|
||||
rtConstP.r_sin3PhaA_M1_Table[rtb_Sum]) >> 14);
|
||||
rtb_Saturation1 = (int16_T)((rtb_Merge *
|
||||
rtb_Saturation1 = (int16_T)((rtb_Saturation *
|
||||
rtConstP.r_sin3PhaB_M1_Table[rtb_Sum]) >> 14);
|
||||
rtb_Merge_f_idx_2 = (int16_T)((rtb_Merge *
|
||||
rtb_Merge_f_idx_2 = (int16_T)((rtb_Saturation *
|
||||
rtConstP.r_sin3PhaC_M1_Table[rtb_Sum]) >> 14);
|
||||
|
||||
/* End of Outputs for SubSystem: '<S7>/SIN_Method' */
|
||||
@ -2969,12 +2964,12 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
* About '<S87>/z_commutMap_M1':
|
||||
* 2-dimensional Direct Look-Up returning a Column
|
||||
*/
|
||||
rtb_DataTypeConversion2 = (int16_T)(rtb_Merge *
|
||||
rtb_DataTypeConversion2 = (int16_T)(rtb_Saturation *
|
||||
rtConstP.z_commutMap_M1_table[rtb_DataTypeConversion]);
|
||||
rtb_Saturation1 = (int16_T)(rtConstP.z_commutMap_M1_table[1 +
|
||||
rtb_DataTypeConversion] * rtb_Merge);
|
||||
rtb_DataTypeConversion] * rtb_Saturation);
|
||||
rtb_Merge_f_idx_2 = (int16_T)(rtConstP.z_commutMap_M1_table[2 +
|
||||
rtb_DataTypeConversion] * rtb_Merge);
|
||||
rtb_DataTypeConversion] * rtb_Saturation);
|
||||
|
||||
/* End of Outputs for SubSystem: '<S7>/COM_Method' */
|
||||
}
|
||||
@ -3018,7 +3013,7 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
rtDW->UnitDelay2_DSTATE_g = rtDW->UnitDelay6_DSTATE;
|
||||
|
||||
/* Update for UnitDelay: '<S7>/UnitDelay4' */
|
||||
rtDW->UnitDelay4_DSTATE_eu = rtb_Merge;
|
||||
rtDW->UnitDelay4_DSTATE_eu = rtb_Saturation;
|
||||
|
||||
/* Update for UnitDelay: '<S8>/UnitDelay5' */
|
||||
rtDW->UnitDelay5_DSTATE_l = rtb_RelationalOperator4_d;
|
||||
@ -3036,14 +3031,13 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
*/
|
||||
rtY->n_mot = (int16_T)(rtb_Switch2_k >> 4);
|
||||
|
||||
/* Outport: '<Root>/a_elecAngle' incorporates:
|
||||
* DataTypeConversion: '<S1>/Data Type Conversion3'
|
||||
*/
|
||||
rtY->a_elecAngle = (int16_T)(rtb_Merge >> 6);
|
||||
|
||||
/* End of Outputs for SubSystem: '<Root>/BLDC_controller' */
|
||||
|
||||
/* Outport: '<Root>/n_motHiRes' */
|
||||
rtY->n_motHiRes = rtb_Switch2_k;
|
||||
|
||||
/* Outport: '<Root>/a_elecAngle' */
|
||||
rtY->a_elecAngle = rtb_Divide2_h;
|
||||
|
||||
/* Outport: '<Root>/iq' */
|
||||
rtY->iq = rtDW->DataTypeConversion[0];
|
||||
|
||||
@ -3068,7 +3062,7 @@ void BLDC_controller_initialize(RT_MODEL *const rtM)
|
||||
/* End of Start for SubSystem: '<S1>/F03_Control_Mode_Manager' */
|
||||
|
||||
/* Start for If: '<S1>/If1' */
|
||||
rtDW->If1_ActiveSubsystem_p = -1;
|
||||
rtDW->If1_ActiveSubsystem = -1;
|
||||
|
||||
/* Start for IfAction SubSystem: '<S1>/F05_Field_Oriented_Control' */
|
||||
/* Start for If: '<S6>/If2' */
|
||||
|
@ -5,7 +5,7 @@
|
||||
*
|
||||
* Model version : 1.1284
|
||||
* Simulink Coder version : 8.13 (R2017b) 24-Jul-2017
|
||||
* C/C++ source code generated on : Sun Oct 11 20:20:20 2020
|
||||
* C/C++ source code generated on : Sun Oct 11 21:38:56 2020
|
||||
*
|
||||
* Target selection: ert.tlc
|
||||
* Embedded hardware selection: ARM Compatible->ARM Cortex
|
||||
@ -129,7 +129,7 @@ typedef struct {
|
||||
int8_T Switch2_e; /* '<S11>/Switch2' */
|
||||
int8_T UnitDelay2_DSTATE_b; /* '<S11>/UnitDelay2' */
|
||||
int8_T If4_ActiveSubsystem; /* '<S1>/If4' */
|
||||
int8_T If1_ActiveSubsystem_p; /* '<S1>/If1' */
|
||||
int8_T If1_ActiveSubsystem; /* '<S1>/If1' */
|
||||
int8_T If2_ActiveSubsystem; /* '<S31>/If2' */
|
||||
int8_T If2_ActiveSubsystem_a; /* '<S6>/If2' */
|
||||
int8_T If1_ActiveSubsystem_e; /* '<S6>/If1' */
|
||||
@ -216,7 +216,6 @@ typedef struct {
|
||||
int16_T DC_phaC; /* '<Root>/DC_phaC' */
|
||||
uint8_T z_errCode; /* '<Root>/z_errCode' */
|
||||
int16_T n_mot; /* '<Root>/n_mot' */
|
||||
int16_T n_motHiRes; /* '<Root>/n_motHiRes' */
|
||||
int16_T a_elecAngle; /* '<Root>/a_elecAngle' */
|
||||
int16_T iq; /* '<Root>/iq' */
|
||||
int16_T id; /* '<Root>/id' */
|
||||
|
@ -5,7 +5,7 @@
|
||||
*
|
||||
* Model version : 1.1284
|
||||
* Simulink Coder version : 8.13 (R2017b) 24-Jul-2017
|
||||
* C/C++ source code generated on : Sun Oct 11 20:20:20 2020
|
||||
* C/C++ source code generated on : Sun Oct 11 21:38:56 2020
|
||||
*
|
||||
* Target selection: ert.tlc
|
||||
* Embedded hardware selection: ARM Compatible->ARM Cortex
|
||||
|
@ -5,7 +5,7 @@
|
||||
*
|
||||
* Model version : 1.1284
|
||||
* Simulink Coder version : 8.13 (R2017b) 24-Jul-2017
|
||||
* C/C++ source code generated on : Sun Oct 11 20:20:20 2020
|
||||
* C/C++ source code generated on : Sun Oct 11 21:38:56 2020
|
||||
*
|
||||
* Target selection: ert.tlc
|
||||
* Embedded hardware selection: ARM Compatible->ARM Cortex
|
||||
|
@ -8,7 +8,7 @@
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt",
|
||||
"name":"BLDCmotor_FOC_R2017b_fixdt",
|
||||
"fullname":"BLDCmotor_FOC_R2017b_fixdt",
|
||||
"label":"BLDCmotor_FOC_R2017b_fixdt",
|
||||
"label":"BLDCmotor_FOC_R2017b_fixdt*",
|
||||
"parent":0,
|
||||
"descendants":[
|
||||
2,
|
||||
|
@ -519,5 +519,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2020-10-11 20:21:02 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2020-10-11 21:39:38 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 8.6 KiB |
Before Width: | Height: | Size: 192 KiB After Width: | Height: | Size: 192 KiB |
@ -128,136 +128,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10167",
|
||||
"className":"Simulink.Outport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"task1",
|
||||
"label":"task1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10164",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"EnsureOutportIsVirtual",
|
||||
"InitialOutput",
|
||||
"MustResolveToSignalObject",
|
||||
"OutputWhenDisabled",
|
||||
"OutputWhenUnConnected",
|
||||
"OutputWhenUnconnectedValue",
|
||||
"SignalName",
|
||||
"SignalObject",
|
||||
"SourceOfInitialOutputValue",
|
||||
"StorageClass",
|
||||
"VectorParamsAs1DForOutWhenUnconnected"
|
||||
],
|
||||
"values":[
|
||||
"1",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"off",
|
||||
"0",
|
||||
"off",
|
||||
"reset",
|
||||
"off",
|
||||
"0",
|
||||
"",
|
||||
[
|
||||
],
|
||||
"Dialog",
|
||||
"Auto",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Outport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10185",
|
||||
"className":"Simulink.UnitDelay",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"UnitDelay6",
|
||||
"label":"UnitDelay6",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10164",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitialCondition",
|
||||
"InputProcessing",
|
||||
"SampleTime",
|
||||
"StateName",
|
||||
"CodeGenStateStorageTypeQualifier",
|
||||
"StateMustResolveToSignalObject",
|
||||
"StateSignalObject",
|
||||
"StateStorageClass"
|
||||
],
|
||||
"values":[
|
||||
"0",
|
||||
"Inherited",
|
||||
"-1",
|
||||
"",
|
||||
"",
|
||||
"off",
|
||||
[
|
||||
],
|
||||
"Auto"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"State Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
4
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"UnitDelay",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10184",
|
||||
"className":"Simulink.UnitDelay",
|
||||
@ -308,106 +178,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10162",
|
||||
"className":"Simulink.UnitDelay",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"UnitDelay4",
|
||||
"label":"UnitDelay4",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10164",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitialCondition",
|
||||
"InputProcessing",
|
||||
"SampleTime",
|
||||
"StateName",
|
||||
"CodeGenStateStorageTypeQualifier",
|
||||
"StateMustResolveToSignalObject",
|
||||
"StateSignalObject",
|
||||
"StateStorageClass"
|
||||
],
|
||||
"values":[
|
||||
"1",
|
||||
"Inherited",
|
||||
"-1",
|
||||
"",
|
||||
"",
|
||||
"off",
|
||||
[
|
||||
],
|
||||
"Auto"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"State Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
4
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"UnitDelay",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10183",
|
||||
"className":"Simulink.UnitDelay",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"UnitDelay2",
|
||||
"label":"UnitDelay2",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10164",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitialCondition",
|
||||
"InputProcessing",
|
||||
"SampleTime",
|
||||
"StateName",
|
||||
"CodeGenStateStorageTypeQualifier",
|
||||
"StateMustResolveToSignalObject",
|
||||
"StateSignalObject",
|
||||
"StateStorageClass"
|
||||
],
|
||||
"values":[
|
||||
"1",
|
||||
"Inherited",
|
||||
"-1",
|
||||
"",
|
||||
"",
|
||||
"off",
|
||||
[
|
||||
],
|
||||
"Auto"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"State Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
4
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"UnitDelay",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10186",
|
||||
"className":"Simulink.Outport",
|
||||
@ -488,6 +258,156 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10185",
|
||||
"className":"Simulink.UnitDelay",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"UnitDelay6",
|
||||
"label":"UnitDelay6",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10164",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitialCondition",
|
||||
"InputProcessing",
|
||||
"SampleTime",
|
||||
"StateName",
|
||||
"CodeGenStateStorageTypeQualifier",
|
||||
"StateMustResolveToSignalObject",
|
||||
"StateSignalObject",
|
||||
"StateStorageClass"
|
||||
],
|
||||
"values":[
|
||||
"0",
|
||||
"Inherited",
|
||||
"-1",
|
||||
"",
|
||||
"",
|
||||
"off",
|
||||
[
|
||||
],
|
||||
"Auto"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"State Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
4
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"UnitDelay",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10183",
|
||||
"className":"Simulink.UnitDelay",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"UnitDelay2",
|
||||
"label":"UnitDelay2",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10164",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitialCondition",
|
||||
"InputProcessing",
|
||||
"SampleTime",
|
||||
"StateName",
|
||||
"CodeGenStateStorageTypeQualifier",
|
||||
"StateMustResolveToSignalObject",
|
||||
"StateSignalObject",
|
||||
"StateStorageClass"
|
||||
],
|
||||
"values":[
|
||||
"1",
|
||||
"Inherited",
|
||||
"-1",
|
||||
"",
|
||||
"",
|
||||
"off",
|
||||
[
|
||||
],
|
||||
"Auto"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"State Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
4
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"UnitDelay",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10162",
|
||||
"className":"Simulink.UnitDelay",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"UnitDelay4",
|
||||
"label":"UnitDelay4",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10164",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitialCondition",
|
||||
"InputProcessing",
|
||||
"SampleTime",
|
||||
"StateName",
|
||||
"CodeGenStateStorageTypeQualifier",
|
||||
"StateMustResolveToSignalObject",
|
||||
"StateSignalObject",
|
||||
"StateStorageClass"
|
||||
],
|
||||
"values":[
|
||||
"1",
|
||||
"Inherited",
|
||||
"-1",
|
||||
"",
|
||||
"",
|
||||
"off",
|
||||
[
|
||||
],
|
||||
"Auto"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"State Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
4
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"UnitDelay",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10190",
|
||||
"className":"Simulink.DataTypeConversion",
|
||||
@ -535,6 +455,86 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10167",
|
||||
"className":"Simulink.Outport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"task1",
|
||||
"label":"task1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10164",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"EnsureOutportIsVirtual",
|
||||
"InitialOutput",
|
||||
"MustResolveToSignalObject",
|
||||
"OutputWhenDisabled",
|
||||
"OutputWhenUnConnected",
|
||||
"OutputWhenUnconnectedValue",
|
||||
"SignalName",
|
||||
"SignalObject",
|
||||
"SourceOfInitialOutputValue",
|
||||
"StorageClass",
|
||||
"VectorParamsAs1DForOutWhenUnconnected"
|
||||
],
|
||||
"values":[
|
||||
"1",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"off",
|
||||
"0",
|
||||
"off",
|
||||
"reset",
|
||||
"off",
|
||||
"0",
|
||||
"",
|
||||
[
|
||||
],
|
||||
"Dialog",
|
||||
"Auto",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Outport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10163",
|
||||
"className":"Simulink.Logic",
|
||||
|
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 67 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 446 KiB After Width: | Height: | Size: 446 KiB |
@ -138,73 +138,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10454:2909",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"init",
|
||||
"label":"init",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10454:2779",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"InputConnect",
|
||||
"Interpolate",
|
||||
"LatchByDelayingOutsideSignal",
|
||||
"LatchInputForFeedbackSignals",
|
||||
"OutputFunctionCall"
|
||||
],
|
||||
"values":[
|
||||
"2",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"",
|
||||
"on",
|
||||
"off",
|
||||
"off",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Inport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10454:2787",
|
||||
"className":"Simulink.DataTypeConversion",
|
||||
@ -252,73 +185,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10454:2786",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"u",
|
||||
"label":"u",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10454:2779",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"InputConnect",
|
||||
"Interpolate",
|
||||
"LatchByDelayingOutsideSignal",
|
||||
"LatchInputForFeedbackSignals",
|
||||
"OutputFunctionCall"
|
||||
],
|
||||
"values":[
|
||||
"1",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"",
|
||||
"on",
|
||||
"off",
|
||||
"off",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Inport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10454:2908",
|
||||
"className":"Simulink.Delay",
|
||||
@ -387,6 +253,140 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10454:2909",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"init",
|
||||
"label":"init",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10454:2779",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"InputConnect",
|
||||
"Interpolate",
|
||||
"LatchByDelayingOutsideSignal",
|
||||
"LatchInputForFeedbackSignals",
|
||||
"OutputFunctionCall"
|
||||
],
|
||||
"values":[
|
||||
"2",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"",
|
||||
"on",
|
||||
"off",
|
||||
"off",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Inport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10454:2786",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"u",
|
||||
"label":"u",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10454:2779",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"InputConnect",
|
||||
"Interpolate",
|
||||
"LatchByDelayingOutsideSignal",
|
||||
"LatchInputForFeedbackSignals",
|
||||
"OutputFunctionCall"
|
||||
],
|
||||
"values":[
|
||||
"1",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"",
|
||||
"on",
|
||||
"off",
|
||||
"off",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Inport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10454:2909#out:1",
|
||||
"className":"Simulink.Line",
|
||||
|
@ -131,69 +131,6 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10454:2909">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,84,122)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,85,123)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip11">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip11)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,100,130)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">2</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,85,123)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,100,139)">
|
||||
<path d="M-7.375,0 L7.375,0 L7.375,14 L-7.375,14 L-7.375,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip12">
|
||||
<path d="M-9.625,-123 L397.375,-123 L397.375,14 L-9.625,14 L-9.625,-123 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip12)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,92.625,139)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="12.75" x="1" xml:space="preserve" y="10">init</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,117,128)">
|
||||
<path d="M0,-12 L51.4844,-12 L51.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip13">
|
||||
<path d="M-34,-100 L373,-100 L373,37 L-34,37 L-34,-100 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip13)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,117,116)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="49.4844" x="1" xml:space="preserve" y="9">sfix32_En20</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10454:2787">
|
||||
@ -206,19 +143,19 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip15">
|
||||
<clipPath id="clip11">
|
||||
<path d="M0,0 L50,0 L50,20 L0,20 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip15)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,350,20)">
|
||||
<g clip-path="url(#clip11)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,350,20)">
|
||||
<path d="M0,0 L50,0 L50,20 L0,20 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip21">
|
||||
<clipPath id="clip17">
|
||||
<path d="M-19,-5 L23,-5 L23,10 L-19,10 L-19,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip21)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,372.5,27.5)">
|
||||
<g clip-path="url(#clip17)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,372.5,27.5)">
|
||||
<path d="M-13.1406,3.71875 L-12.1094,3.85938 C-12.224,4.56771 -12.5156,5.125 -12.9844,5.53125 C-13.4531,5.9375 -14.026,6.14062 -14.7031,6.14062 C-15.5573,6.14062 -16.2422,5.86198 -16.7578,5.30469 C-17.2734,4.7474 -17.5312,3.94792 -17.5312,2.90625 C-17.5312,2.23958 -17.4193,1.65365 -17.1953,1.14844 C-16.9714,0.643229 -16.6328,0.265625 -16.1797,0.015625 C-15.7266,-0.234375 -15.2292,-0.359375 -14.6875,-0.359375 C-14.0208,-0.359375 -13.4714,-0.190104 -13.0391,0.148438 C-12.6068,0.486979 -12.3281,0.973958 -12.2031,1.60938 L-13.2344,1.76562 C-13.3281,1.34896 -13.5,1.03385 -13.75,0.820312 C-14,0.606771 -14.3021,0.5 -14.6562,0.5 C-15.1875,0.5 -15.6198,0.690104 -15.9531,1.07031 C-16.2865,1.45052 -16.4531,2.05208 -16.4531,2.875 C-16.4531,3.71875 -16.2917,4.32812 -15.9688,4.70312 C-15.6458,5.07812 -15.2292,5.26562 -14.7188,5.26562 C-14.3021,5.26562 -13.9557,5.14062 -13.6797,4.89062 C-13.4036,4.64062 -13.224,4.25 -13.1406,3.71875 M-11.5938,2.89062 C-11.5938,1.73438 -11.276,0.880208 -10.6406,0.328125 C-10.1094,-0.130208 -9.45833,-0.359375 -8.6875,-0.359375 C-7.83333,-0.359375 -7.13281,-0.0807292 -6.58594,0.476562 C-6.03906,1.03385 -5.76562,1.80729 -5.76562,2.79688 C-5.76562,3.59896 -5.88542,4.22917 -6.125,4.6875 C-6.36458,5.14583 -6.71615,5.5026 -7.17969,5.75781 C-7.64323,6.01302 -8.14583,6.14062 -8.6875,6.14062 C-9.55208,6.14062 -10.2526,5.86198 -10.7891,5.30469 C-11.3255,4.7474 -11.5938,3.94271 -11.5938,2.89062 M-10.5156,2.89062 C-10.5156,3.68229 -10.3411,4.27604 -9.99219,4.67188 C-9.64323,5.06771 -9.20833,5.26562 -8.6875,5.26562 C-8.15625,5.26562 -7.71875,5.06771 -7.375,4.67188 C-7.03125,4.27604 -6.85938,3.67188 -6.85938,2.85938 C-6.85938,2.08854 -7.03385,1.50521 -7.38281,1.10938 C-7.73177,0.713542 -8.16667,0.515625 -8.6875,0.515625 C-9.20833,0.515625 -9.64323,0.710938 -9.99219,1.10156 C-10.3411,1.49219 -10.5156,2.08854 -10.5156,2.89062 M-4.53125,6 L-4.53125,-0.21875 L-3.59375,-0.21875 L-3.59375,0.65625 C-3.13542,-0.0208333 -2.47396,-0.359375 -1.60938,-0.359375 C-1.23438,-0.359375 -0.888021,-0.291667 -0.570312,-0.15625 C-0.252604,-0.0208333 -0.015625,0.15625 0.140625,0.375 C0.296875,0.59375 0.40625,0.848958 0.46875,1.14062 C0.5,1.33854 0.515625,1.68229 0.515625,2.17188 L0.515625,6 L-0.53125,6 L-0.53125,2.21875 C-0.53125,1.78125 -0.572917,1.45833 -0.65625,1.25 C-0.739583,1.04167 -0.885417,0.872396 -1.09375,0.742188 C-1.30208,0.611979 -1.54688,0.546875 -1.82812,0.546875 C-2.27604,0.546875 -2.66406,0.690104 -2.99219,0.976562 C-3.32031,1.26302 -3.48438,1.80208 -3.48438,2.59375 L-3.48438,6 L-4.53125,6 M3.85938,6 L1.5,-0.21875 L2.60938,-0.21875 L3.95312,3.5 C4.08854,3.90625 4.21875,4.32292 4.34375,4.75 C4.4375,4.42708 4.56771,4.03646 4.73438,3.57812 L6.125,-0.21875 L7.20312,-0.21875 L4.84375,6 L3.85938,6 M12.3906,4 L13.4844,4.125 C13.3177,4.76042 13,5.25521 12.5312,5.60938 C12.0625,5.96354 11.4688,6.14062 10.75,6.14062 C9.84375,6.14062 9.1224,5.85938 8.58594,5.29688 C8.04948,4.73438 7.78125,3.94792 7.78125,2.9375 C7.78125,1.89583 8.05208,1.08594 8.59375,0.507812 C9.13542,-0.0703125 9.83333,-0.359375 10.6875,-0.359375 C11.5208,-0.359375 12.2005,-0.078125 12.7266,0.484375 C13.2526,1.04688 13.5156,1.84375 13.5156,2.875 C13.5156,2.9375 13.5156,3.03125 13.5156,3.15625 L8.875,3.15625 C8.91667,3.84375 9.10938,4.36719 9.45312,4.72656 C9.79688,5.08594 10.2292,5.26562 10.75,5.26562 C11.1354,5.26562 11.4661,5.16406 11.7422,4.96094 C12.0182,4.75781 12.2344,4.4375 12.3906,4 M8.9375,2.29688 L12.4062,2.29688 C12.3646,1.76562 12.2344,1.36979 12.0156,1.10938 C11.6719,0.703125 11.2344,0.5 10.7031,0.5 C10.2135,0.5 9.80469,0.661458 9.47656,0.984375 C9.14844,1.30729 8.96875,1.74479 8.9375,2.29688 M14.7969,6 L14.7969,-0.21875 L15.75,-0.21875 L15.75,0.71875 C15.9896,0.28125 16.2109,-0.0078125 16.4141,-0.148438 C16.6172,-0.289062 16.8438,-0.359375 17.0938,-0.359375 C17.4479,-0.359375 17.8073,-0.25 18.1719,-0.03125 L17.8125,0.953125 C17.5521,0.796875 17.2969,0.71875 17.0469,0.71875 C16.8073,0.71875 16.5964,0.789062 16.4141,0.929688 C16.2318,1.07031 16.1042,1.26562 16.0312,1.51562 C15.9062,1.89062 15.8438,2.29688 15.8438,2.73438 L15.8438,6 L14.7969,6 M21.0938,5.0625 L21.25,5.98438 C20.9479,6.04688 20.6823,6.07812 20.4531,6.07812 C20.0677,6.07812 19.7708,6.01823 19.5625,5.89844 C19.3542,5.77865 19.2057,5.61979 19.1172,5.42188 C19.0286,5.22396 18.9844,4.80729 18.9844,4.17188 L18.9844,0.59375 L18.2188,0.59375 L18.2188,-0.21875 L18.9844,-0.21875 L18.9844,-1.76562 L20.0312,-2.39062 L20.0312,-0.21875 L21.0938,-0.21875 L21.0938,0.59375 L20.0312,0.59375 L20.0312,4.23438 C20.0312,4.53646 20.0495,4.72917 20.0859,4.8125 C20.1224,4.89583 20.1823,4.96354 20.2656,5.01562 C20.349,5.06771 20.4688,5.09375 20.625,5.09375 C20.75,5.09375 20.9062,5.08333 21.0938,5.0625" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -244,11 +181,11 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip35">
|
||||
<clipPath id="clip31">
|
||||
<path d="M-319,0 L88,0 L88,137 L-319,137 L-319,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip35)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,402,16)">
|
||||
<g clip-path="url(#clip31)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,402,16)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -258,6 +195,141 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10454:2908">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,214,64)">
|
||||
<image height="48" preserveAspectRatio="none" width="53" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAAwCAYAAACxKzLDAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABNElEQVRoge2asU7DQAxAX1Ho0hWWLp34GGY+HxaWLslwHdohGWCwI67oQKmOnuziJ1l3iqzGT44uqpwV8AI8Ag+6WqUHBl3zGL4ndojINgurbIC17ifgBBxKiR3SoS2w07DKva4jcARSdu2MvFM74KlFdRVMiNABefSKUnctK2pFSHkhpLwQUl4IKS+ElBdCygvdgpzXq1dxTvU/hSVSb7U3uZAmUq079Vz7AxY7VY3FTlXzbzvlTuom31Mh5YWQ8sKS0+/j6lX8MTfZqZDyQkh5IaS80CETuQ0/TOUM8Q7skXoTMvOdSokdMt3OB8RW2WsMyHj0V6le9/OA2Cr5JwcJqXUsJc5S+YDYKgmpL7Hg8es1IfHVNYucNI7ZWpRaId9RrJGDwvJhMWmM2X6OIAiCy/gElG5KiCdgAHgAAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,215,65)">
|
||||
<path d="M0,0 L45,0 L45,40 L0,40 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip33">
|
||||
<path d="M-42,-30 L3,-30 L3,10 L-42,10 L-42,-30 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip33)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,257,95)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="10.5469" x="-10.5469" xml:space="preserve" y="3.5">x0</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip34">
|
||||
<path d="M-42,-10 L3,-10 L3,30 L-42,30 L-42,-10 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip34)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,257,75)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-5.54688" xml:space="preserve" y="3.5">u</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip35">
|
||||
<path d="M-14,-20 L31,-20 L31,20 L-14,20 L-14,-20 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip35)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,229,85)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="6.09375" x="0" xml:space="preserve" y="3.5">Z</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip36">
|
||||
<path d="M-20,-16 L25,-16 L25,24 L-20,24 L-20,-16 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip36)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,235,81)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="8.875" x="0" xml:space="preserve" y="3.5">-1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,215,65)">
|
||||
<path d="M0,0 L45,0 L45,40 L0,40 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,213,87)">
|
||||
<path d="M-51.4844,0 L0,0 L0,12 L-51.4844,12 L-51.4844,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip37">
|
||||
<path d="M-78.5156,-71 L328.484,-71 L328.484,66 L-78.5156,66 L-78.5156,-71 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip37)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,161.516,87)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="49.4844" x="1" xml:space="preserve" y="9">sfix32_En20</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10454:2909">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,84,122)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,85,123)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip39">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip39)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,100,130)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">2</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,85,123)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,100,139)">
|
||||
<path d="M-7.375,0 L7.375,0 L7.375,14 L-7.375,14 L-7.375,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip40">
|
||||
<path d="M-9.625,-123 L397.375,-123 L397.375,14 L-9.625,14 L-9.625,-123 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip40)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,92.625,139)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="12.75" x="1" xml:space="preserve" y="10">init</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,117,128)">
|
||||
<path d="M0,-12 L51.4844,-12 L51.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip41">
|
||||
<path d="M-34,-100 L373,-100 L373,37 L-34,37 L-34,-100 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip41)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,117,116)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="49.4844" x="1" xml:space="preserve" y="9">sfix32_En20</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10454:2786">
|
||||
@ -270,11 +342,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip37">
|
||||
<clipPath id="clip43">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip37)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,100,30)">
|
||||
<g clip-path="url(#clip43)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,100,30)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -292,11 +364,11 @@
|
||||
<path d="M-3.77344,0 L3.77344,0 L3.77344,14 L-3.77344,14 L-3.77344,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip38">
|
||||
<clipPath id="clip44">
|
||||
<path d="M-13.2266,-23 L393.773,-23 L393.773,114 L-13.2266,114 L-13.2266,-23 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip38)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,96.2266,39)">
|
||||
<g clip-path="url(#clip44)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,96.2266,39)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="1" xml:space="preserve" y="10">u</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -307,83 +379,11 @@
|
||||
<path d="M0,-12 L51.4844,-12 L51.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip39">
|
||||
<clipPath id="clip45">
|
||||
<path d="M-34,0 L373,0 L373,137 L-34,137 L-34,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip39)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,117,16)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="49.4844" x="1" xml:space="preserve" y="9">sfix32_En20</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10454:2908">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,214,64)">
|
||||
<image height="48" preserveAspectRatio="none" width="53" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAAwCAYAAACxKzLDAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABhElEQVRoge2awU7CQBBAH6Zy4aoXLpz8Ir/Vr1EPXlDTRgtKJSWKh5kNWy24CG12ybxksqXZkn3ZzXYy2wFwDVwCF9rGSg4U2vpR/OyYISJjL2JlBAz1egVUwKytY4bM0BiYaMTKubY1sABK714Df6YmwFUfozuAFSI0Q5Zeq9RZnyPqC5NKBZNKBZNKhZOUygL63AADjRDWGl/I2/8DeVk+A48aT0jO9gq8a1//+YMIkbojXMixBj6RDMBJueSzAF6AObCkKXQU+pCqEIEZkq/NgTe9v9rzf4MIkbrlf1L+8quQnK3S30tE6OCl1kYfM9UWR19yPiFS910OoAtOcks3qVQwqVQwqVQwqVQwqVQIyf06yaS75CRnyqRSwaRSwaRSIUPqcSO2nMpFxAMwRcZbsqPEliHFRf+AOFamGgVSQ9wpleu1OyCOFf+TgxIZa93W0Un5B8SxUrKp8v65/HLtULKZtRipaFZ6F2yRGiDfUQyRjSLmzcJVd2t+V3wNwzD24xvsh4DkDoNcnQAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,215,65)">
|
||||
<path d="M0,0 L45,0 L45,40 L0,40 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip41">
|
||||
<path d="M-42,-30 L3,-30 L3,10 L-42,10 L-42,-30 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip41)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,257,95)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="10.5469" x="-10.5469" xml:space="preserve" y="3.5">x0</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip42">
|
||||
<path d="M-42,-10 L3,-10 L3,30 L-42,30 L-42,-10 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip42)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,257,75)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-5.54688" xml:space="preserve" y="3.5">u</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip43">
|
||||
<path d="M-14,-20 L31,-20 L31,20 L-14,20 L-14,-20 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip43)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,229,85)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="6.09375" x="0" xml:space="preserve" y="3.5">Z</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip44">
|
||||
<path d="M-20,-16 L25,-16 L25,24 L-20,24 L-20,-16 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip44)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,235,81)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="8.875" x="0" xml:space="preserve" y="3.5">-1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,215,65)">
|
||||
<path d="M0,0 L45,0 L45,40 L0,40 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,213,87)">
|
||||
<path d="M-51.4844,0 L0,0 L0,12 L-51.4844,12 L-51.4844,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip45">
|
||||
<path d="M-78.5156,-71 L328.484,-71 L328.484,66 L-78.5156,66 L-78.5156,-71 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip45)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,161.516,87)">
|
||||
<g clip-path="url(#clip45)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,117,16)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="49.4844" x="1" xml:space="preserve" y="9">sfix32_En20</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -485,5 +485,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2020-10-11 20:20:53 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2020-10-11 21:39:29 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
@ -1,4 +1,84 @@
|
||||
[
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10454:2791:2710",
|
||||
"className":"Simulink.Outport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"hitMin",
|
||||
"label":"hitMin",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10454:2791",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"EnsureOutportIsVirtual",
|
||||
"InitialOutput",
|
||||
"MustResolveToSignalObject",
|
||||
"OutputWhenDisabled",
|
||||
"OutputWhenUnConnected",
|
||||
"OutputWhenUnconnectedValue",
|
||||
"SignalName",
|
||||
"SignalObject",
|
||||
"SourceOfInitialOutputValue",
|
||||
"StorageClass",
|
||||
"VectorParamsAs1DForOutWhenUnconnected"
|
||||
],
|
||||
"values":[
|
||||
"3",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"off",
|
||||
"[]",
|
||||
"off",
|
||||
"held",
|
||||
"off",
|
||||
"0",
|
||||
"",
|
||||
[
|
||||
],
|
||||
"Dialog",
|
||||
"Auto",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Outport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10454:2791:2377",
|
||||
"className":"Simulink.Outport",
|
||||
@ -159,188 +239,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10454:2791:2710",
|
||||
"className":"Simulink.Outport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"hitMin",
|
||||
"label":"hitMin",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10454:2791",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"EnsureOutportIsVirtual",
|
||||
"InitialOutput",
|
||||
"MustResolveToSignalObject",
|
||||
"OutputWhenDisabled",
|
||||
"OutputWhenUnConnected",
|
||||
"OutputWhenUnconnectedValue",
|
||||
"SignalName",
|
||||
"SignalObject",
|
||||
"SourceOfInitialOutputValue",
|
||||
"StorageClass",
|
||||
"VectorParamsAs1DForOutWhenUnconnected"
|
||||
],
|
||||
"values":[
|
||||
"3",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"off",
|
||||
"[]",
|
||||
"off",
|
||||
"held",
|
||||
"off",
|
||||
"0",
|
||||
"",
|
||||
[
|
||||
],
|
||||
"Dialog",
|
||||
"Auto",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Outport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10454:2791:2848",
|
||||
"className":"Simulink.Switch",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Switch1",
|
||||
"label":"Switch1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10454:2791",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Criteria",
|
||||
"InputSameDT",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"AllowDiffInputSizes",
|
||||
"SampleTime",
|
||||
"Threshold",
|
||||
"ZeroCross"
|
||||
],
|
||||
"values":[
|
||||
"u2 ~= 0",
|
||||
"off",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via back propagation",
|
||||
"off",
|
||||
"Zero",
|
||||
"off",
|
||||
"off",
|
||||
"-1",
|
||||
"0",
|
||||
"on"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
1,
|
||||
9
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Switch",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10454:2791:2704",
|
||||
"className":"Simulink.RelationalOperator",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"LowerRelop1",
|
||||
"label":"LowerRelop1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10454:2791",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Operator",
|
||||
"InputSameDT",
|
||||
"OutDataTypeStr",
|
||||
"RndMeth",
|
||||
"SampleTime",
|
||||
"ZeroCross"
|
||||
],
|
||||
"values":[
|
||||
">",
|
||||
"off",
|
||||
"boolean",
|
||||
"Nearest",
|
||||
"-1",
|
||||
"on"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Data Type",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
1,
|
||||
4
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"RelationalOperator",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10454:2791:2707",
|
||||
"className":"Simulink.RelationalOperator",
|
||||
@ -444,60 +342,38 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10454:2791:2701",
|
||||
"className":"Simulink.Inport",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10454:2791:2704",
|
||||
"className":"Simulink.RelationalOperator",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"lo",
|
||||
"label":"lo",
|
||||
"name":"LowerRelop1",
|
||||
"label":"LowerRelop1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10454:2791",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"Operator",
|
||||
"InputSameDT",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"RndMeth",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"InputConnect",
|
||||
"Interpolate",
|
||||
"LatchByDelayingOutsideSignal",
|
||||
"LatchInputForFeedbackSignals",
|
||||
"OutputFunctionCall"
|
||||
"ZeroCross"
|
||||
],
|
||||
"values":[
|
||||
"3",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
">",
|
||||
"off",
|
||||
"inherit",
|
||||
"boolean",
|
||||
"Nearest",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"",
|
||||
"on",
|
||||
"off",
|
||||
"off",
|
||||
"off"
|
||||
"on"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"Data Type",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
1,
|
||||
4
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
@ -506,7 +382,7 @@
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Inport",
|
||||
"blocktype":"RelationalOperator",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
@ -577,6 +453,130 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10454:2791:2701",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"lo",
|
||||
"label":"lo",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10454:2791",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"InputConnect",
|
||||
"Interpolate",
|
||||
"LatchByDelayingOutsideSignal",
|
||||
"LatchInputForFeedbackSignals",
|
||||
"OutputFunctionCall"
|
||||
],
|
||||
"values":[
|
||||
"3",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"",
|
||||
"on",
|
||||
"off",
|
||||
"off",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Inport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10454:2791:2848",
|
||||
"className":"Simulink.Switch",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Switch1",
|
||||
"label":"Switch1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10454:2791",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Criteria",
|
||||
"InputSameDT",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"AllowDiffInputSizes",
|
||||
"SampleTime",
|
||||
"Threshold",
|
||||
"ZeroCross"
|
||||
],
|
||||
"values":[
|
||||
"u2 ~= 0",
|
||||
"off",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via back propagation",
|
||||
"off",
|
||||
"Zero",
|
||||
"off",
|
||||
"off",
|
||||
"-1",
|
||||
"0",
|
||||
"on"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
1,
|
||||
9
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Switch",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10454:2791:2699",
|
||||
"className":"Simulink.Inport",
|
||||
|
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |
@ -213,37 +213,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10454:2839",
|
||||
"className":"Simulink.Signum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"SignDeltaU3",
|
||||
"label":"SignDeltaU3",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10454:2816",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"ZeroCross",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"on",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Signum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10454:2837",
|
||||
"className":"Simulink.Signum",
|
||||
@ -276,40 +245,38 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10454:2840",
|
||||
"className":"Simulink.DataTypeConversion",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10454:2841",
|
||||
"className":"Simulink.RelationalOperator",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"DataTypeConv4",
|
||||
"label":"DataTypeConv4",
|
||||
"name":"Equal1",
|
||||
"label":"Equal1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10454:2816",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"Operator",
|
||||
"InputSameDT",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"ConvertRealWorld",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"SampleTime"
|
||||
"SampleTime",
|
||||
"ZeroCross"
|
||||
],
|
||||
"values":[
|
||||
"[]",
|
||||
"[]",
|
||||
"int8",
|
||||
"==",
|
||||
"on",
|
||||
"Real World Value (RWV)",
|
||||
"Inherit: Logical (see Configuration Parameters: Optimization)",
|
||||
"Zero",
|
||||
"off",
|
||||
"-1"
|
||||
"-1",
|
||||
"on"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes",
|
||||
"Main",
|
||||
"Data Type",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
7
|
||||
1,
|
||||
4
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
@ -318,16 +285,16 @@
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"DataTypeConversion",
|
||||
"blocktype":"RelationalOperator",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10454:2836",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10454:2840",
|
||||
"className":"Simulink.DataTypeConversion",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"DataTypeConv3",
|
||||
"label":"DataTypeConv3",
|
||||
"name":"DataTypeConv4",
|
||||
"label":"DataTypeConv4",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10454:2816",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -437,38 +404,40 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10454:2841",
|
||||
"className":"Simulink.RelationalOperator",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10454:2836",
|
||||
"className":"Simulink.DataTypeConversion",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Equal1",
|
||||
"label":"Equal1",
|
||||
"name":"DataTypeConv3",
|
||||
"label":"DataTypeConv3",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10454:2816",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Operator",
|
||||
"InputSameDT",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"ConvertRealWorld",
|
||||
"RndMeth",
|
||||
"SampleTime",
|
||||
"ZeroCross"
|
||||
"SaturateOnIntegerOverflow",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"==",
|
||||
"[]",
|
||||
"[]",
|
||||
"int8",
|
||||
"on",
|
||||
"Inherit: Logical (see Configuration Parameters: Optimization)",
|
||||
"Real World Value (RWV)",
|
||||
"Zero",
|
||||
"-1",
|
||||
"on"
|
||||
"off",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Data Type",
|
||||
"Parameter Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
1,
|
||||
4
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
@ -477,7 +446,38 @@
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"RelationalOperator",
|
||||
"blocktype":"DataTypeConversion",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10454:2839",
|
||||
"className":"Simulink.Signum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"SignDeltaU3",
|
||||
"label":"SignDeltaU3",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10454:2816",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"ZeroCross",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"on",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Signum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
|
@ -185,86 +185,6 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10454:2839">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,89,261)">
|
||||
<image height="34" preserveAspectRatio="none" width="33" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAiCAYAAADRcLDBAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA/ElEQVRYhe2XsQ6CMBBAHwZZWHVxcfJjnP00v8W/cXFhoUMdcIDFoXexKhCip2HoSy7XkEv7cnS4ZsABWAMryVbUgJMch3stzOXgTRRWlEAh6w64Ade+wpzQgQ2wlbBiKbkFGsBH394ktBNbYGcoAaEDDaED9ZDEwvjQj0gSSpJQkoQyC4l8Qs0JyCT62P9D4jwiMBuJr5kicfylAMzkYiYJJUkoSULJCbNfycD89wUXoJL9PWHa7oYkHM+juRWVhCMMuqMStax1NLcifvx42bsdk4hHcyu87OeZ8DtqKfA8umLBTaKJcq9ERniBFYSLaXk5O4k2WmskEvPnDjSoRmcsv12HAAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,90,262)">
|
||||
<path d="M0,0 L25,0 L25,26 L0,26 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip13">
|
||||
<path d="M0,0 L25,0 L25,26 L0,26 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip13)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,90,262)">
|
||||
<path d="M0,0 L25,0 L25,26 L0,26 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip18">
|
||||
<path d="M1,1 L26,1 L26,27 L1,27 L1,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip18)" fill="none" opacity="1" stroke="#ababab" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,89,261.5)">
|
||||
<path d="M2.66667,13.5 L24.3333,13.5" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip19">
|
||||
<path d="M1,1 L26,1 L26,27 L1,27 L1,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip19)" fill="none" opacity="1" stroke="#ababab" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,89,261.5)">
|
||||
<path d="M13.5,2.66667 L13.5,24.3333" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip20">
|
||||
<path d="M1,1 L26,1 L26,27 L1,27 L1,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip20)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,89,261.5)">
|
||||
<path d="M4.33333,17.6667 L13.5,17.6667 L13.5,9.33333 L22.6667,9.33333" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,90,262)">
|
||||
<path d="M0,0 L25,0 L25,26 L0,26 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,117,273)">
|
||||
<path d="M0,-12 L21.4844,-12 L21.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip31">
|
||||
<path d="M-127.055,-41 L333,-41 L333,102 L-127.055,102 L-127.055,-41 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip31)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,117,261)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="19.4844" x="1" xml:space="preserve" y="9">int16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10454:2837">
|
||||
@ -277,35 +197,35 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip33">
|
||||
<clipPath id="clip13">
|
||||
<path d="M0,0 L25,0 L25,26 L0,26 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip33)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,90,227)">
|
||||
<g clip-path="url(#clip13)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,90,227)">
|
||||
<path d="M0,0 L25,0 L25,26 L0,26 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip38">
|
||||
<clipPath id="clip18">
|
||||
<path d="M1,1 L26,1 L26,27 L1,27 L1,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip38)" fill="none" opacity="1" stroke="#ababab" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,89,226.5)">
|
||||
<g clip-path="url(#clip18)" fill="none" opacity="1" stroke="#ababab" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,89,226.5)">
|
||||
<path d="M2.66667,13.5 L24.3333,13.5" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip39">
|
||||
<clipPath id="clip19">
|
||||
<path d="M1,1 L26,1 L26,27 L1,27 L1,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip39)" fill="none" opacity="1" stroke="#ababab" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,89,226.5)">
|
||||
<g clip-path="url(#clip19)" fill="none" opacity="1" stroke="#ababab" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,89,226.5)">
|
||||
<path d="M13.5,2.66667 L13.5,24.3333" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip40">
|
||||
<clipPath id="clip20">
|
||||
<path d="M1,1 L26,1 L26,27 L1,27 L1,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip40)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,89,226.5)">
|
||||
<g clip-path="url(#clip20)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,89,226.5)">
|
||||
<path d="M4.33333,17.6667 L13.5,17.6667 L13.5,9.33333 L22.6667,9.33333" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -331,11 +251,11 @@
|
||||
<path d="M0,-12 L21.4844,-12 L21.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip51">
|
||||
<clipPath id="clip31">
|
||||
<path d="M-127.055,-6 L333,-6 L333,137 L-127.055,137 L-127.055,-6 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip51)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,117,226)">
|
||||
<g clip-path="url(#clip31)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,117,226)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="19.4844" x="1" xml:space="preserve" y="9">int32</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -345,202 +265,11 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10454:2840">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,154,264)">
|
||||
<image height="28" preserveAspectRatio="none" width="43" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAcCAYAAAD4IkbVAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA30lEQVRYhe2XMQvCQAxGX6V2cdWlSyd/kf9/cHFph+vQDu3ikBSjnCLIxSUPQo4S6OO4g+8q4AKcgKN2b3pg0G5reB2sEcHWlDcHoNH1CszAmBuskR1tgU7Lm732BZiAZL49YXe2A84edhlWRHREjkBWdudp9CshW4qQLUXIliJkSxGypQjZUtRIyjnwJuk4cAVu6pGQPLvmBmskkdvw681Na0Ai4kfZXtdb+PXGPmuSOiy5wU3Whl9vkv438cUx6HUg8dhlT2atyfSsbIW8wRrkgv3jkq1ai1lvFQSBF3dqRUK99alT1gAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,155,265)">
|
||||
<path d="M0,0 L35,0 L35,20 L0,20 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip53">
|
||||
<path d="M0,0 L35,0 L35,20 L0,20 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip53)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,155,265)">
|
||||
<path d="M0,0 L35,0 L35,20 L0,20 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip59">
|
||||
<path d="M-9,-5 L13,-5 L13,10 L-9,10 L-9,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip59)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,170,272.5)">
|
||||
<path d="M-7.20312,-1.375 L-7.20312,-2.59375 L-6.14062,-2.59375 L-6.14062,-1.375 L-7.20312,-1.375 M-7.20312,6 L-7.20312,-0.21875 L-6.14062,-0.21875 L-6.14062,6 L-7.20312,6 M-4.54688,6 L-4.54688,-0.21875 L-3.60938,-0.21875 L-3.60938,0.65625 C-3.15104,-0.0208333 -2.48958,-0.359375 -1.625,-0.359375 C-1.25,-0.359375 -0.903646,-0.291667 -0.585938,-0.15625 C-0.268229,-0.0208333 -0.03125,0.15625 0.125,0.375 C0.28125,0.59375 0.390625,0.848958 0.453125,1.14062 C0.484375,1.33854 0.5,1.68229 0.5,2.17188 L0.5,6 L-0.546875,6 L-0.546875,2.21875 C-0.546875,1.78125 -0.588542,1.45833 -0.671875,1.25 C-0.755208,1.04167 -0.901042,0.872396 -1.10938,0.742188 C-1.31771,0.611979 -1.5625,0.546875 -1.84375,0.546875 C-2.29167,0.546875 -2.67969,0.690104 -3.00781,0.976562 C-3.33594,1.26302 -3.5,1.80208 -3.5,2.59375 L-3.5,6 L-4.54688,6 M4.42188,5.0625 L4.57812,5.98438 C4.27604,6.04688 4.01042,6.07812 3.78125,6.07812 C3.39583,6.07812 3.09896,6.01823 2.89062,5.89844 C2.68229,5.77865 2.53385,5.61979 2.44531,5.42188 C2.35677,5.22396 2.3125,4.80729 2.3125,4.17188 L2.3125,0.59375 L1.54688,0.59375 L1.54688,-0.21875 L2.3125,-0.21875 L2.3125,-1.76562 L3.35938,-2.39062 L3.35938,-0.21875 L4.42188,-0.21875 L4.42188,0.59375 L3.35938,0.59375 L3.35938,4.23438 C3.35938,4.53646 3.3776,4.72917 3.41406,4.8125 C3.45052,4.89583 3.51042,4.96354 3.59375,5.01562 C3.67708,5.06771 3.79688,5.09375 3.95312,5.09375 C4.07812,5.09375 4.23438,5.08333 4.42188,5.0625 M6.78125,1.34375 C6.34375,1.17708 6.01823,0.945312 5.80469,0.648438 C5.59115,0.351562 5.48438,0 5.48438,-0.40625 C5.48438,-1.03125 5.71094,-1.55729 6.16406,-1.98438 C6.61719,-2.41146 7.21354,-2.625 7.95312,-2.625 C8.70312,-2.625 9.30729,-2.40625 9.76562,-1.96875 C10.224,-1.53125 10.4531,-1 10.4531,-0.375 C10.4531,0.0208333 10.349,0.364583 10.1406,0.65625 C9.93229,0.947917 9.61458,1.17708 9.1875,1.34375 C9.71875,1.51042 10.1198,1.78646 10.3906,2.17188 C10.6615,2.55729 10.7969,3.01562 10.7969,3.54688 C10.7969,4.27604 10.5391,4.89062 10.0234,5.39062 C9.50781,5.89062 8.82292,6.14062 7.96875,6.14062 C7.125,6.14062 6.44271,5.89062 5.92188,5.39062 C5.40104,4.89062 5.14062,4.26562 5.14062,3.51562 C5.14062,2.95312 5.28385,2.48438 5.57031,2.10938 C5.85677,1.73438 6.26042,1.47917 6.78125,1.34375 M6.5625,-0.453125 C6.5625,-0.046875 6.69531,0.286458 6.96094,0.546875 C7.22656,0.807292 7.56771,0.9375 7.98438,0.9375 C8.39062,0.9375 8.72396,0.809896 8.98438,0.554688 C9.24479,0.299479 9.375,-0.015625 9.375,-0.390625 C9.375,-0.776042 9.23958,-1.10156 8.96875,-1.36719 C8.69792,-1.63281 8.36458,-1.76562 7.96875,-1.76562 C7.5625,-1.76562 7.22656,-1.63542 6.96094,-1.375 C6.69531,-1.11458 6.5625,-0.807292 6.5625,-0.453125 M6.23438,3.51562 C6.23438,3.81771 6.30469,4.10938 6.44531,4.39062 C6.58594,4.67188 6.79688,4.89062 7.07812,5.04688 C7.35938,5.20312 7.66146,5.28125 7.98438,5.28125 C8.48438,5.28125 8.89844,5.11979 9.22656,4.79688 C9.55469,4.47396 9.71875,4.0625 9.71875,3.5625 C9.71875,3.05208 9.55208,2.63021 9.21875,2.29688 C8.88542,1.96354 8.46354,1.79688 7.95312,1.79688 C7.45312,1.79688 7.04167,1.96094 6.71875,2.28906 C6.39583,2.61719 6.23438,3.02604 6.23438,3.51562" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,155,265)">
|
||||
<path d="M0,0 L35,0 L35,20 L0,20 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,192,273)">
|
||||
<path d="M0,-12 L16.4844,-12 L16.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip73">
|
||||
<path d="M-202.055,-41 L258,-41 L258,102 L-202.055,102 L-202.055,-41 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip73)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,192,261)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="14.4844" x="1" xml:space="preserve" y="9">int8</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10454:2836">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,154,229)">
|
||||
<image height="28" preserveAspectRatio="none" width="43" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAcCAYAAAD4IkbVAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA30lEQVRYhe2XMQvCQAxGX6V2cdWlSyd/kf9/cHFph+vQDu3ikBSjnCLIxSUPQo4S6OO4g+8q4AKcgKN2b3pg0G5reB2sEcHWlDcHoNH1CszAmBuskR1tgU7Lm732BZiAZL49YXe2A84edhlWRHREjkBWdudp9CshW4qQLUXIliJkSxGypQjZUtRIyjnwJuk4cAVu6pGQPLvmBmskkdvw681Na0Ai4kfZXtdb+PXGPmuSOiy5wU3Whl9vkv438cUx6HUg8dhlT2atyfSsbIW8wRrkgv3jkq1ai1lvFQSBF3dqRUK99alT1gAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,155,230)">
|
||||
<path d="M0,0 L35,0 L35,20 L0,20 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip75">
|
||||
<path d="M0,0 L35,0 L35,20 L0,20 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip75)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,155,230)">
|
||||
<path d="M0,0 L35,0 L35,20 L0,20 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip81">
|
||||
<path d="M-9,-5 L13,-5 L13,10 L-9,10 L-9,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip81)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,170,237.5)">
|
||||
<path d="M-7.20312,-1.375 L-7.20312,-2.59375 L-6.14062,-2.59375 L-6.14062,-1.375 L-7.20312,-1.375 M-7.20312,6 L-7.20312,-0.21875 L-6.14062,-0.21875 L-6.14062,6 L-7.20312,6 M-4.54688,6 L-4.54688,-0.21875 L-3.60938,-0.21875 L-3.60938,0.65625 C-3.15104,-0.0208333 -2.48958,-0.359375 -1.625,-0.359375 C-1.25,-0.359375 -0.903646,-0.291667 -0.585938,-0.15625 C-0.268229,-0.0208333 -0.03125,0.15625 0.125,0.375 C0.28125,0.59375 0.390625,0.848958 0.453125,1.14062 C0.484375,1.33854 0.5,1.68229 0.5,2.17188 L0.5,6 L-0.546875,6 L-0.546875,2.21875 C-0.546875,1.78125 -0.588542,1.45833 -0.671875,1.25 C-0.755208,1.04167 -0.901042,0.872396 -1.10938,0.742188 C-1.31771,0.611979 -1.5625,0.546875 -1.84375,0.546875 C-2.29167,0.546875 -2.67969,0.690104 -3.00781,0.976562 C-3.33594,1.26302 -3.5,1.80208 -3.5,2.59375 L-3.5,6 L-4.54688,6 M4.42188,5.0625 L4.57812,5.98438 C4.27604,6.04688 4.01042,6.07812 3.78125,6.07812 C3.39583,6.07812 3.09896,6.01823 2.89062,5.89844 C2.68229,5.77865 2.53385,5.61979 2.44531,5.42188 C2.35677,5.22396 2.3125,4.80729 2.3125,4.17188 L2.3125,0.59375 L1.54688,0.59375 L1.54688,-0.21875 L2.3125,-0.21875 L2.3125,-1.76562 L3.35938,-2.39062 L3.35938,-0.21875 L4.42188,-0.21875 L4.42188,0.59375 L3.35938,0.59375 L3.35938,4.23438 C3.35938,4.53646 3.3776,4.72917 3.41406,4.8125 C3.45052,4.89583 3.51042,4.96354 3.59375,5.01562 C3.67708,5.06771 3.79688,5.09375 3.95312,5.09375 C4.07812,5.09375 4.23438,5.08333 4.42188,5.0625 M6.78125,1.34375 C6.34375,1.17708 6.01823,0.945312 5.80469,0.648438 C5.59115,0.351562 5.48438,0 5.48438,-0.40625 C5.48438,-1.03125 5.71094,-1.55729 6.16406,-1.98438 C6.61719,-2.41146 7.21354,-2.625 7.95312,-2.625 C8.70312,-2.625 9.30729,-2.40625 9.76562,-1.96875 C10.224,-1.53125 10.4531,-1 10.4531,-0.375 C10.4531,0.0208333 10.349,0.364583 10.1406,0.65625 C9.93229,0.947917 9.61458,1.17708 9.1875,1.34375 C9.71875,1.51042 10.1198,1.78646 10.3906,2.17188 C10.6615,2.55729 10.7969,3.01562 10.7969,3.54688 C10.7969,4.27604 10.5391,4.89062 10.0234,5.39062 C9.50781,5.89062 8.82292,6.14062 7.96875,6.14062 C7.125,6.14062 6.44271,5.89062 5.92188,5.39062 C5.40104,4.89062 5.14062,4.26562 5.14062,3.51562 C5.14062,2.95312 5.28385,2.48438 5.57031,2.10938 C5.85677,1.73438 6.26042,1.47917 6.78125,1.34375 M6.5625,-0.453125 C6.5625,-0.046875 6.69531,0.286458 6.96094,0.546875 C7.22656,0.807292 7.56771,0.9375 7.98438,0.9375 C8.39062,0.9375 8.72396,0.809896 8.98438,0.554688 C9.24479,0.299479 9.375,-0.015625 9.375,-0.390625 C9.375,-0.776042 9.23958,-1.10156 8.96875,-1.36719 C8.69792,-1.63281 8.36458,-1.76562 7.96875,-1.76562 C7.5625,-1.76562 7.22656,-1.63542 6.96094,-1.375 C6.69531,-1.11458 6.5625,-0.807292 6.5625,-0.453125 M6.23438,3.51562 C6.23438,3.81771 6.30469,4.10938 6.44531,4.39062 C6.58594,4.67188 6.79688,4.89062 7.07812,5.04688 C7.35938,5.20312 7.66146,5.28125 7.98438,5.28125 C8.48438,5.28125 8.89844,5.11979 9.22656,4.79688 C9.55469,4.47396 9.71875,4.0625 9.71875,3.5625 C9.71875,3.05208 9.55208,2.63021 9.21875,2.29688 C8.88542,1.96354 8.46354,1.79688 7.95312,1.79688 C7.45312,1.79688 7.04167,1.96094 6.71875,2.28906 C6.39583,2.61719 6.23438,3.02604 6.23438,3.51562" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,155,230)">
|
||||
<path d="M0,0 L35,0 L35,20 L0,20 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,192,238)">
|
||||
<path d="M0,-12 L16.4844,-12 L16.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip95">
|
||||
<path d="M-202.055,-6 L258,-6 L258,137 L-202.055,137 L-202.055,-6 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip95)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,192,226)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="14.4844" x="1" xml:space="preserve" y="9">int8</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10454:2843">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,234,317)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,235,318)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip97">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip97)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,250,325)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">3</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,235,318)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,250,334)">
|
||||
<path d="M-13.75,0 L13.75,0 L13.75,14 L-13.75,14 L-13.75,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip98">
|
||||
<path d="M-246.305,-114 L213.75,-114 L213.75,29 L-246.305,29 L-246.305,-114 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip98)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,236.25,334)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="25.5" x="1" xml:space="preserve" y="10">hitSat</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,267,323)">
|
||||
<path d="M0,-12 L33.9844,-12 L33.9844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip99">
|
||||
<path d="M-277.055,-91 L183,-91 L183,52 L-277.055,52 L-277.055,-91 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip99)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,267,311)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="31.9844" x="1" xml:space="preserve" y="9">boolean</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10454:2841">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,234,221)">
|
||||
<image height="79" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAABPCAYAAACHxrc8AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABTklEQVRoge2au07DQBBFT5BJkxaaNKn4GVq+la8BCpo0dmGKpLCLUOxELOBEe6MsMtI90mhW1kp7NH40vgvgCbgH7qLXpAW66Hl1Pzc2IbPOqiYrYBnrEdgDH1MbG9Kk1sAmqia30QdgB/TZtV9ix4ltgIfKYpAmtSNNqj0ldvMHIhdhMRWLqVhMZbZiTcGeZ2ARVcIBeLzYKCgRe6Vc6mr8a7EXZio224m9VbeYYLafC4upWEzFYioWU7GYisVULKZiMRWLqVhMxWIqFlOxmIrFVCymYjEVi6lYTMViKhZTma1YyS+bQ3WLCWY7MYupWEzFYioNKVy24kTA7Mq8A9s4sydFAcdTYh3fc4M12UZ1pMTdWbE21sfcYE3yVGcf5w3nxPLcYE36OKOn4Fa2saHna3q12Eftsj4ptiDFTZekh7/2CzBGDdn6WMYYgE8bpUqAMHaU6AAAAABJRU5ErkJggg==" y="0"/>
|
||||
<image height="79" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAABPCAYAAACHxrc8AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABa0lEQVRoge2aMU7DQBBFn5FJkxaaNKk4DDVH4yycBhqaNHZhiqRwCih2oixgRztxJhjpP2m0K2uVffqxN3I0FfAE3AN3NkbSAK2NebU/F9Yms8oqkiWwsPke2AEfQwtrUlIrYG0Vya2NPbAFuuzaL7FDYmvgIVgMUlJbUlLNmNjNFUTOQmJeJOZFYl5mK1YXrHkBKqshHi+nc6RE7I1xKZixWAglYs/hFgPM9uaXmBeJeZGYl5Jz7PWMz5387lB68nu5itg5iU3+/YxKbDJRiU3mXyf2J2KzPcck5kViXiTmRWJeJOZFYl4k5kViXiTmRWJeJOZFYl4k5kViXmYrVvI31Ge4xQCzTUxiXiTmRWJealJz2ZKRBrML8w5sbM+O1Aq4HxNr+d43GMnGqiV13J0Ua2x+6BuMJO/q7Gy//pRY3jcYSWd7dBR8lY0t6DimF8XOapuNg2IVqd10Qbr5ox+AvVWfzQ8lhAD4ApBgTmQUqdogAAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,235,222)">
|
||||
<path d="M0,0 L30,0 L30,71 L0,71 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -548,27 +277,27 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip101">
|
||||
<clipPath id="clip33">
|
||||
<path d="M0,0 L30,0 L30,71 L0,71 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip101)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,235,222)">
|
||||
<g clip-path="url(#clip33)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,235,222)">
|
||||
<path d="M0,0 L30,0 L30,71 L0,71 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip107">
|
||||
<clipPath id="clip39">
|
||||
<path d="M-8,-5 L13,-5 L13,10 L-8,10 L-8,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip107)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,247.5,255)">
|
||||
<g clip-path="url(#clip39)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,247.5,255)">
|
||||
<path d="M1.28125,1.84375 L1.28125,0.984375 L-6.375,0.984375 L-6.375,1.84375 L1.28125,1.84375 M1.28125,4.4375 L1.28125,3.57812 L-6.375,3.57812 L-6.375,4.4375 L1.28125,4.4375" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip108">
|
||||
<clipPath id="clip40">
|
||||
<path d="M-8,-5 L13,-5 L13,10 L-8,10 L-8,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip108)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,247.5,255)">
|
||||
<g clip-path="url(#clip40)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,247.5,255)">
|
||||
<path d="M10.7812,1.84375 L10.7812,0.984375 L3.125,0.984375 L3.125,1.84375 L10.7812,1.84375 M10.7812,4.4375 L10.7812,3.57812 L3.125,3.57812 L3.125,4.4375 L10.7812,4.4375" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -594,11 +323,11 @@
|
||||
<path d="M0,-12 L33.9844,-12 L33.9844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip122">
|
||||
<clipPath id="clip54">
|
||||
<path d="M-277.055,-26 L183,-26 L183,117 L-277.055,117 L-277.055,-26 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip122)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,267,246)">
|
||||
<g clip-path="url(#clip54)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,267,246)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="31.9844" x="1" xml:space="preserve" y="9">boolean</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -608,11 +337,282 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10454:2840">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,154,264)">
|
||||
<image height="28" preserveAspectRatio="none" width="43" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAcCAYAAAD4IkbVAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA30lEQVRYhe2XMQvCQAxGX6V2cdWlSyd/kf9/cHFph+vQDu3ikBSjnCLIxSUPQo4S6OO4g+8q4AKcgKN2b3pg0G5reB2sEcHWlDcHoNH1CszAmBuskR1tgU7Lm732BZiAZL49YXe2A84edhlWRHREjkBWdudp9CshW4qQLUXIliJkSxGypQjZUtRIyjnwJuk4cAVu6pGQPLvmBmskkdvw681Na0Ai4kfZXtdb+PXGPmuSOiy5wU3Whl9vkv438cUx6HUg8dhlT2atyfSsbIW8wRrkgv3jkq1ai1lvFQSBF3dqRUK99alT1gAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,155,265)">
|
||||
<path d="M0,0 L35,0 L35,20 L0,20 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip56">
|
||||
<path d="M0,0 L35,0 L35,20 L0,20 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip56)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,155,265)">
|
||||
<path d="M0,0 L35,0 L35,20 L0,20 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip62">
|
||||
<path d="M-9,-5 L13,-5 L13,10 L-9,10 L-9,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip62)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,170,272.5)">
|
||||
<path d="M-7.20312,-1.375 L-7.20312,-2.59375 L-6.14062,-2.59375 L-6.14062,-1.375 L-7.20312,-1.375 M-7.20312,6 L-7.20312,-0.21875 L-6.14062,-0.21875 L-6.14062,6 L-7.20312,6 M-4.54688,6 L-4.54688,-0.21875 L-3.60938,-0.21875 L-3.60938,0.65625 C-3.15104,-0.0208333 -2.48958,-0.359375 -1.625,-0.359375 C-1.25,-0.359375 -0.903646,-0.291667 -0.585938,-0.15625 C-0.268229,-0.0208333 -0.03125,0.15625 0.125,0.375 C0.28125,0.59375 0.390625,0.848958 0.453125,1.14062 C0.484375,1.33854 0.5,1.68229 0.5,2.17188 L0.5,6 L-0.546875,6 L-0.546875,2.21875 C-0.546875,1.78125 -0.588542,1.45833 -0.671875,1.25 C-0.755208,1.04167 -0.901042,0.872396 -1.10938,0.742188 C-1.31771,0.611979 -1.5625,0.546875 -1.84375,0.546875 C-2.29167,0.546875 -2.67969,0.690104 -3.00781,0.976562 C-3.33594,1.26302 -3.5,1.80208 -3.5,2.59375 L-3.5,6 L-4.54688,6 M4.42188,5.0625 L4.57812,5.98438 C4.27604,6.04688 4.01042,6.07812 3.78125,6.07812 C3.39583,6.07812 3.09896,6.01823 2.89062,5.89844 C2.68229,5.77865 2.53385,5.61979 2.44531,5.42188 C2.35677,5.22396 2.3125,4.80729 2.3125,4.17188 L2.3125,0.59375 L1.54688,0.59375 L1.54688,-0.21875 L2.3125,-0.21875 L2.3125,-1.76562 L3.35938,-2.39062 L3.35938,-0.21875 L4.42188,-0.21875 L4.42188,0.59375 L3.35938,0.59375 L3.35938,4.23438 C3.35938,4.53646 3.3776,4.72917 3.41406,4.8125 C3.45052,4.89583 3.51042,4.96354 3.59375,5.01562 C3.67708,5.06771 3.79688,5.09375 3.95312,5.09375 C4.07812,5.09375 4.23438,5.08333 4.42188,5.0625 M6.78125,1.34375 C6.34375,1.17708 6.01823,0.945312 5.80469,0.648438 C5.59115,0.351562 5.48438,0 5.48438,-0.40625 C5.48438,-1.03125 5.71094,-1.55729 6.16406,-1.98438 C6.61719,-2.41146 7.21354,-2.625 7.95312,-2.625 C8.70312,-2.625 9.30729,-2.40625 9.76562,-1.96875 C10.224,-1.53125 10.4531,-1 10.4531,-0.375 C10.4531,0.0208333 10.349,0.364583 10.1406,0.65625 C9.93229,0.947917 9.61458,1.17708 9.1875,1.34375 C9.71875,1.51042 10.1198,1.78646 10.3906,2.17188 C10.6615,2.55729 10.7969,3.01562 10.7969,3.54688 C10.7969,4.27604 10.5391,4.89062 10.0234,5.39062 C9.50781,5.89062 8.82292,6.14062 7.96875,6.14062 C7.125,6.14062 6.44271,5.89062 5.92188,5.39062 C5.40104,4.89062 5.14062,4.26562 5.14062,3.51562 C5.14062,2.95312 5.28385,2.48438 5.57031,2.10938 C5.85677,1.73438 6.26042,1.47917 6.78125,1.34375 M6.5625,-0.453125 C6.5625,-0.046875 6.69531,0.286458 6.96094,0.546875 C7.22656,0.807292 7.56771,0.9375 7.98438,0.9375 C8.39062,0.9375 8.72396,0.809896 8.98438,0.554688 C9.24479,0.299479 9.375,-0.015625 9.375,-0.390625 C9.375,-0.776042 9.23958,-1.10156 8.96875,-1.36719 C8.69792,-1.63281 8.36458,-1.76562 7.96875,-1.76562 C7.5625,-1.76562 7.22656,-1.63542 6.96094,-1.375 C6.69531,-1.11458 6.5625,-0.807292 6.5625,-0.453125 M6.23438,3.51562 C6.23438,3.81771 6.30469,4.10938 6.44531,4.39062 C6.58594,4.67188 6.79688,4.89062 7.07812,5.04688 C7.35938,5.20312 7.66146,5.28125 7.98438,5.28125 C8.48438,5.28125 8.89844,5.11979 9.22656,4.79688 C9.55469,4.47396 9.71875,4.0625 9.71875,3.5625 C9.71875,3.05208 9.55208,2.63021 9.21875,2.29688 C8.88542,1.96354 8.46354,1.79688 7.95312,1.79688 C7.45312,1.79688 7.04167,1.96094 6.71875,2.28906 C6.39583,2.61719 6.23438,3.02604 6.23438,3.51562" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,155,265)">
|
||||
<path d="M0,0 L35,0 L35,20 L0,20 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,192,273)">
|
||||
<path d="M0,-12 L16.4844,-12 L16.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip76">
|
||||
<path d="M-202.055,-41 L258,-41 L258,102 L-202.055,102 L-202.055,-41 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip76)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,192,261)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="14.4844" x="1" xml:space="preserve" y="9">int8</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10454:2843">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,234,317)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,235,318)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip78">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip78)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,250,325)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">3</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,235,318)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,250,334)">
|
||||
<path d="M-13.75,0 L13.75,0 L13.75,14 L-13.75,14 L-13.75,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip79">
|
||||
<path d="M-246.305,-114 L213.75,-114 L213.75,29 L-246.305,29 L-246.305,-114 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip79)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,236.25,334)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="25.5" x="1" xml:space="preserve" y="10">hitSat</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,267,323)">
|
||||
<path d="M0,-12 L33.9844,-12 L33.9844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip80">
|
||||
<path d="M-277.055,-91 L183,-91 L183,52 L-277.055,52 L-277.055,-91 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip80)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,267,311)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="31.9844" x="1" xml:space="preserve" y="9">boolean</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10454:2836">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,154,229)">
|
||||
<image height="28" preserveAspectRatio="none" width="43" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAcCAYAAAD4IkbVAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA30lEQVRYhe2XMQvCQAxGX6V2cdWlSyd/kf9/cHFph+vQDu3ikBSjnCLIxSUPQo4S6OO4g+8q4AKcgKN2b3pg0G5reB2sEcHWlDcHoNH1CszAmBuskR1tgU7Lm732BZiAZL49YXe2A84edhlWRHREjkBWdudp9CshW4qQLUXIliJkSxGypQjZUtRIyjnwJuk4cAVu6pGQPLvmBmskkdvw681Na0Ai4kfZXtdb+PXGPmuSOiy5wU3Whl9vkv438cUx6HUg8dhlT2atyfSsbIW8wRrkgv3jkq1ai1lvFQSBF3dqRUK99alT1gAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,155,230)">
|
||||
<path d="M0,0 L35,0 L35,20 L0,20 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip82">
|
||||
<path d="M0,0 L35,0 L35,20 L0,20 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip82)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,155,230)">
|
||||
<path d="M0,0 L35,0 L35,20 L0,20 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip88">
|
||||
<path d="M-9,-5 L13,-5 L13,10 L-9,10 L-9,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip88)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,170,237.5)">
|
||||
<path d="M-7.20312,-1.375 L-7.20312,-2.59375 L-6.14062,-2.59375 L-6.14062,-1.375 L-7.20312,-1.375 M-7.20312,6 L-7.20312,-0.21875 L-6.14062,-0.21875 L-6.14062,6 L-7.20312,6 M-4.54688,6 L-4.54688,-0.21875 L-3.60938,-0.21875 L-3.60938,0.65625 C-3.15104,-0.0208333 -2.48958,-0.359375 -1.625,-0.359375 C-1.25,-0.359375 -0.903646,-0.291667 -0.585938,-0.15625 C-0.268229,-0.0208333 -0.03125,0.15625 0.125,0.375 C0.28125,0.59375 0.390625,0.848958 0.453125,1.14062 C0.484375,1.33854 0.5,1.68229 0.5,2.17188 L0.5,6 L-0.546875,6 L-0.546875,2.21875 C-0.546875,1.78125 -0.588542,1.45833 -0.671875,1.25 C-0.755208,1.04167 -0.901042,0.872396 -1.10938,0.742188 C-1.31771,0.611979 -1.5625,0.546875 -1.84375,0.546875 C-2.29167,0.546875 -2.67969,0.690104 -3.00781,0.976562 C-3.33594,1.26302 -3.5,1.80208 -3.5,2.59375 L-3.5,6 L-4.54688,6 M4.42188,5.0625 L4.57812,5.98438 C4.27604,6.04688 4.01042,6.07812 3.78125,6.07812 C3.39583,6.07812 3.09896,6.01823 2.89062,5.89844 C2.68229,5.77865 2.53385,5.61979 2.44531,5.42188 C2.35677,5.22396 2.3125,4.80729 2.3125,4.17188 L2.3125,0.59375 L1.54688,0.59375 L1.54688,-0.21875 L2.3125,-0.21875 L2.3125,-1.76562 L3.35938,-2.39062 L3.35938,-0.21875 L4.42188,-0.21875 L4.42188,0.59375 L3.35938,0.59375 L3.35938,4.23438 C3.35938,4.53646 3.3776,4.72917 3.41406,4.8125 C3.45052,4.89583 3.51042,4.96354 3.59375,5.01562 C3.67708,5.06771 3.79688,5.09375 3.95312,5.09375 C4.07812,5.09375 4.23438,5.08333 4.42188,5.0625 M6.78125,1.34375 C6.34375,1.17708 6.01823,0.945312 5.80469,0.648438 C5.59115,0.351562 5.48438,0 5.48438,-0.40625 C5.48438,-1.03125 5.71094,-1.55729 6.16406,-1.98438 C6.61719,-2.41146 7.21354,-2.625 7.95312,-2.625 C8.70312,-2.625 9.30729,-2.40625 9.76562,-1.96875 C10.224,-1.53125 10.4531,-1 10.4531,-0.375 C10.4531,0.0208333 10.349,0.364583 10.1406,0.65625 C9.93229,0.947917 9.61458,1.17708 9.1875,1.34375 C9.71875,1.51042 10.1198,1.78646 10.3906,2.17188 C10.6615,2.55729 10.7969,3.01562 10.7969,3.54688 C10.7969,4.27604 10.5391,4.89062 10.0234,5.39062 C9.50781,5.89062 8.82292,6.14062 7.96875,6.14062 C7.125,6.14062 6.44271,5.89062 5.92188,5.39062 C5.40104,4.89062 5.14062,4.26562 5.14062,3.51562 C5.14062,2.95312 5.28385,2.48438 5.57031,2.10938 C5.85677,1.73438 6.26042,1.47917 6.78125,1.34375 M6.5625,-0.453125 C6.5625,-0.046875 6.69531,0.286458 6.96094,0.546875 C7.22656,0.807292 7.56771,0.9375 7.98438,0.9375 C8.39062,0.9375 8.72396,0.809896 8.98438,0.554688 C9.24479,0.299479 9.375,-0.015625 9.375,-0.390625 C9.375,-0.776042 9.23958,-1.10156 8.96875,-1.36719 C8.69792,-1.63281 8.36458,-1.76562 7.96875,-1.76562 C7.5625,-1.76562 7.22656,-1.63542 6.96094,-1.375 C6.69531,-1.11458 6.5625,-0.807292 6.5625,-0.453125 M6.23438,3.51562 C6.23438,3.81771 6.30469,4.10938 6.44531,4.39062 C6.58594,4.67188 6.79688,4.89062 7.07812,5.04688 C7.35938,5.20312 7.66146,5.28125 7.98438,5.28125 C8.48438,5.28125 8.89844,5.11979 9.22656,4.79688 C9.55469,4.47396 9.71875,4.0625 9.71875,3.5625 C9.71875,3.05208 9.55208,2.63021 9.21875,2.29688 C8.88542,1.96354 8.46354,1.79688 7.95312,1.79688 C7.45312,1.79688 7.04167,1.96094 6.71875,2.28906 C6.39583,2.61719 6.23438,3.02604 6.23438,3.51562" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,155,230)">
|
||||
<path d="M0,0 L35,0 L35,20 L0,20 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,192,238)">
|
||||
<path d="M0,-12 L16.4844,-12 L16.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip102">
|
||||
<path d="M-202.055,-6 L258,-6 L258,137 L-202.055,137 L-202.055,-6 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip102)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,192,226)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="14.4844" x="1" xml:space="preserve" y="9">int8</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10454:2839">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,89,261)">
|
||||
<image height="34" preserveAspectRatio="none" width="33" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAiCAYAAADRcLDBAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA30lEQVRYhe2XoQ7CMBBA38iYmQUzM8UX8f8Cg2lFEZvYDKJ3ocC2EDiBuJdc7rI07cut4loBZ+AIHCRbEYAouYz4urCWg7sirGiBRuoZGIHb0sKa3IEO6CWs2EuegAFIxbc3Ce1ED5wMJSB3YCB3IKxJ7IwP/QqXUFxCcQnFJRSXUFxCcQnFJRSXUGry7NeyMv/9wAW4yv6JPG3PaxKR59HciqtEJA+6mxJBah3NrSgfP0n2nrYkytHciiT7JT74HUEWJB5dsWCUGIq8KFGRX2AN+WJaXs5ZYipqDcf5f+7XoELJg0MaGwAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,90,262)">
|
||||
<path d="M0,0 L25,0 L25,26 L0,26 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip104">
|
||||
<path d="M0,0 L25,0 L25,26 L0,26 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip104)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,90,262)">
|
||||
<path d="M0,0 L25,0 L25,26 L0,26 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip109">
|
||||
<path d="M1,1 L26,1 L26,27 L1,27 L1,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip109)" fill="none" opacity="1" stroke="#ababab" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,89,261.5)">
|
||||
<path d="M2.66667,13.5 L24.3333,13.5" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip110">
|
||||
<path d="M1,1 L26,1 L26,27 L1,27 L1,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip110)" fill="none" opacity="1" stroke="#ababab" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,89,261.5)">
|
||||
<path d="M13.5,2.66667 L13.5,24.3333" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip111">
|
||||
<path d="M1,1 L26,1 L26,27 L1,27 L1,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip111)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,89,261.5)">
|
||||
<path d="M4.33333,17.6667 L13.5,17.6667 L13.5,9.33333 L22.6667,9.33333" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,90,262)">
|
||||
<path d="M0,0 L25,0 L25,26 L0,26 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,117,273)">
|
||||
<path d="M0,-12 L21.4844,-12 L21.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip122">
|
||||
<path d="M-127.055,-41 L333,-41 L333,102 L-127.055,102 L-127.055,-41 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip122)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,117,261)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="19.4844" x="1" xml:space="preserve" y="9">int16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10454:2838">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,329,226)">
|
||||
<image height="139" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAACLCAYAAAANv+ueAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABs0lEQVR4nO3csU7CUBiG4RdTWVx1YWHyYnT1Wr0adXBhaYc6wAADDucnFi3kfIWDJfme5KQNqembH2QpORPgBXgA7uNYUg00ceyu5veFVcTMOqukO2Aa5xtgBXz1XViRJjUD5rFKuo3jGlgCbee1P2G7ic2Bx8JhkCa1JE2qPhR2c4GQQRymcpjKYarRhlUZ17wCk1g5tsDz4KKQE/ZOftTZXHXYGyMNG+3EPopX9Bjt14XDVA5TOUzlMJXDVA5TOUzlMJXDVA5TOUzlMJXDVA5TOUzlMJXDVA5TOUzlMNVow3Ie2WyLV/QY7cQcpnKYymGq3If1qpN/IJf7sF51kbAhE3sa8Dd7Sk3sZKUmdrKrnti/hI32e8xhKoepHKZymMphKoepHKZymMphKoepHKZymMphKoepHKZymMphKoepHKZymMphKoep/NselcNUDlM5TFWRNo6648DmUWf2CSzini1pm6/NobCG/T3BSlrEaki7aR0Nq+N8tydYSd0d29q43/pYWHdPsJLauEdLxltZxwUtP9MrZRVr2Tn2hk1IW8lNSR/+0v8Am1jrzvlumRnAN2jAUpvN0i+UAAAAAElFTkSuQmCC" y="0"/>
|
||||
<image height="139" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAACLCAYAAAANv+ueAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABnklEQVR4nO3cMU/CUBiF4YOpLKy6sDD5Y5z9+bq4sLRDHWBoBx3uR7hoIT3FizV5n+Smjan0zaeSaM1dSHqR9CjpIY4l1ZKaOOar+X5hFTHrbJW0krSM817SXtLH0IWV0qTWkjaxSrqPYydpJ6nNPvYj7DCxjaSnwmFSmtROaVL1ubC7G4RMQpiLMBdhLsJchLkIcxHmIsxFmKsacc3rhNe9+neHMWFvE173JmFTJvY84XNOlJrY1UpN7Gr/emJ/Ejbb9zHCXIS5CHMR5iLMRZiLMBdhLsJchLkIcxHmIsxFmGu2YWP+DPVZvGLAbCdGmIswF2EuHnK5eMjl4iGXa7Zhs30fI8xFmIswF2EuwlyEuQhzEeYizEWYizAXYS7CXIS5CHMR5iLMRZiLMBdhLsJchLn43x4XYS7CXIS5KqWNo1Y6s3nUL3uXtI17tkrbfPXnwhqd7glW0jZWo7Sb1sWwOs4Pe4KVlO/Y1sb9ukth+Z5gJbVxj1YjvpR1XNDqOL1S9rF22XEwbKG0ldxS6Zu/9A9AH6vLzg8LgCR9ASY1UuHF9XT/AAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,330,227)">
|
||||
<path d="M0,0 L30,0 L30,131 L0,131 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -800,5 +800,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2020-10-11 20:20:53 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2020-10-11 21:39:29 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 152 KiB After Width: | Height: | Size: 152 KiB |
@ -1,4 +1,110 @@
|
||||
[
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10455:2788",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum1",
|
||||
"label":"Sum1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10455:2779",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"round",
|
||||
"|++",
|
||||
"off",
|
||||
"Inherit: Same as first input",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as first input",
|
||||
"off",
|
||||
"Simplest",
|
||||
"off",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10455:2787",
|
||||
"className":"Simulink.DataTypeConversion",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Data Type Conversion1",
|
||||
"label":"Data Type Conversion1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10455:2779",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"ConvertRealWorld",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(1,16,4)",
|
||||
"off",
|
||||
"Real World Value (RWV)",
|
||||
"Floor",
|
||||
"off",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"DataTypeConversion",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10455:2790",
|
||||
"className":"Simulink.Outport",
|
||||
@ -80,99 +186,61 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10455:2787",
|
||||
"className":"Simulink.DataTypeConversion",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10455:2908",
|
||||
"className":"Simulink.Delay",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Data Type Conversion1",
|
||||
"label":"Data Type Conversion1",
|
||||
"name":"Resettable Delay",
|
||||
"label":"Resettable Delay",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10455:2779",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"ConvertRealWorld",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"SampleTime"
|
||||
"DelayLengthSource",
|
||||
"InitialConditionSource",
|
||||
"DelayLength",
|
||||
"InputProcessing",
|
||||
"UseCircularBuffer",
|
||||
"ShowEnablePort",
|
||||
"ExternalReset",
|
||||
"SampleTime",
|
||||
"CodeGenStateStorageTypeQualifier",
|
||||
"DelayLengthUpperLimit",
|
||||
"DiagnosticForDelayLength",
|
||||
"InitialCondition",
|
||||
"PreventDirectFeedthrough",
|
||||
"RemoveDelayLengthCheckInGeneratedCode",
|
||||
"StateMustResolveToSignalObject",
|
||||
"StateName",
|
||||
"StateSignalObject",
|
||||
"StateStorageClass"
|
||||
],
|
||||
"values":[
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(1,16,4)",
|
||||
"off",
|
||||
"Real World Value (RWV)",
|
||||
"Floor",
|
||||
"off",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"DataTypeConversion",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10455:2788",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum1",
|
||||
"label":"Sum1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10455:2779",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"round",
|
||||
"|++",
|
||||
"off",
|
||||
"Inherit: Same as first input",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as first input",
|
||||
"off",
|
||||
"Simplest",
|
||||
"off",
|
||||
"Dialog",
|
||||
"Input port",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
"Elements as channels (sample based)",
|
||||
"off",
|
||||
"off",
|
||||
"None",
|
||||
"-1",
|
||||
"",
|
||||
"100",
|
||||
"None",
|
||||
"0.0",
|
||||
"off",
|
||||
"off",
|
||||
"off",
|
||||
"",
|
||||
[
|
||||
],
|
||||
"Auto"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
8
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
@ -181,7 +249,7 @@
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"blocktype":"Delay",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
@ -252,74 +320,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10455:2908",
|
||||
"className":"Simulink.Delay",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Resettable Delay",
|
||||
"label":"Resettable Delay",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10455:2779",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"DelayLengthSource",
|
||||
"InitialConditionSource",
|
||||
"DelayLength",
|
||||
"InputProcessing",
|
||||
"UseCircularBuffer",
|
||||
"ShowEnablePort",
|
||||
"ExternalReset",
|
||||
"SampleTime",
|
||||
"CodeGenStateStorageTypeQualifier",
|
||||
"DelayLengthUpperLimit",
|
||||
"DiagnosticForDelayLength",
|
||||
"InitialCondition",
|
||||
"PreventDirectFeedthrough",
|
||||
"RemoveDelayLengthCheckInGeneratedCode",
|
||||
"StateMustResolveToSignalObject",
|
||||
"StateName",
|
||||
"StateSignalObject",
|
||||
"StateStorageClass"
|
||||
],
|
||||
"values":[
|
||||
"Dialog",
|
||||
"Input port",
|
||||
"1",
|
||||
"Elements as channels (sample based)",
|
||||
"off",
|
||||
"off",
|
||||
"None",
|
||||
"-1",
|
||||
"",
|
||||
"100",
|
||||
"None",
|
||||
"0.0",
|
||||
"off",
|
||||
"off",
|
||||
"off",
|
||||
"",
|
||||
[
|
||||
],
|
||||
"Auto"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
8
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Delay",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10455:2786",
|
||||
"className":"Simulink.Inport",
|
||||
|
@ -13,44 +13,68 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10455:2790">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,454,22)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10455:2788">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,179,19)">
|
||||
<image height="28" preserveAspectRatio="none" width="28" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACC0lEQVRIie2Wb0/bMBDGf0kDa1mjKgMJmJjGvv+HmkCaBFOhKg2hGW2zF35OMcZuCxLvOOmR8+d8j8/nu3MGfAXGwASogGPgBPim70OgwMkKWAI1cA9MgTtgBsz1/QnYkJBCRiuRnAJnQgWUCcKFSEpgBBwAuXQ20ulShBORfQcugB8i3MfDMfAFGHhkK2AN/EsRVvLsAvgFXALne3o49v6tgWegFdlzzMsCF7MzeXYJ/JTHpVZfAJn0Oy1gJBx6C2lx8WuEpUhfEZ7Qx+1c75Ngq0wy+nhZzFrcFtfy/EGoY4Q5LlaVN5pnIZkvA+mUmufbmABHWtgryXFxKL1xF1mMNLSxlXAYoIgpJqQQaWhjuI2wCJDFFBOSReYboruUxz5+pOS4I+0jWiES0kXmG9YpwmWA1RsILf9CG9EcNELLHxvb1OoCWUvXn2tjkyIscDVx5o0jLWRbevhk94GN+S7CKX0OjenLVaq02TYuNPfGw9QjjIZmgKsOuYwaOlzl7+SNFeYl8Chv/gJ/gN/AlZ5vcf1xId2ohzNcktr2rXCx2Kc93QDXHtlM/1q29MM5fT5abGr2a0+2lbe83M5o/Iyw1vNGik8y+N4rRtI7I7Q7iB2GBtde7nZ4OBesFTWan7zPQH/6rM9ZIT7yECNseNloWxIdPkXov1vxPfBgB8pOq+E95fBTPuVt8h8hv9hLNIZhvAAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ff8000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,455,23)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,180,20)">
|
||||
<path d="M20,10 C20,15.5228 15.5228,20 10,20 C4.47715,20 0,15.5228 0,10 C0,4.47715 4.47715,0 10,0 C15.5228,0 20,4.47715 20,10 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip2">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
<path d="M179.5,19.5 L199.5,19.5 L199.5,39.5 L179.5,39.5 L179.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip2)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,470,30)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
<g clip-path="url(#clip2)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="183,30 187,30" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip3">
|
||||
<path d="M179.5,19.5 L199.5,19.5 L199.5,39.5 L179.5,39.5 L179.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip3)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="185,28 185,32" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip4">
|
||||
<path d="M179.5,19.5 L199.5,19.5 L199.5,39.5 L179.5,39.5 L179.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip4)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="188,35 192,35" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip5">
|
||||
<path d="M179.5,19.5 L199.5,19.5 L199.5,39.5 L179.5,39.5 L179.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip5)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="190,33 190,37" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,455,23)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,180,20)">
|
||||
<path d="M20,10 C20,15.5228 15.5228,20 10,20 C4.47715,20 0,15.5228 0,10 C0,4.47715 4.47715,0 10,0 C15.5228,0 20,4.47715 20,10 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,470,39)">
|
||||
<path d="M-3.5,0 L3.5,0 L3.5,14 L-3.5,14 L-3.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,202,28)">
|
||||
<path d="M0,-12 L51.4844,-12 L51.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip3">
|
||||
<path d="M-383.5,-23 L23.5,-23 L23.5,114 L-383.5,114 L-383.5,-23 z"/>
|
||||
<clipPath id="clip6">
|
||||
<path d="M-119,0 L288,0 L288,137 L-119,137 L-119,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip3)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,466.5,39)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5" x="1" xml:space="preserve" y="10">y</text>
|
||||
<g clip-path="url(#clip6)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,202,16)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="49.4844" x="1" xml:space="preserve" y="9">sfix32_En20</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
@ -71,19 +95,19 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip5">
|
||||
<clipPath id="clip8">
|
||||
<path d="M0,0 L50,0 L50,20 L0,20 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip5)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,350,20)">
|
||||
<g clip-path="url(#clip8)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,350,20)">
|
||||
<path d="M0,0 L50,0 L50,20 L0,20 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip11">
|
||||
<clipPath id="clip14">
|
||||
<path d="M-19,-5 L23,-5 L23,10 L-19,10 L-19,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip11)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,372.5,27.5)">
|
||||
<g clip-path="url(#clip14)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,372.5,27.5)">
|
||||
<path d="M-13.1406,3.71875 L-12.1094,3.85938 C-12.224,4.56771 -12.5156,5.125 -12.9844,5.53125 C-13.4531,5.9375 -14.026,6.14062 -14.7031,6.14062 C-15.5573,6.14062 -16.2422,5.86198 -16.7578,5.30469 C-17.2734,4.7474 -17.5312,3.94792 -17.5312,2.90625 C-17.5312,2.23958 -17.4193,1.65365 -17.1953,1.14844 C-16.9714,0.643229 -16.6328,0.265625 -16.1797,0.015625 C-15.7266,-0.234375 -15.2292,-0.359375 -14.6875,-0.359375 C-14.0208,-0.359375 -13.4714,-0.190104 -13.0391,0.148438 C-12.6068,0.486979 -12.3281,0.973958 -12.2031,1.60938 L-13.2344,1.76562 C-13.3281,1.34896 -13.5,1.03385 -13.75,0.820312 C-14,0.606771 -14.3021,0.5 -14.6562,0.5 C-15.1875,0.5 -15.6198,0.690104 -15.9531,1.07031 C-16.2865,1.45052 -16.4531,2.05208 -16.4531,2.875 C-16.4531,3.71875 -16.2917,4.32812 -15.9688,4.70312 C-15.6458,5.07812 -15.2292,5.26562 -14.7188,5.26562 C-14.3021,5.26562 -13.9557,5.14062 -13.6797,4.89062 C-13.4036,4.64062 -13.224,4.25 -13.1406,3.71875 M-11.5938,2.89062 C-11.5938,1.73438 -11.276,0.880208 -10.6406,0.328125 C-10.1094,-0.130208 -9.45833,-0.359375 -8.6875,-0.359375 C-7.83333,-0.359375 -7.13281,-0.0807292 -6.58594,0.476562 C-6.03906,1.03385 -5.76562,1.80729 -5.76562,2.79688 C-5.76562,3.59896 -5.88542,4.22917 -6.125,4.6875 C-6.36458,5.14583 -6.71615,5.5026 -7.17969,5.75781 C-7.64323,6.01302 -8.14583,6.14062 -8.6875,6.14062 C-9.55208,6.14062 -10.2526,5.86198 -10.7891,5.30469 C-11.3255,4.7474 -11.5938,3.94271 -11.5938,2.89062 M-10.5156,2.89062 C-10.5156,3.68229 -10.3411,4.27604 -9.99219,4.67188 C-9.64323,5.06771 -9.20833,5.26562 -8.6875,5.26562 C-8.15625,5.26562 -7.71875,5.06771 -7.375,4.67188 C-7.03125,4.27604 -6.85938,3.67188 -6.85938,2.85938 C-6.85938,2.08854 -7.03385,1.50521 -7.38281,1.10938 C-7.73177,0.713542 -8.16667,0.515625 -8.6875,0.515625 C-9.20833,0.515625 -9.64323,0.710938 -9.99219,1.10156 C-10.3411,1.49219 -10.5156,2.08854 -10.5156,2.89062 M-4.53125,6 L-4.53125,-0.21875 L-3.59375,-0.21875 L-3.59375,0.65625 C-3.13542,-0.0208333 -2.47396,-0.359375 -1.60938,-0.359375 C-1.23438,-0.359375 -0.888021,-0.291667 -0.570312,-0.15625 C-0.252604,-0.0208333 -0.015625,0.15625 0.140625,0.375 C0.296875,0.59375 0.40625,0.848958 0.46875,1.14062 C0.5,1.33854 0.515625,1.68229 0.515625,2.17188 L0.515625,6 L-0.53125,6 L-0.53125,2.21875 C-0.53125,1.78125 -0.572917,1.45833 -0.65625,1.25 C-0.739583,1.04167 -0.885417,0.872396 -1.09375,0.742188 C-1.30208,0.611979 -1.54688,0.546875 -1.82812,0.546875 C-2.27604,0.546875 -2.66406,0.690104 -2.99219,0.976562 C-3.32031,1.26302 -3.48438,1.80208 -3.48438,2.59375 L-3.48438,6 L-4.53125,6 M3.85938,6 L1.5,-0.21875 L2.60938,-0.21875 L3.95312,3.5 C4.08854,3.90625 4.21875,4.32292 4.34375,4.75 C4.4375,4.42708 4.56771,4.03646 4.73438,3.57812 L6.125,-0.21875 L7.20312,-0.21875 L4.84375,6 L3.85938,6 M12.3906,4 L13.4844,4.125 C13.3177,4.76042 13,5.25521 12.5312,5.60938 C12.0625,5.96354 11.4688,6.14062 10.75,6.14062 C9.84375,6.14062 9.1224,5.85938 8.58594,5.29688 C8.04948,4.73438 7.78125,3.94792 7.78125,2.9375 C7.78125,1.89583 8.05208,1.08594 8.59375,0.507812 C9.13542,-0.0703125 9.83333,-0.359375 10.6875,-0.359375 C11.5208,-0.359375 12.2005,-0.078125 12.7266,0.484375 C13.2526,1.04688 13.5156,1.84375 13.5156,2.875 C13.5156,2.9375 13.5156,3.03125 13.5156,3.15625 L8.875,3.15625 C8.91667,3.84375 9.10938,4.36719 9.45312,4.72656 C9.79688,5.08594 10.2292,5.26562 10.75,5.26562 C11.1354,5.26562 11.4661,5.16406 11.7422,4.96094 C12.0182,4.75781 12.2344,4.4375 12.3906,4 M8.9375,2.29688 L12.4062,2.29688 C12.3646,1.76562 12.2344,1.36979 12.0156,1.10938 C11.6719,0.703125 11.2344,0.5 10.7031,0.5 C10.2135,0.5 9.80469,0.661458 9.47656,0.984375 C9.14844,1.30729 8.96875,1.74479 8.9375,2.29688 M14.7969,6 L14.7969,-0.21875 L15.75,-0.21875 L15.75,0.71875 C15.9896,0.28125 16.2109,-0.0078125 16.4141,-0.148438 C16.6172,-0.289062 16.8438,-0.359375 17.0938,-0.359375 C17.4479,-0.359375 17.8073,-0.25 18.1719,-0.03125 L17.8125,0.953125 C17.5521,0.796875 17.2969,0.71875 17.0469,0.71875 C16.8073,0.71875 16.5964,0.789062 16.4141,0.929688 C16.2318,1.07031 16.1042,1.26562 16.0312,1.51562 C15.9062,1.89062 15.8438,2.29688 15.8438,2.73438 L15.8438,6 L14.7969,6 M21.0938,5.0625 L21.25,5.98438 C20.9479,6.04688 20.6823,6.07812 20.4531,6.07812 C20.0677,6.07812 19.7708,6.01823 19.5625,5.89844 C19.3542,5.77865 19.2057,5.61979 19.1172,5.42188 C19.0286,5.22396 18.9844,4.80729 18.9844,4.17188 L18.9844,0.59375 L18.2188,0.59375 L18.2188,-0.21875 L18.9844,-0.21875 L18.9844,-1.76562 L20.0312,-2.39062 L20.0312,-0.21875 L21.0938,-0.21875 L21.0938,0.59375 L20.0312,0.59375 L20.0312,4.23438 C20.0312,4.53646 20.0495,4.72917 20.0859,4.8125 C20.1224,4.89583 20.1823,4.96354 20.2656,5.01562 C20.349,5.06771 20.4688,5.09375 20.625,5.09375 C20.75,5.09375 20.9062,5.08333 21.0938,5.0625" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -109,11 +133,11 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip25">
|
||||
<clipPath id="clip28">
|
||||
<path d="M-319,0 L88,0 L88,137 L-319,137 L-319,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip25)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,402,16)">
|
||||
<g clip-path="url(#clip28)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,402,16)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -125,67 +149,115 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10455:2788">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,179,19)">
|
||||
<image height="28" preserveAspectRatio="none" width="28" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACC0lEQVRIie2Wb0/bMBDGf0kDa1mjKgMJmJjGvv+HmkCaBFOhKg2hGW2zF35OMcZuCxLvOOmR8+d8j8/nu3MGfAXGwASogGPgBPim70OgwMkKWAI1cA9MgTtgBsz1/QnYkJBCRiuRnAJnQgWUCcKFSEpgBBwAuXQ20ulShBORfQcugB8i3MfDMfAFGHhkK2AN/EsRVvLsAvgFXALne3o49v6tgWegFdlzzMsCF7MzeXYJ/JTHpVZfAJn0Oy1gJBx6C2lx8WuEpUhfEZ7Qx+1c75Ngq0wy+nhZzFrcFtfy/EGoY4Q5LlaVN5pnIZkvA+mUmufbmABHWtgryXFxKL1xF1mMNLSxlXAYoIgpJqQQaWhjuI2wCJDFFBOSReYboruUxz5+pOS4I+0jWiES0kXmG9YpwmWA1RsILf9CG9EcNELLHxvb1OoCWUvXn2tjkyIscDVx5o0jLWRbevhk94GN+S7CKX0OjenLVaq02TYuNPfGw9QjjIZmgKsOuYwaOlzl7+SNFeYl8Chv/gJ/gN/AlZ5vcf1xId2ohzNcktr2rXCx2Kc93QDXHtlM/1q29MM5fT5abGr2a0+2lbe83M5o/Iyw1vNGik8y+N4rRtI7I7Q7iB2GBtde7nZ4OBesFTWan7zPQH/6rM9ZIT7yECNseNloWxIdPkXov1vxPfBgB8pOq+E95fBTPuVt8h8hv9hLNIZhvAAAAABJRU5ErkJggg==" y="0"/>
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10455:2790">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,454,22)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,180,20)">
|
||||
<path d="M20,10 C20,15.5228 15.5228,20 10,20 C4.47715,20 0,15.5228 0,10 C0,4.47715 4.47715,0 10,0 C15.5228,0 20,4.47715 20,10 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
<g clip-path="none" fill="#ff8000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,455,23)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip27">
|
||||
<path d="M179.5,19.5 L199.5,19.5 L199.5,39.5 L179.5,39.5 L179.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip27)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="183,30 187,30" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip28">
|
||||
<path d="M179.5,19.5 L199.5,19.5 L199.5,39.5 L179.5,39.5 L179.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip28)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="185,28 185,32" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip29">
|
||||
<path d="M179.5,19.5 L199.5,19.5 L199.5,39.5 L179.5,39.5 L179.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip29)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="188,35 192,35" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip30">
|
||||
<path d="M179.5,19.5 L199.5,19.5 L199.5,39.5 L179.5,39.5 L179.5,19.5 z"/>
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip30)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="190,33 190,37" vector-effect="none"/>
|
||||
<g clip-path="url(#clip30)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,470,30)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,180,20)">
|
||||
<path d="M20,10 C20,15.5228 15.5228,20 10,20 C4.47715,20 0,15.5228 0,10 C0,4.47715 4.47715,0 10,0 C15.5228,0 20,4.47715 20,10 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,455,23)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,470,39)">
|
||||
<path d="M-3.5,0 L3.5,0 L3.5,14 L-3.5,14 L-3.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip31">
|
||||
<path d="M-383.5,-23 L23.5,-23 L23.5,114 L-383.5,114 L-383.5,-23 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip31)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,466.5,39)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5" x="1" xml:space="preserve" y="10">y</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10455:2908">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,214,64)">
|
||||
<image height="48" preserveAspectRatio="none" width="53" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAAwCAYAAACxKzLDAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABhElEQVRoge2awU7CQBBAH6Zy4aoXLpz8Ir/Vr1EPXlDTRgtKJSWKh5kNWy24CG12ybxksqXZkn3ZzXYy2wFwDVwCF9rGSg4U2vpR/OyYISJjL2JlBAz1egVUwKytY4bM0BiYaMTKubY1sABK714Df6YmwFUfozuAFSI0Q5Zeq9RZnyPqC5NKBZNKBZNKhZOUygL63AADjRDWGl/I2/8DeVk+A48aT0jO9gq8a1//+YMIkbojXMixBj6RDMBJueSzAF6AObCkKXQU+pCqEIEZkq/NgTe9v9rzf4MIkbrlf1L+8quQnK3S30tE6OCl1kYfM9UWR19yPiFS910OoAtOcks3qVQwqVQwqVQwqVQwqVQIyf06yaS75CRnyqRSwaRSwaRSIUPqcSO2nMpFxAMwRcZbsqPEliHFRf+AOFamGgVSQ9wpleu1OyCOFf+TgxIZa93W0Un5B8SxUrKp8v65/HLtULKZtRipaFZ6F2yRGiDfUQyRjSLmzcJVd2t+V3wNwzD24xvsh4DkDoNcnQAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,215,65)">
|
||||
<path d="M0,0 L45,0 L45,40 L0,40 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip33">
|
||||
<path d="M-42,-30 L3,-30 L3,10 L-42,10 L-42,-30 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip33)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,257,95)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="10.5469" x="-10.5469" xml:space="preserve" y="3.5">x0</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip34">
|
||||
<path d="M-42,-10 L3,-10 L3,30 L-42,30 L-42,-10 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip34)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,257,75)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-5.54688" xml:space="preserve" y="3.5">u</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip35">
|
||||
<path d="M-14,-20 L31,-20 L31,20 L-14,20 L-14,-20 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip35)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,229,85)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="6.09375" x="0" xml:space="preserve" y="3.5">Z</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip36">
|
||||
<path d="M-20,-16 L25,-16 L25,24 L-20,24 L-20,-16 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip36)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,235,81)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="8.875" x="0" xml:space="preserve" y="3.5">-1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,215,65)">
|
||||
<path d="M0,0 L45,0 L45,40 L0,40 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,202,28)">
|
||||
<path d="M0,-12 L51.4844,-12 L51.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,213,87)">
|
||||
<path d="M-51.4844,0 L0,0 L0,12 L-51.4844,12 L-51.4844,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip31">
|
||||
<path d="M-119,0 L288,0 L288,137 L-119,137 L-119,0 z"/>
|
||||
<clipPath id="clip37">
|
||||
<path d="M-78.5156,-71 L328.484,-71 L328.484,66 L-78.5156,66 L-78.5156,-71 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip31)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,202,16)">
|
||||
<g clip-path="url(#clip37)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,161.516,87)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="49.4844" x="1" xml:space="preserve" y="9">sfix32_En20</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -207,11 +279,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip33">
|
||||
<clipPath id="clip39">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip33)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,100,130)">
|
||||
<g clip-path="url(#clip39)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,100,130)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">2</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -229,11 +301,11 @@
|
||||
<path d="M-7.375,0 L7.375,0 L7.375,14 L-7.375,14 L-7.375,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip34">
|
||||
<clipPath id="clip40">
|
||||
<path d="M-9.625,-123 L397.375,-123 L397.375,14 L-9.625,14 L-9.625,-123 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip34)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,92.625,139)">
|
||||
<g clip-path="url(#clip40)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,92.625,139)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="12.75" x="1" xml:space="preserve" y="10">init</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -244,11 +316,11 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip35">
|
||||
<clipPath id="clip41">
|
||||
<path d="M-34,-100 L373,-100 L373,37 L-34,37 L-34,-100 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip35)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,117,116)">
|
||||
<g clip-path="url(#clip41)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,117,116)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -258,78 +330,6 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10455:2908">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,214,64)">
|
||||
<image height="48" preserveAspectRatio="none" width="53" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAAwCAYAAACxKzLDAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABhElEQVRoge2awU7CQBBAH6Zy4aoXLpz8Ir/Vr1EPXlDTRgtKJSWKh5kNWy24CG12ybxksqXZkn3ZzXYy2wFwDVwCF9rGSg4U2vpR/OyYISJjL2JlBAz1egVUwKytY4bM0BiYaMTKubY1sABK714Df6YmwFUfozuAFSI0Q5Zeq9RZnyPqC5NKBZNKBZNKhZOUygL63AADjRDWGl/I2/8DeVk+A48aT0jO9gq8a1//+YMIkbojXMixBj6RDMBJueSzAF6AObCkKXQU+pCqEIEZkq/NgTe9v9rzf4MIkbrlf1L+8quQnK3S30tE6OCl1kYfM9UWR19yPiFS910OoAtOcks3qVQwqVQwqVQwqVQwqVQIyf06yaS75CRnyqRSwaRSwaRSIUPqcSO2nMpFxAMwRcZbsqPEliHFRf+AOFamGgVSQ9wpleu1OyCOFf+TgxIZa93W0Un5B8SxUrKp8v65/HLtULKZtRipaFZ6F2yRGiDfUQyRjSLmzcJVd2t+V3wNwzD24xvsh4DkDoNcnQAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,215,65)">
|
||||
<path d="M0,0 L45,0 L45,40 L0,40 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip37">
|
||||
<path d="M-42,-30 L3,-30 L3,10 L-42,10 L-42,-30 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip37)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,257,95)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="10.5469" x="-10.5469" xml:space="preserve" y="3.5">x0</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip38">
|
||||
<path d="M-42,-10 L3,-10 L3,30 L-42,30 L-42,-10 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip38)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,257,75)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-5.54688" xml:space="preserve" y="3.5">u</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip39">
|
||||
<path d="M-14,-20 L31,-20 L31,20 L-14,20 L-14,-20 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip39)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,229,85)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="6.09375" x="0" xml:space="preserve" y="3.5">Z</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip40">
|
||||
<path d="M-20,-16 L25,-16 L25,24 L-20,24 L-20,-16 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip40)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,235,81)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="8.875" x="0" xml:space="preserve" y="3.5">-1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,215,65)">
|
||||
<path d="M0,0 L45,0 L45,40 L0,40 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,213,87)">
|
||||
<path d="M-51.4844,0 L0,0 L0,12 L-51.4844,12 L-51.4844,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip41">
|
||||
<path d="M-78.5156,-71 L328.484,-71 L328.484,66 L-78.5156,66 L-78.5156,-71 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip41)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,161.516,87)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="49.4844" x="1" xml:space="preserve" y="9">sfix32_En20</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10455:2786">
|
||||
@ -485,5 +485,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2020-10-11 20:20:50 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2020-10-11 21:39:26 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
@ -1,298 +1,4 @@
|
||||
[
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10455:2791:2709",
|
||||
"className":"Simulink.Outport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"hitMax",
|
||||
"label":"hitMax",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10455:2791",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"EnsureOutportIsVirtual",
|
||||
"InitialOutput",
|
||||
"MustResolveToSignalObject",
|
||||
"OutputWhenDisabled",
|
||||
"OutputWhenUnConnected",
|
||||
"OutputWhenUnconnectedValue",
|
||||
"SignalName",
|
||||
"SignalObject",
|
||||
"SourceOfInitialOutputValue",
|
||||
"StorageClass",
|
||||
"VectorParamsAs1DForOutWhenUnconnected"
|
||||
],
|
||||
"values":[
|
||||
"1",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"off",
|
||||
"[]",
|
||||
"off",
|
||||
"held",
|
||||
"off",
|
||||
"0",
|
||||
"",
|
||||
[
|
||||
],
|
||||
"Dialog",
|
||||
"Auto",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Outport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10455:2791:2849",
|
||||
"className":"Simulink.Switch",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Switch3",
|
||||
"label":"Switch3",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10455:2791",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Criteria",
|
||||
"InputSameDT",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"AllowDiffInputSizes",
|
||||
"SampleTime",
|
||||
"Threshold",
|
||||
"ZeroCross"
|
||||
],
|
||||
"values":[
|
||||
"u2 ~= 0",
|
||||
"off",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via back propagation",
|
||||
"off",
|
||||
"Zero",
|
||||
"off",
|
||||
"off",
|
||||
"-1",
|
||||
"0",
|
||||
"on"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
1,
|
||||
9
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Switch",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10455:2791:2707",
|
||||
"className":"Simulink.RelationalOperator",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"UpperRelop",
|
||||
"label":"UpperRelop",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10455:2791",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Operator",
|
||||
"InputSameDT",
|
||||
"OutDataTypeStr",
|
||||
"RndMeth",
|
||||
"SampleTime",
|
||||
"ZeroCross"
|
||||
],
|
||||
"values":[
|
||||
"<",
|
||||
"off",
|
||||
"boolean",
|
||||
"Nearest",
|
||||
"-1",
|
||||
"on"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Data Type",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
1,
|
||||
4
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"RelationalOperator",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10455:2791:2704",
|
||||
"className":"Simulink.RelationalOperator",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"LowerRelop1",
|
||||
"label":"LowerRelop1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10455:2791",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Operator",
|
||||
"InputSameDT",
|
||||
"OutDataTypeStr",
|
||||
"RndMeth",
|
||||
"SampleTime",
|
||||
"ZeroCross"
|
||||
],
|
||||
"values":[
|
||||
">",
|
||||
"off",
|
||||
"boolean",
|
||||
"Nearest",
|
||||
"-1",
|
||||
"on"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Data Type",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
1,
|
||||
4
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"RelationalOperator",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10455:2791:2701",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"lo",
|
||||
"label":"lo",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10455:2791",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"InputConnect",
|
||||
"Interpolate",
|
||||
"LatchByDelayingOutsideSignal",
|
||||
"LatchInputForFeedbackSignals",
|
||||
"OutputFunctionCall"
|
||||
],
|
||||
"values":[
|
||||
"3",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"",
|
||||
"on",
|
||||
"off",
|
||||
"off",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Inport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10455:2791:2710",
|
||||
"className":"Simulink.Outport",
|
||||
@ -373,6 +79,188 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10455:2791:2709",
|
||||
"className":"Simulink.Outport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"hitMax",
|
||||
"label":"hitMax",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10455:2791",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"EnsureOutportIsVirtual",
|
||||
"InitialOutput",
|
||||
"MustResolveToSignalObject",
|
||||
"OutputWhenDisabled",
|
||||
"OutputWhenUnConnected",
|
||||
"OutputWhenUnconnectedValue",
|
||||
"SignalName",
|
||||
"SignalObject",
|
||||
"SourceOfInitialOutputValue",
|
||||
"StorageClass",
|
||||
"VectorParamsAs1DForOutWhenUnconnected"
|
||||
],
|
||||
"values":[
|
||||
"1",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"off",
|
||||
"[]",
|
||||
"off",
|
||||
"held",
|
||||
"off",
|
||||
"0",
|
||||
"",
|
||||
[
|
||||
],
|
||||
"Dialog",
|
||||
"Auto",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Outport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10455:2791:2707",
|
||||
"className":"Simulink.RelationalOperator",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"UpperRelop",
|
||||
"label":"UpperRelop",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10455:2791",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Operator",
|
||||
"InputSameDT",
|
||||
"OutDataTypeStr",
|
||||
"RndMeth",
|
||||
"SampleTime",
|
||||
"ZeroCross"
|
||||
],
|
||||
"values":[
|
||||
"<",
|
||||
"off",
|
||||
"boolean",
|
||||
"Nearest",
|
||||
"-1",
|
||||
"on"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Data Type",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
1,
|
||||
4
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"RelationalOperator",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10455:2791:2849",
|
||||
"className":"Simulink.Switch",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Switch3",
|
||||
"label":"Switch3",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10455:2791",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Criteria",
|
||||
"InputSameDT",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"AllowDiffInputSizes",
|
||||
"SampleTime",
|
||||
"Threshold",
|
||||
"ZeroCross"
|
||||
],
|
||||
"values":[
|
||||
"u2 ~= 0",
|
||||
"off",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via back propagation",
|
||||
"off",
|
||||
"Zero",
|
||||
"off",
|
||||
"off",
|
||||
"-1",
|
||||
"0",
|
||||
"on"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
1,
|
||||
9
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Switch",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10455:2791:2848",
|
||||
"className":"Simulink.Switch",
|
||||
@ -430,6 +318,73 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10455:2791:2701",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"lo",
|
||||
"label":"lo",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10455:2791",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"InputConnect",
|
||||
"Interpolate",
|
||||
"LatchByDelayingOutsideSignal",
|
||||
"LatchInputForFeedbackSignals",
|
||||
"OutputFunctionCall"
|
||||
],
|
||||
"values":[
|
||||
"3",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"",
|
||||
"on",
|
||||
"off",
|
||||
"off",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Inport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10455:2791:2700",
|
||||
"className":"Simulink.Inport",
|
||||
@ -644,6 +599,51 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10455:2791:2704",
|
||||
"className":"Simulink.RelationalOperator",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"LowerRelop1",
|
||||
"label":"LowerRelop1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10455:2791",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Operator",
|
||||
"InputSameDT",
|
||||
"OutDataTypeStr",
|
||||
"RndMeth",
|
||||
"SampleTime",
|
||||
"ZeroCross"
|
||||
],
|
||||
"values":[
|
||||
">",
|
||||
"off",
|
||||
"boolean",
|
||||
"Nearest",
|
||||
"-1",
|
||||
"on"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Data Type",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
1,
|
||||
4
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"RelationalOperator",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10455:2791:2849#out:1",
|
||||
"className":"Simulink.Line",
|
||||
|
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |
@ -800,5 +800,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2020-10-11 20:20:50 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2020-10-11 21:39:26 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 7.6 KiB |
Before Width: | Height: | Size: 152 KiB After Width: | Height: | Size: 152 KiB |
@ -63,7 +63,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10507:9">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,224,329)">
|
||||
<image height="68" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAABECAYAAADtAUf/AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABQklEQVRoge2asU7DMBCGv6DQpSssXTrxMqw8K08DDCxdksEM6ZAMZfBFGEgqX1UjI/2fdDorOsmfLokXXwM8AffAneWSdEBvOY3+Z2FrMrskSrIFNraegCPwsVTYEju1A/YWJbm1PAIDEJJnv8Tmju2Bh8JiEDs1EDvVrYnd/IHIRUjMi8S8SMxLtWJtRs0z0FjkcAIeLzYycsReyZe6Gv9a7IVKxart2FtxiwWqPS4k5kViXiTmpVqxnAP2VNxigWo7JjEvEvMiMS8S8yIxLxLzIjEvEvMiMS8S8yIxLxLzIjEvEvNSrVhLvMnfsnKbf2XegYPtGYhzF9OaWM/3IY2SHCx64njDWbHO1vOQRknSEZpg+43nxNIhjZIE2yOQ8So7Kwh8da8UR4shyYtiDXG2Z0P8+Ev/AJPFmKznEEIAfAI2G0pqzZ9XeAAAAABJRU5ErkJggg==" y="0"/>
|
||||
<image height="68" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAABECAYAAADtAUf/AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABXElEQVRoge2asU7DMBCGv6DQpSssXTrxMLDyrPAywMDSJRnMkA7p0A6+CBeSyhd6xZXuk062Ilf+9Cd1hlwFPAP3wJ2MljRAK2Na7c+FtciskrJkCSxkvgO2wNfYwpqY1ApYS1lyK2MPdEBIrv0SGxJbAw/GYhCT6ohJNVNiNxcQmYWLaXExLS6mpVixOmPNC1BJ5bAHnmYbCTli7+RLnY2rFnujULFiE/swtxih2OPCxbS4mBYX01KsWM4B+2puMULuu1LL44zfHJH7rrw4Von9matO7F/Eij0uXEyLi2lxMS3FiuUcsHtzixGKTczFtLiYFhfT4mJaXEyLi2lxMS3FitXEL/lLJr7mn5lPYCN7BmLfxW5KrOW4ScOSjVRLbG84KdbIfGjSsCRtoQmyX39KLG3SsCTIHoGMW9nIgsB3elZspbpkHBWriL09C+LDb/0H2En1yXwox3EADvGkT7/7fQMEAAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,225,330)">
|
||||
<path d="M0,0 L30,0 L30,60 L0,60 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -142,7 +142,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10507:8">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,964,42)">
|
||||
<image height="162" preserveAspectRatio="none" width="63" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAACiCAYAAAD2pxVCAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAC3ElEQVR4nO2dvXLiMBSFDzsmTdqkoaHKw+y2+xz7MvsueRrYYps0oTAFFLhICokZxyMmAl/ZV5zzzWjMj8b4m2tsCUmXBYDfAJ4BPMVt7bwD2MVtv+yGFRsE4VWv1M4jgIf4uANwBLBPVWwQIr4CsI6ldpZxewJwAND2XvtCP/JrAC9THN0EdAjie4RTPin/Y8oj8obkWZE8K5JnhVq+yajzCmARSw4fAH5deG8DYJvYbjP3a0qO/Bb54iXZDJ6Pbo3WJD88OyaR38CH/DDyP8fusObIjyZH/p/1h97IMPKjyZH3wiyR94K5PHUjR/KsSJ4VavmcW515b8oLinwl/LHeYU3yattbQi1PfcGTPCuSZ0XyrFDL19TIMe9dUkde8qxInhXJsyJ5ViTPiuRZkTwr1PK5MzCt+A/gDWHFU4uw5q0z3P9V5M7AtOItlh3Csi/38paR7y/1bBHWvp0M938VU0e+RYh4i0pOe8vIH2M59Lau5S0j38Vy6j2mkXcF9X1e8qxInhXJs0ItX3LW9Zh1s5NQsm3vqu+eomTz1lXfPUXJyLvqu6coGXlXffcUJSPvqu+eomTkXfXdU6g/z4rkWZE8K5JnhVq+1Hz7S78BuOrjU0de8qxYyVeZXUGRZ8Xyp+vqTn3qyEueFcmzInlWSo3YlPhvjNkyHl9LCfnZMh5fy+hsxAlmy3jsgVlyY5lnI7uRWbKiUUf+buWp7/OSZ0XyrEieFWp5q1HaD5T/xxNlRbOEWl4jNqxInhXJsyJ5VmoasTGnphEbc3LkS4y+uID6Oy95ViTPiuRZUQvvG6hbeF7m5JhT0+QEc3Lk/xp+3kssLs4M6qu95FmRPCuSZ6VByF31CGA587FYkZ2NrUFI3vUQn7vKYHQj2dnYzpEHQhqnwxRHV5jsbGxn+S5W2k90gCXJzsZ2lj/Giu+pSpWRnY1tAeAJ4Tu/xH1c9C5lY7uH65kQQtzGJ39t1u/8qwizAAAAAElFTkSuQmCC" y="0"/>
|
||||
<image height="162" preserveAspectRatio="none" width="63" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAACiCAYAAAD2pxVCAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACzElEQVR4nO2dsVLCQBRFL06wsdXGxsqP0dbv8Gf4F/0ZsLCxkSIUUJACi11mYgaGR3jZ7HLvmdkJ6JLsmReSTTb7mAB4A/AA4D4uS+cXwDIu22XZrVghCD+2SuncAbiNrxsAGwCrQxUrhIg/AniKpXSmcbkFsAZQt/72j3bknwA8p2hdAhoE8RXCLn9Q/iZli3JD8qxInhXJs0ItXxnqfACYxGJhB+D1yP/mABYHlgvDet8772fG9hzFIr+AXXxI5t4rLEnesnechUV+DmL5XCLvjkX+a/BW2Nh5r5D6VCd5ViTPiuRZsZznc6Hbt7/4TrNF/vPSjTjR7d4mke9zNfXS4zOn6Lbj4m1Y+/Y5MNpVXQ6Mdj2fA6Nd0uaAezuoz/OSZ0XyrEieFWp5SyfH/ZZxT3Tr2hPJsyJ5ViTPiuRZkTwrkmdF8qxQy6ceq/sG8IMw46lGmPPWOK7/LFIPV/3EskSY9pW9vGfk21M9a4S5b1vH9Z9F6sjXCBGvUchu7xn5TSzr1jJrec/IN7FsW69p5LOC+jwveVYkz4rkWaGWTz0+f8lcWneG6tsXkXVlqO7t1cjn8ry9O9QXNiU9b++OIn+Cq5Wn7uRInhXJsyJ5ViTPiuRZkbwDuczDOQtFnhXPW9fF7frUkZc8K5JnRfKslDRKO0pWtFxGaZUVzXMbJQ1XKSuaJ4p86o32RFnRPJE8K5JnRfKsUMt7JfreYfhfPFFWNE+o5TViw4rkWZE8K5JnpaQRG3dKGrFxxyJfxBy5PlB/5yXPiuRZkTwr6uGdgLqHl8szOe6U9HCCOxb5meP2nmPJYs+gPtpLnhXJsyJ5ViqEvNN3AKYjt8ULcyb1CiHx9m18P1r2YUfMmdT3kQdCCuZ1itYNjDmT+l6+iZVWiRo4JOZM6nv5Taz4e6hSYZgzqU8A3CN856e4joPesUzq13A8E0KIfvwB1te0M6Z/MysAAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,965,43)">
|
||||
<path d="M0,0 L55,0 L55,154 L0,154 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -334,7 +334,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10507:7">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,469,288)">
|
||||
<image height="150" preserveAspectRatio="none" width="53" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAACWCAYAAAB+bsAwAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACZUlEQVR4nO2dsW7bMBRFjwslS9Z2yZIpH9Ou/dZ+TdyhS5Z4UIZ4sIdkII2qAV0wNknzMvcABI2ENnTwZEmP4DNXwE/gG/A19r3yBGxiv2yb9wMngsjtovXKDXAdX++BLfCcGjgRInQL3MXWK1ex3wEvwLz42z8sI3UH3Lc4ujPYE4SeCadeUupLyyNqhaVUsJQKllJhSKkpY8wvYBVbDq/AjyP/ewDWiX797v1nkSO1Jl+oCz6t1AMDSg0Zqd/Vj6IwQ17SLaWCpVSwlApDSuXcfM9+am7NkJGylAqWUsFSKlhKBUupYCkVLKWCpVSwlAqWUsFSKlhKBUupYCkVhpTKXfFSij/AI2Gl8kxYW74v+PlA/oqXUjzGtiEsw76YVMlILUsbZsIa813BzwfaR2omRGjmwqdfyUhtY3tZ9PLfqX1su8VreakmDHmfspQKllLBUioMKVVzFVlOXUcVaj77NcmdUtR8TGqSO6WoGakmuVOKmpFqkjulqBmpJrlTipqRapI7pXA+pYKlVLCUCpZSYUipnJvvKRzLwZrkWENGylIqlJLqqhrOkVKh5BRZN6fgkJGylAqWUsFSKtSaob3ob2/WmszsXuqUSH0/4T3FGHLaufUqsiZ82kjJSQ15n7KUCpZSwVIqWOo/dDM9Bo6UDp6hVcFSKlhKBUup4BnaD9C9VMnZ1vvYqs7gDvmdspQKllLBUipMhPqmG47sOdgR2ZVzE6Fwa7n9Za9kV84dIgV/t7/slezKuYPUcvvLXsmunDtIbePAp9SgTsiunFsRdom9Jlwoer5YHKuc6/k6YIzplTe+a8ADoEnT1QAAAABJRU5ErkJggg==" y="0"/>
|
||||
<image height="150" preserveAspectRatio="none" width="53" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAACWCAYAAAB+bsAwAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACTUlEQVR4nO2dsW7bMBRFjwslS9Z0yZIpH5Ou/dbmZ+IOXbLEgzLEgz20A2lECeyArin6XeYegKBh04YOnkwKTxS5AH4C34HrXEflGVjlelpWHxsOJJGbSYnKFXCZX2+BNfCyr+FAitANcJtLVC5yvQFegXHy3jumkboF7loc3QlsSUIvpFNvr9S3lkfUCkupYCkVLKVCl1JDQZtfwCKXEv4CPw589ggs99TLD98/iRKpJeVCIfiyUo90KNVlpH7PfhSV6bJLt5QKllLBUip0KVUy+D7MfhSVKb32O5b7//hONUqv/aSYK1Jn5ctGSk6qyy7dUipYSgVLqdClVMnge3JuuzVdRspSKlhKBUupYCkVLKWCpVSwlApdSrXOpf8BnkgzlUfS3PJtxd8H2qedn3JZkaZhn02qZqSmjzaMpDnmm4q/D7SP1EiK0MiZT7+akVrn8jqp5f9T21w2k9fyUk3ocpyylAqWUsFSKnQp1fr+VMmzHicz17XfWZ9CnesyKbyU5/tFwPP9VOhSqsvB11IqWEoFS6lgKRUspYKlPiHUPFtHSoWaKbIwp2CXkbKUCpZSwVIq+K7HEYSX8l2PCPiuhwpdSnU5TllKBUupYCkVLPUJYdJj4Ejp4AytCpZSwVIqWEoFZ2iPILxUzWzrXS6zZnC7/E9ZSgVLqWApFQbS2hBXHNhzMBDFq44MpEUvpttfRqV41ZFdpOBt+8uoFK86spOabn8ZleJVR3ZS69zweV+jIBSvOrIg7RJ7SeooIncWh1YdidwPGGOi8g9xDJzBonvoQQAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,470,289)">
|
||||
<path d="M0,0 L45,0 L45,142 L0,142 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -526,7 +526,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10507:6">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,769,89)">
|
||||
<image height="68" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAABECAYAAADtAUf/AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABQklEQVRoge2asU7DMBCGv6DQpSssXTrxMqw8K08DDCxdksEM6ZAMZfBFGEgqX1UjI/2fdDorOsmfLokXXwM8AffAneWSdEBvOY3+Z2FrMrskSrIFNraegCPwsVTYEju1A/YWJbm1PAIDEJJnv8Tmju2Bh8JiEDs1EDvVrYnd/IHIRUjMi8S8SMxLtWJtRs0z0FjkcAIeLzYycsReyZe6Gv9a7IVKxart2FtxiwWqPS4k5kViXiTmpVqxnAP2VNxigWo7JjEvEvMiMS8S8yIxLxLzIjEvEvMiMS8S8yIxLxLzIjEvEvNSrVhLvMnfsnKbf2XegYPtGYhzF9OaWM/3IY2SHCx64njDWbHO1vOQRknSEZpg+43nxNIhjZIE2yOQ8So7Kwh8da8UR4shyYtiDXG2Z0P8+Ev/AJPFmKznEEIAfAI2G0pqzZ9XeAAAAABJRU5ErkJggg==" y="0"/>
|
||||
<image height="68" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAABECAYAAADtAUf/AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABXElEQVRoge2asU7DMBCGv6DQpSssXTrxMLDyrPAywMDSJRnMkA7p0A6+CBeSyhd6xZXuk062Ilf+9Cd1hlwFPAP3wJ2MljRAK2Na7c+FtciskrJkCSxkvgO2wNfYwpqY1ApYS1lyK2MPdEBIrv0SGxJbAw/GYhCT6ohJNVNiNxcQmYWLaXExLS6mpVixOmPNC1BJ5bAHnmYbCTli7+RLnY2rFnujULFiE/swtxih2OPCxbS4mBYX01KsWM4B+2puMULuu1LL44zfHJH7rrw4Von9matO7F/Eij0uXEyLi2lxMS3FiuUcsHtzixGKTczFtLiYFhfT4mJaXEyLi2lxMS3FitXEL/lLJr7mn5lPYCN7BmLfxW5KrOW4ScOSjVRLbG84KdbIfGjSsCRtoQmyX39KLG3SsCTIHoGMW9nIgsB3elZspbpkHBWriL09C+LDb/0H2En1yXwox3EADvGkT7/7fQMEAAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,770,90)">
|
||||
<path d="M0,0 L30,0 L30,60 L0,60 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -605,7 +605,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10507:5">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,689,209)">
|
||||
<image height="68" preserveAspectRatio="none" width="58" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAABECAYAAADQkyaZAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABZ0lEQVRoge2bPU/DQAxAX1Do0hWWLp36Y2Dlt/JrGgaWLslwHdohGWCwIw6UopNaQs7nJ1k+tVbrJ0fph+QKeAEegQfNOdECneY4up+FNSK3iSIn1sBKzwNwBo5ThTUyyQ2w1ciJe809cAJC9Ng34olugd0c3d2YAZE8IpftpOjdnB39Jy5qDRe1hotaoxjROqHmFag0UvgAni88tweaidwkvOZVpIg2pEsuFheN2FOIaDETffvzLmagmI8XF7WGi1rDRa1RjGjKF4arfzksgWIm6qLWcFFruKg1XNQaLmoNF7WGi1rDRa3hotZwUWsUI5ryd+ct2Wk8zfy+5UzURa3hotZwUWvUyGbBmgvbBQvnHTggDgHZexmmCmtk6ydeksmJg0aHrIP8KtrqeVySyYl4ZSsg/fdThaNovCSTEwHpOZBw6bZaEPiabi6cNU5RnhStkN20FXIzyu2GNGj00XkMx3Gc5fEJo0dR/z/PkgMAAAAASUVORK5CYII=" y="0"/>
|
||||
<image height="68" preserveAspectRatio="none" width="58" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAABECAYAAADQkyaZAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABgUlEQVRoge2bsU7DMBBAX1Do0hWWLp36MbDyrfAzDQNLl2Rwh3ZoBhjOEQa5yNAmxOd70slWe63u6aLEanUV8ATcA3d+zYkW6PwaRvc9sUbkVkHkxBJY+H0PHIF9LLFGOrkC1j5y4tavJ+AAuOC1L4QdXQObKaq7Mj0iuUcu26jozZQV/Scmqg0T1YaJaqMY0Toh5xmofKTwDjyeeW8LNJG1SfjOi0gRbUiXnC0mGrClENFiOvo6ehUTUMzjxUS1YaLaMFFtFCOacmB4Gb2KCUg96/6Whz98ZlRSz7rZM1ZHZ4d1NECFaDGPFxPVholqw0S1UYxoyoHh4v895kAxHTVRbZioNkxUG8WIphwYrsnGx+S/EhbTURPVholqw0S1USOTBUvOTBfMnDdghzg4ZO6ljyXWyNRPOCSTEzsfHTIO8qNo6/fDkExOhCNbDqn/FEscRMMhmZxwSM2OhEu39QmOz+7mwtHHIVijohUym7ZAbka53ZB6H6dgP4RhGMb8+ADTgldUBFhP7QAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,690,210)">
|
||||
<path d="M0,0 L50,0 L50,60 L0,60 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -654,7 +654,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10507:4">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,1089,229)">
|
||||
<image height="48" preserveAspectRatio="none" width="48" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABR0lEQVRoge2ZMU7DQBBFn5FJkxaaNKlyGGi5GXfhNAkFTRq72BRJERehmLFYkI1WSuzZhXnSaFfOyPrfs46LXwEvwCPwoGsONECra1ztz8YaEb2KKgeWwEL3HXACDkONNfLkV8BaKwfudT0DRyBE174RT2ANbOZQl0iHiD8gx2fQwN2ciqbADVjjBqxxA9YUb6BO6HkDKq0ULsDzyG9bYBetr4n3HCXFwI508bPzLwxsKdxA8RN4n1zFFRT/N+oGrHED1rgBa4o3kPIhu0yu4gqKn0DxBlKO0C3ZaD3d6obFT8ANWOMGrHED1tRI+rFkJAEx4gPYI9oCkpF1Q401kvzFgVoO7LVaJGL61UCj+z5Qy4E4Zg2IrvNQY28gDtRyICBaAglHqNGGwNc0rDlpHaN10ECF5MQL5CXO5UXutM7Rvi/Hcf4Sn2gSTtcnW/utAAAAAElFTkSuQmCC" y="0"/>
|
||||
<image height="48" preserveAspectRatio="none" width="48" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABU0lEQVRoge2ZsVLCQBCGvziRhlYbGioeRlvfzHeRlwELG5qkOAookkKL3YyHkzgnMbk73W9mZ29gYf6fy0GYvwCegHvgTnsKVECt3a/662CJiF55lQJLYKHrFjgDx77BEvnkV8BaKwVutTfACXDeYxf4O7AGNnOoC6RFxB+Ry6fXwM2ciqbADMTGDMTGDMQmewNlwMwLUGiF8A48Djy3A/Zefw58z0FCDOwJFz87/8LAjswNZL8Dr5OrGEH2X6NmIDZmIDZmIDbZGwj5IdtOrmIEofdCP+XhitdcRei9ULKEGBj9p8Njo/VrO5T9ITYDsTEDsTEDsSmR9GPJQAISiTfggGhzSEbW9g2WSPLnB2opcNCqkYjpWwOVrrtALQX8mNUhupq+wc6AH6ilgEO0OAIuoUoHHJ+7EZuz1snrvQYKJCdeIIc4lYPcajXeuivDMP4SH7t+USRqT17bAAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,1090,230)">
|
||||
<path d="M0,0 L40,0 L40,40 L0,40 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -1009,10 +1009,10 @@
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,430,105)">
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,170,105)">
|
||||
<path d="M2.5,0 C2.5,1.38071 1.38071,2.5 0,2.5 C-1.38071,2.5 -2.5,1.38071 -2.5,0 C-2.5,-1.38071 -1.38071,-2.5 0,-2.5 C1.38071,-2.5 2.5,-1.38071 2.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,170,105)">
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,430,105)">
|
||||
<path d="M2.5,0 C2.5,1.38071 1.38071,2.5 0,2.5 C-1.38071,2.5 -2.5,1.38071 -2.5,0 C-2.5,-1.38071 -1.38071,-2.5 0,-2.5 C1.38071,-2.5 2.5,-1.38071 2.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,545,220)">
|
||||
@ -1103,10 +1103,10 @@
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,865,260)">
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,600,360)">
|
||||
<path d="M2.5,0 C2.5,1.38071 1.38071,2.5 0,2.5 C-1.38071,2.5 -2.5,1.38071 -2.5,0 C-2.5,-1.38071 -1.38071,-2.5 0,-2.5 C1.38071,-2.5 2.5,-1.38071 2.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,600,360)">
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,865,260)">
|
||||
<path d="M2.5,0 C2.5,1.38071 1.38071,2.5 0,2.5 C-1.38071,2.5 -2.5,1.38071 -2.5,0 C-2.5,-1.38071 -1.38071,-2.5 0,-2.5 C1.38071,-2.5 2.5,-1.38071 2.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -1176,5 +1176,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2020-10-11 20:20:43 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2020-10-11 21:39:19 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 86 KiB |
@ -63,7 +63,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10508:9">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,224,329)">
|
||||
<image height="68" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAABECAYAAADtAUf/AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABYElEQVRoge2asW7CMBCGv1QpC2u7sDD1Ydq1z8rTtB26sCRDOoQhGejgi2raBPkSjhrpPulkCxn50w9YMrkCeAUegQcZLamAWsa46t8LS5HZRGXJGljJvAcOwNfYwpKQ1AbYSllyL2MHtEATvfZHbEhsCzwZi0FIqiUkVU2J3V1BZBYupsXFtLiYlmzFyoQ1O6CQSuEIvMw2ElLE3kmXuhg3LfZGpmLZJvZhbjFCtseFi2lxMS0upiVbsZQD9mhuMUK2ibmYFhfT4mJaXExLtmKptyQti/+ZTL0labmK2JzEnme85wSrxBZjldhibjqxfxHL9hxzMS0upsWvb1pcTIuLaXExLSXhSf6aiaf5F+YT2MueDaHvop8Sqzlt0rBkL1UT2hvOilUyH5o0LIlbaBrZrzsnFjdpWNLIHg0JH2UlCxp+0rPiINVG46hYQejtWRG+/NY/gF6qi+ZDOY4D8A0Mc1INmRnh/AAAAABJRU5ErkJggg==" y="0"/>
|
||||
<image height="68" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAABECAYAAADtAUf/AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABbUlEQVRoge2asU7DMBBAX1Do0hWWLp34GFj5M/4FfgYYWLokQxjSIR3awRfhQlL50l5wpXvSyVbkyE/X5Cw1VwDPwD1wJ6MlFVDLGEf9e2EpMqsoLFkCC5nvgC3wPbSwJGRqBawlLLmVsQNaoImu/RHrM7YGHozFIGSqJWSqGhO7mUFkEi6mxcW0uJiWbMXKhDWvQCGRwh54mmwkpIh9kC51Ma5a7J1MxbLN2Ke5xQDZlgsX0+JiWlxMS7ZiKQX2zdxigNSzUsvjhHuOSD0rZydF7MXcYoBsH34X0+JiWlxMi1XlP/ufSavKP4uYn5UxVhk7m6vO2L+IZVvHXEyLi2lJeSv35hYDZJsxF9PiYlpcTEtJ+JK/ZORr/oX5AjayZ0Pou9iNidUcN2lYspGoCe0NJ8UqmfdNGpbELTSN7NedEoubNCxpZI+GhJ+ykgUNP9mzYivRRuOgWEHo7VkQHn7rF2An0UXzPhzHATgA3x1UXJZW8r4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,225,330)">
|
||||
<path d="M0,0 L30,0 L30,60 L0,60 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -142,7 +142,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10508:8">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,964,42)">
|
||||
<image height="162" preserveAspectRatio="none" width="63" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAACiCAYAAAD2pxVCAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAC70lEQVR4nO2cMXLbMBBFvzKUG7d248ZNfJikzc1yl5zGSpHGjVXQhVSIhVMAmqEx0mhJLCBC/78ZDGUbpvBmSZELiLsC8AvAI4CHuG2ddwDbuB23bdqxQxB+GrXWuQdwF18PAPYAPk517BAi/gTgObbWWcftAcAOQD/63RfGkX8G8FJjdBUYEMQ/EA75k/Lfao5oaUieFcmzInlWqOU7Q58/AFaxWfgE8PPM314BbE5sN4b9fk/6fRrHcxaL/AZ28aaQ/AVeQSxPHfm/xUdxJagvdZJnRfKsSJ4VannLTU529rRUqCMveVYkz4rkWZE8K9Ty1tnbqZT4hsfgvUPr7O1UbkZ+TuR/zPifSxy8d1gq8iVoJvIlaOacL4HkPaG+zkueFcmzoqlrVqjlLYf9UnA//agjL3lWqOVr5/P/ALwhPPHUIzzzZs3W0nFkT5XVTmnfYtsiPPY1RT4dRxV5z8iPH/XsEZ59s87NpePIniesHfkeIeI9ph/27pMqtSO/j2032s4957OpHfkhtsPo9aIjv5Q5PPdxUF/nJc+K5FmRPCvU8iWnruc+N3vu/dL9ZFPy3j4nd69CydvbnNy9CiUjn5O7V6Fk5HNy9yqUjHxO7l6FkpHPyd2r0FI+7w71TY7kWZE8K5JnhVq+1HdyrDn5lNpY7lBHXvKseMk3+RVVRZ4Vz6nr5g596shLnhXJsyJ5VlqqnOBOS5UT3GmpcoI71MtVLVVOcEeRv8DNylNf5yXPiuRZkTwrkneguWlrQJHnRSs2rEieFcmzInlWtGJzAeoVG8/Vl5fYFrGiQ33OS54VybMieVZaWp9PKzFk09ISdVqJIZuWIp9WYsimpcinlRiyscj/9nijJUL9aS95ViTPiuRZ6RDumO4BrK88Fi/M1dg6hFvGu/jzoioYzcRcje0YeSCUcdrVGF1hzNXYjvJD7OSSLV0ZczW2o/w+dnw/1akxzNXYVgAeEM75NW7jQ+9cNbZb+DwTQoh5/AdaVO5kCdowagAAAABJRU5ErkJggg==" y="0"/>
|
||||
<image height="162" preserveAspectRatio="none" width="63" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAACiCAYAAAD2pxVCAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAC1klEQVR4nO2dPXLbMBCFnzKUG7dO48ZNfJik9c1yl+QyVoo0bqxCLqRCLJwC0AyDkYYrcQly+d43g6FsQ/J+s/wBARBaAXgB8BXAQ95G5x3ANm+7ZVtWbJCEHzslOvcA7vLrFsABwMe5ig1Sxh8BPOUSnXXeHgHsAew6v/uPbuafADzXiK4CLZL4B9Iuf1b+S82I5obkWZE8K5JnhVq+MdT5BWCVi4VPAD8u/O0VwObMdmP43G9FvU9jPBexyG9gFw+F5Ht4BbE8deb/jB7FRFBf6iTPiuRZkTwr1PKWRs7v0aOYCGvb/lq+3/Ce6ljb9ovEIv9z9CgmgvqEJ3lWJM+K5FkZq4U3xgyP1vsDx2rhLUZ+Lm37o/cHRmrbh8n8GIQ55sdA8p5QX+clz4rkWbGc7QdP/Jkr1Jmnlrfs9nPB/fCjzrzkWaGWr30//xfAG9ITTzukZ96sd2tlHIO7ymrf0r7lskV67Osa+TKOKvKeme8+6rlDevbN2jdXxjG4n7B25ndIGd/h+t3evVOlduYPuew721uP+cHUznyby7HzetaZn0sfnnsc1Nd5ybMieVYkzwq1fO2ua8uztJf+X/mewUSak+NOpDk57kSak+NOpBsbdyLNyXFHme9hsfLUjRzJsyJ5ViTPiuRZkTwrkncg5BRVZZ4Vz67rcLs+deYlz4rkWZE8Kxql7UGjtFeiUdq5o1HaHqgzv1h56uu85FmRPCuSZ0XyDoTrtgaUeV40YsOK5FmRPCuSZ0UjNj1Qj9h4jr485zKLER3qY17yrEieFcmzEml8vlxFcTCRhqjLVRQHEynz5SqKg4mU+XIVxcHomwpZkTwrkmdF8qw0SC2mewDriWPxwrySeoPUZLzLP7t/OdYEmFdSP2UeSEsw72tENzLmldRP8m2u5HK3NDHmldRP8odc8f1cpWCYV1JfAXhAOubXWMZJ79JK6ks4nwkhxG38A6mCyBwtWInoAAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,965,43)">
|
||||
<path d="M0,0 L55,0 L55,154 L0,154 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -334,7 +334,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10508:7">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,469,288)">
|
||||
<image height="150" preserveAspectRatio="none" width="53" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAACWCAYAAAB+bsAwAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACbklEQVR4nO2dsW7bMBRFjws1S9Z0yZIpH9Ou/dZ8TdyhS5Z4UIZ4sIdkII2oAV3QtkjxMvcAhIxENnRwZUmP1oNWwG/gB3ATl63yDGzicjo2n1ccCCK3k9Eq18BVfL0HtsBLasWBkNAtcBdHq3yPyx3wCoyTv/3DNKk74L7G1l3AniD0Qtj1klLfam5RLSylgqVUsJQKXUoNGes8AKs4cngDfh353yOwTizXn95/ETlSa/KFmuDLSj3SoVSXSf0pvhUz0+Uh3VIqWEoFS6nQpVTOyffiq+badJmUpVSwlAqWUsFSKnQplTubdCqL/iKZO5t0Ks1LnZPUzzPeMxulklqUUkktypdNSk6qy/OUpVSwlAqeIlPBUipYSgVLqVC7nvoLPBHuVB4J95bvZ/x8oH7p8RTHhnAb9mJScyY1bW0YCfeY72b8fKB+UiMhoZGFd785k9rG8TpZyn+n9nHsJq/lparQ5XnKUipYSgVLqdClVMkpspy+jiKUvParUjulKHmZVKV2SlEyqSq1U4qSSVWpnVKUTKpK7ZSiZFJVaqcUrqdUsJQKllLBUip0KZVz8j2HYzVYlRqry6QspcJcUk3d6uOkVJhziqyZXbDLpCylgqVUsJQK7nQ7geal3OnWAu50U6FLqS7PU5ZSwVIqWEoFS/2HZqbHwEnp4BlaFSylgqVUsJQKnqE9geal5pxtvY+j6Axul98pS6lgKRUspcJA6G+65sgzBxsiu3NuIDRuTR9/2SrZnXOHpODj8Zetkt05d5CaPv6yVbI75w5S27jic2qlRsjunFsRnhJ7RThQtHywONY51/JxwBjTKu/4YMemJTHZxgAAAABJRU5ErkJggg==" y="0"/>
|
||||
<image height="150" preserveAspectRatio="none" width="53" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAACWCAYAAAB+bsAwAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACWUlEQVR4nO2dsXIaMRRFD5m1G7dJ48aVPyZp82f+l+RnTIo0bkyxLkwBhV1ITDYe8AijFe/K98xoxMDC6MxbJCEJaQH8BL4BX3MelUdglfNpWr29cCCJXE9SVK6Ay/x4C6yBp30XDqQIXQM3OUXlIucb4BkYJ8/9xzRSN8Bti9KdwJYk9ES69fZKfWlZolZYSgVLqWApFbqUGgqu+QUscirhBfhx4LV7YLknX755/0mUSC0pFwrBp5W6p0OpLiP1Z/ZSVKbLKt1SKlhKBUup0KVUSeP7e/ZSVKa073cs3z/wnmqU9v2kKJG6m70UlemyorCUCpZSwVIqzNWjOOuM5Fw9ivBS7vtFYK5InZVPGyk5qS7bKUupYCkVSmq/kyeWW9NlpCylgqVUsJQKrX9P/QUeSCuVR9La8m3Fzwfa//R4yGlFWoZ9NqmakZr+tWEkrTHfVPx8oH2kRlKERs58+9WM1Dqn50ku/53a5rSZPJaXakKX7ZSlVLCUCpZSoUup1kNkJf/1OBnP+R5BeCnP+UbAc74qdCnVZeNrKRUspYKlVLCUCpZSwVLvEGqpjyOlQs0hsjC3YJeRspQKllLBUip41uMIwkt51iMCnvVQoUupLtspS6lgKRUspYKl3iHM8Bg4Ujp4hFYFS6lgKRUspYJHaI8gvFTN0dbbnGYdwe3yO2UpFSylgqVUGEh7Q1xx4MzBQBTvOjKQNr2YHn8ZleJdR3aRgn/HX0aleNeRndT0+MuoFO86spNa5wsf910UhOJdRxakU2IvSRVF5Mri0K4jkesBY0xUXgH9EaFefmhe5wAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,470,289)">
|
||||
<path d="M0,0 L45,0 L45,142 L0,142 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -526,7 +526,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10508:6">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,769,89)">
|
||||
<image height="68" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAABECAYAAADtAUf/AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABYElEQVRoge2asW7CMBCGv1QpC2u7sDD1Ydq1z8rTtB26sCRDOoQhGejgi2raBPkSjhrpPulkCxn50w9YMrkCeAUegQcZLamAWsa46t8LS5HZRGXJGljJvAcOwNfYwpKQ1AbYSllyL2MHtEATvfZHbEhsCzwZi0FIqiUkVU2J3V1BZBYupsXFtLiYlmzFyoQ1O6CQSuEIvMw2ElLE3kmXuhg3LfZGpmLZJvZhbjFCtseFi2lxMS0upiVbsZQD9mhuMUK2ibmYFhfT4mJaXExLtmKptyQti/+ZTL0labmK2JzEnme85wSrxBZjldhibjqxfxHL9hxzMS0upsWvb1pcTIuLaXExLSXhSf6aiaf5F+YT2MueDaHvop8Sqzlt0rBkL1UT2hvOilUyH5o0LIlbaBrZrzsnFjdpWNLIHg0JH2UlCxp+0rPiINVG46hYQejtWRG+/NY/gF6qi+ZDOY4D8A0Mc1INmRnh/AAAAABJRU5ErkJggg==" y="0"/>
|
||||
<image height="68" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAABECAYAAADtAUf/AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABbUlEQVRoge2asU7DMBBAX1Do0hWWLp34GFj5M/4FfgYYWLokQxjSIR3awRfhQlL50l5wpXvSyVbkyE/X5Cw1VwDPwD1wJ6MlFVDLGEf9e2EpMqsoLFkCC5nvgC3wPbSwJGRqBawlLLmVsQNaoImu/RHrM7YGHozFIGSqJWSqGhO7mUFkEi6mxcW0uJiWbMXKhDWvQCGRwh54mmwkpIh9kC51Ma5a7J1MxbLN2Ke5xQDZlgsX0+JiWlxMS7ZiKQX2zdxigNSzUsvjhHuOSD0rZydF7MXcYoBsH34X0+JiWlxMi1XlP/ufSavKP4uYn5UxVhk7m6vO2L+IZVvHXEyLi2lJeSv35hYDZJsxF9PiYlpcTEtJ+JK/ZORr/oX5AjayZ0Pou9iNidUcN2lYspGoCe0NJ8UqmfdNGpbELTSN7NedEoubNCxpZI+GhJ+ykgUNP9mzYivRRuOgWEHo7VkQHn7rF2An0UXzPhzHATgA3x1UXJZW8r4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,770,90)">
|
||||
<path d="M0,0 L30,0 L30,60 L0,60 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -605,7 +605,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10508:5">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,689,209)">
|
||||
<image height="68" preserveAspectRatio="none" width="58" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAABECAYAAADQkyaZAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABgklEQVRoge2bsW7CMBBAX6qUhbVdWJj4mHbtt/ZrSIcuLMkQBhjI0A7nqG5lKgNNap/vSSdbyYH8dFESjK4CXoBH4MGNOdECnRv96H4m1ojcyoucWAILNx+AI7APJdZIJVfA2kVO3LvxBByA3jv2Db+ia2Azx+r+mAGR3COXbVD0bs4V/Scmqg0T1YaJaqMY0Toi5xWoXMTwATyfObcFmsDYRHznTcSINsRLJouJemwpRLSYir5NvooZKObxYqLaMFFtmKg2ihGNeWG4+ZdDChRTURPVholqw0S1YaLaKEY0dhfwUpL75zx2F/BSshS9pqJPV3xmUqaqaHJMVdHksIp6qBAt5jlqotowUW3Mvd25cTH7m1MxFTVRbZioNkxUGzXSWbDkTHdB4rwDO8ShR/pehlBijXT9+E0yObFz0SHtIL+Ktm4+NsnkhN+y1SPrP4USR1G/SSYnemTNPRGXbusSer6qmwtHFwdvDIpWSG/aArkZ5XZDGlycvPkYhmEY6fEJqelZoLSYiLQAAAAASUVORK5CYII=" y="0"/>
|
||||
<image height="68" preserveAspectRatio="none" width="58" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAABECAYAAADQkyaZAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABjUlEQVRoge2bsU7DMBBAX1Do0hWWLp36MbDyZ/wL/EzDwNIlGdKhHZoBhnOEQSkyFJv4fE86OWrd6p4uck5qrwIegFvgxq050QKdW/3ovm6sEbmVFzmxBBbuegCOwH5qY41UcgWsXeTEtVtPwAHovdc+4Vd0DWxSZPfHDIjkHrltJ0WvUmb0n5ioNkxUGyaqjWJE64A9T0DlIoQ34P7Me1ugmVibgO+8iBDRhnDJ2WKiHlsKES2moi/Rs0hAMY8XE9WGiWrDRLVRjGhIw/AcPYsEhPa6P+XuF5+JSmivmz0hoo/Rs0hAMYeRiWrDRLVhotqI1RnN7pfzWJ1RlqLW6+ZErIrODquohwrRYp6jJqoNE9VGyKl78R8lPDYukndOxVTURLVhotowUW3UyGTBkjPTBTPnFdghDj0y9zJMbayRqR9/SCYndi46ZBzkW9HWXY9DMjnhj2z1SP6nqY2jqD8kkxM9knNPwK3bug09H9XNhaOLg7dOilbIbNoCOYxyO5AGFyfvegzDMIz58Q5Z1VvvfNaqUgAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,690,210)">
|
||||
<path d="M0,0 L50,0 L50,60 L0,60 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -654,7 +654,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10508:4">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,1089,229)">
|
||||
<image height="48" preserveAspectRatio="none" width="48" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABR0lEQVRoge2ZMU7DQBBFn5FJkxaaNKlyGGi5GXfhNAkFTRq72BRJERehmLFYkI1WSuzZhXnSaFfOyPrfs46LXwEvwCPwoGsONECra1ztz8YaEb2KKgeWwEL3HXACDkONNfLkV8BaKwfudT0DRyBE174RT2ANbOZQl0iHiD8gx2fQwN2ciqbADVjjBqxxA9YUb6BO6HkDKq0ULsDzyG9bYBetr4n3HCXFwI508bPzLwxsKdxA8RN4n1zFFRT/N+oGrHED1rgBa4o3kPIhu0yu4gqKn0DxBlKO0C3ZaD3d6obFT8ANWOMGrHED1tRI+rFkJAEx4gPYI9oCkpF1Q401kvzFgVoO7LVaJGL61UCj+z5Qy4E4Zg2IrvNQY28gDtRyICBaAglHqNGGwNc0rDlpHaN10ECF5MQL5CXO5UXutM7Rvi/Hcf4Sn2gSTtcnW/utAAAAAElFTkSuQmCC" y="0"/>
|
||||
<image height="48" preserveAspectRatio="none" width="48" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABU0lEQVRoge2ZsVLCQBCGvziRhlYbGioeRlvfzHeRlwELG5qkOAookkKL3YyHkzgnMbk73W9mZ29gYf6fy0GYvwCegHvgTnsKVECt3a/662CJiF55lQJLYKHrFjgDx77BEvnkV8BaKwVutTfACXDeYxf4O7AGNnOoC6RFxB+Ry6fXwM2ciqbADMTGDMTGDMQmewNlwMwLUGiF8A48Djy3A/Zefw58z0FCDOwJFz87/8LAjswNZL8Dr5OrGEH2X6NmIDZmIDZmIDbZGwj5IdtOrmIEofdCP+XhitdcRei9ULKEGBj9p8Njo/VrO5T9ITYDsTEDsTEDsSmR9GPJQAISiTfggGhzSEbW9g2WSPLnB2opcNCqkYjpWwOVrrtALQX8mNUhupq+wc6AH6ilgEO0OAIuoUoHHJ+7EZuz1snrvQYKJCdeIIc4lYPcajXeuivDMP4SH7t+USRqT17bAAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,1090,230)">
|
||||
<path d="M0,0 L40,0 L40,40 L0,40 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -1103,10 +1103,10 @@
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,600,360)">
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,865,260)">
|
||||
<path d="M2.5,0 C2.5,1.38071 1.38071,2.5 0,2.5 C-1.38071,2.5 -2.5,1.38071 -2.5,0 C-2.5,-1.38071 -1.38071,-2.5 0,-2.5 C1.38071,-2.5 2.5,-1.38071 2.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,865,260)">
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,600,360)">
|
||||
<path d="M2.5,0 C2.5,1.38071 1.38071,2.5 0,2.5 C-1.38071,2.5 -2.5,1.38071 -2.5,0 C-2.5,-1.38071 -1.38071,-2.5 0,-2.5 C1.38071,-2.5 2.5,-1.38071 2.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -1176,5 +1176,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2020-10-11 20:20:43 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2020-10-11 21:39:19 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 86 KiB |
Before Width: | Height: | Size: 149 KiB After Width: | Height: | Size: 149 KiB |
@ -1,53 +1,4 @@
|
||||
[
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10662",
|
||||
"className":"Simulink.Constant",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"cf_iqKiLimProt",
|
||||
"label":"cf_iqKiLimProt",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10584",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Value",
|
||||
"VectorParams1D",
|
||||
"SampleTime",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"FramePeriod"
|
||||
],
|
||||
"values":[
|
||||
"cf_iqKiLimProt",
|
||||
"on",
|
||||
"inf",
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(0,16,16)",
|
||||
"off",
|
||||
"inf"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Constant",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10600",
|
||||
"className":"Simulink.Outport",
|
||||
@ -128,6 +79,114 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10662",
|
||||
"className":"Simulink.Constant",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"cf_iqKiLimProt",
|
||||
"label":"cf_iqKiLimProt",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10584",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Value",
|
||||
"VectorParams1D",
|
||||
"SampleTime",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"FramePeriod"
|
||||
],
|
||||
"values":[
|
||||
"cf_iqKiLimProt",
|
||||
"on",
|
||||
"inf",
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(0,16,16)",
|
||||
"off",
|
||||
"inf"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Constant",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10597",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum3",
|
||||
"label":"Sum3",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10584",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"round",
|
||||
"|+-",
|
||||
"off",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"off",
|
||||
"Simplest",
|
||||
"off",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10594",
|
||||
"className":"Saturation Dynamic",
|
||||
@ -256,70 +315,11 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10597",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum3",
|
||||
"label":"Sum3",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10584",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"round",
|
||||
"|+-",
|
||||
"off",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"off",
|
||||
"Simplest",
|
||||
"off",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10586",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10587",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"iq_max",
|
||||
"label":"iq_max",
|
||||
"name":"iq_min",
|
||||
"label":"iq_min",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10584",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -342,7 +342,7 @@
|
||||
"OutputFunctionCall"
|
||||
],
|
||||
"values":[
|
||||
"2",
|
||||
"3",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
@ -382,11 +382,11 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10587",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10586",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"iq_min",
|
||||
"label":"iq_min",
|
||||
"name":"iq_max",
|
||||
"label":"iq_max",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10584",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -409,7 +409,7 @@
|
||||
"OutputFunctionCall"
|
||||
],
|
||||
"values":[
|
||||
"3",
|
||||
"2",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
|
@ -10,69 +10,6 @@
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10584">
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10662">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,514,211)">
|
||||
<image height="24" preserveAspectRatio="none" width="108" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAAAYCAYAAAAf1RgaAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA+UlEQVRoge3ZsarCQBCF4V+JNrba2Fj5RL5/YWOTFGuhRdJYzARH2XsRhJGF88Gwi0wRPGxIJgvgBOyAra+SrwcGX2MN740dFtI+lOTbAGvfT8AduNYaO+xk7YGDl+Rb+ToCN6CE317EE3YAjhlXJ1UTFtYVux1WA1tmXpF8T4E1RoE1RoE1RoE1RoE1RoE1RoE1RoE1psPeqjf88WYtKc7ABcuiYLPEqdbYYRPhOHiUfBevARtN/RtY7/t58Cj54ueVguUw1hrnwOLgUfIV7L8vfHBL7L2h8DxtkuvudQtrNbAF9j1sjT106MHjNyavMeznEhEREcn3ACEuQrWm9ZgHAAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#e8d152" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,515,212)">
|
||||
<path d="M0,0 L100,0 L100,16 L0,16 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip2">
|
||||
<path d="M-50,-8 L50,-8 L50,8 L-50,8 L-50,-8 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip2)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,565,220)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="64.3438" x="-32.1719" xml:space="preserve" y="3.5">cf_iqKiLimProt</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,515,212)">
|
||||
<path d="M0,0 L100,0 L100,16 L0,16 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,565,230)">
|
||||
<path d="M-33.1719,0 L33.1719,0 L33.1719,14 L-33.1719,14 L-33.1719,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip3">
|
||||
<path d="M-448.828,-152 L288.516,-152 L288.516,40 L-448.828,40 L-448.828,-152 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip3)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,531.828,230)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="64.3438" x="1" xml:space="preserve" y="10">cf_iqKiLimProt</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,617,218)">
|
||||
<path d="M0,-12 L51.9844,-12 L51.9844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip4">
|
||||
<path d="M-534,-128 L203.344,-128 L203.344,64 L-534,64 L-534,-128 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip4)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,617,206)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="49.9844" x="1" xml:space="preserve" y="9">ufix16_En16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
@ -86,11 +23,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip6">
|
||||
<clipPath id="clip2">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip6)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,790,205)">
|
||||
<g clip-path="url(#clip2)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,790,205)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -108,11 +45,11 @@
|
||||
<path d="M-30.3438,0 L30.3438,0 L30.3438,14 L-30.3438,14 L-30.3438,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip7">
|
||||
<clipPath id="clip3">
|
||||
<path d="M-676.656,-136 L60.6875,-136 L60.6875,56 L-676.656,56 L-676.656,-136 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip7)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,759.656,214)">
|
||||
<g clip-path="url(#clip3)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,759.656,214)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="57.6875" x="1.5" xml:space="preserve" y="10">iq_limProtErr</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -124,212 +61,59 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10594">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,334,134)">
|
||||
<image height="118" preserveAspectRatio="none" width="78" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAAB2CAYAAABmg6XdAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACdklEQVR4nO3dz04TURxH8VNT2LDFDRtWPoxrn9WnARduUNNGW7SVtFFc3DuhQKnTb3EyMueT3PRPJs3k5A7MrH4j4B3wGjitr0M2Aab1dXNNHx44psQ621hDdgIc1/drYAnMtx04puy0M+C8riE7qq8rYAHMNr67Z3PHnQNvuji7nltTos0pl+nWcK+6PKOXxHAhw4UMFzJcyHAhw4UMFxq3OOY9MKqrjdu6flPuwH9Sbia/AJ/q+kx5/vsG/KjHtvnd3mgT7pL20Rq3wC/KXXgTrnlYngJfgWvghnbRAC72PIddDn5C6iLckhJpTnn2uwa+1+/Xe/zm5Z7nsEsn4S7Iwm1eqkvK89+yfr6hRNvn8nvOHff20B/oYsdtW20vz4fn0Rttwn3452fRznPuuIO1CdcX/92O64tehfMGOGS4kOFChgsZLmS4kOFChgsZLmS4kOFChgsZLmS4kOFChgsZLmS4kOFChgsZLmS4kOFChgsZLmS4kOFChgsZLmS4kOFChgsZLmS4kOFChgsZLmS4kOFChgsZLmS4kOFChgsZLmS4kOFChgsZLmS4kOFChgsZLmS4kOFChgsZLmS4kOFChgsZLmS4kOFChgsZLmS4kOFChgsZLmS4kOFChgsZLmS4kOFChgsZLmS4kOFCbeY59GqsU1+440KGCxkuZLiQ4UKGCxkuNKZMoTzhiXnwA/MRuKI0mbFjsOSYMrbzuH7eZ/rkS3RV15QynXNnuEl9v6JMpByyZgZss+MWlC6PNOHW9aB5RyfYVzPu5sD+9VKd1ANm3O2+oVpyfxbsgifCjYBTyt+4I/wH0cx/XfF4JqwkSbv9AVNGiAicfjEoAAAAAElFTkSuQmCC" y="0"/>
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10662">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,514,211)">
|
||||
<image height="24" preserveAspectRatio="none" width="108" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAAAYCAYAAAAf1RgaAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA+UlEQVRoge3ZsarCQBCF4V+JNrba2Fj5RL5/YWOTFGuhRdJYzARH2XsRhJGF88Gwi0wRPGxIJgvgBOyAra+SrwcGX2MN740dFtI+lOTbAGvfT8AduNYaO+xk7YGDl+Rb+ToCN6CE317EE3YAjhlXJ1UTFtYVux1WA1tmXpF8T4E1RoE1RoE1RoE1RoE1RoE1RoE1RoE1psPeqjf88WYtKc7ABcuiYLPEqdbYYRPhOHiUfBevARtN/RtY7/t58Cj54ueVguUw1hrnwOLgUfIV7L8vfHBL7L2h8DxtkuvudQtrNbAF9j1sjT106MHjNyavMeznEhEREcn3ACEuQrWm9ZgHAAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,335,135)">
|
||||
<path d="M0,0 L70,0 L70,110 L0,110 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip9">
|
||||
<path d="M0,0 L70,0 L70,110 L0,110 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip9)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,335,135)">
|
||||
<path d="M0,0 L70,0 L70,110 L0,110 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip14">
|
||||
<path d="M0,0 L63,0 L63,63 L0,63 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip14)" fill="none" opacity="1" stroke="#ababab" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,339,159)">
|
||||
<path d="M5,31 L57,31" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip15">
|
||||
<path d="M0,0 L63,0 L63,63 L0,63 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip15)" fill="none" opacity="1" stroke="#ababab" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,339,159)">
|
||||
<path d="M31,5 L31,57" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip16">
|
||||
<path d="M0,0 L63,0 L63,63 L0,63 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip16)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,339,159)">
|
||||
<path d="M7,49 L21,49 L42,11 L55,11" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<!--RAWSTRING-->
|
||||
<g clip-path="none" fill="#e8d152" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,515,212)">
|
||||
<path d="M0,0 L100,0 L100,16 L0,16 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip27">
|
||||
<path d="M-3,-20 L67,-20 L67,90 L-3,90 L-3,-20 z"/>
|
||||
<clipPath id="clip5">
|
||||
<path d="M-50,-8 L50,-8 L50,8 L-50,8 L-50,-8 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip27)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,338,155)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="10" x="0" xml:space="preserve" y="3">up</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip28">
|
||||
<path d="M-3,-55 L67,-55 L67,55 L-3,55 L-3,-55 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip28)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,338,190)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="5" x="0" xml:space="preserve" y="3">u</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip29">
|
||||
<path d="M-3,-90 L67,-90 L67,20 L-3,20 L-3,-90 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip29)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,338,225)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="6.98438" x="0" xml:space="preserve" y="3">lo</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip30">
|
||||
<path d="M-67,-55 L3,-55 L3,55 L-67,55 L-67,-55 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip30)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,402,190)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="4.5" x="-4.5" xml:space="preserve" y="3">y</text>
|
||||
<g clip-path="url(#clip5)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,565,220)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="64.3438" x="-32.1719" xml:space="preserve" y="3.5">cf_iqKiLimProt</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,335,135)">
|
||||
<path d="M0,0 L70,0 L70,110 L0,110 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,407,188)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip31">
|
||||
<path d="M-324,-98 L413.344,-98 L413.344,94 L-324,94 L-324,-98 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip31)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,407,176)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10661">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,679,174)">
|
||||
<image height="68" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAABECAYAAADtAUf/AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABQUlEQVRoge2aP0/DMBBHX1Do0hWWLp34Mqx8Vj4NMLB0SQYzpEMylMEXYSCpfFWNjPR70ums6CQ/Xf4M8TXAE3AP3FkuSQf0ltPofxa2JrNLoiRbYGPrCTgCH0uFLbFTO2BvUZJbyyMwACG59kts7tgeeCgsBrFTA7FT3ZrYzR+IXITEvEjMi8S8VCvWZtQ8A41FDifg8WIjI0fslXypq/GvxV6oVKzajr0Vt1ig2s+FxLxIzIvEvEjMi8S8SMyLxLxIzIvEvEjMi8S8SMyLxLxIzIvEvOT8HzsVt1ig2o5JzIvEvEjMS0s8yd+ycpp/Zd6Bg+0ZiHMX05pYz/chjZIcLHrieMNZsc7W85BGSdIRmmD7jefE0iGNkgTbI5BxKzsrCHx1rxRHiyHJi2INcbZnQ3z4S78Ak8WYrOcQQgB8AmiKSmoo8d5jAAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,680,175)">
|
||||
<path d="M0,0 L30,0 L30,60 L0,60 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip33">
|
||||
<path d="M679.5,174.5 L709.5,174.5 L709.5,234.5 L679.5,234.5 L679.5,174.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip33)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="698,208 692,202" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip34">
|
||||
<path d="M679.5,174.5 L709.5,174.5 L709.5,234.5 L679.5,234.5 L679.5,174.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip34)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="698,202 692,208" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,680,175)">
|
||||
<path d="M0,0 L30,0 L30,60 L0,60 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,712,203)">
|
||||
<path d="M0,-12 L51.4844,-12 L51.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip35">
|
||||
<path d="M-629,-113 L108.344,-113 L108.344,79 L-629,79 L-629,-113 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip35)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,712,191)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="49.4844" x="1" xml:space="preserve" y="9">sfix32_En20</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10591">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,94,79)">
|
||||
<image height="36" preserveAspectRatio="none" width="67" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAAkCAYAAADSO4eRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABSElEQVRoge2ZsW7CQAxAX6qUhbUsLEx8TLv2W/maZGFhSYZjgCEZ2sGO6lZHc1JISk9+kuUTsSD3cAKKC+Ad2AAvmnOjAVrNNtqfhSUiYGsiN9bAStc9cAXOscIS6YgtsNPIjWfNHXABgnntG7YzdsB+ibP7A3pExBm5RKIynpY8o0fHZRhchsFlGFyGwWUYXIbBZRjKhJoDUGik8AG83ThWAXUk14nvOyspMmrSRcxJNXJ88r/n/yRjrHsWkVHxGDLGOuN16gfk1BmTSZVxL/Yak7/FOfCfVoPLMLgMg8swuAyDyzC4DEOJPC1ec+OJcQYcgROyz4DMTfpYYYlMluyQJTdOGi0yKvhVRqPrYciSG3a8GJA9drHCQYYdsuRGQPYVSLhMGi0IfHVJTlw1LiZHZRTIrHWF3EBzvIn2Gp1ZD+E4juPcg09D1VS8suOLfwAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,95,80)">
|
||||
<path d="M0,0 L59,0 L59,28 L0,28 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip37">
|
||||
<path d="M-29,-14 L30,-14 L30,14 L-29,14 L-29,-14 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip37)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,124,94)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="36.0469" x="-18.0156" xml:space="preserve" y="3.5">case: { }</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,95,80)">
|
||||
<path d="M0,0 L59,0 L59,28 L0,28 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,515,212)">
|
||||
<path d="M0,0 L100,0 L100,16 L0,16 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,124.5,110)">
|
||||
<path d="M-25.3984,0 L25.3984,0 L25.3984,14 L-25.3984,14 L-25.3984,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,565,230)">
|
||||
<path d="M-33.1719,0 L33.1719,0 L33.1719,14 L-33.1719,14 L-33.1719,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip38">
|
||||
<path d="M-16.1016,-32 L721.242,-32 L721.242,160 L-16.1016,160 L-16.1016,-32 z"/>
|
||||
<clipPath id="clip6">
|
||||
<path d="M-448.828,-152 L288.516,-152 L288.516,40 L-448.828,40 L-448.828,-152 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip38)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,99.1016,110)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="48.7969" x="1" xml:space="preserve" y="10">Action Port</text>
|
||||
<g clip-path="url(#clip6)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,531.828,230)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="64.3438" x="1" xml:space="preserve" y="10">cf_iqKiLimProt</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,617,218)">
|
||||
<path d="M0,-12 L51.9844,-12 L51.9844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip7">
|
||||
<path d="M-534,-128 L203.344,-128 L203.344,64 L-534,64 L-534,-128 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip7)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,617,206)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="49.9844" x="1" xml:space="preserve" y="9">ufix16_En16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
@ -350,27 +134,27 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip40">
|
||||
<clipPath id="clip9">
|
||||
<path d="M459.5,179.5 L479.5,179.5 L479.5,199.5 L459.5,199.5 L459.5,179.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip40)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<g clip-path="url(#clip9)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="463,190 467,190" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip41">
|
||||
<clipPath id="clip10">
|
||||
<path d="M459.5,179.5 L479.5,179.5 L479.5,199.5 L459.5,199.5 L459.5,179.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip41)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<g clip-path="url(#clip10)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="465,188 465,192" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip42">
|
||||
<clipPath id="clip11">
|
||||
<path d="M459.5,179.5 L479.5,179.5 L479.5,199.5 L459.5,199.5 L459.5,179.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip42)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<g clip-path="url(#clip11)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="468,195 472,195" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -388,11 +172,290 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip43">
|
||||
<clipPath id="clip12">
|
||||
<path d="M-399,-98 L338.344,-98 L338.344,94 L-399,94 L-399,-98 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip43)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,482,176)">
|
||||
<g clip-path="url(#clip12)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,482,176)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10594">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,334,134)">
|
||||
<image height="118" preserveAspectRatio="none" width="78" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAAB2CAYAAABmg6XdAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACvUlEQVR4nO3dT08aQRzG8S8VvXi1Fy+e+mJ67suHxtakRgMqiBAKWHv4zYaFQjs8a/m3zzeZ7GrWzeST2RVO0wC+AB+Bi3Sscx2gm47l0V2+sElgXZZGnTsHztL5FBgB/VUXNomVdglcpVHnTtNxAgyBXul3C5VX3BXwaRuz2/OmBFqfeExXwn3Y5oyOKcOJGU7McGKGEzOcmOHEDCfWrPj3U+LTdQtoLx2/AQ8Z93irOIedVAXuFfgJDICXpeOIQM2pVWEOapW/IalwZbTHNJ7Ssc9mcG1xDlXaCtwb0Cidz5ijdYG70ugyh5tlzmEXK+5z1RvkwA1K15XRHgmsa+AmnT8Az8CYfLhdrLjK5cC1WYQbE++yAu4G+AHcE4/rC4Gb+9LfxYqrnAo3IJCKR/Sexcc09/1W3P/gyoFrsX7FdYnH84lA23S1wRHDrVtx/TSeCbARgfbr/ae5f6krblQaYwJsyoF+mFXKgfsKnKTzVwKoGLM0agNWlAN3999ncYD5S76Y4cQMJ2Y4McOJGU7McGKGEzOcmOHEDCdmODHDiRlOzHBihhMznJjhxAwnZjgxw4kZTsxwYoYTM5yY4cQMJ2Y4McOJGU7McGKGEzOcmOHEDCdmODHDiRlOzHBihhMznJjhxAwnZjgxw4kZTsxwYoYTM5yY4cQMJ2Y4McOJGU7McGKGEzOcmOHEDCdmODHDiRlOzHBihhMznJjhxAwnZjgxw4kZTsxwYoYTM5yY4cQMJ5a7Z41byitOzHBihhMznJjhxAwnZjixJrEX/Dlr9oOvWd+BW8Kkx182Z2sSm5KdpZ832cHtGLtN45+72hUrDmACDLcxuz2uQ6AVK25IuPxRATdNF/W3NMF9rUcY9Mh4VDvpgh7z1VfXit3thqXjSrgGcEG8407xP4hih7sJizve1f3d75xzLqffcLW+Xs1v11EAAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,335,135)">
|
||||
<path d="M0,0 L70,0 L70,110 L0,110 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip14">
|
||||
<path d="M0,0 L70,0 L70,110 L0,110 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip14)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,335,135)">
|
||||
<path d="M0,0 L70,0 L70,110 L0,110 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip19">
|
||||
<path d="M0,0 L63,0 L63,63 L0,63 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip19)" fill="none" opacity="1" stroke="#ababab" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,339,159)">
|
||||
<path d="M5,31 L57,31" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip20">
|
||||
<path d="M0,0 L63,0 L63,63 L0,63 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip20)" fill="none" opacity="1" stroke="#ababab" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,339,159)">
|
||||
<path d="M31,5 L31,57" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip21">
|
||||
<path d="M0,0 L63,0 L63,63 L0,63 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip21)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,339,159)">
|
||||
<path d="M7,49 L21,49 L42,11 L55,11" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip32">
|
||||
<path d="M-3,-20 L67,-20 L67,90 L-3,90 L-3,-20 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip32)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,338,155)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="10" x="0" xml:space="preserve" y="3">up</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip33">
|
||||
<path d="M-3,-55 L67,-55 L67,55 L-3,55 L-3,-55 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip33)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,338,190)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="5" x="0" xml:space="preserve" y="3">u</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip34">
|
||||
<path d="M-3,-90 L67,-90 L67,20 L-3,20 L-3,-90 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip34)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,338,225)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="6.98438" x="0" xml:space="preserve" y="3">lo</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip35">
|
||||
<path d="M-67,-55 L3,-55 L3,55 L-67,55 L-67,-55 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip35)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,402,190)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="4.5" x="-4.5" xml:space="preserve" y="3">y</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,335,135)">
|
||||
<path d="M0,0 L70,0 L70,110 L0,110 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,407,188)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip36">
|
||||
<path d="M-324,-98 L413.344,-98 L413.344,94 L-324,94 L-324,-98 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip36)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,407,176)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10661">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,679,174)">
|
||||
<image height="68" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAABECAYAAADtAUf/AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABv0lEQVRoge2aTU/CQBBAH1q5cNULF07+In+kPwqMkUQCoULlK0hBPew0LNiaDmUrJvOSyWzIwr7MtDTpbgN4AO6AW8khGQOxZD/i44mRyLS9CEkLaMo4BVbAe97ECFepNtCRCMmN5A2wBBLvsx9iWcU6wH1gMXCVWuIqNS4Su6pB5CRMTIuJaTExLRcrFlX8for79+4CPS8/VvzdShXbAR/AHFgc5cqcKuZLTSSmknMfylrKtPILaHjjrScVA0Mv4jrF5t48X2oiMs9AX8ZvwKwusd6R2Bp3LWVifeAVGOHaufhLsblIZC0csW/jqi6xbo5YVrEY176pSC1wra5FrKhi7xIzEVqJ1GddYnkVW3mxFqEUd9eehTJiT8C1jHcikMVW4mxCGrHhuRctw8U+xE1Mi4lpMTEtJqbFxLSYmBYT02JiWkxMi4lpMTEtJqal7BvF2rnYipmYFhPTYmJaItxOfouC3fwz8wIMZM0E9w43LRKLOTykEZKBhL8nUCg2lnF2SCMk/hGaRNbb/CbmH9IISSJrJJRo5VgmJOyrF4psb2Dp5VyxBu5sTxN38Ye+AbL9gQ2H+wWhr23D+D98A50oqKhADqHTAAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,680,175)">
|
||||
<path d="M0,0 L30,0 L30,60 L0,60 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip38">
|
||||
<path d="M679.5,174.5 L709.5,174.5 L709.5,234.5 L679.5,234.5 L679.5,174.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip38)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="698,208 692,202" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip39">
|
||||
<path d="M679.5,174.5 L709.5,174.5 L709.5,234.5 L679.5,234.5 L679.5,174.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip39)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="698,202 692,208" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,680,175)">
|
||||
<path d="M0,0 L30,0 L30,60 L0,60 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,712,203)">
|
||||
<path d="M0,-12 L51.4844,-12 L51.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip40">
|
||||
<path d="M-629,-113 L108.344,-113 L108.344,79 L-629,79 L-629,-113 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip40)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,712,191)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="49.4844" x="1" xml:space="preserve" y="9">sfix32_En20</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10591">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,94,79)">
|
||||
<image height="36" preserveAspectRatio="none" width="67" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAAkCAYAAADSO4eRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABhklEQVRoge2ZwWrCQBRFjyV1I3RVN26Egh/TdT+yH6VQ2oUUTG2sVWjSYhczwVsZm+CoLcM78HhDfDIzx0lMMh3gDugD1z6nxgzIfdbIdwsznICBRGr0gK5vV8AaWIQKM9yKGABDH6lx6XMJrIBCjv1AV8YQGJ1jdH9AhROxwJ0iQRkX5xzRf8dkCCZDMBmCyRBMhmAyBJMhZJHfr3B3dGNgIvl+T/1uXZ0nLfraRI61kRgZX8AHsATed/IpGDd8Hn33fKgMFTH38epz8CHoCDStnrPI2AAdaX+yFZEDzxI5p5PRtDJuYztoI2MpdSpijhPwADz59gvwFjuoPbS5rkTRRsZV4FgfuDmgv5GP6F/xFNhfq2AyBJMhmAzBZAgmQzAZQoZ7W9xjzxvjBHgEprh5Frh9kypUmOFuoXWTJTWmPupHhV9lzHy73mRJDd1eLHBzLEOFtQzdZEmNAjevghanycwXFGxXSUqsfawkB2V0cHutXdwFNMWLaOWjlHYdhmEYxjH4BhNWd6GpoyQEAAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,95,80)">
|
||||
<path d="M0,0 L59,0 L59,28 L0,28 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip42">
|
||||
<path d="M-29,-14 L30,-14 L30,14 L-29,14 L-29,-14 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip42)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,124,94)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="36.0469" x="-18.0156" xml:space="preserve" y="3.5">case: { }</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,95,80)">
|
||||
<path d="M0,0 L59,0 L59,28 L0,28 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,124.5,110)">
|
||||
<path d="M-25.3984,0 L25.3984,0 L25.3984,14 L-25.3984,14 L-25.3984,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip43">
|
||||
<path d="M-16.1016,-32 L721.242,-32 L721.242,160 L-16.1016,160 L-16.1016,-32 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip43)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,99.1016,110)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="48.7969" x="1" xml:space="preserve" y="10">Action Port</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10587">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,229,217)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,230,218)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip45">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip45)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,245,225)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">3</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,230,218)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,245,234)">
|
||||
<path d="M-15.7031,0 L15.7031,0 L15.7031,14 L-15.7031,14 L-15.7031,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip46">
|
||||
<path d="M-146.297,-156 L591.047,-156 L591.047,36 L-146.297,36 L-146.297,-156 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip46)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,229.297,234)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="29.4062" x="1" xml:space="preserve" y="10">iq_min</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,262,223)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip47">
|
||||
<path d="M-179,-133 L558.344,-133 L558.344,59 L-179,59 L-179,-133 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip47)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,262,211)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -414,11 +477,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip45">
|
||||
<clipPath id="clip49">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip45)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,245,155)">
|
||||
<g clip-path="url(#clip49)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,245,155)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">2</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -436,11 +499,11 @@
|
||||
<path d="M-17.0938,0 L17.0938,0 L17.0938,14 L-17.0938,14 L-17.0938,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip46">
|
||||
<clipPath id="clip50">
|
||||
<path d="M-144.906,-86 L592.438,-86 L592.438,106 L-144.906,106 L-144.906,-86 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip46)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,227.906,164)">
|
||||
<g clip-path="url(#clip50)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,227.906,164)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="32.1875" x="1" xml:space="preserve" y="10">iq_max</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -451,74 +514,11 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip47">
|
||||
<clipPath id="clip51">
|
||||
<path d="M-179,-63 L558.344,-63 L558.344,129 L-179,129 L-179,-63 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip47)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,262,141)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10587">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,229,217)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,230,218)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip49">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip49)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,245,225)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">3</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,230,218)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,245,234)">
|
||||
<path d="M-15.7031,0 L15.7031,0 L15.7031,14 L-15.7031,14 L-15.7031,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip50">
|
||||
<path d="M-146.297,-156 L591.047,-156 L591.047,36 L-146.297,36 L-146.297,-156 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip50)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,229.297,234)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="29.4062" x="1" xml:space="preserve" y="10">iq_min</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,262,223)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip51">
|
||||
<path d="M-179,-133 L558.344,-133 L558.344,59 L-179,59 L-179,-133 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip51)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,262,211)">
|
||||
<g clip-path="url(#clip51)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,262,141)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -711,5 +711,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2020-10-11 20:20:56 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2020-10-11 21:39:32 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 50 KiB |
@ -63,7 +63,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10594:9">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,224,329)">
|
||||
<image height="68" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAABECAYAAADtAUf/AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABQUlEQVRoge2aP0/DMBBHX1Do0hWWLp34Mqx8Vj4NMLB0SQYzpEMylMEXYSCpfFWNjPR70ums6CQ/Xf4M8TXAE3AP3FkuSQf0ltPofxa2JrNLoiRbYGPrCTgCH0uFLbFTO2BvUZJbyyMwACG59kts7tgeeCgsBrFTA7FT3ZrYzR+IXITEvEjMi8S8VCvWZtQ8A41FDifg8WIjI0fslXypq/GvxV6oVKzajr0Vt1ig2s+FxLxIzIvEvEjMi8S8SMyLxLxIzIvEvEjMi8S8SMyLxLxIzIvEvOT8HzsVt1ig2o5JzIvEvEjMS0s8yd+ycpp/Zd6Bg+0ZiHMX05pYz/chjZIcLHrieMNZsc7W85BGSdIRmmD7jefE0iGNkgTbI5BxKzsrCHx1rxRHiyHJi2INcbZnQ3z4S78Ak8WYrOcQQgB8AmiKSmoo8d5jAAAAAElFTkSuQmCC" y="0"/>
|
||||
<image height="68" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAABECAYAAADtAUf/AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABW0lEQVRoge2asU7DMBCGv6DQpSssXTrxMLDyrPAywMDSJRnMkA7p0A6+CBeSyhd6xZXuk062Ilf+9Dd1KuUq4Bm4B+5ktKQBWhnTan8urEVmlZQlS2Ah8x2wBb7GFtbEpFbAWsqSWxl7oANCcu2X2JDYGngwFoOYVEdMqpkSu7mAyCxcTIuLaXExLcWK1RlrXoBKKoc98DTbSMgReydf6mxctdgbhYoVm9iHucUIxR4XLqbFxbS4mJZixXIO2FdzixFyn5VaHmd85ojcZ+XFsUrsz1x1Yv8iVuxx4WJaXEyLi2lxMS0upsXFtLiYFhfTkvMPdm9uMUKxibmYFhfT4mJaauKb/CUTb/PPzCewkT0Dse9iNyXWctykYclGqiW2N5wUa2Q+NGlYkrbQBNmvPyWWNmlYEmSPQMZX2ciCwHd6VmylumQcFauIvT0L4s1v/QPYSfXJfCjHcQAOivhPv667mf8AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,225,330)">
|
||||
<path d="M0,0 L30,0 L30,60 L0,60 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -142,7 +142,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10594:8">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,964,42)">
|
||||
<image height="162" preserveAspectRatio="none" width="63" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAACiCAYAAAD2pxVCAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACXUlEQVR4nO3cMW7bMACF4d+FnCVrsmTJ1MO0a2/Wu/Q0docuWeJBHuzBGtqBNKAKDsJENEX6vQ8Q5CSCoh90LCGQuAJ+AI/AQ1y37hXYxfV42U037AjBT6OldffAXXw9AEdgf2nDjjDiT8BzXFq3jusTcAD60ff+Mx75Z+BriaMrYCCE7wlv+YvxX0oeUW0cr8rxqhyvSjq+S9jmF7CKS4q/wPc3frYBthfW28T9ZpUSvyU9/Jo2k69nX422FD99dxSJ31BH/HTkv83dYcsjP1tK/O/cv/STfubeofSpzvGqHK/K8apSzvO1WOTavhaLXNvXYpFr+1oscm1fi+nIz9ZSvPTIZ4+XPs87XpXjVTleleNVOV6V41U5XpXjVaX8Jyf7jUC1kB55x6tyvCrHq0q9AzOXP8AL4YmnnvDM25Bx/x+SegdmLi9x2REe+6o+PufIjx/17AnPvp0y7v9DSo98Txjxnkbe9jlH/hiXw2hddXzOkR/ichq9lomvivR53vGqHK/K8aocr8rxqhyvyvGqHK/K8aocr8rxqhyvyvGqHK/K8aocr8rxqvykhSrHq3K8KserKn3XdU7FZjmvUbFZzmtUbJbzm9TyyM/mkX/HzcZLn+cdr8rxqhyvyvGqHK/K8aocr8rxqhyvyvGqHK/K8aocr8rxqnzvrSrHq3K8Kser6gjzTt8D64WPJZfkmdQ7wsTbd/HrxWYfzih5JvXzyEOYgvlQ4uiuLHkm9XP8EDfaFzrAa0qeSf0cf4wbvl7aqDHJM6mvgAfC3/ya2/jQe2sm9Vv4PDMz+5x/oRKONhoLH/kAAAAASUVORK5CYII=" y="0"/>
|
||||
<image height="162" preserveAspectRatio="none" width="63" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAACiCAYAAAD2pxVCAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACZ0lEQVR4nO2csW7bMBRFjws5S9Z0yZKpH9Ou/bP+S/szdocuWeJBHuzBGtKBNKAKCkpbNEX53gMQtGyC4sGTRcIW3wr4DnwGnmK9dN6AXaz7ZTds2BCEn3tl6TwCD/F1BxyB/VjDhhDxZ+AllqWzjvUJOABt771/6Ef+BfhSYnQF6Ajie8IlPyr/qeSIasPyqlheFcurIi3fJLT5CaxiSeEd+PbBZxtgO1JvE/vNSor8lnTxW7IZHE9ejS5Jfnh1FJHfUIf8MPJfp3a45MhPJkX+d+6TXsmP3B1KT3WWV8XyqlhelZR5vhZmWdv/mnqSTMy2tr+UyevuEWZb29fALGv7ayJ/C7KPw5EvfdIryT4O6Xne8qpYXhXLq2J5VSyviuVVsbwqllcl5Zec7A8C1YJ05C2viuVVsbwqpf+r+wO8EnY8tYQ9b13G/i+i9N9Vr7HsCNu+qpfPGfn+Vs+WsPftlLH/iygd+ZYQ8ZaFXPY5I3+M5dCrq5bPGfkullPvtYx8VUjP85ZXxfKqWF4Vy6tieVUsr4rlVbG8KpZXxfKqWF4Vy6tieVUsr4rlVbG8KpZXxTstVLG8KpZXxfKqLCkr2pBiWc5rpNpMiCWQyoSYnSVHfjKO/H+4W3nped7yqlheFcurYnlVLK+K5VWxvCqWV8XyqlheFcurYnlVLK+K5VXxs7eqWF4Vy6tieVUaQt7pR2A981hykZxJvSEk3n6Ix7NlH85Icib1c+QhpGA+lBjdjUnOpH6W72KjfaEB3pLkTOpn+WNs+DbWaGEkZ1JfAU+E7/ya+7jpfZRJ/R7uZ8YYcx1/AVb0k3/b2RIbAAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,965,43)">
|
||||
<path d="M0,0 L55,0 L55,154 L0,154 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -334,7 +334,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10594:7">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,469,288)">
|
||||
<image height="150" preserveAspectRatio="none" width="53" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAACWCAYAAAB+bsAwAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACDElEQVR4nO3dMU/CQACG4RdTWVh1YWHyx+jqb/XXgIMLCwxlgAEGHe6IJynJJa3HfeV7kkuJVsKb0zJwXifAO/AMPMVjrTbANh7Tsb08sSGEzJNRqxkwjY9PwAHYdZ3YEGZoDiziqNVjPB6BPdAmX/sjnakF8FLi1fVwIgTtCL96nVEPJV9RKY5S4SgVjlIxyqgm45wPYBJHjm/g7cr3lsCq47i6+PlecqJW5AdV4W6jlowwapQz9fnvr2Jgo7ykO0qFo1Q4SoWjVDhKhaNUOEqFo1Q4SoWjVDhKhaNUOEqFo1Q4SkXO51O9P1gubZQz5SgVjlLhKBW5K16G8gWsCSuVW8La8tOAzw/kr3gZyjqOLWEZ9s2ihpyp9F8bWsIa8+OAzw+Un6mWMEMtN/71G3KmDnHsk6P839QpjmPyWD6qiFG+TzlKhaNUOEqFo1Q4SoWjVDhKhaNUOEqFo1Q4SoWjVDhKhaNUOEqFo1Q4SoVXZqpwlApHqXCUitKryHL03gu3xgVXRaJKz9Rr3yeocaZ6q3GmervbmZKLGuX7lKNUOEqFo1Q4SoWjVDhKhaNUOEqFP59S4SgVjlLhKBUNYW+IGVfuOViR7F1HGsKmF+ntL2uVvevIeabg9/aXtcredeQcld7+slbZu46cow7xxE3XSZXI3nVkQrhL7JRwoaj5YnFt15GarwNmVqsf5NqC6aSZIesAAAAASUVORK5CYII=" y="0"/>
|
||||
<image height="150" preserveAspectRatio="none" width="53" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAACWCAYAAAB+bsAwAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACJklEQVR4nO2dMVPCMBiGH7zKwqqLi5M/Rld/q/4ZcXBxkaEMMMCgQ8IZPbiLtoS84X3uculB2stzH6SlDV8mwCNwDVzFulY+gEWs07L43bAjiNwkpVZmwDRub4E1sNzXsCNE6Aa4jaVWLmO9AVZAn7z2gzRSt8Bdid4NYEsQWhI+enulLkr2qBSWUsFSKlhKhSaluow2T8Aklhw+gYcD770A8z31/Nf+g8iRmpMvVAVnK/VCg1JNRur16L0YmSaHdEupYCkVLKVCk1I5J9/no/diZHKv/f7K/T/2GY3caz8pjhWpk3K2kZKTanJIt5QKllLBUipYSgVLqWApFSylgqVUyPnlO/jBcmmajJSlVLCUCpZSofS99DfgnTBTuSfMLd+OeHyg/G3n91gWhGnYJ5MaM1LpXxt6whzzzYjHB8pHqidEqOfEH78xI7WOZZXU8t+pbSybZFteqghNnqcspYKlVLCUCpZSwVIqWEoFS6lgKRUspYKlVLCUCpZSwVIqWEoFS6lgKRUspYJnZqpgKRUspYKlVKgxy8HgXLg1TrgqIlU6UoOzjtQYqcHUGKnBnG2k5KSaPE9ZSgVLqWApFSylgqVUsJQKllLBUir4+ZQKllLBUipYSoWOkBtixoE1BysiO+tIR0h6kS5/WSvZWUd2kYLv5S9rJTvryE4qXf6yVrKzjuyk1rHhx75GlZCddWRCWCV2Shgoah4sDmUdqXkcMMbUyhdI4Ig+k6wP/gAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,470,289)">
|
||||
<path d="M0,0 L45,0 L45,142 L0,142 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -526,7 +526,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10594:6">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,769,89)">
|
||||
<image height="68" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAABECAYAAADtAUf/AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABQUlEQVRoge2aP0/DMBBHX1Do0hWWLp34Mqx8Vj4NMLB0SQYzpEMylMEXYSCpfFWNjPR70ums6CQ/Xf4M8TXAE3AP3FkuSQf0ltPofxa2JrNLoiRbYGPrCTgCH0uFLbFTO2BvUZJbyyMwACG59kts7tgeeCgsBrFTA7FT3ZrYzR+IXITEvEjMi8S8VCvWZtQ8A41FDifg8WIjI0fslXypq/GvxV6oVKzajr0Vt1ig2s+FxLxIzIvEvEjMi8S8SMyLxLxIzIvEvEjMi8S8SMyLxLxIzIvEvOT8HzsVt1ig2o5JzIvEvEjMS0s8yd+ycpp/Zd6Bg+0ZiHMX05pYz/chjZIcLHrieMNZsc7W85BGSdIRmmD7jefE0iGNkgTbI5BxKzsrCHx1rxRHiyHJi2INcbZnQ3z4S78Ak8WYrOcQQgB8AmiKSmoo8d5jAAAAAElFTkSuQmCC" y="0"/>
|
||||
<image height="68" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAABECAYAAADtAUf/AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABW0lEQVRoge2asU7DMBCGv6DQpSssXTrxMLDyrPAywMDSJRnMkA7p0A6+CBeSyhd6xZXuk062Ilf+9Dd1KuUq4Bm4B+5ktKQBWhnTan8urEVmlZQlS2Ah8x2wBb7GFtbEpFbAWsqSWxl7oANCcu2X2JDYGngwFoOYVEdMqpkSu7mAyCxcTIuLaXExLcWK1RlrXoBKKoc98DTbSMgReydf6mxctdgbhYoVm9iHucUIxR4XLqbFxbS4mJZixXIO2FdzixFyn5VaHmd85ojcZ+XFsUrsz1x1Yv8iVuxx4WJaXEyLi2lxMS0upsXFtLiYFhfTkvMPdm9uMUKxibmYFhfT4mJaauKb/CUTb/PPzCewkT0Dse9iNyXWctykYclGqiW2N5wUa2Q+NGlYkrbQBNmvPyWWNmlYEmSPQMZX2ciCwHd6VmylumQcFauIvT0L4s1v/QPYSfXJfCjHcQAOivhPv667mf8AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,770,90)">
|
||||
<path d="M0,0 L30,0 L30,60 L0,60 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -605,7 +605,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10594:5">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,689,209)">
|
||||
<image height="68" preserveAspectRatio="none" width="58" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAABECAYAAADQkyaZAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABYUlEQVRoge2bsU7DQAyGv6DQpSssXTr1YWDlWXmahoGlSzKkQzskAwy+iAOl6KSWkHP+T7J8aq3InxylQ+MCeAEegYeQc6IGmpDjaH4WlpjcJoqcWAOrcO6BM3AcKyyxSW6AbYicuA+5A05AG332jXiiW2A3RXc3psckj9htOyp6N2VH/4lEvSFRb0jUG4sRLRNqXoEiRAofwPOF7/ZANZKrhGteRYpoRbrkbJFoxJ6FiC5mom9/3sUELObnRaLekKg3JOoNiXpDot6QqDck6g2JekOi3pCoNyTqDYl6Q6LekKg3JOqNlP9Hr35RImIX4umG10xiMROVqDck6g2JeqPENgvWXNgumDnvwAFzaLG9l36ssMS2fuIlmZw4hGiwdZBfRetwHpZkciJe2Wqx/ruxwkE0XpLJiRbruSXh1q1DQcvXdHPhHOIU5VHRAttNW2EPo9weSH2ILjoPIYQQ8+MTe4dR/TF24YcAAAAASUVORK5CYII=" y="0"/>
|
||||
<image height="68" preserveAspectRatio="none" width="58" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAABECAYAAADQkyaZAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABe0lEQVRoge2bsU7DMBBAX1Do0hWWLp36MbDyrfAzDQNLl2Rwh3ZoBjqcIwxykaEkxOd70slWe6nu6aIkinoV8ATcA3d+zYkW6PwaRvc1sUbkVkHkxBJY+H0PHIF9LLFGOrkC1j5y4tavJ+AAuOCzT4QdXQObKar7Y3pEco+ctlHRmykr+k9MVBsmqg0T1UYxonVCzjNQ+UjhHXi88N0WaCJrk/CbV5Ei2pAuOVtMNGBLIaLFdPR19ComoJjbi4lqw0S1YaLaKEY05YHhZfQqJiD1WfenPPzimFFJfdbNnrE6OjusowEqRIu5vZioNkxUGyaqDRPVholqw0S1YaLaMFFtpLxhuPqPEgEbH5O/JSymoyaqDRPVholqo0YmC5ZcmC6YOW/ADnFwyNxLH0uskamfcEgmJ3Y+OmQc5FvR1u+HIZmcCEe2HFL/KZY4iIZDMjnhkJodCadu6xMcH93NhaOPQ7BGRStkNm2BXIxyuyD1Pk7BfgjDMIz5cQZ3Q1dS+pPvsQAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,690,210)">
|
||||
<path d="M0,0 L50,0 L50,60 L0,60 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -654,7 +654,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10594:4">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,1089,229)">
|
||||
<image height="48" preserveAspectRatio="none" width="48" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABQElEQVRoge2ZMW7CQBBFn6MNDW3S0FBxmKTNzXKXnAZSpKGxi6WAwi6gmLGyiexopYBnncyTRruCkZnH2gjpV8AL8Ag86FoCNdDomlbzvTEgQ6+SKoElsNB9B5yAw1BjQL75FbDWKoF7XVvgCMTktS+kJ7AGNlNMl0mHDH9Abp9BgbspJ7oFLmCNC1jjAtbMXiBk9LwBlVYOZ+B55L0tsEvW18xrjpIjsCN/+Mn5FwJbZi4w+xN4v/kUv2D2P6MuYI0LWOMC1riANS5gTc5/ofMVP2+j9XStC87+BFzAGhewxgWsCUj6sWQkATHiA9gjs0UkI+uGGgOS/KWBWgnstRokYvpRoNZ9H6iVQBqzRmSudqixF0gDtRKIyCyRjFuo1obI52lYc9I6JuugQIXkxAvkIS7lQe602mTfl+M4f4kLBgtO1WJ0NCAAAAAASUVORK5CYII=" y="0"/>
|
||||
<image height="48" preserveAspectRatio="none" width="48" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABU0lEQVRoge2ZsVLCQBCGvziRhlYbGioeRlvfzHeRlwELG5qkOAookkKL3YyHkzgnMbk73W9mZ29gYf6fy0GYvwCegHvgTnsKVECt3a/662CJiF55lQJLYKHrFjgDx77BEvnkV8BaKwVutTfACXDeYxf4O7AGNnOoC6RFxB+Ry6fXwM2ciqbADMTGDMTGDMQmewNlwMwLUGiF8A48Djy3A/Zefw58z0FCDOwJFz87/8LAjswNZL8Dr5OrGEH2X6NmIDZmIDZmIDbZGwj5IdtOrmIEofdCP+XhitdcRei9ULKEGBj9p8Njo/VrO5T9ITYDsTEDsTEDsSmR9GPJQAISiTfggGhzSEbW9g2WSPLnB2opcNCqkYjpWwOVrrtALQX8mNUhupq+wc6AH6ilgEO0OAIuoUoHHJ+7EZuz1snrvQYKJCdeIIc4lYPcajXeuivDMP4SH7t+USRqT17bAAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,1090,230)">
|
||||
<path d="M0,0 L40,0 L40,40 L0,40 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -1009,16 +1009,16 @@
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,430,105)">
|
||||
<path d="M2.5,0 C2.5,1.38071 1.38071,2.5 0,2.5 C-1.38071,2.5 -2.5,1.38071 -2.5,0 C-2.5,-1.38071 -1.38071,-2.5 0,-2.5 C1.38071,-2.5 2.5,-1.38071 2.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,545,220)">
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,170,105)">
|
||||
<path d="M2.5,0 C2.5,1.38071 1.38071,2.5 0,2.5 C-1.38071,2.5 -2.5,1.38071 -2.5,0 C-2.5,-1.38071 -1.38071,-2.5 0,-2.5 C1.38071,-2.5 2.5,-1.38071 2.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,315,105)">
|
||||
<path d="M2.5,0 C2.5,1.38071 1.38071,2.5 0,2.5 C-1.38071,2.5 -2.5,1.38071 -2.5,0 C-2.5,-1.38071 -1.38071,-2.5 0,-2.5 C1.38071,-2.5 2.5,-1.38071 2.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,170,105)">
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,545,220)">
|
||||
<path d="M2.5,0 C2.5,1.38071 1.38071,2.5 0,2.5 C-1.38071,2.5 -2.5,1.38071 -2.5,0 C-2.5,-1.38071 -1.38071,-2.5 0,-2.5 C1.38071,-2.5 2.5,-1.38071 2.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,430,105)">
|
||||
<path d="M2.5,0 C2.5,1.38071 1.38071,2.5 0,2.5 C-1.38071,2.5 -2.5,1.38071 -2.5,0 C-2.5,-1.38071 -1.38071,-2.5 0,-2.5 C1.38071,-2.5 2.5,-1.38071 2.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -1103,10 +1103,10 @@
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,600,360)">
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,865,260)">
|
||||
<path d="M2.5,0 C2.5,1.38071 1.38071,2.5 0,2.5 C-1.38071,2.5 -2.5,1.38071 -2.5,0 C-2.5,-1.38071 -1.38071,-2.5 0,-2.5 C1.38071,-2.5 2.5,-1.38071 2.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,865,260)">
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,600,360)">
|
||||
<path d="M2.5,0 C2.5,1.38071 1.38071,2.5 0,2.5 C-1.38071,2.5 -2.5,1.38071 -2.5,0 C-2.5,-1.38071 -1.38071,-2.5 0,-2.5 C1.38071,-2.5 2.5,-1.38071 2.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -1176,5 +1176,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2020-10-11 20:20:57 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2020-10-11 21:39:33 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 86 KiB |
@ -1,53 +1,4 @@
|
||||
[
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10810",
|
||||
"className":"Simulink.Constant",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"cf_KbLimProt",
|
||||
"label":"cf_KbLimProt",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10602",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Value",
|
||||
"VectorParams1D",
|
||||
"SampleTime",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"FramePeriod"
|
||||
],
|
||||
"values":[
|
||||
"cf_KbLimProt",
|
||||
"on",
|
||||
"inf",
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(0,16,12)",
|
||||
"off",
|
||||
"inf"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Constant",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10619",
|
||||
"className":"Simulink.Outport",
|
||||
@ -128,6 +79,114 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10810",
|
||||
"className":"Simulink.Constant",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"cf_KbLimProt",
|
||||
"label":"cf_KbLimProt",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10602",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Value",
|
||||
"VectorParams1D",
|
||||
"SampleTime",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"FramePeriod"
|
||||
],
|
||||
"values":[
|
||||
"cf_KbLimProt",
|
||||
"on",
|
||||
"inf",
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(0,16,12)",
|
||||
"off",
|
||||
"inf"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Constant",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10809",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum1",
|
||||
"label":"Sum1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10602",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"rectangular",
|
||||
"+-",
|
||||
"off",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as first input",
|
||||
"off",
|
||||
"Simplest",
|
||||
"off",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10808",
|
||||
"className":"Simulink.SubSystem",
|
||||
@ -158,54 +217,19 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10777",
|
||||
"className":"Simulink.Goto",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10804",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto5",
|
||||
"label":"Goto5",
|
||||
"name":"From5",
|
||||
"label":"From5",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10602",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"n_motAbs",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10776",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto4",
|
||||
"label":"Goto4",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10602",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"n_max",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
@ -219,27 +243,25 @@
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10815",
|
||||
"className":"Simulink.Goto",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10609",
|
||||
"className":"Simulink.ActionPort",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto1",
|
||||
"label":"Goto1",
|
||||
"name":"Action Port",
|
||||
"label":"Action Port",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10602",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
"InitializeStates",
|
||||
"PropagateVarSize"
|
||||
],
|
||||
"values":[
|
||||
"Vq_max",
|
||||
"local",
|
||||
"Tag"
|
||||
"held",
|
||||
"Only when execution is resumed"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
@ -252,7 +274,7 @@
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"blocktype":"ActionPort",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
@ -288,42 +310,11 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10812",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From1",
|
||||
"label":"From1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10602",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"Vq_max",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10803",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10811",
|
||||
"className":"Simulink.Constant",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Constant1",
|
||||
"label":"Constant1",
|
||||
"name":"cf_nKiLimProt",
|
||||
"label":"cf_nKiLimProt",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10602",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -337,12 +328,12 @@
|
||||
"FramePeriod"
|
||||
],
|
||||
"values":[
|
||||
"0",
|
||||
"cf_nKiLimProt",
|
||||
"on",
|
||||
"inf",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via back propagation",
|
||||
"fixdt(0,16,16)",
|
||||
"off",
|
||||
"inf"
|
||||
],
|
||||
@ -435,19 +426,70 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10804",
|
||||
"className":"Simulink.From",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10803",
|
||||
"className":"Simulink.Constant",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From5",
|
||||
"label":"From5",
|
||||
"name":"Constant1",
|
||||
"label":"Constant1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10602",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Value",
|
||||
"VectorParams1D",
|
||||
"SampleTime",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"FramePeriod"
|
||||
],
|
||||
"values":[
|
||||
"0",
|
||||
"on",
|
||||
"inf",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via back propagation",
|
||||
"off",
|
||||
"inf"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Constant",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10777",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto5",
|
||||
"label":"Goto5",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10602",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"n_max",
|
||||
"n_motAbs",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
@ -461,38 +503,7 @@
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10609",
|
||||
"className":"Simulink.ActionPort",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Action Port",
|
||||
"label":"Action Port",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10602",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitializeStates",
|
||||
"PropagateVarSize"
|
||||
],
|
||||
"values":[
|
||||
"held",
|
||||
"Only when execution is resumed"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"ActionPort",
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
@ -564,53 +575,27 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10809",
|
||||
"className":"Simulink.Sum",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10815",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum1",
|
||||
"label":"Sum1",
|
||||
"name":"Goto1",
|
||||
"label":"Goto1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10602",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"rectangular",
|
||||
"+-",
|
||||
"off",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as first input",
|
||||
"off",
|
||||
"Simplest",
|
||||
"off",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
"Vq_max",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
@ -618,48 +603,30 @@
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10811",
|
||||
"className":"Simulink.Constant",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10812",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"cf_nKiLimProt",
|
||||
"label":"cf_nKiLimProt",
|
||||
"name":"From1",
|
||||
"label":"From1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10602",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Value",
|
||||
"VectorParams1D",
|
||||
"SampleTime",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"FramePeriod"
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"cf_nKiLimProt",
|
||||
"on",
|
||||
"inf",
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(0,16,16)",
|
||||
"off",
|
||||
"inf"
|
||||
"Vq_max",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
7
|
||||
]
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
@ -667,7 +634,7 @@
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Constant",
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
@ -738,6 +705,39 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10776",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto4",
|
||||
"label":"Goto4",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10602",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"n_max",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10774#out:1",
|
||||
"className":"Simulink.Line",
|
||||
|
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 77 KiB |
@ -431,5 +431,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2020-10-11 20:20:59 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2020-10-11 21:39:34 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
@ -142,7 +142,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10745:2895:8">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,964,42)">
|
||||
<image height="162" preserveAspectRatio="none" width="63" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAACiCAYAAAD2pxVCAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACqUlEQVR4nO2csU7rMBSG/6KUheEu3IWFiYeB9T4ZD3Nf5rZIsLDQIQzt0AyXwY7kRkE9xYc0h///JCstWG4+naaxY/ssAPwB8BvAdT5G5w3AJh/LshlWbJCEb4oSnSsAl/l1B2AH4H2sYoMU8RsAt7lEZ5mPewBbAG3xtwPKyN8CuJvi7CagQxJ/R/rKj8pfTHlGc0PyrEieFcmzQi3fGOr8BbDIxcJ/AA+f/G8FYD1yXBvbdcUiv4ZdPBSSP8IKxPLUkX/69rOwsRq8rx6BWuTnwvCOQCU/jPx9bYOR5C19gZOIJD+MfDWR5Kkj7y5PPbCRPCuSZ0XyrEieFcmzQi1vGdi4Py+fC9SRlzwrkeR/eTcY6UlO691gpMi7I3lWJM+K5FmJdJ/X/HwBlbzm5z2JJK/5eU+o5XWfP4LntfYC4BVpx1OLtOetc2z/JKwrML14zWWDtO1r9vKekS+3erZIe9/2ju2fxNSRb5Ei3iLI194z8rtctsVx1vKeke9y2RevaeRnBfV9XvKsSJ4VybNCLW/p5Dw6fp45h80I/3C4/7YaDWyOoIGNEzUDm7tcqp/X92hgw4rkWZE8K9TykebqtDKjYBJ5z80GNUmCtDLDk0jyWpnhCbU89X1e8qxInhXJs0ItH6mT4z5jQx15ybMieVYkz4rkWZE8K5JnRfKsSJ4VybMieVYkz4rkWZE8K5JnRfKsSJ4VybMieVYkz4rkgzDMolhNRPk+i2I1kZafPuMwi2I1keRfcJhspJqp5d3zXtQQ6Zp3R/KsSJ4VybPSIPWYrgAsz3wuXpgzqTdIXcbL/P5sGcocMWdS7yMPpExl2ynO7psxZ1Lv5btcyWW0dGbMCQd7+V2u+DZWKRjmhIMLANdI1/wSP+NH77OEgz/h90wIIb7GB2ruyLw0W4SqAAAAAElFTkSuQmCC" y="0"/>
|
||||
<image height="162" preserveAspectRatio="none" width="63" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAACiCAYAAAD2pxVCAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACk0lEQVR4nO2cvW7CMBSFD1Vg6dCFLiydeJh27bP2ZQqVysICQzrAQIZ2sCOZCISpb0Nuz/kky9Aay58uwfmx7wjAK4BHANNYe2cDYBvrtGy7DSsE4VlSvHMPYBJfNwD2AL5ONawQIj4D8BSLd8axPgDYAaiTvx2RRv4JwLyP0fVAgyD+hfCVPyl/1+eIhobkWZE8K5JnhVq+ymjzBmAUSw7fAF7O/G8BYHmiXmb2a0qO/BL54q6Q/AUWIJanjvzHn48ij0XnffEVaI78UOjOCFTy3cg/l3boST7nXOAqPMl3I1+MJ3nqyJvLU1/YSJ4VybMieVYkz4rkWaGWz7mwMb9fPhSoIy95VjzJP1h36OlOTm3doafImyN5ViTPiuRZ8TTP6/l8ApW8ns9b4klez+ctoZbXPH8By2NtBWCNsOOpRtjz1hj2fxW5KzCtWMeyRdj2NXh5y8inWz1rhL1vB8P+r6LvyNcIEa/h5GtvGfl9LLukHrS8ZeSbWA7Jaxr5QUE9z0ueFcmzInlWqOX7XpNTspf2vfOZYqgjTy3v6R7ePJbi+/Ut1JGXPCuSZ0XyrHia57UyI4FKXiszLPEkr5UZllDLU8/zkmdF8qxInhVqeU8nOXpiY4nkWZE8K5JnRfKsSJ4VybMieVYkz4rkWZE8K5JnRfKsSJ4VybMieVYkz4rkWZE8K5JnRfJO6GZRLMajfJtFsRhPy08/cZxFsRhP8iscZ1Espm9587wXJXg65s2RPCuSZ0XyrFQIZ0z3AMY3HosV2ZnUK4RTxkl8f7Psw4ZkZ1JvIw+EFMy7Pkb3x2RnUm/lm9jI5GrpxmRnUm/l97Hh5lQjZ2RnUh8BmCIc82P8jx+9c5nU/8PvmRBC/I4fV5ys7Vrm8foAAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,965,43)">
|
||||
<path d="M0,0 L55,0 L55,154 L0,154 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -334,7 +334,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10745:2895:7">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,469,288)">
|
||||
<image height="150" preserveAspectRatio="none" width="53" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAACWCAYAAAB+bsAwAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACGUlEQVR4nO3dsU7CQADG8T+msrjq4uLEw+jqk/kwPg04uLjIUAcZ6KDDHfEkJbnYs953fr/kUqIV+OcQ0PToArgHroDLuK3VK7CN23Rsj3fsCCHXyajVBbCMlwdgB7yN7dgRZugauImjVudxuwfegT752jfpTN0Aqznu3QQDIeiN8NAbjTqb8x7NxVEqHKXCUSqajOoy9nkEFnHk+ADuTnxvDWxGtpujn58kJ2pDflAV/m3Umgajmpypp1+/F4U1+ZTuKBWOUuEoFY5S4SgVjlLhKBWOUtFkVM6f85P/Dze3JmfKUSocpcJRKhylwlEqHKXCUSocpcJRKpqMyj3ipZRn4IVwpHJPOLZ8KHj9QP4RL6W8xLElHIb9Z1ElZypd2tATjjHfF7x+YP6Z6gkz1PPHD7+SM7WL4z3Zyv9ODXHsk8vyUbNo8nXKUSocpcJRKpqMynnxfSh4e9lrdafwG9oC/Ib2p/yGVoWjVDhKhaNUNBk190GMOYuXJ2typhylwlEqHKXCUSocpcJRKhylwlEqHKXCUSocpcJRKhylwlEqHKXCUSocpcJRKhylwlEqHKXCUSpyjiIraRXH7W/eSJMz5SgVjlLhKBUdYfncBSfOOViR7E8d6QjrAdPTX9Yq+1NHDjMFX6e/rFX2p44cotLTX9Yqe5HmIWoXd3wd26kS2Ys0F4SzxC4JTxQ1P1mcWqRZ8/OAmdXqEwpkna/IecOhAAAAAElFTkSuQmCC" y="0"/>
|
||||
<image height="150" preserveAspectRatio="none" width="53" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAACWCAYAAAB+bsAwAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACCElEQVR4nO3dMU/CQACG4RdTWVh1YWHix+jqb/XXgIMLCwx1gIEOOtwRT1KSSyjlvvN7kkuJVuTNYYlarhPgDXgGnuK2VFtgF7fp2J3v2BBC5sko1QyYxtsdcAC++nZsCDM0BxZxlOoxbo/AHmiTj/2RztQCWI7x6K7QEYK+CE+93qiHMR/RWBylwlEqHKWiyqgmY593YBJHjm/g9cLnVsC6Z7s++/qr5EStyQ8qwr+NWlFhVJUz9XHzRzGwKg/pjlLhKBWOUuEoFY5S4SgVjlLhKBVVRuX8On/13+HGVuVMOUqFo1Q4SoWjVDhKhaNUOEqFo1Q4SkWVUblnvAzlE9gQzlRuCeeWdwPeP5B/xstQNnHsCKdh3y1qyJlK39rQEs4xPw54/8D4M9USZqjlzk+/IWfqEMc+2cr/THVxHJPb8lGjqPJ1ylEqHKXCUSqqjBr7f7457/W4WpUz5SgVjlLhKBWOUuEoFY5S4SgVjlLhKBWOUuEoFY5S4SgVjlLhKBWOUuEoFY5S4SgVjlLhKBWOUuEoFY5S4SgVjlLhKBWOUlFlVM7bIoa0jOPllt+kyplylApHqXCUioawNsSMC9ccLEj2qiMNYdGL9PKXpcpedeQ0U/B7+ctSZa86copKL39ZquxVR05Rh7jjtm+nQmSvOjIhXCV2SjhQlHywuLTqSMnHATMr1Q/kkIHcTk7TrwAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,470,289)">
|
||||
<path d="M0,0 L45,0 L45,142 L0,142 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -1009,16 +1009,16 @@
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,315,105)">
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,170,105)">
|
||||
<path d="M2.5,0 C2.5,1.38071 1.38071,2.5 0,2.5 C-1.38071,2.5 -2.5,1.38071 -2.5,0 C-2.5,-1.38071 -1.38071,-2.5 0,-2.5 C1.38071,-2.5 2.5,-1.38071 2.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,430,105)">
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,315,105)">
|
||||
<path d="M2.5,0 C2.5,1.38071 1.38071,2.5 0,2.5 C-1.38071,2.5 -2.5,1.38071 -2.5,0 C-2.5,-1.38071 -1.38071,-2.5 0,-2.5 C1.38071,-2.5 2.5,-1.38071 2.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,545,220)">
|
||||
<path d="M2.5,0 C2.5,1.38071 1.38071,2.5 0,2.5 C-1.38071,2.5 -2.5,1.38071 -2.5,0 C-2.5,-1.38071 -1.38071,-2.5 0,-2.5 C1.38071,-2.5 2.5,-1.38071 2.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,170,105)">
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,430,105)">
|
||||
<path d="M2.5,0 C2.5,1.38071 1.38071,2.5 0,2.5 C-1.38071,2.5 -2.5,1.38071 -2.5,0 C-2.5,-1.38071 -1.38071,-2.5 0,-2.5 C1.38071,-2.5 2.5,-1.38071 2.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -1176,5 +1176,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2020-10-11 20:20:59 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2020-10-11 21:39:35 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 86 KiB |
@ -1,4 +1,84 @@
|
||||
[
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10745:2889",
|
||||
"className":"Simulink.Outport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"out",
|
||||
"label":"out",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10745",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"EnsureOutportIsVirtual",
|
||||
"InitialOutput",
|
||||
"MustResolveToSignalObject",
|
||||
"OutputWhenDisabled",
|
||||
"OutputWhenUnConnected",
|
||||
"OutputWhenUnconnectedValue",
|
||||
"SignalName",
|
||||
"SignalObject",
|
||||
"SourceOfInitialOutputValue",
|
||||
"StorageClass",
|
||||
"VectorParamsAs1DForOutWhenUnconnected"
|
||||
],
|
||||
"values":[
|
||||
"1",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"off",
|
||||
"[]",
|
||||
"off",
|
||||
"held",
|
||||
"off",
|
||||
"0",
|
||||
"",
|
||||
[
|
||||
],
|
||||
"Dialog",
|
||||
"Auto",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Outport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10745:2894",
|
||||
"className":"Simulink.UnitDelay",
|
||||
@ -49,6 +129,65 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10745:2893",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum3",
|
||||
"label":"Sum3",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10745",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"round",
|
||||
"-+|",
|
||||
"off",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"off",
|
||||
"Simplest",
|
||||
"off",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10745:2895",
|
||||
"className":"Saturation Dynamic",
|
||||
@ -88,73 +227,6 @@
|
||||
"masktype":"Saturation Dynamic"
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10745:2854",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"satMax",
|
||||
"label":"satMax",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10745",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"InputConnect",
|
||||
"Interpolate",
|
||||
"LatchByDelayingOutsideSignal",
|
||||
"LatchInputForFeedbackSignals",
|
||||
"OutputFunctionCall"
|
||||
],
|
||||
"values":[
|
||||
"4",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"",
|
||||
"on",
|
||||
"off",
|
||||
"off",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Inport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10745:2877",
|
||||
"className":"Simulink.SubSystem",
|
||||
@ -252,199 +324,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10745:2890",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Kb",
|
||||
"label":"Kb",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10745",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"InputConnect",
|
||||
"Interpolate",
|
||||
"LatchByDelayingOutsideSignal",
|
||||
"LatchInputForFeedbackSignals",
|
||||
"OutputFunctionCall"
|
||||
],
|
||||
"values":[
|
||||
"3",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"",
|
||||
"on",
|
||||
"off",
|
||||
"off",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Inport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10745:2892",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum2",
|
||||
"label":"Sum2",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10745",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"rectangular",
|
||||
"++",
|
||||
"off",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"off",
|
||||
"Simplest",
|
||||
"on",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10745:2853",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"I",
|
||||
"label":"I",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10745",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"InputConnect",
|
||||
"Interpolate",
|
||||
"LatchByDelayingOutsideSignal",
|
||||
"LatchInputForFeedbackSignals",
|
||||
"OutputFunctionCall"
|
||||
],
|
||||
"values":[
|
||||
"2",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"",
|
||||
"on",
|
||||
"off",
|
||||
"off",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Inport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10745:2869",
|
||||
"className":"Simulink.Product",
|
||||
@ -560,42 +439,50 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10745:2893",
|
||||
"className":"Simulink.Sum",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10745:2855",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum3",
|
||||
"label":"Sum3",
|
||||
"name":"satMin",
|
||||
"label":"satMin",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10745",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"InputConnect",
|
||||
"Interpolate",
|
||||
"LatchByDelayingOutsideSignal",
|
||||
"LatchInputForFeedbackSignals",
|
||||
"OutputFunctionCall"
|
||||
],
|
||||
"values":[
|
||||
"round",
|
||||
"-+|",
|
||||
"off",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"5",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"Simplest",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
"",
|
||||
"on",
|
||||
"off",
|
||||
"off",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
@ -605,7 +492,7 @@
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
@ -614,7 +501,141 @@
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"blocktype":"Inport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10745:2890",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Kb",
|
||||
"label":"Kb",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10745",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"InputConnect",
|
||||
"Interpolate",
|
||||
"LatchByDelayingOutsideSignal",
|
||||
"LatchInputForFeedbackSignals",
|
||||
"OutputFunctionCall"
|
||||
],
|
||||
"values":[
|
||||
"3",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"",
|
||||
"on",
|
||||
"off",
|
||||
"off",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Inport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10745:2853",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"I",
|
||||
"label":"I",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10745",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"InputConnect",
|
||||
"Interpolate",
|
||||
"LatchByDelayingOutsideSignal",
|
||||
"LatchInputForFeedbackSignals",
|
||||
"OutputFunctionCall"
|
||||
],
|
||||
"values":[
|
||||
"2",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"",
|
||||
"on",
|
||||
"off",
|
||||
"off",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Inport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
@ -686,91 +707,11 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10745:2889",
|
||||
"className":"Simulink.Outport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"out",
|
||||
"label":"out",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10745",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"EnsureOutportIsVirtual",
|
||||
"InitialOutput",
|
||||
"MustResolveToSignalObject",
|
||||
"OutputWhenDisabled",
|
||||
"OutputWhenUnConnected",
|
||||
"OutputWhenUnconnectedValue",
|
||||
"SignalName",
|
||||
"SignalObject",
|
||||
"SourceOfInitialOutputValue",
|
||||
"StorageClass",
|
||||
"VectorParamsAs1DForOutWhenUnconnected"
|
||||
],
|
||||
"values":[
|
||||
"1",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"off",
|
||||
"[]",
|
||||
"off",
|
||||
"held",
|
||||
"off",
|
||||
"0",
|
||||
"",
|
||||
[
|
||||
],
|
||||
"Dialog",
|
||||
"Auto",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Outport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10745:2855",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10745:2854",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"satMin",
|
||||
"label":"satMin",
|
||||
"name":"satMax",
|
||||
"label":"satMax",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10745",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -793,7 +734,7 @@
|
||||
"OutputFunctionCall"
|
||||
],
|
||||
"values":[
|
||||
"5",
|
||||
"4",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
@ -832,6 +773,65 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10745:2892",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum2",
|
||||
"label":"Sum2",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10745",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"rectangular",
|
||||
"++",
|
||||
"off",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"off",
|
||||
"Simplest",
|
||||
"on",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10745:2892#out:1",
|
||||
"className":"Simulink.Line",
|
||||
|
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 80 KiB |
@ -1,54 +1,4 @@
|
||||
[
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10746:2896",
|
||||
"className":"Simulink.UnitDelay",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"UnitDelay",
|
||||
"label":"UnitDelay",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10746:2877",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitialCondition",
|
||||
"InputProcessing",
|
||||
"SampleTime",
|
||||
"StateName",
|
||||
"CodeGenStateStorageTypeQualifier",
|
||||
"StateMustResolveToSignalObject",
|
||||
"StateSignalObject",
|
||||
"StateStorageClass"
|
||||
],
|
||||
"values":[
|
||||
"yInit",
|
||||
"Inherited",
|
||||
"-1",
|
||||
"",
|
||||
"",
|
||||
"off",
|
||||
[
|
||||
],
|
||||
"Auto"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"State Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
4
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"UnitDelay",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10746:2882",
|
||||
"className":"Simulink.Outport",
|
||||
@ -130,52 +80,43 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10746:2880",
|
||||
"className":"Simulink.Sum",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10746:2896",
|
||||
"className":"Simulink.UnitDelay",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum1",
|
||||
"label":"Sum1",
|
||||
"name":"UnitDelay",
|
||||
"label":"UnitDelay",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10746:2877",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
"InitialCondition",
|
||||
"InputProcessing",
|
||||
"SampleTime",
|
||||
"StateName",
|
||||
"CodeGenStateStorageTypeQualifier",
|
||||
"StateMustResolveToSignalObject",
|
||||
"StateSignalObject",
|
||||
"StateStorageClass"
|
||||
],
|
||||
"values":[
|
||||
"round",
|
||||
"|++",
|
||||
"yInit",
|
||||
"Inherited",
|
||||
"-1",
|
||||
"",
|
||||
"",
|
||||
"off",
|
||||
"Inherit: Same as first input",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as first input",
|
||||
"off",
|
||||
"Simplest",
|
||||
"off",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
[
|
||||
],
|
||||
"Auto"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"State Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
3,
|
||||
4
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
@ -184,7 +125,7 @@
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"blocktype":"UnitDelay",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
@ -302,6 +243,65 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10746:2880",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum1",
|
||||
"label":"Sum1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10746:2877",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"round",
|
||||
"|++",
|
||||
"off",
|
||||
"Inherit: Same as first input",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as first input",
|
||||
"off",
|
||||
"Simplest",
|
||||
"off",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10746:2878#out:1",
|
||||
"className":"Simulink.Line",
|
||||
|
@ -10,6 +10,54 @@
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10746:2877">
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10746:2882">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,454,22)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ff8000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,455,23)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip2">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip2)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,470,30)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,455,23)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,470,39)">
|
||||
<path d="M-3.5,0 L3.5,0 L3.5,14 L-3.5,14 L-3.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip3">
|
||||
<path d="M-383.5,-23 L23.5,-23 L23.5,64 L-383.5,64 L-383.5,-23 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip3)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,466.5,39)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5" x="1" xml:space="preserve" y="10">y</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
@ -23,35 +71,35 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip2">
|
||||
<clipPath id="clip5">
|
||||
<path d="M0,0 L20,0 L20,24 L0,24 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip2)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,225,63)">
|
||||
<g clip-path="url(#clip5)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,225,63)">
|
||||
<path d="M0,0 L20,0 L20,24 L0,24 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip8">
|
||||
<clipPath id="clip11">
|
||||
<path d="M-2,-13 L7,-13 L7,18 L-2,18 L-2,-13 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip8)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.7,0,0,0.7,233.5,73.5)">
|
||||
<g clip-path="url(#clip11)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.7,0,0,0.7,233.5,73.5)">
|
||||
<path d="M-1,2 L6,2 L6,3 L-1,3 L-1,2 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip9">
|
||||
<clipPath id="clip12">
|
||||
<path d="M-2,-13 L7,-13 L7,18 L-2,18 L-2,-13 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip9)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.7,0,0,0.7,233.5,73.5)">
|
||||
<g clip-path="url(#clip12)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.7,0,0,0.7,233.5,73.5)">
|
||||
<path d="M4.125,-2 L4.125,-2.1875 C3.14062,-2.1875 2.89062,-2.42188 2.89062,-2.98438 L2.89062,-10.75 L2.76562,-10.7812 L0.4375,-9.60938 L0.4375,-9.42188 L0.796875,-9.54688 C1.03125,-9.64062 1.25,-9.70312 1.375,-9.70312 C1.65625,-9.70312 1.76562,-9.51562 1.76562,-9.07812 L1.76562,-3.23438 C1.76562,-2.51562 1.5,-2.25 0.53125,-2.1875 L0.53125,-2 L4.125,-2 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip10">
|
||||
<clipPath id="clip13">
|
||||
<path d="M-2,-13 L7,-13 L7,18 L-2,18 L-2,-13 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip10)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.7,0,0,0.7,233.5,73.5)">
|
||||
<g clip-path="url(#clip13)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.7,0,0,0.7,233.5,73.5)">
|
||||
<path d="M4.42188,8.57812 L4.42188,8.4375 L0.75,8.4375 L0.328125,9.9375 L0.53125,10 C0.796875,9.32812 1.04688,9.21875 1.71875,9.21875 L3.48438,9.21875 L-0.546875,14.0469 L-0.421875,14.1719 C-0.21875,14 -0.046875,13.9375 0.15625,13.9375 C0.5,13.9375 0.921875,14.1094 1.53125,14.4844 C2.17188,14.8906 2.625,15.0469 3,15.0469 C3.71875,15.0469 4.20312,14.5781 4.20312,14.0625 C4.20312,13.7812 4.01562,13.5781 3.75,13.5781 C3.54688,13.5781 3.32812,13.8125 3.3125,14.0312 C3.3125,14.125 3.34375,14.2344 3.42188,14.3906 C3.46875,14.4688 3.48438,14.5312 3.48438,14.5781 C3.48438,14.7031 3.34375,14.7812 3.14062,14.7812 C2.8125,14.7812 2.5625,14.625 2.23438,14.125 C1.70312,13.3594 1.42188,13.2188 0.671875,13.0469 L4.42188,8.57812 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -77,11 +125,11 @@
|
||||
<path d="M-18.3281,0 L18.3281,0 L18.3281,14 L-18.3281,14 L-18.3281,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip24">
|
||||
<clipPath id="clip27">
|
||||
<path d="M-133.672,-73 L273.328,-73 L273.328,14 L-133.672,14 L-133.672,-73 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip24)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="0.6" stroke-width="1" transform="matrix(1,0,0,1,216.672,89)">
|
||||
<g clip-path="url(#clip27)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="0.6" stroke-width="1" transform="matrix(1,0,0,1,216.672,89)">
|
||||
<text fill="#000000" fill-opacity="0.6" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="34.6562" x="1" xml:space="preserve" y="10">Ini=yInit</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -92,131 +140,11 @@
|
||||
<path d="M-51.4844,0 L0,0 L0,12 L-51.4844,12 L-51.4844,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip25">
|
||||
<clipPath id="clip28">
|
||||
<path d="M-88.5156,-61 L318.484,-61 L318.484,26 L-88.5156,26 L-88.5156,-61 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip25)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,171.516,77)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="49.4844" x="1" xml:space="preserve" y="9">sfix32_En16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10746:2882">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,454,22)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ff8000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,455,23)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip27">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip27)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,470,30)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,455,23)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,470,39)">
|
||||
<path d="M-3.5,0 L3.5,0 L3.5,14 L-3.5,14 L-3.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip28">
|
||||
<path d="M-383.5,-23 L23.5,-23 L23.5,64 L-383.5,64 L-383.5,-23 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip28)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,466.5,39)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5" x="1" xml:space="preserve" y="10">y</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10746:2880">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,179,19)">
|
||||
<image height="28" preserveAspectRatio="none" width="28" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACC0lEQVRIie2Wb0/bMBDGf0kDa1mjKgMJmJjGvv+HmkCaBFOhKg2hGW2zF35OMcZuCxLvOOmR8+d8j8/nu3MGfAXGwASogGPgBPim70OgwMkKWAI1cA9MgTtgBsz1/QnYkJBCRiuRnAJnQgWUCcKFSEpgBBwAuXQ20ulShBORfQcugB8i3MfDMfAFGHhkK2AN/EsRVvLsAvgFXALne3o49v6tgWegFdlzzMsCF7MzeXYJ/JTHpVZfAJn0Oy1gJBx6C2lx8WuEpUhfEZ7Qx+1c75Ngq0wy+nhZzFrcFtfy/EGoY4Q5LlaVN5pnIZkvA+mUmufbmABHWtgryXFxKL1xF1mMNLSxlXAYoIgpJqQQaWhjuI2wCJDFFBOSReYboruUxz5+pOS4I+0jWiES0kXmG9YpwmWA1RsILf9CG9EcNELLHxvb1OoCWUvXn2tjkyIscDVx5o0jLWRbevhk94GN+S7CKX0OjenLVaq02TYuNPfGw9QjjIZmgKsOuYwaOlzl7+SNFeYl8Chv/gJ/gN/AlZ5vcf1xId2ohzNcktr2rXCx2Kc93QDXHtlM/1q29MM5fT5abGr2a0+2lbe83M5o/Iyw1vNGik8y+N4rRtI7I7Q7iB2GBtde7nZ4OBesFTWan7zPQH/6rM9ZIT7yECNseNloWxIdPkXov1vxPfBgB8pOq+E95fBTPuVt8h8hv9hLNIZhvAAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,180,20)">
|
||||
<path d="M20,10 C20,15.5228 15.5228,20 10,20 C4.47715,20 0,15.5228 0,10 C0,4.47715 4.47715,0 10,0 C15.5228,0 20,4.47715 20,10 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip30">
|
||||
<path d="M179.5,19.5 L199.5,19.5 L199.5,39.5 L179.5,39.5 L179.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip30)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="183,30 187,30" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip31">
|
||||
<path d="M179.5,19.5 L199.5,19.5 L199.5,39.5 L179.5,39.5 L179.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip31)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="185,28 185,32" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip32">
|
||||
<path d="M179.5,19.5 L199.5,19.5 L199.5,39.5 L179.5,39.5 L179.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip32)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="188,35 192,35" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip33">
|
||||
<path d="M179.5,19.5 L199.5,19.5 L199.5,39.5 L179.5,39.5 L179.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip33)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="190,33 190,37" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,180,20)">
|
||||
<path d="M20,10 C20,15.5228 15.5228,20 10,20 C4.47715,20 0,15.5228 0,10 C0,4.47715 4.47715,0 10,0 C15.5228,0 20,4.47715 20,10 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,202,28)">
|
||||
<path d="M0,-12 L51.4844,-12 L51.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip34">
|
||||
<path d="M-119,0 L288,0 L288,87 L-119,87 L-119,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip34)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,202,16)">
|
||||
<g clip-path="url(#clip28)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,171.516,77)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="49.4844" x="1" xml:space="preserve" y="9">sfix32_En16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -238,19 +166,19 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip36">
|
||||
<clipPath id="clip30">
|
||||
<path d="M0,0 L50,0 L50,20 L0,20 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip36)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,350,20)">
|
||||
<g clip-path="url(#clip30)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,350,20)">
|
||||
<path d="M0,0 L50,0 L50,20 L0,20 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip42">
|
||||
<clipPath id="clip36">
|
||||
<path d="M-19,-5 L23,-5 L23,10 L-19,10 L-19,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip42)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,372.5,27.5)">
|
||||
<g clip-path="url(#clip36)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,372.5,27.5)">
|
||||
<path d="M-13.1406,3.71875 L-12.1094,3.85938 C-12.224,4.56771 -12.5156,5.125 -12.9844,5.53125 C-13.4531,5.9375 -14.026,6.14062 -14.7031,6.14062 C-15.5573,6.14062 -16.2422,5.86198 -16.7578,5.30469 C-17.2734,4.7474 -17.5312,3.94792 -17.5312,2.90625 C-17.5312,2.23958 -17.4193,1.65365 -17.1953,1.14844 C-16.9714,0.643229 -16.6328,0.265625 -16.1797,0.015625 C-15.7266,-0.234375 -15.2292,-0.359375 -14.6875,-0.359375 C-14.0208,-0.359375 -13.4714,-0.190104 -13.0391,0.148438 C-12.6068,0.486979 -12.3281,0.973958 -12.2031,1.60938 L-13.2344,1.76562 C-13.3281,1.34896 -13.5,1.03385 -13.75,0.820312 C-14,0.606771 -14.3021,0.5 -14.6562,0.5 C-15.1875,0.5 -15.6198,0.690104 -15.9531,1.07031 C-16.2865,1.45052 -16.4531,2.05208 -16.4531,2.875 C-16.4531,3.71875 -16.2917,4.32812 -15.9688,4.70312 C-15.6458,5.07812 -15.2292,5.26562 -14.7188,5.26562 C-14.3021,5.26562 -13.9557,5.14062 -13.6797,4.89062 C-13.4036,4.64062 -13.224,4.25 -13.1406,3.71875 M-11.5938,2.89062 C-11.5938,1.73438 -11.276,0.880208 -10.6406,0.328125 C-10.1094,-0.130208 -9.45833,-0.359375 -8.6875,-0.359375 C-7.83333,-0.359375 -7.13281,-0.0807292 -6.58594,0.476562 C-6.03906,1.03385 -5.76562,1.80729 -5.76562,2.79688 C-5.76562,3.59896 -5.88542,4.22917 -6.125,4.6875 C-6.36458,5.14583 -6.71615,5.5026 -7.17969,5.75781 C-7.64323,6.01302 -8.14583,6.14062 -8.6875,6.14062 C-9.55208,6.14062 -10.2526,5.86198 -10.7891,5.30469 C-11.3255,4.7474 -11.5938,3.94271 -11.5938,2.89062 M-10.5156,2.89062 C-10.5156,3.68229 -10.3411,4.27604 -9.99219,4.67188 C-9.64323,5.06771 -9.20833,5.26562 -8.6875,5.26562 C-8.15625,5.26562 -7.71875,5.06771 -7.375,4.67188 C-7.03125,4.27604 -6.85938,3.67188 -6.85938,2.85938 C-6.85938,2.08854 -7.03385,1.50521 -7.38281,1.10938 C-7.73177,0.713542 -8.16667,0.515625 -8.6875,0.515625 C-9.20833,0.515625 -9.64323,0.710938 -9.99219,1.10156 C-10.3411,1.49219 -10.5156,2.08854 -10.5156,2.89062 M-4.53125,6 L-4.53125,-0.21875 L-3.59375,-0.21875 L-3.59375,0.65625 C-3.13542,-0.0208333 -2.47396,-0.359375 -1.60938,-0.359375 C-1.23438,-0.359375 -0.888021,-0.291667 -0.570312,-0.15625 C-0.252604,-0.0208333 -0.015625,0.15625 0.140625,0.375 C0.296875,0.59375 0.40625,0.848958 0.46875,1.14062 C0.5,1.33854 0.515625,1.68229 0.515625,2.17188 L0.515625,6 L-0.53125,6 L-0.53125,2.21875 C-0.53125,1.78125 -0.572917,1.45833 -0.65625,1.25 C-0.739583,1.04167 -0.885417,0.872396 -1.09375,0.742188 C-1.30208,0.611979 -1.54688,0.546875 -1.82812,0.546875 C-2.27604,0.546875 -2.66406,0.690104 -2.99219,0.976562 C-3.32031,1.26302 -3.48438,1.80208 -3.48438,2.59375 L-3.48438,6 L-4.53125,6 M3.85938,6 L1.5,-0.21875 L2.60938,-0.21875 L3.95312,3.5 C4.08854,3.90625 4.21875,4.32292 4.34375,4.75 C4.4375,4.42708 4.56771,4.03646 4.73438,3.57812 L6.125,-0.21875 L7.20312,-0.21875 L4.84375,6 L3.85938,6 M12.3906,4 L13.4844,4.125 C13.3177,4.76042 13,5.25521 12.5312,5.60938 C12.0625,5.96354 11.4688,6.14062 10.75,6.14062 C9.84375,6.14062 9.1224,5.85938 8.58594,5.29688 C8.04948,4.73438 7.78125,3.94792 7.78125,2.9375 C7.78125,1.89583 8.05208,1.08594 8.59375,0.507812 C9.13542,-0.0703125 9.83333,-0.359375 10.6875,-0.359375 C11.5208,-0.359375 12.2005,-0.078125 12.7266,0.484375 C13.2526,1.04688 13.5156,1.84375 13.5156,2.875 C13.5156,2.9375 13.5156,3.03125 13.5156,3.15625 L8.875,3.15625 C8.91667,3.84375 9.10938,4.36719 9.45312,4.72656 C9.79688,5.08594 10.2292,5.26562 10.75,5.26562 C11.1354,5.26562 11.4661,5.16406 11.7422,4.96094 C12.0182,4.75781 12.2344,4.4375 12.3906,4 M8.9375,2.29688 L12.4062,2.29688 C12.3646,1.76562 12.2344,1.36979 12.0156,1.10938 C11.6719,0.703125 11.2344,0.5 10.7031,0.5 C10.2135,0.5 9.80469,0.661458 9.47656,0.984375 C9.14844,1.30729 8.96875,1.74479 8.9375,2.29688 M14.7969,6 L14.7969,-0.21875 L15.75,-0.21875 L15.75,0.71875 C15.9896,0.28125 16.2109,-0.0078125 16.4141,-0.148438 C16.6172,-0.289062 16.8438,-0.359375 17.0938,-0.359375 C17.4479,-0.359375 17.8073,-0.25 18.1719,-0.03125 L17.8125,0.953125 C17.5521,0.796875 17.2969,0.71875 17.0469,0.71875 C16.8073,0.71875 16.5964,0.789062 16.4141,0.929688 C16.2318,1.07031 16.1042,1.26562 16.0312,1.51562 C15.9062,1.89062 15.8438,2.29688 15.8438,2.73438 L15.8438,6 L14.7969,6 M21.0938,5.0625 L21.25,5.98438 C20.9479,6.04688 20.6823,6.07812 20.4531,6.07812 C20.0677,6.07812 19.7708,6.01823 19.5625,5.89844 C19.3542,5.77865 19.2057,5.61979 19.1172,5.42188 C19.0286,5.22396 18.9844,4.80729 18.9844,4.17188 L18.9844,0.59375 L18.2188,0.59375 L18.2188,-0.21875 L18.9844,-0.21875 L18.9844,-1.76562 L20.0312,-2.39062 L20.0312,-0.21875 L21.0938,-0.21875 L21.0938,0.59375 L20.0312,0.59375 L20.0312,4.23438 C20.0312,4.53646 20.0495,4.72917 20.0859,4.8125 C20.1224,4.89583 20.1823,4.96354 20.2656,5.01562 C20.349,5.06771 20.4688,5.09375 20.625,5.09375 C20.75,5.09375 20.9062,5.08333 21.0938,5.0625" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -276,11 +204,11 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip56">
|
||||
<clipPath id="clip50">
|
||||
<path d="M-319,0 L88,0 L88,87 L-319,87 L-319,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip56)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,402,16)">
|
||||
<g clip-path="url(#clip50)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,402,16)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -302,11 +230,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip58">
|
||||
<clipPath id="clip52">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip58)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,100,30)">
|
||||
<g clip-path="url(#clip52)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,100,30)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -324,11 +252,11 @@
|
||||
<path d="M-3.77344,0 L3.77344,0 L3.77344,14 L-3.77344,14 L-3.77344,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip59">
|
||||
<clipPath id="clip53">
|
||||
<path d="M-13.2266,-23 L393.773,-23 L393.773,64 L-13.2266,64 L-13.2266,-23 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip59)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,96.2266,39)">
|
||||
<g clip-path="url(#clip53)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,96.2266,39)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="1" xml:space="preserve" y="10">u</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -339,11 +267,83 @@
|
||||
<path d="M0,-12 L51.4844,-12 L51.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip60">
|
||||
<clipPath id="clip54">
|
||||
<path d="M-34,0 L373,0 L373,87 L-34,87 L-34,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip60)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,117,16)">
|
||||
<g clip-path="url(#clip54)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,117,16)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="49.4844" x="1" xml:space="preserve" y="9">sfix32_En16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10746:2880">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,179,19)">
|
||||
<image height="28" preserveAspectRatio="none" width="28" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACC0lEQVRIie2Wb0/bMBDGf0kDa1mjKgMJmJjGvv+HmkCaBFOhKg2hGW2zF35OMcZuCxLvOOmR8+d8j8/nu3MGfAXGwASogGPgBPim70OgwMkKWAI1cA9MgTtgBsz1/QnYkJBCRiuRnAJnQgWUCcKFSEpgBBwAuXQ20ulShBORfQcugB8i3MfDMfAFGHhkK2AN/EsRVvLsAvgFXALne3o49v6tgWegFdlzzMsCF7MzeXYJ/JTHpVZfAJn0Oy1gJBx6C2lx8WuEpUhfEZ7Qx+1c75Ngq0wy+nhZzFrcFtfy/EGoY4Q5LlaVN5pnIZkvA+mUmufbmABHWtgryXFxKL1xF1mMNLSxlXAYoIgpJqQQaWhjuI2wCJDFFBOSReYboruUxz5+pOS4I+0jWiES0kXmG9YpwmWA1RsILf9CG9EcNELLHxvb1OoCWUvXn2tjkyIscDVx5o0jLWRbevhk94GN+S7CKX0OjenLVaq02TYuNPfGw9QjjIZmgKsOuYwaOlzl7+SNFeYl8Chv/gJ/gN/AlZ5vcf1xId2ohzNcktr2rXCx2Kc93QDXHtlM/1q29MM5fT5abGr2a0+2lbe83M5o/Iyw1vNGik8y+N4rRtI7I7Q7iB2GBtde7nZ4OBesFTWan7zPQH/6rM9ZIT7yECNseNloWxIdPkXov1vxPfBgB8pOq+E95fBTPuVt8h8hv9hLNIZhvAAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,180,20)">
|
||||
<path d="M20,10 C20,15.5228 15.5228,20 10,20 C4.47715,20 0,15.5228 0,10 C0,4.47715 4.47715,0 10,0 C15.5228,0 20,4.47715 20,10 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip56">
|
||||
<path d="M179.5,19.5 L199.5,19.5 L199.5,39.5 L179.5,39.5 L179.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip56)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="183,30 187,30" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip57">
|
||||
<path d="M179.5,19.5 L199.5,19.5 L199.5,39.5 L179.5,39.5 L179.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip57)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="185,28 185,32" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip58">
|
||||
<path d="M179.5,19.5 L199.5,19.5 L199.5,39.5 L179.5,39.5 L179.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip58)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="188,35 192,35" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip59">
|
||||
<path d="M179.5,19.5 L199.5,19.5 L199.5,39.5 L179.5,39.5 L179.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip59)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="190,33 190,37" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,180,20)">
|
||||
<path d="M20,10 C20,15.5228 15.5228,20 10,20 C4.47715,20 0,15.5228 0,10 C0,4.47715 4.47715,0 10,0 C15.5228,0 20,4.47715 20,10 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,202,28)">
|
||||
<path d="M0,-12 L51.4844,-12 L51.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip60">
|
||||
<path d="M-119,0 L288,0 L288,87 L-119,87 L-119,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip60)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,202,16)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="49.4844" x="1" xml:space="preserve" y="9">sfix32_En16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -431,5 +431,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2020-10-11 20:20:59 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2020-10-11 21:39:35 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
@ -142,7 +142,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10746:2895:8">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,964,42)">
|
||||
<image height="162" preserveAspectRatio="none" width="63" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAACiCAYAAAD2pxVCAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACuUlEQVR4nO2csW7bMBRFrws5S9Z0yZKl+Zh2zZf1Y/oztQs0S5Z4UAZ7sIZ2IAXQggK/li+0nu89ACE7IWgePMsURfGtADwB+AzgLh+j8wpgl49l2U0rdkjC90WJzi2Am/x6AHAA8DZXsUOK+D2Ah1yis87HI4A9gL742wll5B8APLboXQMGJPE3pK/8rPynlj1aGpJnRfKsSJ4VavnOUOcHgFUuFv4A+PbO/zYAtjPHrbFdVyzyW9jFQyH5M2xALE8d+V8f3gsbm8n76hmoRX4pTEcEKvlp5L/WNhhJ3nIt8E9Ekp9GvppI8tSRd5ennthInhXJsyJ5ViQfhC/eDUaSd0fyrFgmNu73y5dCpMgP3g1KPghH7wYjybtHPtKdnN67wUiRd0fyrEieFcmzEmmc1/p8AZW81uc9iSSv9XlPqOU1zp/B81x7BvCCtOOpR9rz5n6Twor1CUwvXnLZIW37Wry8Z+TLrZ490t4393tzVlpHvkeKeI8gX3vPyB9y2RfHRct7Rn7I5Vi8ppFfFNTjvORZkTwrkmeFWt5ykfPd8fPMOWxm+InT/bfVaGJzBk1snKiZ2DzmUn2/fkQTG1Ykz4rkWaGWj7RWpyczCprIe05sarjIkxlXe4XXemKzKBT5M1ytPPU4L3lWJM+K5Fmhlm+9i7om+6n7ig115CXPiuRZkTwrkmdF8qxInhXJsyJ5ViTPiuRZkTwrkmdF8qxInhXJsyJ5ViTPiuRZkTwrkg/CNItiNRHlxyyK1UTaVPgbp1kUq4kk/4zTZCPVtJZ3z3tRQ6Rz3h3JsyJ5ViTPSod0xXQLYH3hvnhhzqTeIV0y3uT3F8tQ5og5k/oYeSBlKtu36N0HY86kPsoPuZLLbOnCmBMOjvKHXPF1rlIwzAkHVwDukM75Na7jR++9hIPX8HsmhBD/x1/yf81NWRkUUAAAAABJRU5ErkJggg==" y="0"/>
|
||||
<image height="162" preserveAspectRatio="none" width="63" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAACiCAYAAAD2pxVCAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACrklEQVR4nO2cMW7jMBBFvxdymrRJkyZNcphsu2fdy8ReIGnSxIVS2IVV7BakAFlw4NlwQnP8/wMI2glB8GEkU6LEWQD4BeAWwE2uo/MOYJPradnMG3ZIwneTEp1rAFf58wBgB+DjWMMOKeJ3AO5zic4y13sAWwD95G8HTCN/D+CxxugqMCCJfyAd8kflf9QcUWtInhXJsyJ5VqjlO0Ob3wAWuVj4C+DnJ/9bAVgfqdfGfl2xyK9hFw+F5E+wArE8deT/fPsobKxm34vvQC3yrTCfEajk55F/Ku0wkrzlWuC/iCQ/j3wxkeSpI+8uT31jI3lWJM+K5FmRfBAevDuMJO+O5Fmx3Ni4r5e3QqTID94dSj4Ie+8OI8m7Rz7SSk7v3WGkyLsjeVYkz4rkWYk0z+v5/AQqeT2f9ySSvJ7Pe0Itr3n+BJ7n2iuAN6QdTz3Snjf3RQor1jcwvXjLZYO07at5ec/IT7d69kh739zX5qzUjnyPFPEeQQ57z8jvctlO6qblPSM/5LKffKaRbwrqeV7yrEieFcmzQi0faTHjGYf7b4uhjjy1fKTD/jGX4vX6EerIS54VybOiF49Zqb1660mVlxNaXcCsIt9q5Ku8mdFq5IuJHPliFPkTXKw89TwveVYkz4rkWaGWr72YUZL9VE9sPJE8K5JnRfKsSJ4VybMieVYkz4rkWZE8K5JnRfKsSJ4VybMieVYkz4rkWZE8K5JnRfKsSD4I8yyKxUSUH7MoFhMpc8ILDrMoFhNJ/hWHWRSLqS3vnveihEjnvDuSZ0XyrEielQ7piukawPLMY/HCnEm9Q7pkvMrfz5Z92BFzJvUx8kBKwbytMbpvxpxJfZQfciOXu6UzY86kPsrvcsP3Y42CYc6kvgBwg3TOL3EZP3qfZVK/hN8zIYT4Gv8Afiyx7qcdnLsAAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,965,43)">
|
||||
<path d="M0,0 L55,0 L55,154 L0,154 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -334,7 +334,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10746:2895:7">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,469,288)">
|
||||
<image height="150" preserveAspectRatio="none" width="53" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAACWCAYAAAB+bsAwAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACKUlEQVR4nO2dsVICMRRFD85KY6uNDZUfo61f5sf4NWJhYyPFWkABhRYJY3RgJuPGkBvvmXmTHQi7e+ZBNkCymQH3wBVwGctWeQNWsUxj9bPiQBC5TqJVLoB53N4BG+D9UMWBkKFrYBGjVc5juQXWwJg89o00UwvgpsbZTWBHEHonvPUOSp3VPKNaWEoFS6lgKRW6lBoy6jwCsxg5fAB3R557ApYHyuWP108iR2pJvlAT/FupJzqU6jJTz39+FoXpskm3lAqWUsFSKlhKBUupYCkVLKWCpVToUirn6/zk3+Fq02WmLKWCpVSwlAqWUsFSKlhKBUupYCkVLKVCl1K5I15K8QK8EkYqj4Sx5buC+wfyR7yU4jXGijAM+2RSJTOVTm0YCWPMtwX3D9TP1EjI0MiJ334lM7WJsU5K+c/ULsY22ZaXqkKX1ylLqWApFSylQpdSORffh4LHy56rOwV3aAvgDu1vcYdWBUupYCkVLKVCl1K1O7RV6LJHUbtDW4V/myk5qS5bP0upYCkVLKVCl1K1Z+Xk3I1nMl1mylIqWEoFS6lgKRUspYKlVLCUCpZSwVIqWEoFS6lgKRUspYKlVLCUCl1K5fzpVpKbGLd/eZAuM2UpFSylgqVUGAjT5y44suZgQ2TfdWQgzAdMl79sley7juwzBV/LX7ZK9l1H9lLp8petkj1Jcy+1iRXfDlVqhOxJmjPCKrFzQkPRcmNxbJJmy+2AMaZVPgHw/KG5O+m64QAAAABJRU5ErkJggg==" y="0"/>
|
||||
<image height="150" preserveAspectRatio="none" width="53" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAACWCAYAAAB+bsAwAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACJUlEQVR4nO2dsU7DMBRFT1FgYYWFpVM/Bla+la9pGVhY6JAOdGgHGOwKg1pkycH1NfdIlqPWjXL0UkdJX59nwCNwC9zEvlXegHXs07b+OXAgiNwlrVWugau4vQe2wObYwIEQoTtgHlurXMZ+B7wDY/LaN9JIzYFFjaMrYE8Q2hBOvaNSFzWPqBaWUsFSKlhKhS6lhowxT8Asthw+gIcT7y2B1ZF+9ePzReRIrcgXaoJ/K7WkQ6kuI/X850cxMV1O6ZZSwVIqWEoFS6lgKRUspYKlVLCUCl1K5dzOFz+Hq02XkbKUCpZSwVIqWEoFS6lgKRUspYKlVLCUCl1K5Wa8TMUL8ErIVB4JueX7CfcP5Ge8TMVrbGtCGvbZpKaMVPrXhpGQY76bcP9A/UiNhAiNnPn0mzJS29jek17+O7WPbZdsy0tVocvrlKVUsJQKllLBUipYSgVLqWApFSylghOuVKj9NCmH4poYLT54qSJVO1L3pTtoMVLFtBipYv5tpOSkurxOWUoFS6lgKRW6lKp9k5hTjaeYLiNlKRUspYKlVLCUCpZSwVIqWEoFS6lgKRUspYKlVLCUCpZSwVIqWEqFLqVyfnSbkkVsxZliv9FlpCylgqVUsJQKA6E2xDUn1hxsiOyqIwOh6EW6/GWrZFcdOUQKvpa/bJXsqiMHqXT5y1bJrjpykNrGgW/HBjVCdtWRGWGV2CvCRNHyZHGq6kjL84AxplU+AbKRiX/rE4IdAAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,470,289)">
|
||||
<path d="M0,0 L45,0 L45,142 L0,142 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -1176,5 +1176,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2020-10-11 20:20:59 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2020-10-11 21:39:35 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 86 KiB |
@ -1,4 +1,54 @@
|
||||
[
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10746:2894",
|
||||
"className":"Simulink.UnitDelay",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"UnitDelay",
|
||||
"label":"UnitDelay",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10746",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitialCondition",
|
||||
"InputProcessing",
|
||||
"SampleTime",
|
||||
"StateName",
|
||||
"CodeGenStateStorageTypeQualifier",
|
||||
"StateMustResolveToSignalObject",
|
||||
"StateSignalObject",
|
||||
"StateStorageClass"
|
||||
],
|
||||
"values":[
|
||||
"0",
|
||||
"Inherited",
|
||||
"-1",
|
||||
"",
|
||||
"",
|
||||
"off",
|
||||
[
|
||||
],
|
||||
"Auto"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"State Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
4
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"UnitDelay",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10746:2889",
|
||||
"className":"Simulink.Outport",
|
||||
@ -80,52 +130,99 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10746:2894",
|
||||
"className":"Simulink.UnitDelay",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"UnitDelay",
|
||||
"label":"UnitDelay",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10746:2877",
|
||||
"className":"Simulink.SubSystem",
|
||||
"icon":"WebViewIcon1",
|
||||
"name":"Integrator",
|
||||
"label":"Integrator",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10746",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitialCondition",
|
||||
"InputProcessing",
|
||||
"SampleTime",
|
||||
"StateName",
|
||||
"CodeGenStateStorageTypeQualifier",
|
||||
"StateMustResolveToSignalObject",
|
||||
"StateSignalObject",
|
||||
"StateStorageClass"
|
||||
"ShowPortLabels",
|
||||
"Permissions",
|
||||
"ErrorFcn",
|
||||
"PermitHierarchicalResolution",
|
||||
"TreatAsAtomicUnit",
|
||||
"TreatAsGroupedWhenPropagatingVariantConditions",
|
||||
"ActiveVariant",
|
||||
"ActiveVariantBlock",
|
||||
"AllowZeroVariantControls",
|
||||
"BlockChoice",
|
||||
"FunctionInterfaceSpec",
|
||||
"FunctionWithSeparateData",
|
||||
"GeneratePreprocessorConditionals",
|
||||
"IsSubsystemVirtual",
|
||||
"MemberBlocks",
|
||||
"MinAlgLoopOccurrences",
|
||||
"OverrideUsingVariant",
|
||||
"PropExecContextOutsideSubsystem",
|
||||
"PropagateVariantConditions",
|
||||
"RTWFcnName",
|
||||
"RTWFcnNameOpts",
|
||||
"RTWFileName",
|
||||
"RTWFileNameOpts",
|
||||
"RTWMemSecDataConstants",
|
||||
"RTWMemSecDataInternal",
|
||||
"RTWMemSecDataParameters",
|
||||
"RTWMemSecFuncExecute",
|
||||
"RTWMemSecFuncInitTerm",
|
||||
"RTWSystemCode",
|
||||
"SystemSampleTime",
|
||||
"TemplateBlock",
|
||||
"Variant",
|
||||
"VariantControl"
|
||||
],
|
||||
"values":[
|
||||
"0",
|
||||
"Inherited",
|
||||
"-1",
|
||||
"FromPortIcon",
|
||||
"ReadWrite",
|
||||
"",
|
||||
"All",
|
||||
"off",
|
||||
"on",
|
||||
"",
|
||||
"",
|
||||
"off",
|
||||
[
|
||||
],
|
||||
"Auto"
|
||||
"",
|
||||
"void_void",
|
||||
"off",
|
||||
"off",
|
||||
"on",
|
||||
"",
|
||||
"off",
|
||||
"",
|
||||
"off",
|
||||
"off",
|
||||
"",
|
||||
"Auto",
|
||||
"",
|
||||
"Auto",
|
||||
"Inherit from model",
|
||||
"Inherit from model",
|
||||
"Inherit from model",
|
||||
"Inherit from model",
|
||||
"Inherit from model",
|
||||
"Auto",
|
||||
"-1",
|
||||
"",
|
||||
"off",
|
||||
""
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"State Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
4
|
||||
6
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
"jshandler":"webview/handlers/ContainerHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"UnitDelay",
|
||||
"blocktype":"SubSystem",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
@ -188,65 +285,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10746:2892",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum2",
|
||||
"label":"Sum2",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10746",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"rectangular",
|
||||
"++",
|
||||
"off",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"off",
|
||||
"Simplest",
|
||||
"on",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10746:2855",
|
||||
"className":"Simulink.Inport",
|
||||
@ -314,73 +352,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10746:2890",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Kb",
|
||||
"label":"Kb",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10746",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"InputConnect",
|
||||
"Interpolate",
|
||||
"LatchByDelayingOutsideSignal",
|
||||
"LatchInputForFeedbackSignals",
|
||||
"OutputFunctionCall"
|
||||
],
|
||||
"values":[
|
||||
"3",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"",
|
||||
"on",
|
||||
"off",
|
||||
"off",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Inport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10746:2854",
|
||||
"className":"Simulink.Inport",
|
||||
@ -449,50 +420,11 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10746:2895",
|
||||
"className":"Saturation Dynamic",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Saturation Dynamic1",
|
||||
"label":"Saturation Dynamic1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10746",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"DoSatur"
|
||||
],
|
||||
"values":[
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as second input",
|
||||
"off",
|
||||
"Floor",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
],
|
||||
"tabs_idx":[
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ContainerHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"SubSystem",
|
||||
"masktype":"Saturation Dynamic"
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10746:2869",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10746:2891",
|
||||
"className":"Simulink.Product",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Divide2",
|
||||
"label":"Divide2",
|
||||
"name":"Divide1",
|
||||
"label":"Divide1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10746",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -544,6 +476,132 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10746:2892",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum2",
|
||||
"label":"Sum2",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10746",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"rectangular",
|
||||
"++",
|
||||
"off",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"off",
|
||||
"Simplest",
|
||||
"on",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10746:2890",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Kb",
|
||||
"label":"Kb",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10746",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"InputConnect",
|
||||
"Interpolate",
|
||||
"LatchByDelayingOutsideSignal",
|
||||
"LatchInputForFeedbackSignals",
|
||||
"OutputFunctionCall"
|
||||
],
|
||||
"values":[
|
||||
"3",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"",
|
||||
"on",
|
||||
"off",
|
||||
"off",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Inport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10746:2853",
|
||||
"className":"Simulink.Inport",
|
||||
@ -612,90 +670,32 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10746:2877",
|
||||
"className":"Simulink.SubSystem",
|
||||
"icon":"WebViewIcon1",
|
||||
"name":"Integrator",
|
||||
"label":"Integrator",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10746:2895",
|
||||
"className":"Saturation Dynamic",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Saturation Dynamic1",
|
||||
"label":"Saturation Dynamic1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10746",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"ShowPortLabels",
|
||||
"Permissions",
|
||||
"ErrorFcn",
|
||||
"PermitHierarchicalResolution",
|
||||
"TreatAsAtomicUnit",
|
||||
"TreatAsGroupedWhenPropagatingVariantConditions",
|
||||
"ActiveVariant",
|
||||
"ActiveVariantBlock",
|
||||
"AllowZeroVariantControls",
|
||||
"BlockChoice",
|
||||
"FunctionInterfaceSpec",
|
||||
"FunctionWithSeparateData",
|
||||
"GeneratePreprocessorConditionals",
|
||||
"IsSubsystemVirtual",
|
||||
"MemberBlocks",
|
||||
"MinAlgLoopOccurrences",
|
||||
"OverrideUsingVariant",
|
||||
"PropExecContextOutsideSubsystem",
|
||||
"PropagateVariantConditions",
|
||||
"RTWFcnName",
|
||||
"RTWFcnNameOpts",
|
||||
"RTWFileName",
|
||||
"RTWFileNameOpts",
|
||||
"RTWMemSecDataConstants",
|
||||
"RTWMemSecDataInternal",
|
||||
"RTWMemSecDataParameters",
|
||||
"RTWMemSecFuncExecute",
|
||||
"RTWMemSecFuncInitTerm",
|
||||
"RTWSystemCode",
|
||||
"SystemSampleTime",
|
||||
"TemplateBlock",
|
||||
"Variant",
|
||||
"VariantControl"
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"DoSatur"
|
||||
],
|
||||
"values":[
|
||||
"FromPortIcon",
|
||||
"ReadWrite",
|
||||
"",
|
||||
"All",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as second input",
|
||||
"off",
|
||||
"on",
|
||||
"",
|
||||
"",
|
||||
"off",
|
||||
"",
|
||||
"void_void",
|
||||
"off",
|
||||
"off",
|
||||
"on",
|
||||
"",
|
||||
"off",
|
||||
"",
|
||||
"off",
|
||||
"off",
|
||||
"",
|
||||
"Auto",
|
||||
"",
|
||||
"Auto",
|
||||
"Inherit from model",
|
||||
"Inherit from model",
|
||||
"Inherit from model",
|
||||
"Inherit from model",
|
||||
"Inherit from model",
|
||||
"Auto",
|
||||
"-1",
|
||||
"",
|
||||
"off",
|
||||
""
|
||||
"Floor",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
6
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
@ -705,15 +705,15 @@
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"SubSystem",
|
||||
"masktype":""
|
||||
"masktype":"Saturation Dynamic"
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10746:2891",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10746:2869",
|
||||
"className":"Simulink.Product",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Divide1",
|
||||
"label":"Divide1",
|
||||
"name":"Divide2",
|
||||
"label":"Divide2",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10746",
|
||||
"inspector":{
|
||||
"params":[
|
||||
|
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 79 KiB |
@ -79,6 +79,65 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10808:2880",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum1",
|
||||
"label":"Sum1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10808:2877",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"round",
|
||||
"|++",
|
||||
"off",
|
||||
"Inherit: Same as first input",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as first input",
|
||||
"off",
|
||||
"Simplest",
|
||||
"off",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10808:2896",
|
||||
"className":"Simulink.UnitDelay",
|
||||
@ -176,65 +235,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10808:2880",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum1",
|
||||
"label":"Sum1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10808:2877",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"round",
|
||||
"|++",
|
||||
"off",
|
||||
"Inherit: Same as first input",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as first input",
|
||||
"off",
|
||||
"Simplest",
|
||||
"off",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10808:2878",
|
||||
"className":"Simulink.Inport",
|
||||
|
@ -59,11 +59,83 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10808:2880">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,179,19)">
|
||||
<image height="28" preserveAspectRatio="none" width="28" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACC0lEQVRIie2Wb0/bMBDGf0kDa1mjKgMJmJjGvv+HmkCaBFOhKg2hGW2zF35OMcZuCxLvOOmR8+d8j8/nu3MGfAXGwASogGPgBPim70OgwMkKWAI1cA9MgTtgBsz1/QnYkJBCRiuRnAJnQgWUCcKFSEpgBBwAuXQ20ulShBORfQcugB8i3MfDMfAFGHhkK2AN/EsRVvLsAvgFXALne3o49v6tgWegFdlzzMsCF7MzeXYJ/JTHpVZfAJn0Oy1gJBx6C2lx8WuEpUhfEZ7Qx+1c75Ngq0wy+nhZzFrcFtfy/EGoY4Q5LlaVN5pnIZkvA+mUmufbmABHWtgryXFxKL1xF1mMNLSxlXAYoIgpJqQQaWhjuI2wCJDFFBOSReYboruUxz5+pOS4I+0jWiES0kXmG9YpwmWA1RsILf9CG9EcNELLHxvb1OoCWUvXn2tjkyIscDVx5o0jLWRbevhk94GN+S7CKX0OjenLVaq02TYuNPfGw9QjjIZmgKsOuYwaOlzl7+SNFeYl8Chv/gJ/gN/AlZ5vcf1xId2ohzNcktr2rXCx2Kc93QDXHtlM/1q29MM5fT5abGr2a0+2lbe83M5o/Iyw1vNGik8y+N4rRtI7I7Q7iB2GBtde7nZ4OBesFTWan7zPQH/6rM9ZIT7yECNseNloWxIdPkXov1vxPfBgB8pOq+E95fBTPuVt8h8hv9hLNIZhvAAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,180,20)">
|
||||
<path d="M20,10 C20,15.5228 15.5228,20 10,20 C4.47715,20 0,15.5228 0,10 C0,4.47715 4.47715,0 10,0 C15.5228,0 20,4.47715 20,10 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip5">
|
||||
<path d="M179.5,19.5 L199.5,19.5 L199.5,39.5 L179.5,39.5 L179.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip5)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="183,30 187,30" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip6">
|
||||
<path d="M179.5,19.5 L199.5,19.5 L199.5,39.5 L179.5,39.5 L179.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip6)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="185,28 185,32" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip7">
|
||||
<path d="M179.5,19.5 L199.5,19.5 L199.5,39.5 L179.5,39.5 L179.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip7)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="188,35 192,35" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip8">
|
||||
<path d="M179.5,19.5 L199.5,19.5 L199.5,39.5 L179.5,39.5 L179.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip8)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="190,33 190,37" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,180,20)">
|
||||
<path d="M20,10 C20,15.5228 15.5228,20 10,20 C4.47715,20 0,15.5228 0,10 C0,4.47715 4.47715,0 10,0 C15.5228,0 20,4.47715 20,10 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,202,28)">
|
||||
<path d="M0,-12 L51.4844,-12 L51.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip9">
|
||||
<path d="M-119,0 L288,0 L288,87 L-119,87 L-119,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip9)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,202,16)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="49.4844" x="1" xml:space="preserve" y="9">sfix32_En16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10808:2896">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,224,62)">
|
||||
<image height="32" preserveAspectRatio="none" width="28" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAgCAYAAAABtRhCAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA5klEQVRIie2WvQ6CMBSFP0xlcdWFhcmHMY4+qw/kwtIOdYABFodeYpWfwCVxMD3JyW3IpV8uNOnJgBtwAo5SNbKAkxrbfTcagRSRNToAuaw7oAGeY42GMFkBlGKN9lJboAZ89GwA7CcsgbMSCGGymjCZnQLuNgBUSsAETMCBzIKeO5CJL78AXrdCYv3/P0zABFwtQ7idD0zc0Av1ACrZyxMyTTcFdHwGII0qsSNEjFmglXUfgDSKY6KXfdo5YByANPLyrmfBJ7XS4HlPu1aNuI7qKDAj5NKccGi0B6cTt9G6d1LSNr0AyG5EFMEQprcAAAAASUVORK5CYII=" y="0"/>
|
||||
<image height="32" preserveAspectRatio="none" width="28" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAgCAYAAAABtRhCAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA0UlEQVRIie2Wuw6DMAxFDxVl6douLEz9ov7/0IUlGdIBBlg62KhpeYia1Ve6soVCjhxFyi2AB3ADrlotCkDUmjv+LiwVUme26AJU2o9AD7yWFpbIZDXQqC06ax2ADkjZtxlwmrAB7kYgyGQdMllYA54OAExyoAMd6EAHOtCB8uIHJJMsvtA79QRa3SshmWZcA0a+A5BFrToiEWMTGLSfApBFeUxMus+wBcwDkEVJ/03sONKgCxKfaf9Vr+6yuggskFxaIZfGenFG9ZD1k12uY3oDjl5CxdGTUF4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,225,63)">
|
||||
<path d="M0,0 L20,0 L20,24 L0,24 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -71,35 +143,35 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip5">
|
||||
<clipPath id="clip11">
|
||||
<path d="M0,0 L20,0 L20,24 L0,24 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip5)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,225,63)">
|
||||
<g clip-path="url(#clip11)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,225,63)">
|
||||
<path d="M0,0 L20,0 L20,24 L0,24 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip11">
|
||||
<clipPath id="clip17">
|
||||
<path d="M-2,-13 L7,-13 L7,18 L-2,18 L-2,-13 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip11)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.7,0,0,0.7,233.5,73.5)">
|
||||
<g clip-path="url(#clip17)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.7,0,0,0.7,233.5,73.5)">
|
||||
<path d="M-1,2 L6,2 L6,3 L-1,3 L-1,2 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip12">
|
||||
<clipPath id="clip18">
|
||||
<path d="M-2,-13 L7,-13 L7,18 L-2,18 L-2,-13 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip12)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.7,0,0,0.7,233.5,73.5)">
|
||||
<g clip-path="url(#clip18)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.7,0,0,0.7,233.5,73.5)">
|
||||
<path d="M4.125,-2 L4.125,-2.1875 C3.14062,-2.1875 2.89062,-2.42188 2.89062,-2.98438 L2.89062,-10.75 L2.76562,-10.7812 L0.4375,-9.60938 L0.4375,-9.42188 L0.796875,-9.54688 C1.03125,-9.64062 1.25,-9.70312 1.375,-9.70312 C1.65625,-9.70312 1.76562,-9.51562 1.76562,-9.07812 L1.76562,-3.23438 C1.76562,-2.51562 1.5,-2.25 0.53125,-2.1875 L0.53125,-2 L4.125,-2 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip13">
|
||||
<clipPath id="clip19">
|
||||
<path d="M-2,-13 L7,-13 L7,18 L-2,18 L-2,-13 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip13)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.7,0,0,0.7,233.5,73.5)">
|
||||
<g clip-path="url(#clip19)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.7,0,0,0.7,233.5,73.5)">
|
||||
<path d="M4.42188,8.57812 L4.42188,8.4375 L0.75,8.4375 L0.328125,9.9375 L0.53125,10 C0.796875,9.32812 1.04688,9.21875 1.71875,9.21875 L3.48438,9.21875 L-0.546875,14.0469 L-0.421875,14.1719 C-0.21875,14 -0.046875,13.9375 0.15625,13.9375 C0.5,13.9375 0.921875,14.1094 1.53125,14.4844 C2.17188,14.8906 2.625,15.0469 3,15.0469 C3.71875,15.0469 4.20312,14.5781 4.20312,14.0625 C4.20312,13.7812 4.01562,13.5781 3.75,13.5781 C3.54688,13.5781 3.32812,13.8125 3.3125,14.0312 C3.3125,14.125 3.34375,14.2344 3.42188,14.3906 C3.46875,14.4688 3.48438,14.5312 3.48438,14.5781 C3.48438,14.7031 3.34375,14.7812 3.14062,14.7812 C2.8125,14.7812 2.5625,14.625 2.23438,14.125 C1.70312,13.3594 1.42188,13.2188 0.671875,13.0469 L4.42188,8.57812 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -125,11 +197,11 @@
|
||||
<path d="M-18.3281,0 L18.3281,0 L18.3281,14 L-18.3281,14 L-18.3281,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip27">
|
||||
<clipPath id="clip33">
|
||||
<path d="M-133.672,-73 L273.328,-73 L273.328,14 L-133.672,14 L-133.672,-73 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip27)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="0.6" stroke-width="1" transform="matrix(1,0,0,1,216.672,89)">
|
||||
<g clip-path="url(#clip33)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="0.6" stroke-width="1" transform="matrix(1,0,0,1,216.672,89)">
|
||||
<text fill="#000000" fill-opacity="0.6" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="34.6562" x="1" xml:space="preserve" y="10">Ini=yInit</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -140,11 +212,11 @@
|
||||
<path d="M-51.4844,0 L0,0 L0,12 L-51.4844,12 L-51.4844,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip28">
|
||||
<clipPath id="clip34">
|
||||
<path d="M-88.5156,-61 L318.484,-61 L318.484,26 L-88.5156,26 L-88.5156,-61 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip28)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,171.516,77)">
|
||||
<g clip-path="url(#clip34)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,171.516,77)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="49.4844" x="1" xml:space="preserve" y="9">sfix32_En16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -166,19 +238,19 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip30">
|
||||
<clipPath id="clip36">
|
||||
<path d="M0,0 L50,0 L50,20 L0,20 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip30)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,350,20)">
|
||||
<g clip-path="url(#clip36)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,350,20)">
|
||||
<path d="M0,0 L50,0 L50,20 L0,20 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip36">
|
||||
<clipPath id="clip42">
|
||||
<path d="M-19,-5 L23,-5 L23,10 L-19,10 L-19,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip36)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,372.5,27.5)">
|
||||
<g clip-path="url(#clip42)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,372.5,27.5)">
|
||||
<path d="M-13.1406,3.71875 L-12.1094,3.85938 C-12.224,4.56771 -12.5156,5.125 -12.9844,5.53125 C-13.4531,5.9375 -14.026,6.14062 -14.7031,6.14062 C-15.5573,6.14062 -16.2422,5.86198 -16.7578,5.30469 C-17.2734,4.7474 -17.5312,3.94792 -17.5312,2.90625 C-17.5312,2.23958 -17.4193,1.65365 -17.1953,1.14844 C-16.9714,0.643229 -16.6328,0.265625 -16.1797,0.015625 C-15.7266,-0.234375 -15.2292,-0.359375 -14.6875,-0.359375 C-14.0208,-0.359375 -13.4714,-0.190104 -13.0391,0.148438 C-12.6068,0.486979 -12.3281,0.973958 -12.2031,1.60938 L-13.2344,1.76562 C-13.3281,1.34896 -13.5,1.03385 -13.75,0.820312 C-14,0.606771 -14.3021,0.5 -14.6562,0.5 C-15.1875,0.5 -15.6198,0.690104 -15.9531,1.07031 C-16.2865,1.45052 -16.4531,2.05208 -16.4531,2.875 C-16.4531,3.71875 -16.2917,4.32812 -15.9688,4.70312 C-15.6458,5.07812 -15.2292,5.26562 -14.7188,5.26562 C-14.3021,5.26562 -13.9557,5.14062 -13.6797,4.89062 C-13.4036,4.64062 -13.224,4.25 -13.1406,3.71875 M-11.5938,2.89062 C-11.5938,1.73438 -11.276,0.880208 -10.6406,0.328125 C-10.1094,-0.130208 -9.45833,-0.359375 -8.6875,-0.359375 C-7.83333,-0.359375 -7.13281,-0.0807292 -6.58594,0.476562 C-6.03906,1.03385 -5.76562,1.80729 -5.76562,2.79688 C-5.76562,3.59896 -5.88542,4.22917 -6.125,4.6875 C-6.36458,5.14583 -6.71615,5.5026 -7.17969,5.75781 C-7.64323,6.01302 -8.14583,6.14062 -8.6875,6.14062 C-9.55208,6.14062 -10.2526,5.86198 -10.7891,5.30469 C-11.3255,4.7474 -11.5938,3.94271 -11.5938,2.89062 M-10.5156,2.89062 C-10.5156,3.68229 -10.3411,4.27604 -9.99219,4.67188 C-9.64323,5.06771 -9.20833,5.26562 -8.6875,5.26562 C-8.15625,5.26562 -7.71875,5.06771 -7.375,4.67188 C-7.03125,4.27604 -6.85938,3.67188 -6.85938,2.85938 C-6.85938,2.08854 -7.03385,1.50521 -7.38281,1.10938 C-7.73177,0.713542 -8.16667,0.515625 -8.6875,0.515625 C-9.20833,0.515625 -9.64323,0.710938 -9.99219,1.10156 C-10.3411,1.49219 -10.5156,2.08854 -10.5156,2.89062 M-4.53125,6 L-4.53125,-0.21875 L-3.59375,-0.21875 L-3.59375,0.65625 C-3.13542,-0.0208333 -2.47396,-0.359375 -1.60938,-0.359375 C-1.23438,-0.359375 -0.888021,-0.291667 -0.570312,-0.15625 C-0.252604,-0.0208333 -0.015625,0.15625 0.140625,0.375 C0.296875,0.59375 0.40625,0.848958 0.46875,1.14062 C0.5,1.33854 0.515625,1.68229 0.515625,2.17188 L0.515625,6 L-0.53125,6 L-0.53125,2.21875 C-0.53125,1.78125 -0.572917,1.45833 -0.65625,1.25 C-0.739583,1.04167 -0.885417,0.872396 -1.09375,0.742188 C-1.30208,0.611979 -1.54688,0.546875 -1.82812,0.546875 C-2.27604,0.546875 -2.66406,0.690104 -2.99219,0.976562 C-3.32031,1.26302 -3.48438,1.80208 -3.48438,2.59375 L-3.48438,6 L-4.53125,6 M3.85938,6 L1.5,-0.21875 L2.60938,-0.21875 L3.95312,3.5 C4.08854,3.90625 4.21875,4.32292 4.34375,4.75 C4.4375,4.42708 4.56771,4.03646 4.73438,3.57812 L6.125,-0.21875 L7.20312,-0.21875 L4.84375,6 L3.85938,6 M12.3906,4 L13.4844,4.125 C13.3177,4.76042 13,5.25521 12.5312,5.60938 C12.0625,5.96354 11.4688,6.14062 10.75,6.14062 C9.84375,6.14062 9.1224,5.85938 8.58594,5.29688 C8.04948,4.73438 7.78125,3.94792 7.78125,2.9375 C7.78125,1.89583 8.05208,1.08594 8.59375,0.507812 C9.13542,-0.0703125 9.83333,-0.359375 10.6875,-0.359375 C11.5208,-0.359375 12.2005,-0.078125 12.7266,0.484375 C13.2526,1.04688 13.5156,1.84375 13.5156,2.875 C13.5156,2.9375 13.5156,3.03125 13.5156,3.15625 L8.875,3.15625 C8.91667,3.84375 9.10938,4.36719 9.45312,4.72656 C9.79688,5.08594 10.2292,5.26562 10.75,5.26562 C11.1354,5.26562 11.4661,5.16406 11.7422,4.96094 C12.0182,4.75781 12.2344,4.4375 12.3906,4 M8.9375,2.29688 L12.4062,2.29688 C12.3646,1.76562 12.2344,1.36979 12.0156,1.10938 C11.6719,0.703125 11.2344,0.5 10.7031,0.5 C10.2135,0.5 9.80469,0.661458 9.47656,0.984375 C9.14844,1.30729 8.96875,1.74479 8.9375,2.29688 M14.7969,6 L14.7969,-0.21875 L15.75,-0.21875 L15.75,0.71875 C15.9896,0.28125 16.2109,-0.0078125 16.4141,-0.148438 C16.6172,-0.289062 16.8438,-0.359375 17.0938,-0.359375 C17.4479,-0.359375 17.8073,-0.25 18.1719,-0.03125 L17.8125,0.953125 C17.5521,0.796875 17.2969,0.71875 17.0469,0.71875 C16.8073,0.71875 16.5964,0.789062 16.4141,0.929688 C16.2318,1.07031 16.1042,1.26562 16.0312,1.51562 C15.9062,1.89062 15.8438,2.29688 15.8438,2.73438 L15.8438,6 L14.7969,6 M21.0938,5.0625 L21.25,5.98438 C20.9479,6.04688 20.6823,6.07812 20.4531,6.07812 C20.0677,6.07812 19.7708,6.01823 19.5625,5.89844 C19.3542,5.77865 19.2057,5.61979 19.1172,5.42188 C19.0286,5.22396 18.9844,4.80729 18.9844,4.17188 L18.9844,0.59375 L18.2188,0.59375 L18.2188,-0.21875 L18.9844,-0.21875 L18.9844,-1.76562 L20.0312,-2.39062 L20.0312,-0.21875 L21.0938,-0.21875 L21.0938,0.59375 L20.0312,0.59375 L20.0312,4.23438 C20.0312,4.53646 20.0495,4.72917 20.0859,4.8125 C20.1224,4.89583 20.1823,4.96354 20.2656,5.01562 C20.349,5.06771 20.4688,5.09375 20.625,5.09375 C20.75,5.09375 20.9062,5.08333 21.0938,5.0625" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -204,11 +276,11 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip50">
|
||||
<clipPath id="clip56">
|
||||
<path d="M-319,0 L88,0 L88,87 L-319,87 L-319,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip50)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,402,16)">
|
||||
<g clip-path="url(#clip56)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,402,16)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -218,78 +290,6 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10808:2880">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,179,19)">
|
||||
<image height="28" preserveAspectRatio="none" width="28" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACC0lEQVRIie2Wb0/bMBDGf0kDa1mjKgMJmJjGvv+HmkCaBFOhKg2hGW2zF35OMcZuCxLvOOmR8+d8j8/nu3MGfAXGwASogGPgBPim70OgwMkKWAI1cA9MgTtgBsz1/QnYkJBCRiuRnAJnQgWUCcKFSEpgBBwAuXQ20ulShBORfQcugB8i3MfDMfAFGHhkK2AN/EsRVvLsAvgFXALne3o49v6tgWegFdlzzMsCF7MzeXYJ/JTHpVZfAJn0Oy1gJBx6C2lx8WuEpUhfEZ7Qx+1c75Ngq0wy+nhZzFrcFtfy/EGoY4Q5LlaVN5pnIZkvA+mUmufbmABHWtgryXFxKL1xF1mMNLSxlXAYoIgpJqQQaWhjuI2wCJDFFBOSReYboruUxz5+pOS4I+0jWiES0kXmG9YpwmWA1RsILf9CG9EcNELLHxvb1OoCWUvXn2tjkyIscDVx5o0jLWRbevhk94GN+S7CKX0OjenLVaq02TYuNPfGw9QjjIZmgKsOuYwaOlzl7+SNFeYl8Chv/gJ/gN/AlZ5vcf1xId2ohzNcktr2rXCx2Kc93QDXHtlM/1q29MM5fT5abGr2a0+2lbe83M5o/Iyw1vNGik8y+N4rRtI7I7Q7iB2GBtde7nZ4OBesFTWan7zPQH/6rM9ZIT7yECNseNloWxIdPkXov1vxPfBgB8pOq+E95fBTPuVt8h8hv9hLNIZhvAAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,180,20)">
|
||||
<path d="M20,10 C20,15.5228 15.5228,20 10,20 C4.47715,20 0,15.5228 0,10 C0,4.47715 4.47715,0 10,0 C15.5228,0 20,4.47715 20,10 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip52">
|
||||
<path d="M179.5,19.5 L199.5,19.5 L199.5,39.5 L179.5,39.5 L179.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip52)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="183,30 187,30" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip53">
|
||||
<path d="M179.5,19.5 L199.5,19.5 L199.5,39.5 L179.5,39.5 L179.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip53)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="185,28 185,32" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip54">
|
||||
<path d="M179.5,19.5 L199.5,19.5 L199.5,39.5 L179.5,39.5 L179.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip54)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="188,35 192,35" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip55">
|
||||
<path d="M179.5,19.5 L199.5,19.5 L199.5,39.5 L179.5,39.5 L179.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip55)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="190,33 190,37" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,180,20)">
|
||||
<path d="M20,10 C20,15.5228 15.5228,20 10,20 C4.47715,20 0,15.5228 0,10 C0,4.47715 4.47715,0 10,0 C15.5228,0 20,4.47715 20,10 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,202,28)">
|
||||
<path d="M0,-12 L51.4844,-12 L51.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip56">
|
||||
<path d="M-119,0 L288,0 L288,87 L-119,87 L-119,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip56)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,202,16)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="49.4844" x="1" xml:space="preserve" y="9">sfix32_En16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10808:2878">
|
||||
@ -431,5 +431,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2020-10-11 20:20:57 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2020-10-11 21:39:33 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
@ -142,7 +142,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10808:2895:8">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,964,42)">
|
||||
<image height="162" preserveAspectRatio="none" width="63" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAACiCAYAAAD2pxVCAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACrUlEQVR4nO2csU7DMBRFb1HKwsACCwsTHwMrX8bH8DO0SLCw0CEM7dAMMNiR3CioLn64eb33SFZasFwfvaax4/jNADwCuAZwFY/e+QSwise0rIYVGwThm6R45wLAeXzdAdgA+Bqr2CBE/AbAbSzemcfjFsAaQJv8bYc08rcA7mr0rgIdgvgXwld+VP6sZo+mhuRZkTwrkmeFWr7JqPMMYBZLDt8AHn753wLAcuS4zGzXlBz5JfLFXSH5PSxALE8d+dd/70Uei8H74hlojvxUGF4RqOSHkb8vbdCTfM5Y4CA8yQ8jX4wneerIm8tTT2wkz4rkWZE8K5JnRfKsUMvnTGzM75dPBerIS54VT/KX1g16upPTWjfoKfLmSJ4VybMieVY8Xee1Pp9AJa/1eUs8yWt93hJqeV3n92B5rr0D+EDY8dQi7HnrDNs/iNwnMK34iGWFsO1r8vKWkU+3erYIe9+2hu0fRO3ItwgRb+Hka28Z+U0s6+Q4aXnLyHexbJPXNPKTgvo6L3lWJM+K5Fmhls8Z5DwZfl52DpsRXrC7/7YYTWz2oImNESUTm7tYiu/X92hiw4rkWZE8K9Tyntbq9GRGQhV5y4lNCUd5MuNkR3i1JzaTQpHfw8nKU1/nJc+K5FmRPCvU8rV3UZdkPzVfsaGOvORZkTwrkmdF8qxInhXJsyJ5ViTPiuRZkTwrkmdF8qxInhXJsyJ5ViTPiuRZkTwrkmdF8k4YZlEsxqN8n0WxGE+bCt+wm0WxGE/y79hNNlJMbXnzvBcleDrnzZE8K5JnRfKsNAgjpgsA8yP3xYrsTOoNwpDxPL4/WoYyQ7IzqfeRB0KmsnWN3v0z2ZnUe/kuVjKZLR2Z7ISDvfwmVvwcq+SM7ISDMwBXCOf8HKfxo/dbwsFT+D0TQoi/8QNSCMlN66VyqgAAAABJRU5ErkJggg==" y="0"/>
|
||||
<image height="162" preserveAspectRatio="none" width="63" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAACiCAYAAAD2pxVCAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACtklEQVR4nO2cvW7bMBSFjws5S4Yu6ZIlkx+mXfNkfZii71K7QLNkiQdlsAdraAdSgCwo8HV5Tev6nA8g5B+C5odriaIk3gWAZwBfADzkbXTeAGzzdli244oNkvDjoETnHsBdft0B2AN4n6rYIEX8EcBTLtFZ5u0BwA5AO/jsiGHknwCsavSuAh2S+DvSX35S/lPNHs0NybMieVYkzwq1fGOo8wPAIhcLfwF8++C7NYDNxHZjbNcVi/wGdvFQSP4EaxDLU0f+98V7YWM9el88A7XIz4XxiEAlP47819IGI8lbzgXOIpL8OPLFRJKnjry7PPXERvKsSJ4VybMieVYkzwq1vGVi4369fC5QR17yrESS/+zdYKQrOa13g5Ei747kWZE8K5JnJdI4r/vzA6jkdX/ek0jyuj/vCbW8xvkTeO5rLwBekVY8tUhr3jrH9s/C+gSmF6+5bJGWfc1e3jPyw6WeLdLat4Nj+2dRO/ItUsRbBPnbe0Z+n8tusJ21vGfku1wOg9c08rOCepyXPCuSZ0XyrFDLW05yvjv+njmHzQS/cLz+thhNbE5APbH5efFe2FnB4Xp9D/UBT/KsSJ4VybNS+yTHkyoPJ8z1AmYV+blGvsqTGXONfDGRI1+MIn+Cm5WnHuclz4rkWZE8K9TytVdRl2Q/db9jQx15ybMieVYkz4rkWZE8K5JnRfKsSJ4VybMieVYkz4rkWZE8K5JnRfKsSJ4VybMieVYkz4rkgzDOolhMRPk+i2IxkbKf/sFxFsViIsm/4DjZSDG15VdwzntRQqR93h3JsyJ5ViTPSoN0xnQPYHnlvnhhzqTeIJ0y3uX3V8tQ5og5k3ofeSClYN7V6N2FMWdS7+W7XMlltnRlzAkHe/l9rvg2VSkY5oSDCwAPSPv8Erdx0Psok/otHM+EEOL/+AeG9cGzu61BTAAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,965,43)">
|
||||
<path d="M0,0 L55,0 L55,154 L0,154 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -334,7 +334,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10808:2895:7">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,469,288)">
|
||||
<image height="150" preserveAspectRatio="none" width="53" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAACWCAYAAAB+bsAwAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACKUlEQVR4nO2dsVICMRRFD85KY6uNDZUfo61f5sf4NWJhYyPFWkABhRYJY3RgJuPGkBvvmXmTHQi7e+ZBNkCymQH3wBVwGctWeQNWsUxj9bPiQBC5TqJVLoB53N4BG+D9UMWBkKFrYBGjVc5juQXWwJg89o00UwvgpsbZTWBHEHonvPUOSp3VPKNaWEoFS6lgKRW6lBoy6jwCsxg5fAB3R557ApYHyuWP108iR2pJvlAT/FupJzqU6jJTz39+FoXpskm3lAqWUsFSKlhKBUupYCkVLKWCpVToUirn6/zk3+Fq02WmLKWCpVSwlAqWUsFSKlhKBUupYCkVLKVCl1K5I15K8QK8EkYqj4Sx5buC+wfyR7yU4jXGijAM+2RSJTOVTm0YCWPMtwX3D9TP1EjI0MiJ334lM7WJsU5K+c/ULsY22ZaXqkKX1ylLqWApFSylQpdSORffh4LHy56rOwV3aAvgDu1vcYdWBUupYCkVLKVCl1K1O7RV6LJHUbtDW4V/myk5qS5bP0upYCkVLKVCl1K1Z+Xk3I1nMl1mylIqWEoFS6lgKRUspYKlVLCUCpZSwVIqWEoFS6lgKRUspYKlVLCUCl1K5fzpVpKbGLd/eZAuM2UpFSylgqVUGAjT5y44suZgQ2TfdWQgzAdMl79sley7juwzBV/LX7ZK9l1H9lLp8petkj1Jcy+1iRXfDlVqhOxJmjPCKrFzQkPRcmNxbJJmy+2AMaZVPgHw/KG5O+m64QAAAABJRU5ErkJggg==" y="0"/>
|
||||
<image height="150" preserveAspectRatio="none" width="53" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAACWCAYAAAB+bsAwAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACPUlEQVR4nO2dvU4jMRhFT1YDDS00aVLxMLvtPhkPg3gYsgUNDSmGghRJAYUdYVCysmRjfM09kuVR4szM0TexJxP/LIC/wBVwGfNeeQI2MU/T5nPBiSCyTFKvXADncXsPbIHnYwUnQoSWwCqmXjmL+Q54AebktQ+kkVoB1y3OroA9QeiZcOkdlfrV8oxaYSkVLKWCpVQYUmrKKHMLLGLK4RX4c+K9e2B9JF9/+nwROVJr8oW64MdK3TOg1JCR+vflZ1GZIat0S6lgKRUspYKlVLCUCpZSwVIqWEqFIaVyfs4XP4drzZCRspQKllLBUipYSgVLqWApFSylgqVUsJQKQ0rl9nipxQPwSOipPBP6lu8r7h/I7/FSi8eYNoRu2N8mVTNS6dCGmdDHfFdx/0D7SM2ECM188+VXM1LbmF6SXP47tY9pl2zLSzVhyHbKUipYSgVLqTCkVE7je1PxeNljdUvwDW0Furmhvat90K9myIrCUipYSgVLqdC68c2heE6MHh+8NJFqHanfpTvoMVLF9BipYn5spOSkhmynLKWCpVSwlApDSrUelZMzG08xQ0bKUipYSgVLqWApFSylgqVUsJQKllLBUipYSgVLqWApFSylgqVUsJQKQ0rl/OlWk+uYinuK/Y8hI2UpFSylgqVUmAjD5y44seZgR2TPOjIRxgOmy1/2SvasI4dIwfvyl72SPevIQSpd/rJXsgdpHqS2seDTsUKdkD1Ic0FYJfacUFH0XFmcmnWk53rAGNMrb7rdnW1MqXnIAAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,470,289)">
|
||||
<path d="M0,0 L45,0 L45,142 L0,142 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -1009,7 +1009,7 @@
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,545,220)">
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,170,105)">
|
||||
<path d="M2.5,0 C2.5,1.38071 1.38071,2.5 0,2.5 C-1.38071,2.5 -2.5,1.38071 -2.5,0 C-2.5,-1.38071 -1.38071,-2.5 0,-2.5 C1.38071,-2.5 2.5,-1.38071 2.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,315,105)">
|
||||
@ -1018,7 +1018,7 @@
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,430,105)">
|
||||
<path d="M2.5,0 C2.5,1.38071 1.38071,2.5 0,2.5 C-1.38071,2.5 -2.5,1.38071 -2.5,0 C-2.5,-1.38071 -1.38071,-2.5 0,-2.5 C1.38071,-2.5 2.5,-1.38071 2.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,170,105)">
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,545,220)">
|
||||
<path d="M2.5,0 C2.5,1.38071 1.38071,2.5 0,2.5 C-1.38071,2.5 -2.5,1.38071 -2.5,0 C-2.5,-1.38071 -1.38071,-2.5 0,-2.5 C1.38071,-2.5 2.5,-1.38071 2.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -1103,10 +1103,10 @@
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,865,260)">
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,600,360)">
|
||||
<path d="M2.5,0 C2.5,1.38071 1.38071,2.5 0,2.5 C-1.38071,2.5 -2.5,1.38071 -2.5,0 C-2.5,-1.38071 -1.38071,-2.5 0,-2.5 C1.38071,-2.5 2.5,-1.38071 2.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,600,360)">
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,865,260)">
|
||||
<path d="M2.5,0 C2.5,1.38071 1.38071,2.5 0,2.5 C-1.38071,2.5 -2.5,1.38071 -2.5,0 C-2.5,-1.38071 -1.38071,-2.5 0,-2.5 C1.38071,-2.5 2.5,-1.38071 2.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -1176,5 +1176,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2020-10-11 20:20:58 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2020-10-11 21:39:33 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 86 KiB |
@ -1,41 +1,62 @@
|
||||
[
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10808:2893",
|
||||
"className":"Simulink.Sum",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10808:2889",
|
||||
"className":"Simulink.Outport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum3",
|
||||
"label":"Sum3",
|
||||
"name":"out",
|
||||
"label":"out",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10808",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"EnsureOutportIsVirtual",
|
||||
"InitialOutput",
|
||||
"MustResolveToSignalObject",
|
||||
"OutputWhenDisabled",
|
||||
"OutputWhenUnConnected",
|
||||
"OutputWhenUnconnectedValue",
|
||||
"SignalName",
|
||||
"SignalObject",
|
||||
"SourceOfInitialOutputValue",
|
||||
"StorageClass",
|
||||
"VectorParamsAs1DForOutWhenUnconnected"
|
||||
],
|
||||
"values":[
|
||||
"round",
|
||||
"-+|",
|
||||
"off",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"off",
|
||||
"Simplest",
|
||||
"off",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"off",
|
||||
"[]",
|
||||
"off",
|
||||
"held",
|
||||
"off",
|
||||
"0",
|
||||
"",
|
||||
[
|
||||
],
|
||||
"Dialog",
|
||||
"Auto",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
@ -45,7 +66,7 @@
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
@ -54,7 +75,7 @@
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"blocktype":"Outport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
@ -118,42 +139,53 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10808:2895",
|
||||
"className":"Saturation Dynamic",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10808:2894",
|
||||
"className":"Simulink.UnitDelay",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Saturation Dynamic1",
|
||||
"label":"Saturation Dynamic1",
|
||||
"name":"UnitDelay",
|
||||
"label":"UnitDelay",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10808",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"DoSatur"
|
||||
"InitialCondition",
|
||||
"InputProcessing",
|
||||
"SampleTime",
|
||||
"StateName",
|
||||
"CodeGenStateStorageTypeQualifier",
|
||||
"StateMustResolveToSignalObject",
|
||||
"StateSignalObject",
|
||||
"StateStorageClass"
|
||||
],
|
||||
"values":[
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as second input",
|
||||
"0",
|
||||
"Inherited",
|
||||
"-1",
|
||||
"",
|
||||
"",
|
||||
"off",
|
||||
"Floor",
|
||||
"off"
|
||||
[
|
||||
],
|
||||
"Auto"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"State Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
4
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ContainerHandler"
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"SubSystem",
|
||||
"masktype":"Saturation Dynamic"
|
||||
"blocktype":"UnitDelay",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -310,6 +342,65 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10808:2893",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum3",
|
||||
"label":"Sum3",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10808",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"round",
|
||||
"-+|",
|
||||
"off",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"off",
|
||||
"Simplest",
|
||||
"off",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10808:2891",
|
||||
"className":"Simulink.Product",
|
||||
@ -367,6 +458,45 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10808:2895",
|
||||
"className":"Saturation Dynamic",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Saturation Dynamic1",
|
||||
"label":"Saturation Dynamic1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10808",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"DoSatur"
|
||||
],
|
||||
"values":[
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as second input",
|
||||
"off",
|
||||
"Floor",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
],
|
||||
"tabs_idx":[
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ContainerHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"SubSystem",
|
||||
"masktype":"Saturation Dynamic"
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10808:2855",
|
||||
"className":"Simulink.Inport",
|
||||
@ -434,86 +564,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10808:2889",
|
||||
"className":"Simulink.Outport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"out",
|
||||
"label":"out",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10808",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"EnsureOutportIsVirtual",
|
||||
"InitialOutput",
|
||||
"MustResolveToSignalObject",
|
||||
"OutputWhenDisabled",
|
||||
"OutputWhenUnConnected",
|
||||
"OutputWhenUnconnectedValue",
|
||||
"SignalName",
|
||||
"SignalObject",
|
||||
"SourceOfInitialOutputValue",
|
||||
"StorageClass",
|
||||
"VectorParamsAs1DForOutWhenUnconnected"
|
||||
],
|
||||
"values":[
|
||||
"1",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"off",
|
||||
"[]",
|
||||
"off",
|
||||
"held",
|
||||
"off",
|
||||
"0",
|
||||
"",
|
||||
[
|
||||
],
|
||||
"Dialog",
|
||||
"Auto",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Outport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10808:2854",
|
||||
"className":"Simulink.Inport",
|
||||
@ -582,11 +632,11 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10808:2853",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10808:2890",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"I",
|
||||
"label":"I",
|
||||
"name":"Kb",
|
||||
"label":"Kb",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10808",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -609,7 +659,7 @@
|
||||
"OutputFunctionCall"
|
||||
],
|
||||
"values":[
|
||||
"2",
|
||||
"3",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
@ -649,61 +699,11 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10808:2894",
|
||||
"className":"Simulink.UnitDelay",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"UnitDelay",
|
||||
"label":"UnitDelay",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10808",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitialCondition",
|
||||
"InputProcessing",
|
||||
"SampleTime",
|
||||
"StateName",
|
||||
"CodeGenStateStorageTypeQualifier",
|
||||
"StateMustResolveToSignalObject",
|
||||
"StateSignalObject",
|
||||
"StateStorageClass"
|
||||
],
|
||||
"values":[
|
||||
"0",
|
||||
"Inherited",
|
||||
"-1",
|
||||
"",
|
||||
"",
|
||||
"off",
|
||||
[
|
||||
],
|
||||
"Auto"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"State Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
4
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"UnitDelay",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10808:2890",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10808:2853",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Kb",
|
||||
"label":"Kb",
|
||||
"name":"I",
|
||||
"label":"I",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10808",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -726,7 +726,7 @@
|
||||
"OutputFunctionCall"
|
||||
],
|
||||
"values":[
|
||||
"3",
|
||||
"2",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
|
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 79 KiB |
@ -1,63 +1,4 @@
|
||||
[
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10828:2788",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum1",
|
||||
"label":"Sum1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10828:2779",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"round",
|
||||
"|++",
|
||||
"off",
|
||||
"Inherit: Same as first input",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as first input",
|
||||
"off",
|
||||
"Simplest",
|
||||
"off",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10828:2790",
|
||||
"className":"Simulink.Outport",
|
||||
@ -139,50 +80,42 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10828:2909",
|
||||
"className":"Simulink.Inport",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10828:2788",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"init",
|
||||
"label":"init",
|
||||
"name":"Sum1",
|
||||
"label":"Sum1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10828:2779",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"InputConnect",
|
||||
"Interpolate",
|
||||
"LatchByDelayingOutsideSignal",
|
||||
"LatchInputForFeedbackSignals",
|
||||
"OutputFunctionCall"
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"2",
|
||||
"Port number",
|
||||
"round",
|
||||
"|++",
|
||||
"off",
|
||||
"Inherit: Same as first input",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"Inherit: Same as first input",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"Simplest",
|
||||
"off",
|
||||
"",
|
||||
"on",
|
||||
"off",
|
||||
"off",
|
||||
"off"
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
@ -192,7 +125,7 @@
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
@ -201,7 +134,7 @@
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Inport",
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
@ -273,6 +206,120 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10828:2787",
|
||||
"className":"Simulink.DataTypeConversion",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Data Type Conversion1",
|
||||
"label":"Data Type Conversion1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10828:2779",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"ConvertRealWorld",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(1,16,4)",
|
||||
"off",
|
||||
"Real World Value (RWV)",
|
||||
"Floor",
|
||||
"off",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"DataTypeConversion",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10828:2909",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"init",
|
||||
"label":"init",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10828:2779",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"InputConnect",
|
||||
"Interpolate",
|
||||
"LatchByDelayingOutsideSignal",
|
||||
"LatchInputForFeedbackSignals",
|
||||
"OutputFunctionCall"
|
||||
],
|
||||
"values":[
|
||||
"2",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"",
|
||||
"on",
|
||||
"off",
|
||||
"off",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Inport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10828:2786",
|
||||
"className":"Simulink.Inport",
|
||||
@ -340,53 +387,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10828:2787",
|
||||
"className":"Simulink.DataTypeConversion",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Data Type Conversion1",
|
||||
"label":"Data Type Conversion1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10828:2779",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"ConvertRealWorld",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(1,16,4)",
|
||||
"off",
|
||||
"Real World Value (RWV)",
|
||||
"Floor",
|
||||
"off",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"DataTypeConversion",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10828:2909#out:1",
|
||||
"className":"Simulink.Line",
|
||||
|
@ -10,78 +10,6 @@
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10828:2779">
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10828:2788">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,179,19)">
|
||||
<image height="28" preserveAspectRatio="none" width="28" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACC0lEQVRIie2Wb0/bMBDGf0kDa1mjKgMJmJjGvv+HmkCaBFOhKg2hGW2zF35OMcZuCxLvOOmR8+d8j8/nu3MGfAXGwASogGPgBPim70OgwMkKWAI1cA9MgTtgBsz1/QnYkJBCRiuRnAJnQgWUCcKFSEpgBBwAuXQ20ulShBORfQcugB8i3MfDMfAFGHhkK2AN/EsRVvLsAvgFXALne3o49v6tgWegFdlzzMsCF7MzeXYJ/JTHpVZfAJn0Oy1gJBx6C2lx8WuEpUhfEZ7Qx+1c75Ngq0wy+nhZzFrcFtfy/EGoY4Q5LlaVN5pnIZkvA+mUmufbmABHWtgryXFxKL1xF1mMNLSxlXAYoIgpJqQQaWhjuI2wCJDFFBOSReYboruUxz5+pOS4I+0jWiES0kXmG9YpwmWA1RsILf9CG9EcNELLHxvb1OoCWUvXn2tjkyIscDVx5o0jLWRbevhk94GN+S7CKX0OjenLVaq02TYuNPfGw9QjjIZmgKsOuYwaOlzl7+SNFeYl8Chv/gJ/gN/AlZ5vcf1xId2ohzNcktr2rXCx2Kc93QDXHtlM/1q29MM5fT5abGr2a0+2lbe83M5o/Iyw1vNGik8y+N4rRtI7I7Q7iB2GBtde7nZ4OBesFTWan7zPQH/6rM9ZIT7yECNseNloWxIdPkXov1vxPfBgB8pOq+E95fBTPuVt8h8hv9hLNIZhvAAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,180,20)">
|
||||
<path d="M20,10 C20,15.5228 15.5228,20 10,20 C4.47715,20 0,15.5228 0,10 C0,4.47715 4.47715,0 10,0 C15.5228,0 20,4.47715 20,10 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip2">
|
||||
<path d="M179.5,19.5 L199.5,19.5 L199.5,39.5 L179.5,39.5 L179.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip2)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="183,30 187,30" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip3">
|
||||
<path d="M179.5,19.5 L199.5,19.5 L199.5,39.5 L179.5,39.5 L179.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip3)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="185,28 185,32" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip4">
|
||||
<path d="M179.5,19.5 L199.5,19.5 L199.5,39.5 L179.5,39.5 L179.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip4)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="188,35 192,35" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip5">
|
||||
<path d="M179.5,19.5 L199.5,19.5 L199.5,39.5 L179.5,39.5 L179.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip5)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="190,33 190,37" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,180,20)">
|
||||
<path d="M20,10 C20,15.5228 15.5228,20 10,20 C4.47715,20 0,15.5228 0,10 C0,4.47715 4.47715,0 10,0 C15.5228,0 20,4.47715 20,10 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,202,28)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip6">
|
||||
<path d="M-119,0 L288,0 L288,137 L-119,137 L-119,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip6)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,202,16)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
@ -95,11 +23,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip8">
|
||||
<clipPath id="clip2">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip8)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,470,30)">
|
||||
<g clip-path="url(#clip2)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,470,30)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -117,11 +45,11 @@
|
||||
<path d="M-3.5,0 L3.5,0 L3.5,14 L-3.5,14 L-3.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip9">
|
||||
<clipPath id="clip3">
|
||||
<path d="M-383.5,-23 L23.5,-23 L23.5,114 L-383.5,114 L-383.5,-23 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip9)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,466.5,39)">
|
||||
<g clip-path="url(#clip3)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,466.5,39)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5" x="1" xml:space="preserve" y="10">y</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -133,58 +61,67 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10828:2909">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,84,122)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10828:2788">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,179,19)">
|
||||
<image height="28" preserveAspectRatio="none" width="28" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACC0lEQVRIie2Wb0/bMBDGf0kDa1mjKgMJmJjGvv+HmkCaBFOhKg2hGW2zF35OMcZuCxLvOOmR8+d8j8/nu3MGfAXGwASogGPgBPim70OgwMkKWAI1cA9MgTtgBsz1/QnYkJBCRiuRnAJnQgWUCcKFSEpgBBwAuXQ20ulShBORfQcugB8i3MfDMfAFGHhkK2AN/EsRVvLsAvgFXALne3o49v6tgWegFdlzzMsCF7MzeXYJ/JTHpVZfAJn0Oy1gJBx6C2lx8WuEpUhfEZ7Qx+1c75Ngq0wy+nhZzFrcFtfy/EGoY4Q5LlaVN5pnIZkvA+mUmufbmABHWtgryXFxKL1xF1mMNLSxlXAYoIgpJqQQaWhjuI2wCJDFFBOSReYboruUxz5+pOS4I+0jWiES0kXmG9YpwmWA1RsILf9CG9EcNELLHxvb1OoCWUvXn2tjkyIscDVx5o0jLWRbevhk94GN+S7CKX0OjenLVaq02TYuNPfGw9QjjIZmgKsOuYwaOlzl7+SNFeYl8Chv/gJ/gN/AlZ5vcf1xId2ohzNcktr2rXCx2Kc93QDXHtlM/1q29MM5fT5abGr2a0+2lbe83M5o/Iyw1vNGik8y+N4rRtI7I7Q7iB2GBtde7nZ4OBesFTWan7zPQH/6rM9ZIT7yECNseNloWxIdPkXov1vxPfBgB8pOq+E95fBTPuVt8h8hv9hLNIZhvAAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,85,123)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,180,20)">
|
||||
<path d="M20,10 C20,15.5228 15.5228,20 10,20 C4.47715,20 0,15.5228 0,10 C0,4.47715 4.47715,0 10,0 C15.5228,0 20,4.47715 20,10 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip11">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
<clipPath id="clip5">
|
||||
<path d="M179.5,19.5 L199.5,19.5 L199.5,39.5 L179.5,39.5 L179.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip11)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,100,130)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">2</text>
|
||||
<g clip-path="url(#clip5)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="183,30 187,30" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip6">
|
||||
<path d="M179.5,19.5 L199.5,19.5 L199.5,39.5 L179.5,39.5 L179.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip6)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="185,28 185,32" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip7">
|
||||
<path d="M179.5,19.5 L199.5,19.5 L199.5,39.5 L179.5,39.5 L179.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip7)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="188,35 192,35" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip8">
|
||||
<path d="M179.5,19.5 L199.5,19.5 L199.5,39.5 L179.5,39.5 L179.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip8)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="190,33 190,37" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,85,123)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,100,139)">
|
||||
<path d="M-7.375,0 L7.375,0 L7.375,14 L-7.375,14 L-7.375,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip12">
|
||||
<path d="M-9.625,-123 L397.375,-123 L397.375,14 L-9.625,14 L-9.625,-123 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip12)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,92.625,139)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="12.75" x="1" xml:space="preserve" y="10">init</text>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,180,20)">
|
||||
<path d="M20,10 C20,15.5228 15.5228,20 10,20 C4.47715,20 0,15.5228 0,10 C0,4.47715 4.47715,0 10,0 C15.5228,0 20,4.47715 20,10 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,117,128)">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,202,28)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip13">
|
||||
<path d="M-34,-100 L373,-100 L373,37 L-34,37 L-34,-100 z"/>
|
||||
<clipPath id="clip9">
|
||||
<path d="M-119,0 L288,0 L288,137 L-119,137 L-119,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip13)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,117,116)">
|
||||
<g clip-path="url(#clip9)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,202,16)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -198,7 +135,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10828:2908">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,214,64)">
|
||||
<image height="48" preserveAspectRatio="none" width="53" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAAwCAYAAACxKzLDAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABjElEQVRoge2aTU/CQBBAH6Zy4aoXLlz0F/lb/TXqwQtqaLQgVAJRPMw0bLXgYj+y28xLJluapdmX3Wwnsx0AN8AlcKFtqMyAVFs30p8dE0Rk7ESojIChXm+BHJhXdUyQGRoDE41QOdd2A6yAzLlXwp2pCXDdxehqsEWE5sjSq5Q663JEXWFSsWBSsWBSsdBLqcSjzy0w0PBhp/GFvP0/kJflC/Ck8YzkbG/AUvu6/6+Fj9Q9/kIFO+ATyQAKqSL5TIFXYAGsKQs1QhdSOSIwR/K1BfCu97cnPtcLH6k7/iflLr8cydly/b1GhGovtSq6mKmqaHzJufhIPbQ5gDbo5ZZuUrFgUrFgUrFgUi1x1fQDQ5BqnF5K+eR+rWTSbdLLmTKpWDCpWDCpWEiQetyIA6dyAfEITJHxZhwpsSVIcdE9IA6VqUaK1BCPSs30ujggDhX3k4MMGeumqmMh5R4Qh0rGvsr75/KbaYeM/ayFSE650rvigNQA+Y5iiGwUIW8WRXV3w++Kr2EYxml8A20cgQhZkyJ1AAAAAElFTkSuQmCC" y="0"/>
|
||||
<image height="48" preserveAspectRatio="none" width="53" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAAwCAYAAACxKzLDAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAB1klEQVRoge2ay27CMBAAB5r2wrW9cOHSflE/H6q2SEUgAoRXRHn2sLZwUCgmCeAgj7SyQSba0Tom2FSAd+AFeFatq/SBULVmhIcDA0SkboSr1IAn1V8BMTBOGxggFaoDDRWu8qjaJTAHIuO9BGalGsDbNbLLwQoRGiNTL1Wqes2MroWXKgteqix4qbJwl1JBzs+vkG/2JtA6aL+AgcU1qsDWeL3LmVOuSm2AX2AKzA7aGBG2YXt6yHlklTKFhipGqh1znlTh2Ey/HVAx+mv2QiHQNSJkL7UuOllbbKSmxjhTaIiIfAJt1R8AE2CB41ItklIL5N7RUm3gB+ghU3CGiOe+4bOSVWqKCOhp1yM59W52P4GdVJPjlQqRKTdChG5eJchXqbGKCSITI0KFL9HnkrVSsRELRGbFjSuksZH6AB5Uf4Mkr2OtwgkZjY1U9+JZFMxdPtB6qQvxWvQFXZAqnLuUsn1KLxV3WSkvVRa8VFnwUmUhQE7kahw5lXOIb6CD5Bvxz7ZBgPwkNw+IXaWj4uReiK4U7A+IXcX8y0GE5LpMG6ilzANiV4mQ/CIspl9fDYjYV81F9J7I3GhTpSrI/yiekIXC5cVC74ssSe6TuLwOeDweV/kDu3K5XLH6JK0AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,215,65)">
|
||||
<path d="M0,0 L45,0 L45,40 L0,40 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -206,35 +143,35 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip15">
|
||||
<clipPath id="clip11">
|
||||
<path d="M-42,-30 L3,-30 L3,10 L-42,10 L-42,-30 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip15)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,257,95)">
|
||||
<g clip-path="url(#clip11)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,257,95)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="10.5469" x="-10.5469" xml:space="preserve" y="3.5">x0</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip16">
|
||||
<clipPath id="clip12">
|
||||
<path d="M-42,-10 L3,-10 L3,30 L-42,30 L-42,-10 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip16)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,257,75)">
|
||||
<g clip-path="url(#clip12)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,257,75)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-5.54688" xml:space="preserve" y="3.5">u</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip17">
|
||||
<clipPath id="clip13">
|
||||
<path d="M-14,-20 L31,-20 L31,20 L-14,20 L-14,-20 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip17)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,229,85)">
|
||||
<g clip-path="url(#clip13)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,229,85)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="6.09375" x="0" xml:space="preserve" y="3.5">Z</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip18">
|
||||
<clipPath id="clip14">
|
||||
<path d="M-20,-16 L25,-16 L25,24 L-20,24 L-20,-16 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip18)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,235,81)">
|
||||
<g clip-path="url(#clip14)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,235,81)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="8.875" x="0" xml:space="preserve" y="3.5">-1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -252,74 +189,11 @@
|
||||
<path d="M-46.4844,0 L0,0 L0,12 L-46.4844,12 L-46.4844,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip19">
|
||||
<clipPath id="clip15">
|
||||
<path d="M-83.5156,-71 L323.484,-71 L323.484,66 L-83.5156,66 L-83.5156,-71 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip19)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,166.516,87)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10828:2786">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,84,22)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,85,23)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip21">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip21)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,100,30)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,85,23)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,100,39)">
|
||||
<path d="M-3.77344,0 L3.77344,0 L3.77344,14 L-3.77344,14 L-3.77344,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip22">
|
||||
<path d="M-13.2266,-23 L393.773,-23 L393.773,114 L-13.2266,114 L-13.2266,-23 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip22)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,96.2266,39)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="1" xml:space="preserve" y="10">u</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,117,28)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip23">
|
||||
<path d="M-34,0 L373,0 L373,137 L-34,137 L-34,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip23)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,117,16)">
|
||||
<g clip-path="url(#clip15)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,166.516,87)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -341,19 +215,19 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip25">
|
||||
<clipPath id="clip17">
|
||||
<path d="M0,0 L50,0 L50,20 L0,20 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip25)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,350,20)">
|
||||
<g clip-path="url(#clip17)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,350,20)">
|
||||
<path d="M0,0 L50,0 L50,20 L0,20 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip31">
|
||||
<clipPath id="clip23">
|
||||
<path d="M-19,-5 L23,-5 L23,10 L-19,10 L-19,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip31)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,372.5,27.5)">
|
||||
<g clip-path="url(#clip23)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,372.5,27.5)">
|
||||
<path d="M-13.1406,3.71875 L-12.1094,3.85938 C-12.224,4.56771 -12.5156,5.125 -12.9844,5.53125 C-13.4531,5.9375 -14.026,6.14062 -14.7031,6.14062 C-15.5573,6.14062 -16.2422,5.86198 -16.7578,5.30469 C-17.2734,4.7474 -17.5312,3.94792 -17.5312,2.90625 C-17.5312,2.23958 -17.4193,1.65365 -17.1953,1.14844 C-16.9714,0.643229 -16.6328,0.265625 -16.1797,0.015625 C-15.7266,-0.234375 -15.2292,-0.359375 -14.6875,-0.359375 C-14.0208,-0.359375 -13.4714,-0.190104 -13.0391,0.148438 C-12.6068,0.486979 -12.3281,0.973958 -12.2031,1.60938 L-13.2344,1.76562 C-13.3281,1.34896 -13.5,1.03385 -13.75,0.820312 C-14,0.606771 -14.3021,0.5 -14.6562,0.5 C-15.1875,0.5 -15.6198,0.690104 -15.9531,1.07031 C-16.2865,1.45052 -16.4531,2.05208 -16.4531,2.875 C-16.4531,3.71875 -16.2917,4.32812 -15.9688,4.70312 C-15.6458,5.07812 -15.2292,5.26562 -14.7188,5.26562 C-14.3021,5.26562 -13.9557,5.14062 -13.6797,4.89062 C-13.4036,4.64062 -13.224,4.25 -13.1406,3.71875 M-11.5938,2.89062 C-11.5938,1.73438 -11.276,0.880208 -10.6406,0.328125 C-10.1094,-0.130208 -9.45833,-0.359375 -8.6875,-0.359375 C-7.83333,-0.359375 -7.13281,-0.0807292 -6.58594,0.476562 C-6.03906,1.03385 -5.76562,1.80729 -5.76562,2.79688 C-5.76562,3.59896 -5.88542,4.22917 -6.125,4.6875 C-6.36458,5.14583 -6.71615,5.5026 -7.17969,5.75781 C-7.64323,6.01302 -8.14583,6.14062 -8.6875,6.14062 C-9.55208,6.14062 -10.2526,5.86198 -10.7891,5.30469 C-11.3255,4.7474 -11.5938,3.94271 -11.5938,2.89062 M-10.5156,2.89062 C-10.5156,3.68229 -10.3411,4.27604 -9.99219,4.67188 C-9.64323,5.06771 -9.20833,5.26562 -8.6875,5.26562 C-8.15625,5.26562 -7.71875,5.06771 -7.375,4.67188 C-7.03125,4.27604 -6.85938,3.67188 -6.85938,2.85938 C-6.85938,2.08854 -7.03385,1.50521 -7.38281,1.10938 C-7.73177,0.713542 -8.16667,0.515625 -8.6875,0.515625 C-9.20833,0.515625 -9.64323,0.710938 -9.99219,1.10156 C-10.3411,1.49219 -10.5156,2.08854 -10.5156,2.89062 M-4.53125,6 L-4.53125,-0.21875 L-3.59375,-0.21875 L-3.59375,0.65625 C-3.13542,-0.0208333 -2.47396,-0.359375 -1.60938,-0.359375 C-1.23438,-0.359375 -0.888021,-0.291667 -0.570312,-0.15625 C-0.252604,-0.0208333 -0.015625,0.15625 0.140625,0.375 C0.296875,0.59375 0.40625,0.848958 0.46875,1.14062 C0.5,1.33854 0.515625,1.68229 0.515625,2.17188 L0.515625,6 L-0.53125,6 L-0.53125,2.21875 C-0.53125,1.78125 -0.572917,1.45833 -0.65625,1.25 C-0.739583,1.04167 -0.885417,0.872396 -1.09375,0.742188 C-1.30208,0.611979 -1.54688,0.546875 -1.82812,0.546875 C-2.27604,0.546875 -2.66406,0.690104 -2.99219,0.976562 C-3.32031,1.26302 -3.48438,1.80208 -3.48438,2.59375 L-3.48438,6 L-4.53125,6 M3.85938,6 L1.5,-0.21875 L2.60938,-0.21875 L3.95312,3.5 C4.08854,3.90625 4.21875,4.32292 4.34375,4.75 C4.4375,4.42708 4.56771,4.03646 4.73438,3.57812 L6.125,-0.21875 L7.20312,-0.21875 L4.84375,6 L3.85938,6 M12.3906,4 L13.4844,4.125 C13.3177,4.76042 13,5.25521 12.5312,5.60938 C12.0625,5.96354 11.4688,6.14062 10.75,6.14062 C9.84375,6.14062 9.1224,5.85938 8.58594,5.29688 C8.04948,4.73438 7.78125,3.94792 7.78125,2.9375 C7.78125,1.89583 8.05208,1.08594 8.59375,0.507812 C9.13542,-0.0703125 9.83333,-0.359375 10.6875,-0.359375 C11.5208,-0.359375 12.2005,-0.078125 12.7266,0.484375 C13.2526,1.04688 13.5156,1.84375 13.5156,2.875 C13.5156,2.9375 13.5156,3.03125 13.5156,3.15625 L8.875,3.15625 C8.91667,3.84375 9.10938,4.36719 9.45312,4.72656 C9.79688,5.08594 10.2292,5.26562 10.75,5.26562 C11.1354,5.26562 11.4661,5.16406 11.7422,4.96094 C12.0182,4.75781 12.2344,4.4375 12.3906,4 M8.9375,2.29688 L12.4062,2.29688 C12.3646,1.76562 12.2344,1.36979 12.0156,1.10938 C11.6719,0.703125 11.2344,0.5 10.7031,0.5 C10.2135,0.5 9.80469,0.661458 9.47656,0.984375 C9.14844,1.30729 8.96875,1.74479 8.9375,2.29688 M14.7969,6 L14.7969,-0.21875 L15.75,-0.21875 L15.75,0.71875 C15.9896,0.28125 16.2109,-0.0078125 16.4141,-0.148438 C16.6172,-0.289062 16.8438,-0.359375 17.0938,-0.359375 C17.4479,-0.359375 17.8073,-0.25 18.1719,-0.03125 L17.8125,0.953125 C17.5521,0.796875 17.2969,0.71875 17.0469,0.71875 C16.8073,0.71875 16.5964,0.789062 16.4141,0.929688 C16.2318,1.07031 16.1042,1.26562 16.0312,1.51562 C15.9062,1.89062 15.8438,2.29688 15.8438,2.73438 L15.8438,6 L14.7969,6 M21.0938,5.0625 L21.25,5.98438 C20.9479,6.04688 20.6823,6.07812 20.4531,6.07812 C20.0677,6.07812 19.7708,6.01823 19.5625,5.89844 C19.3542,5.77865 19.2057,5.61979 19.1172,5.42188 C19.0286,5.22396 18.9844,4.80729 18.9844,4.17188 L18.9844,0.59375 L18.2188,0.59375 L18.2188,-0.21875 L18.9844,-0.21875 L18.9844,-1.76562 L20.0312,-2.39062 L20.0312,-0.21875 L21.0938,-0.21875 L21.0938,0.59375 L20.0312,0.59375 L20.0312,4.23438 C20.0312,4.53646 20.0495,4.72917 20.0859,4.8125 C20.1224,4.89583 20.1823,4.96354 20.2656,5.01562 C20.349,5.06771 20.4688,5.09375 20.625,5.09375 C20.75,5.09375 20.9062,5.08333 21.0938,5.0625" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -379,11 +253,137 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip45">
|
||||
<clipPath id="clip37">
|
||||
<path d="M-319,0 L88,0 L88,137 L-319,137 L-319,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip45)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,402,16)">
|
||||
<g clip-path="url(#clip37)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,402,16)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10828:2909">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,84,122)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,85,123)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip39">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip39)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,100,130)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">2</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,85,123)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,100,139)">
|
||||
<path d="M-7.375,0 L7.375,0 L7.375,14 L-7.375,14 L-7.375,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip40">
|
||||
<path d="M-9.625,-123 L397.375,-123 L397.375,14 L-9.625,14 L-9.625,-123 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip40)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,92.625,139)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="12.75" x="1" xml:space="preserve" y="10">init</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,117,128)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip41">
|
||||
<path d="M-34,-100 L373,-100 L373,37 L-34,37 L-34,-100 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip41)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,117,116)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10828:2786">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,84,22)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,85,23)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip43">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip43)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,100,30)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,85,23)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,100,39)">
|
||||
<path d="M-3.77344,0 L3.77344,0 L3.77344,14 L-3.77344,14 L-3.77344,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip44">
|
||||
<path d="M-13.2266,-23 L393.773,-23 L393.773,114 L-13.2266,114 L-13.2266,-23 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip44)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,96.2266,39)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="1" xml:space="preserve" y="10">u</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,117,28)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip45">
|
||||
<path d="M-34,0 L373,0 L373,137 L-34,137 L-34,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip45)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,117,16)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -485,5 +485,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2020-10-11 20:20:52 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2020-10-11 21:39:28 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
@ -1,4 +1,84 @@
|
||||
[
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10828:2791:2710",
|
||||
"className":"Simulink.Outport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"hitMin",
|
||||
"label":"hitMin",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10828:2791",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"EnsureOutportIsVirtual",
|
||||
"InitialOutput",
|
||||
"MustResolveToSignalObject",
|
||||
"OutputWhenDisabled",
|
||||
"OutputWhenUnConnected",
|
||||
"OutputWhenUnconnectedValue",
|
||||
"SignalName",
|
||||
"SignalObject",
|
||||
"SourceOfInitialOutputValue",
|
||||
"StorageClass",
|
||||
"VectorParamsAs1DForOutWhenUnconnected"
|
||||
],
|
||||
"values":[
|
||||
"3",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"off",
|
||||
"[]",
|
||||
"off",
|
||||
"held",
|
||||
"off",
|
||||
"0",
|
||||
"",
|
||||
[
|
||||
],
|
||||
"Dialog",
|
||||
"Auto",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Outport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10828:2791:2377",
|
||||
"className":"Simulink.Outport",
|
||||
@ -159,86 +239,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10828:2791:2710",
|
||||
"className":"Simulink.Outport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"hitMin",
|
||||
"label":"hitMin",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10828:2791",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"EnsureOutportIsVirtual",
|
||||
"InitialOutput",
|
||||
"MustResolveToSignalObject",
|
||||
"OutputWhenDisabled",
|
||||
"OutputWhenUnConnected",
|
||||
"OutputWhenUnconnectedValue",
|
||||
"SignalName",
|
||||
"SignalObject",
|
||||
"SourceOfInitialOutputValue",
|
||||
"StorageClass",
|
||||
"VectorParamsAs1DForOutWhenUnconnected"
|
||||
],
|
||||
"values":[
|
||||
"3",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"off",
|
||||
"[]",
|
||||
"off",
|
||||
"held",
|
||||
"off",
|
||||
"0",
|
||||
"",
|
||||
[
|
||||
],
|
||||
"Dialog",
|
||||
"Auto",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Outport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10828:2791:2849",
|
||||
"className":"Simulink.Switch",
|
||||
@ -342,40 +342,50 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10828:2791:2848",
|
||||
"className":"Simulink.Switch",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10828:2791:2700",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Switch1",
|
||||
"label":"Switch1",
|
||||
"name":"u",
|
||||
"label":"u",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10828:2791",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Criteria",
|
||||
"InputSameDT",
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"AllowDiffInputSizes",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"Threshold",
|
||||
"ZeroCross"
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"InputConnect",
|
||||
"Interpolate",
|
||||
"LatchByDelayingOutsideSignal",
|
||||
"LatchInputForFeedbackSignals",
|
||||
"OutputFunctionCall"
|
||||
],
|
||||
"values":[
|
||||
"u2 ~= 0",
|
||||
"off",
|
||||
"2",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via back propagation",
|
||||
"off",
|
||||
"Zero",
|
||||
"off",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"0",
|
||||
"on"
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"",
|
||||
"on",
|
||||
"off",
|
||||
"off",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
@ -384,8 +394,8 @@
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
1,
|
||||
9
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
@ -394,7 +404,7 @@
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Switch",
|
||||
"blocktype":"Inport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
@ -511,50 +521,40 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10828:2791:2700",
|
||||
"className":"Simulink.Inport",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10828:2791:2848",
|
||||
"className":"Simulink.Switch",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"u",
|
||||
"label":"u",
|
||||
"name":"Switch1",
|
||||
"label":"Switch1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10828:2791",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"Criteria",
|
||||
"InputSameDT",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"AllowDiffInputSizes",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"InputConnect",
|
||||
"Interpolate",
|
||||
"LatchByDelayingOutsideSignal",
|
||||
"LatchInputForFeedbackSignals",
|
||||
"OutputFunctionCall"
|
||||
"Threshold",
|
||||
"ZeroCross"
|
||||
],
|
||||
"values":[
|
||||
"2",
|
||||
"Port number",
|
||||
"u2 ~= 0",
|
||||
"off",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"Inherit: Inherit via back propagation",
|
||||
"off",
|
||||
"Zero",
|
||||
"off",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"",
|
||||
"on",
|
||||
"off",
|
||||
"off",
|
||||
"off"
|
||||
"0",
|
||||
"on"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
@ -563,8 +563,8 @@
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
1,
|
||||
9
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
@ -573,7 +573,7 @@
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Inport",
|
||||
"blocktype":"Switch",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
|
@ -10,6 +10,54 @@
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10828:2791">
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10828:2791:2710">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,529,662)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ff8000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,530,663)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip2">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip2)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,545,670)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">3</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,530,663)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,545,679)">
|
||||
<path d="M-14.3125,0 L14.3125,0 L14.3125,14 L-14.3125,14 L-14.3125,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip3">
|
||||
<path d="M-582.688,-463 L34.3125,-463 L34.3125,14 L-582.688,14 L-582.688,-463 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip3)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,530.688,679)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="26.625" x="1" xml:space="preserve" y="10">hitMin</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
@ -23,11 +71,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip2">
|
||||
<clipPath id="clip5">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip2)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,545,335)">
|
||||
<g clip-path="url(#clip5)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,545,335)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">2</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -45,11 +93,11 @@
|
||||
<path d="M-3.5,0 L3.5,0 L3.5,14 L-3.5,14 L-3.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip3">
|
||||
<clipPath id="clip6">
|
||||
<path d="M-593.5,-128 L23.5,-128 L23.5,349 L-593.5,349 L-593.5,-128 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip3)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,541.5,344)">
|
||||
<g clip-path="url(#clip6)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,541.5,344)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5" x="1" xml:space="preserve" y="10">y</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -71,11 +119,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip5">
|
||||
<clipPath id="clip8">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip5)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,545,225)">
|
||||
<g clip-path="url(#clip8)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,545,225)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -93,11 +141,11 @@
|
||||
<path d="M-15.7031,0 L15.7031,0 L15.7031,14 L-15.7031,14 L-15.7031,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip6">
|
||||
<clipPath id="clip9">
|
||||
<path d="M-581.297,-18 L35.7031,-18 L35.7031,459 L-581.297,459 L-581.297,-18 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip6)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,529.297,234)">
|
||||
<g clip-path="url(#clip9)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,529.297,234)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="29.4062" x="1" xml:space="preserve" y="10">hitMax</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -107,54 +155,6 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10828:2791:2710">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,529,662)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ff8000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,530,663)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip8">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip8)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,545,670)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">3</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,530,663)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,545,679)">
|
||||
<path d="M-14.3125,0 L14.3125,0 L14.3125,14 L-14.3125,14 L-14.3125,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip9">
|
||||
<path d="M-582.688,-463 L34.3125,-463 L34.3125,14 L-582.688,14 L-582.688,-463 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip9)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,530.688,679)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="26.625" x="1" xml:space="preserve" y="10">hitMin</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10828:2791:2849">
|
||||
@ -428,187 +428,58 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10828:2791:2848">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,409,259)">
|
||||
<image height="158" preserveAspectRatio="none" width="58" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAACeCAYAAABjNhnQAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACS0lEQVR4nO2cvW7bMBRGjws5S9ZkyZKp79J2zbMWfZg4Q5cs8SAP9mANyUAaYAILYGRJpj5+ByAoy7TAg6s/XoNcAU/APXAX6yXxBmxjnZbt14YNQe4hKUviFriJ2x1wAHbnGjaESD4Aj7EsiXWsj8AeaJN9n0gj+gj8nKN3I9MRJHeE0/as6I85e3RNLKqGRdWwqBrViDYZbf4Cq1hyeAf+9Hz3DGzO1JuMY15EjuiGfMlisWjCM5WIVhPRl8l7MQPVPF4sqoZF1bCoGhZVw6JqWFSNakRzhmkX52tKoJqIWlSNakRzs4Dfpbh/znOzgN9lkaJDIvp7wG8mZaqIFsdUES0ORzRBQrSa56hF1bCoGh54q2FRNSyqhkXVmHs8+h94JcxmaAnzVLoRj9/L3MO011i2hOkbRYmOGdF0ilVLmK9yHPH4vcwd0ZYQyZYCT90xI3qIZZ/UxYiOGdEulmOyLSl6Nap5jlpUDYuqYVE1qhHNeWH4NeC4/3r2D52bdjHVvBlVI1rNNWpRNSyqhkXVsKgaFlXDompYVA2LqmFRNSyqhkXVsKgaFlXDompYVA2LqmFRNSyqhkXVsKgaFlXDomp4eQI1LKqGRdWwqBpeniDByxMMwMsTTI2XJ0jw8gRLoprnqEXVqEbUqRQ1LKqGRdWwqBoNYRB8C6yv3JchZKdmGsKI/yZ+nmXINCLZqZlTRCGMEfdz9G5EslMzJ9EuNtrN1MGxyE7NnEQPseHbuUYFk52aWQF3hGt0zfJuSH2pmaXda4wxtfABiG+07ziNoBcAAAAASUVORK5CYII=" y="0"/>
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10828:2791:2700">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,-51,312)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,410,260)">
|
||||
<path d="M0,0 L50,0 L50,150 L0,150 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,-50,313)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip55">
|
||||
<path d="M409.5,259.5 L459.5,259.5 L459.5,409.5 L409.5,409.5 L409.5,259.5 z"/>
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip55)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="430,388 430,392" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip56">
|
||||
<path d="M409.5,259.5 L459.5,259.5 L459.5,409.5 L409.5,409.5 L409.5,259.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip56)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="430,392 433,392" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip57">
|
||||
<path d="M409.5,259.5 L459.5,259.5 L459.5,409.5 L409.5,409.5 L409.5,259.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip57)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="433,392 433,383" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip58">
|
||||
<path d="M409.5,259.5 L459.5,259.5 L459.5,409.5 L409.5,409.5 L409.5,259.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip58)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="433,383 430,383" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip59">
|
||||
<path d="M409.5,259.5 L459.5,259.5 L459.5,409.5 L409.5,409.5 L409.5,259.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip59)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="430,383 430,388" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip60">
|
||||
<path d="M409.5,259.5 L459.5,259.5 L459.5,409.5 L409.5,409.5 L409.5,259.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip60)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="430,388 410,388" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip61">
|
||||
<path d="M409.5,259.5 L459.5,259.5 L459.5,409.5 L409.5,409.5 L409.5,259.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip61)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="430,283 430,287" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip62">
|
||||
<path d="M409.5,259.5 L459.5,259.5 L459.5,409.5 L409.5,409.5 L409.5,259.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip62)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="430,287 433,287" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip63">
|
||||
<path d="M409.5,259.5 L459.5,259.5 L459.5,409.5 L409.5,409.5 L409.5,259.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip63)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="433,287 433,278" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip64">
|
||||
<path d="M409.5,259.5 L459.5,259.5 L459.5,409.5 L409.5,409.5 L409.5,259.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip64)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="433,278 430,278" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip65">
|
||||
<path d="M409.5,259.5 L459.5,259.5 L459.5,409.5 L409.5,409.5 L409.5,259.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip65)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="430,278 430,283" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip66">
|
||||
<path d="M409.5,259.5 L459.5,259.5 L459.5,409.5 L409.5,409.5 L409.5,259.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip66)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="430,283 410,283" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip67">
|
||||
<path d="M409.5,259.5 L459.5,259.5 L459.5,409.5 L409.5,409.5 L409.5,259.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip67)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="432,283 450,335" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip68">
|
||||
<path d="M409.5,259.5 L459.5,259.5 L459.5,409.5 L409.5,409.5 L409.5,259.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip68)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="450,335 460,335" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip69">
|
||||
<path d="M409.5,259.5 L459.5,259.5 L459.5,409.5 L409.5,409.5 L409.5,259.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip69)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="417,350 417,320" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip70">
|
||||
<path d="M409.5,259.5 L459.5,259.5 L459.5,409.5 L409.5,409.5 L409.5,259.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip70)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="417,320 417,335" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip71">
|
||||
<path d="M409.5,259.5 L459.5,259.5 L459.5,409.5 L409.5,409.5 L409.5,259.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip71)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="417,335 410,335" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip72">
|
||||
<path d="M-27,-22 L23,-22 L23,128 L-27,128 L-27,-22 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip72)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,437,282)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="6.09375" x="0" xml:space="preserve" y="3.5">T</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip73">
|
||||
<path d="M-27,-127 L23,-127 L23,23 L-27,23 L-27,-127 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip73)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,437,387)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="6.09375" x="0" xml:space="preserve" y="3.5">F</text>
|
||||
<g clip-path="url(#clip55)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,-35,320)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">2</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,410,260)">
|
||||
<path d="M0,0 L50,0 L50,150 L0,150 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,-50,313)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,-35,329)">
|
||||
<path d="M-3.77344,0 L3.77344,0 L3.77344,14 L-3.77344,14 L-3.77344,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip56">
|
||||
<path d="M-13.2266,-113 L603.773,-113 L603.773,364 L-13.2266,364 L-13.2266,-113 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip56)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,-38.7734,329)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="1" xml:space="preserve" y="10">u</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,462,333)">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,-18,318)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip74">
|
||||
<path d="M-514,-105 L103,-105 L103,372 L-514,372 L-514,-105 z"/>
|
||||
<clipPath id="clip57">
|
||||
<path d="M-34,-90 L583,-90 L583,387 L-34,387 L-34,-90 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip74)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,462,321)">
|
||||
<g clip-path="url(#clip57)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,-18,306)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -630,19 +501,19 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip76">
|
||||
<clipPath id="clip59">
|
||||
<path d="M0,0 L30,0 L30,60 L0,60 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip76)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,255,305)">
|
||||
<g clip-path="url(#clip59)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,255,305)">
|
||||
<path d="M0,0 L30,0 L30,60 L0,60 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip82">
|
||||
<clipPath id="clip65">
|
||||
<path d="M-3,-5 L8,-5 L8,10 L-3,10 L-3,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip82)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,267.5,332.5)">
|
||||
<g clip-path="url(#clip65)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,267.5,332.5)">
|
||||
<path d="M6.07812,2.76562 L6.07812,2.64062 L-1.26562,-0.9375 L-1.26562,-0.09375 L4.34375,2.70312 L-1.26562,5.5 L-1.26562,6.3125 L6.07812,2.76562 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -668,11 +539,11 @@
|
||||
<path d="M-30.4062,0 L30.4062,0 L30.4062,14 L-30.4062,14 L-30.4062,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip96">
|
||||
<clipPath id="clip79">
|
||||
<path d="M-291.594,-151 L325.406,-151 L325.406,326 L-291.594,326 L-291.594,-151 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip96)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,239.594,367)">
|
||||
<g clip-path="url(#clip79)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,239.594,367)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="58.8125" x="1" xml:space="preserve" y="10">LowerRelop1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -683,11 +554,11 @@
|
||||
<path d="M0,-12 L33.9844,-12 L33.9844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip97">
|
||||
<clipPath id="clip80">
|
||||
<path d="M-339,-105 L278,-105 L278,372 L-339,372 L-339,-105 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip97)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,287,321)">
|
||||
<g clip-path="url(#clip80)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,287,321)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="31.9844" x="1" xml:space="preserve" y="9">boolean</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -709,11 +580,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip99">
|
||||
<clipPath id="clip82">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip99)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,-35,590)">
|
||||
<g clip-path="url(#clip82)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,-35,590)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">3</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -731,11 +602,11 @@
|
||||
<path d="M-4.88281,0 L4.88281,0 L4.88281,14 L-4.88281,14 L-4.88281,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip100">
|
||||
<clipPath id="clip83">
|
||||
<path d="M-12.1172,-383 L604.883,-383 L604.883,94 L-12.1172,94 L-12.1172,-383 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip100)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,-39.8828,599)">
|
||||
<g clip-path="url(#clip83)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,-39.8828,599)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="7.76562" x="1" xml:space="preserve" y="10">lo</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -746,11 +617,11 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip101">
|
||||
<clipPath id="clip84">
|
||||
<path d="M-34,-360 L583,-360 L583,117 L-34,117 L-34,-360 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip101)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,-18,576)">
|
||||
<g clip-path="url(#clip84)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,-18,576)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -762,58 +633,187 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10828:2791:2700">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,-51,312)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10828:2791:2848">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,409,259)">
|
||||
<image height="158" preserveAspectRatio="none" width="58" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAACeCAYAAABjNhnQAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACqElEQVR4nO2dQU/bMBiGn04tF65w4cJp/2U777dO+zGwwy5sE9XWwpqhVowd7GwpaoUbEjd5/T6SFRq5kR99bvLZuO4E+ACcA2fxOCZugXk8Nsv8ecUpQe6iUcbEKXAS/94AFbDcVXFKiOQFcBnLmJjF4xpYAYvGuS2aEb0E3uZoXcdsCJJLQrfdKfomZ4uOiUXVsKgaFlWjGNFpQp2PwCSWFJ5i+UPIWH4THubfga+xfCPkoz+BX7HuS9d8FSmi16RL1jwBj4SspRatk+058AO4Ax54WbITcohWBKklIRe9A+7j+c2B121NiugV7USbXbci5KNVfP1AkHx1l0wlR0R3lSzdtUmK6OfeW5GBYh4vFlXDompYVI1iRFMShjbsS+2uCJnW8+N1T+34RzERtagaFlUj5a6bbXDcJ8VE1KJqFCOaOgt4KIP7z3nqLOChjFK0TUTft3hPr/QV0cHRV0QHhyPaQEK0mOeoRdWwqBoeeKthUTUsqoZF1cg9Hv0C3BDWBS7IuEwu9zDtJpY5YW3goES7jGjzK1YLwvrAdYfX30vuiC74v8pzcF23y4hWbK/0XDEg0S4jWq/uXLO92rN3PGekhkXVsKgaFlWjGNGUhOFdi+t+2nP+aKs7i8mMihEt5jNqUTUsqoZF1bCoGhZVw6JqWFQNi6phUTUsqoZF1bCoGhZVw6JqWFQNi6phUTUsqoZF1bCoGhZVw6JqeHsCNSyqhkXVsKga3p6ggbcnaIG3J+gbb0/QwNsTjIlinqMWVaMYUU+lqGFRNSyqhkXVmBIGwafA7MhtaUPy1MyUMOI/ia+z/QpzRyRPzdQRhTBGXOVoXYckT83UoptYaZmpgV2RPDVTi1ax4u2uSgMmeWpmApwRPqMzxndD2jc1M7Z7jTGmFP4CT1zrkyBxnC0AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,-50,313)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,410,260)">
|
||||
<path d="M0,0 L50,0 L50,150 L0,150 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip103">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
<clipPath id="clip86">
|
||||
<path d="M409.5,259.5 L459.5,259.5 L459.5,409.5 L409.5,409.5 L409.5,259.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip103)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,-35,320)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">2</text>
|
||||
<g clip-path="url(#clip86)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="430,388 430,392" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip87">
|
||||
<path d="M409.5,259.5 L459.5,259.5 L459.5,409.5 L409.5,409.5 L409.5,259.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip87)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="430,392 433,392" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip88">
|
||||
<path d="M409.5,259.5 L459.5,259.5 L459.5,409.5 L409.5,409.5 L409.5,259.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip88)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="433,392 433,383" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip89">
|
||||
<path d="M409.5,259.5 L459.5,259.5 L459.5,409.5 L409.5,409.5 L409.5,259.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip89)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="433,383 430,383" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip90">
|
||||
<path d="M409.5,259.5 L459.5,259.5 L459.5,409.5 L409.5,409.5 L409.5,259.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip90)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="430,383 430,388" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip91">
|
||||
<path d="M409.5,259.5 L459.5,259.5 L459.5,409.5 L409.5,409.5 L409.5,259.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip91)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="430,388 410,388" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip92">
|
||||
<path d="M409.5,259.5 L459.5,259.5 L459.5,409.5 L409.5,409.5 L409.5,259.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip92)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="430,283 430,287" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip93">
|
||||
<path d="M409.5,259.5 L459.5,259.5 L459.5,409.5 L409.5,409.5 L409.5,259.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip93)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="430,287 433,287" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip94">
|
||||
<path d="M409.5,259.5 L459.5,259.5 L459.5,409.5 L409.5,409.5 L409.5,259.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip94)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="433,287 433,278" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip95">
|
||||
<path d="M409.5,259.5 L459.5,259.5 L459.5,409.5 L409.5,409.5 L409.5,259.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip95)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="433,278 430,278" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip96">
|
||||
<path d="M409.5,259.5 L459.5,259.5 L459.5,409.5 L409.5,409.5 L409.5,259.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip96)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="430,278 430,283" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip97">
|
||||
<path d="M409.5,259.5 L459.5,259.5 L459.5,409.5 L409.5,409.5 L409.5,259.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip97)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="430,283 410,283" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip98">
|
||||
<path d="M409.5,259.5 L459.5,259.5 L459.5,409.5 L409.5,409.5 L409.5,259.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip98)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="432,283 450,335" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip99">
|
||||
<path d="M409.5,259.5 L459.5,259.5 L459.5,409.5 L409.5,409.5 L409.5,259.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip99)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="450,335 460,335" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip100">
|
||||
<path d="M409.5,259.5 L459.5,259.5 L459.5,409.5 L409.5,409.5 L409.5,259.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip100)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="417,350 417,320" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip101">
|
||||
<path d="M409.5,259.5 L459.5,259.5 L459.5,409.5 L409.5,409.5 L409.5,259.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip101)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="417,320 417,335" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip102">
|
||||
<path d="M409.5,259.5 L459.5,259.5 L459.5,409.5 L409.5,409.5 L409.5,259.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip102)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="417,335 410,335" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip103">
|
||||
<path d="M-27,-22 L23,-22 L23,128 L-27,128 L-27,-22 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip103)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,437,282)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="6.09375" x="0" xml:space="preserve" y="3.5">T</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip104">
|
||||
<path d="M-27,-127 L23,-127 L23,23 L-27,23 L-27,-127 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip104)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,437,387)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="6.09375" x="0" xml:space="preserve" y="3.5">F</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,-50,313)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,-35,329)">
|
||||
<path d="M-3.77344,0 L3.77344,0 L3.77344,14 L-3.77344,14 L-3.77344,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip104">
|
||||
<path d="M-13.2266,-113 L603.773,-113 L603.773,364 L-13.2266,364 L-13.2266,-113 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip104)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,-38.7734,329)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="1" xml:space="preserve" y="10">u</text>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,410,260)">
|
||||
<path d="M0,0 L50,0 L50,150 L0,150 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,-18,318)">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,462,333)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip105">
|
||||
<path d="M-34,-90 L583,-90 L583,387 L-34,387 L-34,-90 z"/>
|
||||
<path d="M-514,-105 L103,-105 L103,372 L-514,372 L-514,-105 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip105)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,-18,306)">
|
||||
<g clip-path="url(#clip105)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,462,321)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -1081,10 +1081,10 @@
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,0,320)">
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,145,320)">
|
||||
<path d="M2.5,0 C2.5,1.38071 1.38071,2.5 0,2.5 C-1.38071,2.5 -2.5,1.38071 -2.5,0 C-2.5,-1.38071 -1.38071,-2.5 0,-2.5 C1.38071,-2.5 2.5,-1.38071 2.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,145,320)">
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,0,320)">
|
||||
<path d="M2.5,0 C2.5,1.38071 1.38071,2.5 0,2.5 C-1.38071,2.5 -2.5,1.38071 -2.5,0 C-2.5,-1.38071 -1.38071,-2.5 0,-2.5 C1.38071,-2.5 2.5,-1.38071 2.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -1106,5 +1106,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2020-10-11 20:20:52 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2020-10-11 21:39:28 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |
@ -213,6 +213,37 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10828:2839",
|
||||
"className":"Simulink.Signum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"SignDeltaU3",
|
||||
"label":"SignDeltaU3",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10828:2816",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"ZeroCross",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"on",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Signum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10828:2840",
|
||||
"className":"Simulink.DataTypeConversion",
|
||||
@ -261,71 +292,38 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10828:2839",
|
||||
"className":"Simulink.Signum",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10828:2841",
|
||||
"className":"Simulink.RelationalOperator",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"SignDeltaU3",
|
||||
"label":"SignDeltaU3",
|
||||
"name":"Equal1",
|
||||
"label":"Equal1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10828:2816",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"ZeroCross",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"on",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Signum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10828:2836",
|
||||
"className":"Simulink.DataTypeConversion",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"DataTypeConv3",
|
||||
"label":"DataTypeConv3",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10828:2816",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"Operator",
|
||||
"InputSameDT",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"ConvertRealWorld",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"SampleTime"
|
||||
"SampleTime",
|
||||
"ZeroCross"
|
||||
],
|
||||
"values":[
|
||||
"[]",
|
||||
"[]",
|
||||
"int8",
|
||||
"==",
|
||||
"on",
|
||||
"Real World Value (RWV)",
|
||||
"Inherit: Logical (see Configuration Parameters: Optimization)",
|
||||
"Zero",
|
||||
"off",
|
||||
"-1"
|
||||
"-1",
|
||||
"on"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes",
|
||||
"Main",
|
||||
"Data Type",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
7
|
||||
1,
|
||||
4
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
@ -334,7 +332,7 @@
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"DataTypeConversion",
|
||||
"blocktype":"RelationalOperator",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
@ -406,38 +404,40 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10828:2841",
|
||||
"className":"Simulink.RelationalOperator",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:10828:2836",
|
||||
"className":"Simulink.DataTypeConversion",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Equal1",
|
||||
"label":"Equal1",
|
||||
"name":"DataTypeConv3",
|
||||
"label":"DataTypeConv3",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:10828:2816",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Operator",
|
||||
"InputSameDT",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"ConvertRealWorld",
|
||||
"RndMeth",
|
||||
"SampleTime",
|
||||
"ZeroCross"
|
||||
"SaturateOnIntegerOverflow",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"==",
|
||||
"[]",
|
||||
"[]",
|
||||
"int8",
|
||||
"on",
|
||||
"Inherit: Logical (see Configuration Parameters: Optimization)",
|
||||
"Real World Value (RWV)",
|
||||
"Zero",
|
||||
"-1",
|
||||
"on"
|
||||
"off",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Data Type",
|
||||
"Parameter Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
1,
|
||||
4
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
@ -446,7 +446,7 @@
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"RelationalOperator",
|
||||
"blocktype":"DataTypeConversion",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
|
@ -185,75 +185,11 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10828:2840">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,154,264)">
|
||||
<image height="28" preserveAspectRatio="none" width="43" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAcCAYAAAD4IkbVAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA30lEQVRYhe2XMQvCQAxGX6V2cdWlSyd/kf9/cHFph+vQDu3ikBSjnCLIxSUPQo4S6OO4g+8q4AKcgKN2b3pg0G5reB2sEcHWlDcHoNH1CszAmBuskR1tgU7Lm732BZiAZL49YXe2A84edhlWRHREjkBWdudp9CshW4qQLUXIliJkSxGypQjZUtRIyjnwJuk4cAVu6pGQPLvmBmskkdvw681Na0Ai4kfZXtdb+PXGPmuSOiy5wU3Whl9vkv438cUx6HUg8dhlT2atyfSsbIW8wRrkgv3jkq1ai1lvFQSBF3dqRUK99alT1gAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,155,265)">
|
||||
<path d="M0,0 L35,0 L35,20 L0,20 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip13">
|
||||
<path d="M0,0 L35,0 L35,20 L0,20 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip13)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,155,265)">
|
||||
<path d="M0,0 L35,0 L35,20 L0,20 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip19">
|
||||
<path d="M-9,-5 L13,-5 L13,10 L-9,10 L-9,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip19)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,170,272.5)">
|
||||
<path d="M-7.20312,-1.375 L-7.20312,-2.59375 L-6.14062,-2.59375 L-6.14062,-1.375 L-7.20312,-1.375 M-7.20312,6 L-7.20312,-0.21875 L-6.14062,-0.21875 L-6.14062,6 L-7.20312,6 M-4.54688,6 L-4.54688,-0.21875 L-3.60938,-0.21875 L-3.60938,0.65625 C-3.15104,-0.0208333 -2.48958,-0.359375 -1.625,-0.359375 C-1.25,-0.359375 -0.903646,-0.291667 -0.585938,-0.15625 C-0.268229,-0.0208333 -0.03125,0.15625 0.125,0.375 C0.28125,0.59375 0.390625,0.848958 0.453125,1.14062 C0.484375,1.33854 0.5,1.68229 0.5,2.17188 L0.5,6 L-0.546875,6 L-0.546875,2.21875 C-0.546875,1.78125 -0.588542,1.45833 -0.671875,1.25 C-0.755208,1.04167 -0.901042,0.872396 -1.10938,0.742188 C-1.31771,0.611979 -1.5625,0.546875 -1.84375,0.546875 C-2.29167,0.546875 -2.67969,0.690104 -3.00781,0.976562 C-3.33594,1.26302 -3.5,1.80208 -3.5,2.59375 L-3.5,6 L-4.54688,6 M4.42188,5.0625 L4.57812,5.98438 C4.27604,6.04688 4.01042,6.07812 3.78125,6.07812 C3.39583,6.07812 3.09896,6.01823 2.89062,5.89844 C2.68229,5.77865 2.53385,5.61979 2.44531,5.42188 C2.35677,5.22396 2.3125,4.80729 2.3125,4.17188 L2.3125,0.59375 L1.54688,0.59375 L1.54688,-0.21875 L2.3125,-0.21875 L2.3125,-1.76562 L3.35938,-2.39062 L3.35938,-0.21875 L4.42188,-0.21875 L4.42188,0.59375 L3.35938,0.59375 L3.35938,4.23438 C3.35938,4.53646 3.3776,4.72917 3.41406,4.8125 C3.45052,4.89583 3.51042,4.96354 3.59375,5.01562 C3.67708,5.06771 3.79688,5.09375 3.95312,5.09375 C4.07812,5.09375 4.23438,5.08333 4.42188,5.0625 M6.78125,1.34375 C6.34375,1.17708 6.01823,0.945312 5.80469,0.648438 C5.59115,0.351562 5.48438,0 5.48438,-0.40625 C5.48438,-1.03125 5.71094,-1.55729 6.16406,-1.98438 C6.61719,-2.41146 7.21354,-2.625 7.95312,-2.625 C8.70312,-2.625 9.30729,-2.40625 9.76562,-1.96875 C10.224,-1.53125 10.4531,-1 10.4531,-0.375 C10.4531,0.0208333 10.349,0.364583 10.1406,0.65625 C9.93229,0.947917 9.61458,1.17708 9.1875,1.34375 C9.71875,1.51042 10.1198,1.78646 10.3906,2.17188 C10.6615,2.55729 10.7969,3.01562 10.7969,3.54688 C10.7969,4.27604 10.5391,4.89062 10.0234,5.39062 C9.50781,5.89062 8.82292,6.14062 7.96875,6.14062 C7.125,6.14062 6.44271,5.89062 5.92188,5.39062 C5.40104,4.89062 5.14062,4.26562 5.14062,3.51562 C5.14062,2.95312 5.28385,2.48438 5.57031,2.10938 C5.85677,1.73438 6.26042,1.47917 6.78125,1.34375 M6.5625,-0.453125 C6.5625,-0.046875 6.69531,0.286458 6.96094,0.546875 C7.22656,0.807292 7.56771,0.9375 7.98438,0.9375 C8.39062,0.9375 8.72396,0.809896 8.98438,0.554688 C9.24479,0.299479 9.375,-0.015625 9.375,-0.390625 C9.375,-0.776042 9.23958,-1.10156 8.96875,-1.36719 C8.69792,-1.63281 8.36458,-1.76562 7.96875,-1.76562 C7.5625,-1.76562 7.22656,-1.63542 6.96094,-1.375 C6.69531,-1.11458 6.5625,-0.807292 6.5625,-0.453125 M6.23438,3.51562 C6.23438,3.81771 6.30469,4.10938 6.44531,4.39062 C6.58594,4.67188 6.79688,4.89062 7.07812,5.04688 C7.35938,5.20312 7.66146,5.28125 7.98438,5.28125 C8.48438,5.28125 8.89844,5.11979 9.22656,4.79688 C9.55469,4.47396 9.71875,4.0625 9.71875,3.5625 C9.71875,3.05208 9.55208,2.63021 9.21875,2.29688 C8.88542,1.96354 8.46354,1.79688 7.95312,1.79688 C7.45312,1.79688 7.04167,1.96094 6.71875,2.28906 C6.39583,2.61719 6.23438,3.02604 6.23438,3.51562" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,155,265)">
|
||||
<path d="M0,0 L35,0 L35,20 L0,20 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,192,273)">
|
||||
<path d="M0,-12 L16.4844,-12 L16.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip33">
|
||||
<path d="M-202.055,-41 L258,-41 L258,102 L-202.055,102 L-202.055,-41 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip33)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,192,261)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="14.4844" x="1" xml:space="preserve" y="9">int8</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10828:2839">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,89,261)">
|
||||
<image height="34" preserveAspectRatio="none" width="33" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAiCAYAAADRcLDBAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA30lEQVRYhe2XoQ7CMBBA38iYmQUzM8UX8f8Cg2lFEZvYDKJ3ocC2EDiBuJdc7rI07cut4loBZ+AIHCRbEYAouYz4urCWg7sirGiBRuoZGIHb0sKa3IEO6CWs2EuegAFIxbc3Ce1ED5wMJSB3YCB3IKxJ7IwP/QqXUFxCcQnFJRSXUFxCcQnFJRSXUGry7NeyMv/9wAW4yv6JPG3PaxKR59HciqtEJA+6mxJBah3NrSgfP0n2nrYkytHciiT7JT74HUEWJB5dsWCUGIq8KFGRX2AN+WJaXs5ZYipqDcf5f+7XoELJg0MaGwAAAABJRU5ErkJggg==" y="0"/>
|
||||
<image height="34" preserveAspectRatio="none" width="33" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAiCAYAAADRcLDBAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA/ElEQVRYhe2XsQ6CMBBAHwZZWHVxcfJjnP00v8W/cXFhoUMdcIDFoXexKhCip2HoSy7XkEv7cnS4ZsABWAMryVbUgJMch3stzOXgTRRWlEAh6w64Ade+wpzQgQ2wlbBiKbkFGsBH394ktBNbYGcoAaEDDaED9ZDEwvjQj0gSSpJQkoQyC4l8Qs0JyCT62P9D4jwiMBuJr5kicfylAMzkYiYJJUkoSULJCbNfycD89wUXoJL9PWHa7oYkHM+juRWVhCMMuqMStax1NLcifvx42bsdk4hHcyu87OeZ8DtqKfA8umLBTaKJcq9ERniBFYSLaXk5O4k2WmskEvPnDjSoRmcsv12HAAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,90,262)">
|
||||
<path d="M0,0 L25,0 L25,26 L0,26 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -261,35 +197,35 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip35">
|
||||
<clipPath id="clip13">
|
||||
<path d="M0,0 L25,0 L25,26 L0,26 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip35)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,90,262)">
|
||||
<g clip-path="url(#clip13)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,90,262)">
|
||||
<path d="M0,0 L25,0 L25,26 L0,26 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip40">
|
||||
<clipPath id="clip18">
|
||||
<path d="M1,1 L26,1 L26,27 L1,27 L1,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip40)" fill="none" opacity="1" stroke="#ababab" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,89,261.5)">
|
||||
<g clip-path="url(#clip18)" fill="none" opacity="1" stroke="#ababab" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,89,261.5)">
|
||||
<path d="M2.66667,13.5 L24.3333,13.5" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip41">
|
||||
<clipPath id="clip19">
|
||||
<path d="M1,1 L26,1 L26,27 L1,27 L1,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip41)" fill="none" opacity="1" stroke="#ababab" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,89,261.5)">
|
||||
<g clip-path="url(#clip19)" fill="none" opacity="1" stroke="#ababab" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,89,261.5)">
|
||||
<path d="M13.5,2.66667 L13.5,24.3333" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip42">
|
||||
<clipPath id="clip20">
|
||||
<path d="M1,1 L26,1 L26,27 L1,27 L1,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip42)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,89,261.5)">
|
||||
<g clip-path="url(#clip20)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,89,261.5)">
|
||||
<path d="M4.33333,17.6667 L13.5,17.6667 L13.5,9.33333 L22.6667,9.33333" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -315,11 +251,11 @@
|
||||
<path d="M0,-12 L21.4844,-12 L21.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip53">
|
||||
<clipPath id="clip31">
|
||||
<path d="M-127.055,-41 L333,-41 L333,102 L-127.055,102 L-127.055,-41 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip53)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,117,261)">
|
||||
<g clip-path="url(#clip31)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,117,261)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="19.4844" x="1" xml:space="preserve" y="9">int16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -331,29 +267,29 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10828:2836">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,154,229)">
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10828:2840">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,154,264)">
|
||||
<image height="28" preserveAspectRatio="none" width="43" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAcCAYAAAD4IkbVAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA30lEQVRYhe2XMQvCQAxGX6V2cdWlSyd/kf9/cHFph+vQDu3ikBSjnCLIxSUPQo4S6OO4g+8q4AKcgKN2b3pg0G5reB2sEcHWlDcHoNH1CszAmBuskR1tgU7Lm732BZiAZL49YXe2A84edhlWRHREjkBWdudp9CshW4qQLUXIliJkSxGypQjZUtRIyjnwJuk4cAVu6pGQPLvmBmskkdvw681Na0Ai4kfZXtdb+PXGPmuSOiy5wU3Whl9vkv438cUx6HUg8dhlT2atyfSsbIW8wRrkgv3jkq1ai1lvFQSBF3dqRUK99alT1gAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,155,230)">
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,155,265)">
|
||||
<path d="M0,0 L35,0 L35,20 L0,20 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip55">
|
||||
<clipPath id="clip33">
|
||||
<path d="M0,0 L35,0 L35,20 L0,20 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip55)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,155,230)">
|
||||
<g clip-path="url(#clip33)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,155,265)">
|
||||
<path d="M0,0 L35,0 L35,20 L0,20 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip61">
|
||||
<clipPath id="clip39">
|
||||
<path d="M-9,-5 L13,-5 L13,10 L-9,10 L-9,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip61)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,170,237.5)">
|
||||
<g clip-path="url(#clip39)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,170,272.5)">
|
||||
<path d="M-7.20312,-1.375 L-7.20312,-2.59375 L-6.14062,-2.59375 L-6.14062,-1.375 L-7.20312,-1.375 M-7.20312,6 L-7.20312,-0.21875 L-6.14062,-0.21875 L-6.14062,6 L-7.20312,6 M-4.54688,6 L-4.54688,-0.21875 L-3.60938,-0.21875 L-3.60938,0.65625 C-3.15104,-0.0208333 -2.48958,-0.359375 -1.625,-0.359375 C-1.25,-0.359375 -0.903646,-0.291667 -0.585938,-0.15625 C-0.268229,-0.0208333 -0.03125,0.15625 0.125,0.375 C0.28125,0.59375 0.390625,0.848958 0.453125,1.14062 C0.484375,1.33854 0.5,1.68229 0.5,2.17188 L0.5,6 L-0.546875,6 L-0.546875,2.21875 C-0.546875,1.78125 -0.588542,1.45833 -0.671875,1.25 C-0.755208,1.04167 -0.901042,0.872396 -1.10938,0.742188 C-1.31771,0.611979 -1.5625,0.546875 -1.84375,0.546875 C-2.29167,0.546875 -2.67969,0.690104 -3.00781,0.976562 C-3.33594,1.26302 -3.5,1.80208 -3.5,2.59375 L-3.5,6 L-4.54688,6 M4.42188,5.0625 L4.57812,5.98438 C4.27604,6.04688 4.01042,6.07812 3.78125,6.07812 C3.39583,6.07812 3.09896,6.01823 2.89062,5.89844 C2.68229,5.77865 2.53385,5.61979 2.44531,5.42188 C2.35677,5.22396 2.3125,4.80729 2.3125,4.17188 L2.3125,0.59375 L1.54688,0.59375 L1.54688,-0.21875 L2.3125,-0.21875 L2.3125,-1.76562 L3.35938,-2.39062 L3.35938,-0.21875 L4.42188,-0.21875 L4.42188,0.59375 L3.35938,0.59375 L3.35938,4.23438 C3.35938,4.53646 3.3776,4.72917 3.41406,4.8125 C3.45052,4.89583 3.51042,4.96354 3.59375,5.01562 C3.67708,5.06771 3.79688,5.09375 3.95312,5.09375 C4.07812,5.09375 4.23438,5.08333 4.42188,5.0625 M6.78125,1.34375 C6.34375,1.17708 6.01823,0.945312 5.80469,0.648438 C5.59115,0.351562 5.48438,0 5.48438,-0.40625 C5.48438,-1.03125 5.71094,-1.55729 6.16406,-1.98438 C6.61719,-2.41146 7.21354,-2.625 7.95312,-2.625 C8.70312,-2.625 9.30729,-2.40625 9.76562,-1.96875 C10.224,-1.53125 10.4531,-1 10.4531,-0.375 C10.4531,0.0208333 10.349,0.364583 10.1406,0.65625 C9.93229,0.947917 9.61458,1.17708 9.1875,1.34375 C9.71875,1.51042 10.1198,1.78646 10.3906,2.17188 C10.6615,2.55729 10.7969,3.01562 10.7969,3.54688 C10.7969,4.27604 10.5391,4.89062 10.0234,5.39062 C9.50781,5.89062 8.82292,6.14062 7.96875,6.14062 C7.125,6.14062 6.44271,5.89062 5.92188,5.39062 C5.40104,4.89062 5.14062,4.26562 5.14062,3.51562 C5.14062,2.95312 5.28385,2.48438 5.57031,2.10938 C5.85677,1.73438 6.26042,1.47917 6.78125,1.34375 M6.5625,-0.453125 C6.5625,-0.046875 6.69531,0.286458 6.96094,0.546875 C7.22656,0.807292 7.56771,0.9375 7.98438,0.9375 C8.39062,0.9375 8.72396,0.809896 8.98438,0.554688 C9.24479,0.299479 9.375,-0.015625 9.375,-0.390625 C9.375,-0.776042 9.23958,-1.10156 8.96875,-1.36719 C8.69792,-1.63281 8.36458,-1.76562 7.96875,-1.76562 C7.5625,-1.76562 7.22656,-1.63542 6.96094,-1.375 C6.69531,-1.11458 6.5625,-0.807292 6.5625,-0.453125 M6.23438,3.51562 C6.23438,3.81771 6.30469,4.10938 6.44531,4.39062 C6.58594,4.67188 6.79688,4.89062 7.07812,5.04688 C7.35938,5.20312 7.66146,5.28125 7.98438,5.28125 C8.48438,5.28125 8.89844,5.11979 9.22656,4.79688 C9.55469,4.47396 9.71875,4.0625 9.71875,3.5625 C9.71875,3.05208 9.55208,2.63021 9.21875,2.29688 C8.88542,1.96354 8.46354,1.79688 7.95312,1.79688 C7.45312,1.79688 7.04167,1.96094 6.71875,2.28906 C6.39583,2.61719 6.23438,3.02604 6.23438,3.51562" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -368,22 +304,22 @@
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,155,230)">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,155,265)">
|
||||
<path d="M0,0 L35,0 L35,20 L0,20 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,192,238)">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,192,273)">
|
||||
<path d="M0,-12 L16.4844,-12 L16.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip75">
|
||||
<path d="M-202.055,-6 L258,-6 L258,137 L-202.055,137 L-202.055,-6 z"/>
|
||||
<clipPath id="clip53">
|
||||
<path d="M-202.055,-41 L258,-41 L258,102 L-202.055,102 L-202.055,-41 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip75)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,192,226)">
|
||||
<g clip-path="url(#clip53)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,192,261)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="14.4844" x="1" xml:space="preserve" y="9">int8</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -393,74 +329,11 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10828:2843">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,234,317)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,235,318)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip77">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip77)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,250,325)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">3</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,235,318)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,250,334)">
|
||||
<path d="M-13.75,0 L13.75,0 L13.75,14 L-13.75,14 L-13.75,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip78">
|
||||
<path d="M-246.305,-114 L213.75,-114 L213.75,29 L-246.305,29 L-246.305,-114 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip78)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,236.25,334)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="25.5" x="1" xml:space="preserve" y="10">hitSat</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,267,323)">
|
||||
<path d="M0,-12 L33.9844,-12 L33.9844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip79">
|
||||
<path d="M-277.055,-91 L183,-91 L183,52 L-277.055,52 L-277.055,-91 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip79)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,267,311)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="31.9844" x="1" xml:space="preserve" y="9">boolean</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10828:2841">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,234,221)">
|
||||
<image height="79" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAABPCAYAAACHxrc8AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABTklEQVRoge2au07DQBBFT5BJkxaaNKn4GVq+la8BCpo0dmGKpLCLUOxELOBEe6MsMtI90mhW1kp7NH40vgvgCbgH7qLXpAW66Hl1Pzc2IbPOqiYrYBnrEdgDH1MbG9Kk1sAmqia30QdgB/TZtV9ix4ltgIfKYpAmtSNNqj0ldvMHIhdhMRWLqVhMZbZiTcGeZ2ARVcIBeLzYKCgRe6Vc6mr8a7EXZio224m9VbeYYLafC4upWEzFYioWU7GYisVULKZiMRWLqVhMxWIqFlOxmIrFVCymYjEVi6lYTMViKhZTma1YyS+bQ3WLCWY7MYupWEzFYioNKVy24kTA7Mq8A9s4sydFAcdTYh3fc4M12UZ1pMTdWbE21sfcYE3yVGcf5w3nxPLcYE36OKOn4Fa2saHna3q12Eftsj4ptiDFTZekh7/2CzBGDdn6WMYYgE8bpUqAMHaU6AAAAABJRU5ErkJggg==" y="0"/>
|
||||
<image height="79" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAABPCAYAAACHxrc8AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABUElEQVRoge2aPU/DMBRFT1Ho0hWWLp34Mcz8fFhYuiRDGNohGWDwq+pCW+UmuATpHunJVuTERzcfqqq3AF6AR+AhxpLUQBNjXs33hVXIrLMqyQpYxrwH9sDHuYUVKak1sIkqyX2MHbAD2uzYD7FDYhvgqbAYpKR2pKTqS2J3NxAZhcVULKZiMRWLqVhMxWIq1YA1ryOuO/lXyhCxtxHXvYnYmMSeR5xzQqnEJlMqscn868T+RGy23zGLqVhMxWIqFlOxmIrFVCymYjEVi6lYTMViKhZTsZiKxVQspmIxFYupzFZsyJ/Dn8UtzjDbxCymYjEVi6lUpOayFRcazH6Zd2Abe7akVsD+kljDad9gSbZRDanj7qpYHfND32BJ8q7ONvbrronlfYMlaWOPlgG3so4FLcf0SrGP2mXjWbEFqd10SXr4S78AfVSXzQ9ljAH4AtShSsbtYZFUAAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,235,222)">
|
||||
<path d="M0,0 L30,0 L30,71 L0,71 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -468,27 +341,27 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip81">
|
||||
<clipPath id="clip55">
|
||||
<path d="M0,0 L30,0 L30,71 L0,71 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip81)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,235,222)">
|
||||
<g clip-path="url(#clip55)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,235,222)">
|
||||
<path d="M0,0 L30,0 L30,71 L0,71 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip87">
|
||||
<clipPath id="clip61">
|
||||
<path d="M-8,-5 L13,-5 L13,10 L-8,10 L-8,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip87)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,247.5,255)">
|
||||
<g clip-path="url(#clip61)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,247.5,255)">
|
||||
<path d="M1.28125,1.84375 L1.28125,0.984375 L-6.375,0.984375 L-6.375,1.84375 L1.28125,1.84375 M1.28125,4.4375 L1.28125,3.57812 L-6.375,3.57812 L-6.375,4.4375 L1.28125,4.4375" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip88">
|
||||
<clipPath id="clip62">
|
||||
<path d="M-8,-5 L13,-5 L13,10 L-8,10 L-8,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip88)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,247.5,255)">
|
||||
<g clip-path="url(#clip62)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,247.5,255)">
|
||||
<path d="M10.7812,1.84375 L10.7812,0.984375 L3.125,0.984375 L3.125,1.84375 L10.7812,1.84375 M10.7812,4.4375 L10.7812,3.57812 L3.125,3.57812 L3.125,4.4375 L10.7812,4.4375" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -514,11 +387,11 @@
|
||||
<path d="M0,-12 L33.9844,-12 L33.9844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip102">
|
||||
<clipPath id="clip76">
|
||||
<path d="M-277.055,-26 L183,-26 L183,117 L-277.055,117 L-277.055,-26 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip102)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,267,246)">
|
||||
<g clip-path="url(#clip76)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,267,246)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="31.9844" x="1" xml:space="preserve" y="9">boolean</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -528,11 +401,138 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10828:2843">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,234,317)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,235,318)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip78">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip78)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,250,325)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">3</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,235,318)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,250,334)">
|
||||
<path d="M-13.75,0 L13.75,0 L13.75,14 L-13.75,14 L-13.75,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip79">
|
||||
<path d="M-246.305,-114 L213.75,-114 L213.75,29 L-246.305,29 L-246.305,-114 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip79)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,236.25,334)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="25.5" x="1" xml:space="preserve" y="10">hitSat</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,267,323)">
|
||||
<path d="M0,-12 L33.9844,-12 L33.9844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip80">
|
||||
<path d="M-277.055,-91 L183,-91 L183,52 L-277.055,52 L-277.055,-91 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip80)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,267,311)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="31.9844" x="1" xml:space="preserve" y="9">boolean</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10828:2836">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,154,229)">
|
||||
<image height="28" preserveAspectRatio="none" width="43" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAcCAYAAAD4IkbVAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA30lEQVRYhe2XMQvCQAxGX6V2cdWlSyd/kf9/cHFph+vQDu3ikBSjnCLIxSUPQo4S6OO4g+8q4AKcgKN2b3pg0G5reB2sEcHWlDcHoNH1CszAmBuskR1tgU7Lm732BZiAZL49YXe2A84edhlWRHREjkBWdudp9CshW4qQLUXIliJkSxGypQjZUtRIyjnwJuk4cAVu6pGQPLvmBmskkdvw681Na0Ai4kfZXtdb+PXGPmuSOiy5wU3Whl9vkv438cUx6HUg8dhlT2atyfSsbIW8wRrkgv3jkq1ai1lvFQSBF3dqRUK99alT1gAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,155,230)">
|
||||
<path d="M0,0 L35,0 L35,20 L0,20 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip82">
|
||||
<path d="M0,0 L35,0 L35,20 L0,20 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip82)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,155,230)">
|
||||
<path d="M0,0 L35,0 L35,20 L0,20 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip88">
|
||||
<path d="M-9,-5 L13,-5 L13,10 L-9,10 L-9,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip88)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,170,237.5)">
|
||||
<path d="M-7.20312,-1.375 L-7.20312,-2.59375 L-6.14062,-2.59375 L-6.14062,-1.375 L-7.20312,-1.375 M-7.20312,6 L-7.20312,-0.21875 L-6.14062,-0.21875 L-6.14062,6 L-7.20312,6 M-4.54688,6 L-4.54688,-0.21875 L-3.60938,-0.21875 L-3.60938,0.65625 C-3.15104,-0.0208333 -2.48958,-0.359375 -1.625,-0.359375 C-1.25,-0.359375 -0.903646,-0.291667 -0.585938,-0.15625 C-0.268229,-0.0208333 -0.03125,0.15625 0.125,0.375 C0.28125,0.59375 0.390625,0.848958 0.453125,1.14062 C0.484375,1.33854 0.5,1.68229 0.5,2.17188 L0.5,6 L-0.546875,6 L-0.546875,2.21875 C-0.546875,1.78125 -0.588542,1.45833 -0.671875,1.25 C-0.755208,1.04167 -0.901042,0.872396 -1.10938,0.742188 C-1.31771,0.611979 -1.5625,0.546875 -1.84375,0.546875 C-2.29167,0.546875 -2.67969,0.690104 -3.00781,0.976562 C-3.33594,1.26302 -3.5,1.80208 -3.5,2.59375 L-3.5,6 L-4.54688,6 M4.42188,5.0625 L4.57812,5.98438 C4.27604,6.04688 4.01042,6.07812 3.78125,6.07812 C3.39583,6.07812 3.09896,6.01823 2.89062,5.89844 C2.68229,5.77865 2.53385,5.61979 2.44531,5.42188 C2.35677,5.22396 2.3125,4.80729 2.3125,4.17188 L2.3125,0.59375 L1.54688,0.59375 L1.54688,-0.21875 L2.3125,-0.21875 L2.3125,-1.76562 L3.35938,-2.39062 L3.35938,-0.21875 L4.42188,-0.21875 L4.42188,0.59375 L3.35938,0.59375 L3.35938,4.23438 C3.35938,4.53646 3.3776,4.72917 3.41406,4.8125 C3.45052,4.89583 3.51042,4.96354 3.59375,5.01562 C3.67708,5.06771 3.79688,5.09375 3.95312,5.09375 C4.07812,5.09375 4.23438,5.08333 4.42188,5.0625 M6.78125,1.34375 C6.34375,1.17708 6.01823,0.945312 5.80469,0.648438 C5.59115,0.351562 5.48438,0 5.48438,-0.40625 C5.48438,-1.03125 5.71094,-1.55729 6.16406,-1.98438 C6.61719,-2.41146 7.21354,-2.625 7.95312,-2.625 C8.70312,-2.625 9.30729,-2.40625 9.76562,-1.96875 C10.224,-1.53125 10.4531,-1 10.4531,-0.375 C10.4531,0.0208333 10.349,0.364583 10.1406,0.65625 C9.93229,0.947917 9.61458,1.17708 9.1875,1.34375 C9.71875,1.51042 10.1198,1.78646 10.3906,2.17188 C10.6615,2.55729 10.7969,3.01562 10.7969,3.54688 C10.7969,4.27604 10.5391,4.89062 10.0234,5.39062 C9.50781,5.89062 8.82292,6.14062 7.96875,6.14062 C7.125,6.14062 6.44271,5.89062 5.92188,5.39062 C5.40104,4.89062 5.14062,4.26562 5.14062,3.51562 C5.14062,2.95312 5.28385,2.48438 5.57031,2.10938 C5.85677,1.73438 6.26042,1.47917 6.78125,1.34375 M6.5625,-0.453125 C6.5625,-0.046875 6.69531,0.286458 6.96094,0.546875 C7.22656,0.807292 7.56771,0.9375 7.98438,0.9375 C8.39062,0.9375 8.72396,0.809896 8.98438,0.554688 C9.24479,0.299479 9.375,-0.015625 9.375,-0.390625 C9.375,-0.776042 9.23958,-1.10156 8.96875,-1.36719 C8.69792,-1.63281 8.36458,-1.76562 7.96875,-1.76562 C7.5625,-1.76562 7.22656,-1.63542 6.96094,-1.375 C6.69531,-1.11458 6.5625,-0.807292 6.5625,-0.453125 M6.23438,3.51562 C6.23438,3.81771 6.30469,4.10938 6.44531,4.39062 C6.58594,4.67188 6.79688,4.89062 7.07812,5.04688 C7.35938,5.20312 7.66146,5.28125 7.98438,5.28125 C8.48438,5.28125 8.89844,5.11979 9.22656,4.79688 C9.55469,4.47396 9.71875,4.0625 9.71875,3.5625 C9.71875,3.05208 9.55208,2.63021 9.21875,2.29688 C8.88542,1.96354 8.46354,1.79688 7.95312,1.79688 C7.45312,1.79688 7.04167,1.96094 6.71875,2.28906 C6.39583,2.61719 6.23438,3.02604 6.23438,3.51562" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,155,230)">
|
||||
<path d="M0,0 L35,0 L35,20 L0,20 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,192,238)">
|
||||
<path d="M0,-12 L16.4844,-12 L16.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip102">
|
||||
<path d="M-202.055,-6 L258,-6 L258,137 L-202.055,137 L-202.055,-6 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip102)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,192,226)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="14.4844" x="1" xml:space="preserve" y="9">int8</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10828:2837">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,89,226)">
|
||||
<image height="34" preserveAspectRatio="none" width="33" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAiCAYAAADRcLDBAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA/ElEQVRYhe2XsQ6CMBBAHwZZWHVxcfJjnP00v8W/cXFhoUMdcIDFoXexKhCip2HoSy7XkEv7cnS4ZsABWAMryVbUgJMch3stzOXgTRRWlEAh6w64Ade+wpzQgQ2wlbBiKbkFGsBH394ktBNbYGcoAaEDDaED9ZDEwvjQj0gSSpJQkoQyC4l8Qs0JyCT62P9D4jwiMBuJr5kicfylAMzkYiYJJUkoSULJCbNfycD89wUXoJL9PWHa7oYkHM+juRWVhCMMuqMStax1NLcifvx42bsdk4hHcyu87OeZ8DtqKfA8umLBTaKJcq9ERniBFYSLaXk5O4k2WmskEvPnDjSoRmcsv12HAAAAAElFTkSuQmCC" y="0"/>
|
||||
<image height="34" preserveAspectRatio="none" width="33" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAiCAYAAADRcLDBAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA30lEQVRYhe2XoQ7CMBBA38iYmQUzM8UX8f8Cg2lFEZvYDKJ3ocC2EDiBuJdc7rI07cut4loBZ+AIHCRbEYAouYz4urCWg7sirGiBRuoZGIHb0sKa3IEO6CWs2EuegAFIxbc3Ce1ED5wMJSB3YCB3IKxJ7IwP/QqXUFxCcQnFJRSXUFxCcQnFJRSXUGry7NeyMv/9wAW4yv6JPG3PaxKR59HciqtEJA+6mxJBah3NrSgfP0n2nrYkytHciiT7JT74HUEWJB5dsWCUGIq8KFGRX2AN+WJaXs5ZYipqDcf5f+7XoELJg0MaGwAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,90,227)">
|
||||
<path d="M0,0 L25,0 L25,26 L0,26 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -612,7 +612,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:10828:2838">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,329,226)">
|
||||
<image height="139" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAACLCAYAAAANv+ueAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABuklEQVR4nO3csU7CUBiG4RdTWVh1YWHyYpy9NK/Fq9HFhaUd6gADDDqcn1C1Jf0oB4/J9yQnbUxj3/xijWLODHgC7oG7OOZUA00cu6v5eWEVMcvOymkBzON8D2yBj74LK9KklsAqVk63cdwBG6DtfOxX2GFiK+AhcxikSW1Ik6qHwm6uEHIWh6kcpnKYqtiwasQ1L8AsVp/Hy+UcjQl7YzgKCg7LYkzYc/aKHsW++B2mcpjKYaoxz7HXMz7v5N8dxj75VVcJO2dik39+5prYZLkmNtm/ntifhBX7HHOYymEqh6kcpnKYymEqh6kcpnKYymEqh6kcpnKYymGqYsPG/BnqM3tFj2In5jCVw1QOU/lNLpXf5FL5TS5VsWHFPsccpnKYymEqh6kcpnKYymEqh6kcpnKYymEqh6kcpnKYymEqh6kcpnKYymEqh6kcpnKYyv/bo3KYymEqh6kq0sZRCwY2j7qwd2Ad92xJ23zth8Iavu8JltM6VkPaTetkWB3nhz3Bcuru2NbG/Xanwrp7guXUxj1aRnwp67ig5Ti9XLaxNp1jb9iMtJXcnPTiz/0NsI+165wflpkBfAFpn1Z/QyZK6AAAAABJRU5ErkJggg==" y="0"/>
|
||||
<image height="139" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAACLCAYAAAANv+ueAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABnklEQVR4nO3cMU/CUBiF4YOpLKy6sDD5Y5z9+bq4sLRDHWBoBx3uR7hoIT3FizV5n+Smjan0zaeSaM1dSHqR9CjpIY4l1ZKaOOar+X5hFTHrbJW0krSM817SXtLH0IWV0qTWkjaxSrqPYydpJ6nNPvYj7DCxjaSnwmFSmtROaVL1ubC7G4RMQpiLMBdhLsJchLkIcxHmIsxFmKsacc3rhNe9+neHMWFvE173JmFTJvY84XNOlJrY1UpN7Gr/emJ/Ejbb9zHCXIS5CHMR5iLMRZiLMBdhLsJchLkIcxHmIsxFmGu2YWP+DPVZvGLAbCdGmIswF2EuHnK5eMjl4iGXa7Zhs30fI8xFmIswF2EuwlyEuQhzEeYizEWYizAXYS7CXIS5CHMR5iLMRZiLMBdhLsJchLn43x4XYS7CXIS5KqWNo1Y6s3nUL3uXtI17tkrbfPXnwhqd7glW0jZWo7Sb1sWwOs4Pe4KVlO/Y1sb9ukth+Z5gJbVxj1YjvpR1XNDqOL1S9rF22XEwbKG0ldxS6Zu/9A9AH6vLzg8LgCR9ASY1UuHF9XT/AAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,330,227)">
|
||||
<path d="M0,0 L30,0 L30,131 L0,131 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -800,5 +800,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2020-10-11 20:20:51 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2020-10-11 21:39:27 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 153 KiB After Width: | Height: | Size: 153 KiB |
@ -1015,10 +1015,10 @@
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,315,105)">
|
||||
<path d="M2.5,0 C2.5,1.38071 1.38071,2.5 0,2.5 C-1.38071,2.5 -2.5,1.38071 -2.5,0 C-2.5,-1.38071 -1.38071,-2.5 0,-2.5 C1.38071,-2.5 2.5,-1.38071 2.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,430,105)">
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,545,220)">
|
||||
<path d="M2.5,0 C2.5,1.38071 1.38071,2.5 0,2.5 C-1.38071,2.5 -2.5,1.38071 -2.5,0 C-2.5,-1.38071 -1.38071,-2.5 0,-2.5 C1.38071,-2.5 2.5,-1.38071 2.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,545,220)">
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,430,105)">
|
||||
<path d="M2.5,0 C2.5,1.38071 1.38071,2.5 0,2.5 C-1.38071,2.5 -2.5,1.38071 -2.5,0 C-2.5,-1.38071 -1.38071,-2.5 0,-2.5 C1.38071,-2.5 2.5,-1.38071 2.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -1103,10 +1103,10 @@
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,600,360)">
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,865,260)">
|
||||
<path d="M2.5,0 C2.5,1.38071 1.38071,2.5 0,2.5 C-1.38071,2.5 -2.5,1.38071 -2.5,0 C-2.5,-1.38071 -1.38071,-2.5 0,-2.5 C1.38071,-2.5 2.5,-1.38071 2.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,865,260)">
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,600,360)">
|
||||
<path d="M2.5,0 C2.5,1.38071 1.38071,2.5 0,2.5 C-1.38071,2.5 -2.5,1.38071 -2.5,0 C-2.5,-1.38071 -1.38071,-2.5 0,-2.5 C1.38071,-2.5 2.5,-1.38071 2.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -1176,5 +1176,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2020-10-11 20:20:52 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2020-10-11 21:39:28 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 86 KiB |
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 6.8 KiB |
Before Width: | Height: | Size: 176 KiB After Width: | Height: | Size: 177 KiB |
@ -128,157 +128,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11037",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum1",
|
||||
"label":"Sum1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11026",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"rectangular",
|
||||
"++",
|
||||
"off",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(1,16,4)",
|
||||
"off",
|
||||
"Simplest",
|
||||
"on",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11036",
|
||||
"className":"Simulink.SignalConversion",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Signal Conversion2",
|
||||
"label":"Signal Conversion2",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11026",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"ConversionOutput",
|
||||
"OutDataTypeStr",
|
||||
"OverrideOpt"
|
||||
],
|
||||
"values":[
|
||||
"Signal copy",
|
||||
"Inherit: auto",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"SignalConversion",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11033",
|
||||
"className":"Simulink.Gain",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Gain4",
|
||||
"label":"Gain4",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11026",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Gain",
|
||||
"Multiplication",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"ParamMin",
|
||||
"ParamMax",
|
||||
"ParamDataTypeStr",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"1/sqrt(3)",
|
||||
"Element-wise(K.*u)",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as input",
|
||||
"off",
|
||||
"Zero",
|
||||
"off",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"Parameter Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
8,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Gain",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11038",
|
||||
"className":"Simulink.Outport",
|
||||
@ -359,6 +208,342 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11036",
|
||||
"className":"Simulink.SignalConversion",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Signal Conversion2",
|
||||
"label":"Signal Conversion2",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11026",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"ConversionOutput",
|
||||
"OutDataTypeStr",
|
||||
"OverrideOpt"
|
||||
],
|
||||
"values":[
|
||||
"Signal copy",
|
||||
"Inherit: auto",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"SignalConversion",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11037",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum1",
|
||||
"label":"Sum1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11026",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"rectangular",
|
||||
"++",
|
||||
"off",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(1,16,4)",
|
||||
"off",
|
||||
"Simplest",
|
||||
"on",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11034",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto13",
|
||||
"label":"Goto13",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11026",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"i_phaA",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11032",
|
||||
"className":"Simulink.Gain",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Gain2",
|
||||
"label":"Gain2",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11026",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Gain",
|
||||
"Multiplication",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"ParamMin",
|
||||
"ParamMax",
|
||||
"ParamDataTypeStr",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"2/sqrt(3)",
|
||||
"Element-wise(K.*u)",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as input",
|
||||
"off",
|
||||
"Zero",
|
||||
"off",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"Parameter Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
8,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Gain",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11033",
|
||||
"className":"Simulink.Gain",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Gain4",
|
||||
"label":"Gain4",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11026",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Gain",
|
||||
"Multiplication",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"ParamMin",
|
||||
"ParamMax",
|
||||
"ParamDataTypeStr",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"1/sqrt(3)",
|
||||
"Element-wise(K.*u)",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as input",
|
||||
"off",
|
||||
"Zero",
|
||||
"off",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"Parameter Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
8,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Gain",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11031",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From1",
|
||||
"label":"From1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11026",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"i_phaB",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11030",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From",
|
||||
"label":"From",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11026",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"i_phaA",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11029",
|
||||
"className":"Simulink.ActionPort",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Action Port",
|
||||
"label":"Action Port",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11026",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitializeStates",
|
||||
"PropagateVarSize"
|
||||
],
|
||||
"values":[
|
||||
"held",
|
||||
"Only when execution is resumed"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"ActionPort",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11035",
|
||||
"className":"Simulink.Goto",
|
||||
@ -459,68 +644,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11029",
|
||||
"className":"Simulink.ActionPort",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Action Port",
|
||||
"label":"Action Port",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11026",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitializeStates",
|
||||
"PropagateVarSize"
|
||||
],
|
||||
"values":[
|
||||
"held",
|
||||
"Only when execution is resumed"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"ActionPort",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11030",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From",
|
||||
"label":"From",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11026",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"i_phaA",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11027",
|
||||
"className":"Simulink.Inport",
|
||||
@ -588,129 +711,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11034",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto13",
|
||||
"label":"Goto13",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11026",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"i_phaA",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11031",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From1",
|
||||
"label":"From1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11026",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"i_phaB",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11032",
|
||||
"className":"Simulink.Gain",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Gain2",
|
||||
"label":"Gain2",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11026",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Gain",
|
||||
"Multiplication",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"ParamMin",
|
||||
"ParamMax",
|
||||
"ParamDataTypeStr",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"2/sqrt(3)",
|
||||
"Element-wise(K.*u)",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as input",
|
||||
"off",
|
||||
"Zero",
|
||||
"off",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"Parameter Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
8,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Gain",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11028#out:1",
|
||||
"className":"Simulink.Line",
|
||||
|
@ -112,68 +112,44 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11037">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,539,171)">
|
||||
<image height="119" preserveAspectRatio="none" width="33" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAB3CAYAAACNMymFAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABNklEQVRoge3bMU/CUBhG4ReDLKy6sDD5i/z/gwtLO9ShDLA43O/EqkCM3oHhPMnNbUjTnly6fqskr0mekzzV3suQZKx9ucbvN67rxbvF6mWbZFPX5yTHJO+XblynncAuyb5WL4+1n5LMSabFbz8iOIl9kpeOEUk7gTntBIZrEQ+dX/onRsAIGAEjYASMgBEwAkbACBgBI2AEjIARMAJGwAgYASNgBIyAETACRsAIGAEjYASMgBEwAkbACBgBI2AEjIARMAJGwAgYASNgBIyAETACRsAIGIG7iFinDYltc2VQ7B/ekhzq+VPaWN75WsSYrzN8vRxqjWkTcTcjhrpmhq+X5ZTkVM8+3YpYzvD1MtXzpvzi7xjqhimfp9LDsda82C9GrNJGNTdpH2bPj/Nc67S4Zkn37wOUk0Nzj91kZQAAAABJRU5ErkJggg==" y="0"/>
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11038">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,629,132)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,540,172)">
|
||||
<path d="M0,0 L25,0 L25,111 L0,111 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
<g clip-path="none" fill="#ff8000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,630,133)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip11">
|
||||
<path d="M539.5,171.5 L564.5,171.5 L564.5,282.5 L539.5,282.5 L539.5,171.5 z"/>
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip11)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="543,200 547,200" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip12">
|
||||
<path d="M539.5,171.5 L564.5,171.5 L564.5,282.5 L539.5,282.5 L539.5,171.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip12)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="545,198 545,202" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip13">
|
||||
<path d="M539.5,171.5 L564.5,171.5 L564.5,282.5 L539.5,282.5 L539.5,171.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip13)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="543,255 547,255" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip14">
|
||||
<path d="M539.5,171.5 L564.5,171.5 L564.5,282.5 L539.5,282.5 L539.5,171.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip14)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="545,253 545,257" vector-effect="none"/>
|
||||
<g clip-path="url(#clip11)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,645,140)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,540,172)">
|
||||
<path d="M0,0 L25,0 L25,111 L0,111 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,630,133)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,567,228)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,645,149)">
|
||||
<path d="M-23.7422,0 L23.7422,0 L23.7422,14 L-23.7422,14 L-23.7422,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip15">
|
||||
<path d="M-554,-151 L101.742,-151 L101.742,72 L-554,72 L-554,-151 z"/>
|
||||
<clipPath id="clip12">
|
||||
<path d="M-608.258,-84 L47.4844,-84 L47.4844,139 L-608.258,139 L-608.258,-84 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip15)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,567,216)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
<g clip-path="url(#clip12)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,621.258,149)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="45.4844" x="1" xml:space="preserve" y="10">i_alphaAB</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
@ -194,100 +170,124 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip17">
|
||||
<clipPath id="clip14">
|
||||
<path d="M0,0 L20,0 L20,18 L0,18 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip17)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,445,131)">
|
||||
<g clip-path="url(#clip14)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,445,131)">
|
||||
<path d="M0,0 L20,0 L20,18 L0,18 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip22">
|
||||
<clipPath id="clip19">
|
||||
<path d="M-2,0 L43,0 L43,42 L-2,42 L-2,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip22)" fill="#ababab" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.428571,0,0,0.428571,446.429,131)">
|
||||
<g clip-path="url(#clip19)" fill="#ababab" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.428571,0,0,0.428571,446.429,131)">
|
||||
<path d="M5,4 L13,4 L13,12 L5,12 L5,4 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip23">
|
||||
<clipPath id="clip20">
|
||||
<path d="M0,1 L20,1 L20,19 L0,19 L0,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip23)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<g clip-path="url(#clip20)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<path d="M3.14286,2.71429 L6.57143,2.71429 L6.57143,6.14286 L3.14286,6.14286 L3.14286,2.71429 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip24">
|
||||
<clipPath id="clip21">
|
||||
<path d="M-2,0 L43,0 L43,42 L-2,42 L-2,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip24)" fill="#ababab" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.428571,0,0,0.428571,446.429,131)">
|
||||
<g clip-path="url(#clip21)" fill="#ababab" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.428571,0,0,0.428571,446.429,131)">
|
||||
<path d="M5,17 L13,17 L13,25 L5,25 L5,17 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip25">
|
||||
<clipPath id="clip22">
|
||||
<path d="M0,1 L20,1 L20,19 L0,19 L0,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip25)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<g clip-path="url(#clip22)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<path d="M3.14286,8.28571 L6.57143,8.28571 L6.57143,11.7143 L3.14286,11.7143 L3.14286,8.28571 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip26">
|
||||
<clipPath id="clip23">
|
||||
<path d="M-2,0 L43,0 L43,42 L-2,42 L-2,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip26)" fill="#ababab" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.428571,0,0,0.428571,446.429,131)">
|
||||
<g clip-path="url(#clip23)" fill="#ababab" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.428571,0,0,0.428571,446.429,131)">
|
||||
<path d="M5,30 L13,30 L13,38 L5,38 L5,30 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip27">
|
||||
<clipPath id="clip24">
|
||||
<path d="M0,1 L20,1 L20,19 L0,19 L0,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip27)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<g clip-path="url(#clip24)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<path d="M3.14286,13.8571 L6.57143,13.8571 L6.57143,17.2857 L3.14286,17.2857 L3.14286,13.8571 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip28">
|
||||
<clipPath id="clip25">
|
||||
<path d="M-2,0 L43,0 L43,42 L-2,42 L-2,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip28)" fill="#ababab" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.428571,0,0,0.428571,446.429,131)">
|
||||
<g clip-path="url(#clip25)" fill="#ababab" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.428571,0,0,0.428571,446.429,131)">
|
||||
<path d="M28,9 L36,9 L36,17 L28,17 L28,9 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip29">
|
||||
<clipPath id="clip26">
|
||||
<path d="M0,1 L20,1 L20,19 L0,19 L0,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip29)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<g clip-path="url(#clip26)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<path d="M13,4.85714 L16.4286,4.85714 L16.4286,8.28571 L13,8.28571 L13,4.85714 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip30">
|
||||
<clipPath id="clip27">
|
||||
<path d="M-2,0 L43,0 L43,42 L-2,42 L-2,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip30)" fill="#ababab" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.428571,0,0,0.428571,446.429,131)">
|
||||
<g clip-path="url(#clip27)" fill="#ababab" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.428571,0,0,0.428571,446.429,131)">
|
||||
<path d="M28,17 L36,17 L36,25 L28,25 L28,17 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip28">
|
||||
<path d="M0,1 L20,1 L20,19 L0,19 L0,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip28)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<path d="M13,8.28571 L16.4286,8.28571 L16.4286,11.7143 L13,11.7143 L13,8.28571 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip29">
|
||||
<path d="M-2,0 L43,0 L43,42 L-2,42 L-2,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip29)" fill="#ababab" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.428571,0,0,0.428571,446.429,131)">
|
||||
<path d="M28,25 L36,25 L36,33 L28,33 L28,25 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip30">
|
||||
<path d="M0,1 L20,1 L20,19 L0,19 L0,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip30)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<path d="M13,11.7143 L16.4286,11.7143 L16.4286,15.1429 L13,15.1429 L13,11.7143 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip31">
|
||||
<path d="M0,1 L20,1 L20,19 L0,19 L0,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip31)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<path d="M13,8.28571 L16.4286,8.28571 L16.4286,11.7143 L13,11.7143 L13,8.28571 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
<path d="M13,6.57143 L6.57143,4.42857" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip32">
|
||||
<path d="M-2,0 L43,0 L43,42 L-2,42 L-2,0 z"/>
|
||||
<path d="M0,1 L20,1 L20,19 L0,19 L0,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip32)" fill="#ababab" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.428571,0,0,0.428571,446.429,131)">
|
||||
<path d="M28,25 L36,25 L36,33 L28,33 L28,25 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
<g clip-path="url(#clip32)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<path d="M13,10 L6.57143,10" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip33">
|
||||
@ -295,30 +295,6 @@
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip33)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<path d="M13,11.7143 L16.4286,11.7143 L16.4286,15.1429 L13,15.1429 L13,11.7143 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip34">
|
||||
<path d="M0,1 L20,1 L20,19 L0,19 L0,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip34)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<path d="M13,6.57143 L6.57143,4.42857" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip35">
|
||||
<path d="M0,1 L20,1 L20,19 L0,19 L0,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip35)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<path d="M13,10 L6.57143,10" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip36">
|
||||
<path d="M0,1 L20,1 L20,19 L0,19 L0,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip36)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<path d="M13,13.4286 L6.57143,15.5714" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -344,11 +320,164 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip47">
|
||||
<clipPath id="clip44">
|
||||
<path d="M-454,-61 L201.742,-61 L201.742,162 L-454,162 L-454,-61 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip47)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,467,126)">
|
||||
<g clip-path="url(#clip44)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,467,126)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11037">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,539,171)">
|
||||
<image height="119" preserveAspectRatio="none" width="33" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAB3CAYAAACNMymFAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABNklEQVRoge3bMU/CUBhG4ReDLKy6sDD5i/z/gwtLO9ShDLA43O/EqkCM3oHhPMnNbUjTnly6fqskr0mekzzV3suQZKx9ucbvN67rxbvF6mWbZFPX5yTHJO+XblynncAuyb5WL4+1n5LMSabFbz8iOIl9kpeOEUk7gTntBIZrEQ+dX/onRsAIGAEjYASMgBEwAkbACBgBI2AEjIARMAJGwAgYASNgBIyAETACRsAIGAEjYASMgBEwAkbACBgBI2AEjIARMAJGwAgYASNgBIyAETACRsAIGIG7iFinDYltc2VQ7B/ekhzq+VPaWN75WsSYrzN8vRxqjWkTcTcjhrpmhq+X5ZTkVM8+3YpYzvD1MtXzpvzi7xjqhimfp9LDsda82C9GrNJGNTdpH2bPj/Nc67S4Zkn37wOUk0Nzj91kZQAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,540,172)">
|
||||
<path d="M0,0 L25,0 L25,111 L0,111 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip46">
|
||||
<path d="M539.5,171.5 L564.5,171.5 L564.5,282.5 L539.5,282.5 L539.5,171.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip46)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="543,200 547,200" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip47">
|
||||
<path d="M539.5,171.5 L564.5,171.5 L564.5,282.5 L539.5,282.5 L539.5,171.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip47)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="545,198 545,202" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip48">
|
||||
<path d="M539.5,171.5 L564.5,171.5 L564.5,282.5 L539.5,282.5 L539.5,171.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip48)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="543,255 547,255" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip49">
|
||||
<path d="M539.5,171.5 L564.5,171.5 L564.5,282.5 L539.5,282.5 L539.5,171.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip49)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="545,253 545,257" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,540,172)">
|
||||
<path d="M0,0 L25,0 L25,111 L0,111 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,567,228)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip50">
|
||||
<path d="M-554,-151 L101.742,-151 L101.742,72 L-554,72 L-554,-151 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip50)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,567,216)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11034">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,69,133)">
|
||||
<image height="20" preserveAspectRatio="none" width="128" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAUCAYAAABFyTWeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABaUlEQVRoge2Zy27CMBBFD2AoJH38/+d1w6ZZBKmkEWlRFzMWxnIgC3sRmCNdOQErSJnrO05YcJ+lygFr1YtqO3J86zt/DRdc28jLF9DoGKqJJ7roPHexU+cbvb4DVsBCZeSjRu4zwAB0wCE10SEFKlHsse/8b61UlgD5Wet4Ao5AG3x2hTdAhbjmVVUDO5UvXC4jhAngE8cSID8DUvwDEv+jBgjx8b8F3oAPHWtVxbUprNgzJzZAiiXinh1ihncdfVJUXApvxZ4Z1n+fnCkJ8If0kx9kRf8iu8oWawGzJzbAGSlwWGy/i7RN4APigB5Z5T3wTdnHwI3KHgPL8gnskd1/iyT2kJroDdDrub0Iegz2qgZ5DLxpgJAzlzZQyhT2Krg84avgFmnjp9TEKZvAnKbwCRC2AEuA/LTIym+50wJy3vipprAEKE+nOkZjF08svfJSpoj/C7AEyM+gOgXHXoZhGIZhGMaz8w/7glXF59GMEgAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,70,134)">
|
||||
<path d="M30,0 L120,0 L120,12 L30,12 L0,6 L30,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip52">
|
||||
<path d="M-74,-5 L46,-5 L46,7 L-74,7 L-74,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip52)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,144,139)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="36.5938" x="-18.2969" xml:space="preserve" y="3.5">[i_phaA]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,70,134)">
|
||||
<path d="M30,0 L120,0 L120,12 L30,12 L0,6 L30,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11032">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,424,231)">
|
||||
<image height="54" preserveAspectRatio="none" width="68" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAAA2CAYAAAB++T94AAAACXBIWXMAAA7EAAAOxAGVKw4bAAADcUlEQVRoge2a6W7bMBCEPzlqDifO0QsoWqAP0599/6dIjziJ47N2f6wW3NCiLVGRIzoegIDhBIY1nhnuLpkBP4ALoA+cAvfeegSegAkwA/4BS/YUOfAJuAGugAHrhOh6AEbAGJgCc4Sc1c6/dYtQQj4DH4H3rJNQRs4jQo6qZs6eqOYI+Al8Bb4B3xH76DoPrD5wBpwgpOZAVnxm0orJgUvgA/AFIWWMKKDMMiE7WUtNeG6ppJADPeAY+dWvEWVcIvYZUU7ONmL8IF6QiKVy8zrDyV8JGiAPNUbIiVHNIwkFcR54v1esHMmJc0Q1N8gvX1c1dvse0+EgDhGiyJDgPUJUc4ZY6gpnKVXJNrXYNcJZao5YqhOq2UaIhVrqCFGNWkpVU2apKqopq21eDXUIUWTFOgbeIao5R1Sj5MSophNBHEOIRZmlBshupaqpQ4pfEauldhbETQmx8IO4z3oQx5CjqpkiqmnVUi9JiGJTEE+IV41aaoqz1Iurpg1CLEJBfI2riJtY6sWDuG1CFH4Qn+JqG1VNbEVsm8zGQbwrQixCllLVNLGUqkbnNrUt9RqEWFQJ4rrE+E1mrSB+bUIUvmrUUrYijmkXbEVcKYi7QoiFH8Ra20ypVxE/eK8rTfu6SIhiUxBXtdRf4E+x7nDkrJDwTYoQC2spbRdCTeYQIeB38b9LnLp6uMleKVIhxMIGsapmgCjnongvQzLjnufjzUofnjKSq1TbwBIJxDliBb92Ucs84LbdysSlQoiG4AJ5yAluzBAq4oZIkN4hhM0IBKlFlwlZFWuBqEFnu036H1uslRLTRUJWOEvMcJZ4U4WZtcQMt03GDrOTLd1DAelXmnvd3Kka1BJN2n87UUuq/d8UkGW9R5WATHJAZANSLWGn8nUtkeQI0Q9IrRli1WBP+5IaMvsB+SaPIfyA3GSJbcQke1BlA9KvGWLPXZI8yiwLyG2WCP0t2cPuKgFZp4JM9jqEDchNF2aqqiHJCzOaC7bFjm2qtIxO8krVEvnST8jsIHTpzlfDkPBkWy2R5KW7e2Qge4yoJKaCtDVDZwIyBjlwi8xWZ1TfMfymqpMBGYMc+IVIe4TMIqtUkEkEZAxUIWMkP04ot8Sbuvx/izy8Hh+WVZCtN1Vdgc0QhW2x984S26BnpxbJ1AwHHHDAAQd0HP8BMvJ1BYPRvvEAAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,425,232)">
|
||||
<path d="M0,0 L60,23 L0,46 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip54">
|
||||
<path d="M-22,-23 L38,-23 L38,23 L-22,23 L-22,-23 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip54)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,447,255)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="37.1562" x="-18.5781" xml:space="preserve" y="3.5">2/sqrt(3)</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,425,232)">
|
||||
<path d="M0,0 L60,23 L0,46 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,487,253)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip55">
|
||||
<path d="M-474,-176 L181.742,-176 L181.742,47 L-474,47 L-474,-176 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip55)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,487,241)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -370,11 +499,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip49">
|
||||
<clipPath id="clip57">
|
||||
<path d="M-22,-23 L38,-23 L38,23 L-22,23 L-22,-23 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip49)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,447,200)">
|
||||
<g clip-path="url(#clip57)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,447,200)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="37.1562" x="-18.5781" xml:space="preserve" y="3.5">1/sqrt(3)</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -392,11 +521,11 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip50">
|
||||
<clipPath id="clip58">
|
||||
<path d="M-474,-121 L181.742,-121 L181.742,102 L-474,102 L-474,-121 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip50)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,487,186)">
|
||||
<g clip-path="url(#clip58)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,487,186)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -408,44 +537,140 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11038">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,629,132)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11031">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,209,248)">
|
||||
<image height="20" preserveAspectRatio="none" width="128" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAUCAYAAABFyTWeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABUUlEQVRoge2ZzU7CUBCFv2pl41Y3bFj5RL7/E+DCHwq0/LmYuelFiwIdqiTnS05oC5n05kxn5pYCeAYegQf/FLFsXWtg5apdywPHP32XYqyz2GdTYqaPM4k4dq4NZtgaaDhs9OBJUWJP/hiYuEQsWywBNuxXgAjjeydFXgEmwFPcugX29Oct4LcKcI7xS2DhqoCZqwLmtMmQqtEeZfSKxR4FcOu682t9kiKZPccMroAP4M3j1sDNKTeoBBieY5MiGZ7MnmFmv/vvG040u4veAcR1owowPBEtYIH19U3fm1ECXJahh8A08R9NCUyBe9p+JGL5ug1sXENvA7/tAMAS4AUY+fkqaNHCuIoXQVM/brBpU8Ty718FTz1ghe0nRRx5BchbQM0fmN1FSoA58EpbDUQcx1aAi5vdRYH9FzDChkANgrF0VYBcg5othBBCCCEEAJ+G2WlPPBfvMwAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ff8000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,630,133)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,210,249)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip52">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
<clipPath id="clip60">
|
||||
<path d="M-44,-5 L76,-5 L76,7 L-44,7 L-44,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip52)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,645,140)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
<g clip-path="url(#clip60)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,254,254)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="36.5938" x="-18.2969" xml:space="preserve" y="3.5">[i_phaB]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,630,133)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,210,249)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,332,253)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip61">
|
||||
<path d="M-319,-176 L336.742,-176 L336.742,47 L-319,47 L-319,-176 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip61)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,332,241)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11030">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,209,133)">
|
||||
<image height="20" preserveAspectRatio="none" width="128" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAUCAYAAABFyTWeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABUUlEQVRoge2ZzU7CUBCFv2pl41Y3bFj5RL7/E+DCHwq0/LmYuelFiwIdqiTnS05oC5n05kxn5pYCeAYegQf/FLFsXWtg5apdywPHP32XYqyz2GdTYqaPM4k4dq4NZtgaaDhs9OBJUWJP/hiYuEQsWywBNuxXgAjjeydFXgEmwFPcugX29Oct4LcKcI7xS2DhqoCZqwLmtMmQqtEeZfSKxR4FcOu682t9kiKZPccMroAP4M3j1sDNKTeoBBieY5MiGZ7MnmFmv/vvG040u4veAcR1owowPBEtYIH19U3fm1ECXJahh8A08R9NCUyBe9p+JGL5ug1sXENvA7/tAMAS4AUY+fkqaNHCuIoXQVM/brBpU8Ty718FTz1ghe0nRRx5BchbQM0fmN1FSoA58EpbDUQcx1aAi5vdRYH9FzDChkANgrF0VYBcg5othBBCCCEEAJ+G2WlPPBfvMwAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,210,134)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip63">
|
||||
<path d="M-44,-5 L76,-5 L76,7 L-44,7 L-44,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip63)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,254,139)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="36.5938" x="-18.2969" xml:space="preserve" y="3.5">[i_phaA]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,210,134)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,332,138)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip64">
|
||||
<path d="M-319,-61 L336.742,-61 L336.742,162 L-319,162 L-319,-61 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip64)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,332,126)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11029">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,114,69)">
|
||||
<image height="36" preserveAspectRatio="none" width="67" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAAkCAYAAADSO4eRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABLElEQVRoge2ZMU7DQBBFX9CSJi00aVJxIu7BYbgeNDRp7GJTJIVdQDFr8UEGWUoczOo/abSraBTPPo238KyAR+AeuCtrbTRAW1aN9ntiIgRsJWpjA6zLvgdOwGEsMREdsQV2JWrjtqwdcASy/PYF7Ywd8HCN6v6AnhBxIF6RURk316xo6ViGYBmCZQiWIViGYBmCZQhpQs7T7FVchudz/2CKjJdzH/JfmCLjdfYqFoJlCL5AhSmd8T57FQvBnSFYhmAZgmUIliFYhmAZQiK+Fm/44YtxBbwBe+KcmZib9GOJiZgs6ZClNvYlWmJU8KuMpuyHIUtt6HgxE2fsxhIHGTpkqY1MnCsz4TVpSkLms0tq4lTiKOuojBUxa10TF2iNl2hfopP9EMYYYy7BBzxYR2nfYxv2AAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,115,70)">
|
||||
<path d="M0,0 L59,0 L59,28 L0,28 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip66">
|
||||
<path d="M-29,-14 L30,-14 L30,14 L-29,14 L-29,-14 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip66)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,144,84)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="17.1719" x="-8.57812" xml:space="preserve" y="3.5">if { }</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,115,70)">
|
||||
<path d="M0,0 L59,0 L59,28 L0,28 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,645,149)">
|
||||
<path d="M-23.7422,0 L23.7422,0 L23.7422,14 L-23.7422,14 L-23.7422,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,144.5,100)">
|
||||
<path d="M-25.3984,0 L25.3984,0 L25.3984,14 L-25.3984,14 L-25.3984,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip53">
|
||||
<path d="M-608.258,-84 L47.4844,-84 L47.4844,139 L-608.258,139 L-608.258,-84 z"/>
|
||||
<clipPath id="clip67">
|
||||
<path d="M-106.102,-35 L549.641,-35 L549.641,188 L-106.102,188 L-106.102,-35 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip53)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,621.258,149)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="45.4844" x="1" xml:space="preserve" y="10">i_alphaAB</text>
|
||||
<g clip-path="url(#clip67)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,119.102,100)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="48.7969" x="1" xml:space="preserve" y="10">Action Port</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
@ -466,11 +691,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip55">
|
||||
<clipPath id="clip69">
|
||||
<path d="M-74,-5 L46,-5 L46,7 L-74,7 L-74,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip55)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,144,174)">
|
||||
<g clip-path="url(#clip69)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,144,174)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="36.5938" x="-18.2969" xml:space="preserve" y="3.5">[i_phaB]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -499,11 +724,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip57">
|
||||
<clipPath id="clip71">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip57)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,30,175)">
|
||||
<g clip-path="url(#clip71)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,30,175)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">2</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -521,11 +746,11 @@
|
||||
<path d="M-16.5312,0 L16.5312,0 L16.5312,14 L-16.5312,14 L-16.5312,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip58">
|
||||
<clipPath id="clip72">
|
||||
<path d="M-0.46875,-119 L655.273,-119 L655.273,104 L-0.46875,104 L-0.46875,-119 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip58)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,13.4688,184)">
|
||||
<g clip-path="url(#clip72)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,13.4688,184)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="31.0625" x="1" xml:space="preserve" y="10">i_phaB</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -536,107 +761,11 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip59">
|
||||
<clipPath id="clip73">
|
||||
<path d="M-34,-96 L621.742,-96 L621.742,127 L-34,127 L-34,-96 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip59)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,47,161)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11029">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,114,69)">
|
||||
<image height="36" preserveAspectRatio="none" width="67" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAAkCAYAAADSO4eRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABh0lEQVRoge2ZwU7CQBBAH6Zy4aoXLpz8Ir/Dn/Ff/Bq4eEFNG21RKilRPMw0DFroVk0l67xksqVMmt2X3bLDDoBL4Bw40zY2UiDT1kb2OTFBBIxNxMYIGOr1GiiBoikxQWbEGJhoxMapthWwBHJzbwc7MybARR+9+wPWiIgCWSKNMk767NGx4zIMLsPgMgwuw+AyDC7D4DIMSUDODTDQCGGj8Y7s+l6Rzc4DcKdxj9QGT8CL5rZx1fL9dWD/9hIiY0a4iJoN8Ibs/GoZdXGUAY/AAlgRJgJg2rEPnelDRokMvEDqggXwrPfXHZ4569iHzoTImPI9GXaZlEhtUOrnFSJi0+GZRyHjpzOjKUKXRq+EyvgX+E+rwWUYXIbBZRhchsFlGFyGIUFqhhF7/jGOgFtgjowz50AZkCCFkz1kiY25RobURwdlpHpdH7LEhj1ezJExVk2JtQx7yBIbOduKuXWZpJqQs50lMVGyWzUv2SNjgJy1DpEXaIwv0bpSrvhaPTuO4zi/wQc2SIJd3eVWgAAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,115,70)">
|
||||
<path d="M0,0 L59,0 L59,28 L0,28 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip61">
|
||||
<path d="M-29,-14 L30,-14 L30,14 L-29,14 L-29,-14 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip61)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,144,84)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="17.1719" x="-8.57812" xml:space="preserve" y="3.5">if { }</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,115,70)">
|
||||
<path d="M0,0 L59,0 L59,28 L0,28 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,144.5,100)">
|
||||
<path d="M-25.3984,0 L25.3984,0 L25.3984,14 L-25.3984,14 L-25.3984,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip62">
|
||||
<path d="M-106.102,-35 L549.641,-35 L549.641,188 L-106.102,188 L-106.102,-35 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip62)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,119.102,100)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="48.7969" x="1" xml:space="preserve" y="10">Action Port</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11030">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,209,133)">
|
||||
<image height="20" preserveAspectRatio="none" width="128" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAUCAYAAABFyTWeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABUUlEQVRoge2ZzU7CUBCFv2pl41Y3bFj5RL7/E+DCHwq0/LmYuelFiwIdqiTnS05oC5n05kxn5pYCeAYegQf/FLFsXWtg5apdywPHP32XYqyz2GdTYqaPM4k4dq4NZtgaaDhs9OBJUWJP/hiYuEQsWywBNuxXgAjjeydFXgEmwFPcugX29Oct4LcKcI7xS2DhqoCZqwLmtMmQqtEeZfSKxR4FcOu682t9kiKZPccMroAP4M3j1sDNKTeoBBieY5MiGZ7MnmFmv/vvG040u4veAcR1owowPBEtYIH19U3fm1ECXJahh8A08R9NCUyBe9p+JGL5ug1sXENvA7/tAMAS4AUY+fkqaNHCuIoXQVM/brBpU8Ty718FTz1ghe0nRRx5BchbQM0fmN1FSoA58EpbDUQcx1aAi5vdRYH9FzDChkANgrF0VYBcg5othBBCCCEEAJ+G2WlPPBfvMwAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,210,134)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip64">
|
||||
<path d="M-44,-5 L76,-5 L76,7 L-44,7 L-44,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip64)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,254,139)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="36.5938" x="-18.2969" xml:space="preserve" y="3.5">[i_phaA]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,210,134)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,332,138)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip65">
|
||||
<path d="M-319,-61 L336.742,-61 L336.742,162 L-319,162 L-319,-61 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip65)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,332,126)">
|
||||
<g clip-path="url(#clip73)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,47,161)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -658,11 +787,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip67">
|
||||
<clipPath id="clip75">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip67)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,30,140)">
|
||||
<g clip-path="url(#clip75)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,30,140)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -680,11 +809,11 @@
|
||||
<path d="M-16.5312,0 L16.5312,0 L16.5312,14 L-16.5312,14 L-16.5312,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip68">
|
||||
<clipPath id="clip76">
|
||||
<path d="M-0.46875,-84 L655.273,-84 L655.273,139 L-0.46875,139 L-0.46875,-84 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip68)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,13.4688,149)">
|
||||
<g clip-path="url(#clip76)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,13.4688,149)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="31.0625" x="1" xml:space="preserve" y="10">i_phaA</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -695,140 +824,11 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip69">
|
||||
<clipPath id="clip77">
|
||||
<path d="M-34,-61 L621.742,-61 L621.742,162 L-34,162 L-34,-61 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip69)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,47,126)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11034">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,69,133)">
|
||||
<image height="20" preserveAspectRatio="none" width="128" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAUCAYAAABFyTWeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABaUlEQVRoge2Zy27CMBBFD2AoJH38/+d1w6ZZBKmkEWlRFzMWxnIgC3sRmCNdOQErSJnrO05YcJ+lygFr1YtqO3J86zt/DRdc28jLF9DoGKqJJ7roPHexU+cbvb4DVsBCZeSjRu4zwAB0wCE10SEFKlHsse/8b61UlgD5Wet4Ao5AG3x2hTdAhbjmVVUDO5UvXC4jhAngE8cSID8DUvwDEv+jBgjx8b8F3oAPHWtVxbUprNgzJzZAiiXinh1ihncdfVJUXApvxZ4Z1n+fnCkJ8If0kx9kRf8iu8oWawGzJzbAGSlwWGy/i7RN4APigB5Z5T3wTdnHwI3KHgPL8gnskd1/iyT2kJroDdDrub0Iegz2qgZ5DLxpgJAzlzZQyhT2Krg84avgFmnjp9TEKZvAnKbwCRC2AEuA/LTIym+50wJy3vipprAEKE+nOkZjF08svfJSpoj/C7AEyM+gOgXHXoZhGIZhGMaz8w/7glXF59GMEgAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,70,134)">
|
||||
<path d="M30,0 L120,0 L120,12 L30,12 L0,6 L30,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip71">
|
||||
<path d="M-74,-5 L46,-5 L46,7 L-74,7 L-74,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip71)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,144,139)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="36.5938" x="-18.2969" xml:space="preserve" y="3.5">[i_phaA]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,70,134)">
|
||||
<path d="M30,0 L120,0 L120,12 L30,12 L0,6 L30,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11031">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,209,248)">
|
||||
<image height="20" preserveAspectRatio="none" width="128" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAUCAYAAABFyTWeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABUUlEQVRoge2ZzU7CUBCFv2pl41Y3bFj5RL7/E+DCHwq0/LmYuelFiwIdqiTnS05oC5n05kxn5pYCeAYegQf/FLFsXWtg5apdywPHP32XYqyz2GdTYqaPM4k4dq4NZtgaaDhs9OBJUWJP/hiYuEQsWywBNuxXgAjjeydFXgEmwFPcugX29Oct4LcKcI7xS2DhqoCZqwLmtMmQqtEeZfSKxR4FcOu682t9kiKZPccMroAP4M3j1sDNKTeoBBieY5MiGZ7MnmFmv/vvG040u4veAcR1owowPBEtYIH19U3fm1ECXJahh8A08R9NCUyBe9p+JGL5ug1sXENvA7/tAMAS4AUY+fkqaNHCuIoXQVM/brBpU8Ty718FTz1ghe0nRRx5BchbQM0fmN1FSoA58EpbDUQcx1aAi5vdRYH9FzDChkANgrF0VYBcg5othBBCCCEEAJ+G2WlPPBfvMwAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,210,249)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip73">
|
||||
<path d="M-44,-5 L76,-5 L76,7 L-44,7 L-44,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip73)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,254,254)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="36.5938" x="-18.2969" xml:space="preserve" y="3.5">[i_phaB]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,210,249)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,332,253)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip74">
|
||||
<path d="M-319,-176 L336.742,-176 L336.742,47 L-319,47 L-319,-176 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip74)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,332,241)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11032">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,424,231)">
|
||||
<image height="54" preserveAspectRatio="none" width="68" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAAA2CAYAAAB++T94AAAACXBIWXMAAA7EAAAOxAGVKw4bAAADcUlEQVRoge2a6W7bMBCEPzlqDifO0QsoWqAP0599/6dIjziJ47N2f6wW3NCiLVGRIzoegIDhBIY1nhnuLpkBP4ALoA+cAvfeegSegAkwA/4BS/YUOfAJuAGugAHrhOh6AEbAGJgCc4Sc1c6/dYtQQj4DH4H3rJNQRs4jQo6qZs6eqOYI+Al8Bb4B3xH76DoPrD5wBpwgpOZAVnxm0orJgUvgA/AFIWWMKKDMMiE7WUtNeG6ppJADPeAY+dWvEWVcIvYZUU7ONmL8IF6QiKVy8zrDyV8JGiAPNUbIiVHNIwkFcR54v1esHMmJc0Q1N8gvX1c1dvse0+EgDhGiyJDgPUJUc4ZY6gpnKVXJNrXYNcJZao5YqhOq2UaIhVrqCFGNWkpVU2apKqopq21eDXUIUWTFOgbeIao5R1Sj5MSophNBHEOIRZmlBshupaqpQ4pfEauldhbETQmx8IO4z3oQx5CjqpkiqmnVUi9JiGJTEE+IV41aaoqz1Iurpg1CLEJBfI2riJtY6sWDuG1CFH4Qn+JqG1VNbEVsm8zGQbwrQixCllLVNLGUqkbnNrUt9RqEWFQJ4rrE+E1mrSB+bUIUvmrUUrYijmkXbEVcKYi7QoiFH8Ra20ypVxE/eK8rTfu6SIhiUxBXtdRf4E+x7nDkrJDwTYoQC2spbRdCTeYQIeB38b9LnLp6uMleKVIhxMIGsapmgCjnongvQzLjnufjzUofnjKSq1TbwBIJxDliBb92Ucs84LbdysSlQoiG4AJ5yAluzBAq4oZIkN4hhM0IBKlFlwlZFWuBqEFnu036H1uslRLTRUJWOEvMcJZ4U4WZtcQMt03GDrOTLd1DAelXmnvd3Kka1BJN2n87UUuq/d8UkGW9R5WATHJAZANSLWGn8nUtkeQI0Q9IrRli1WBP+5IaMvsB+SaPIfyA3GSJbcQke1BlA9KvGWLPXZI8yiwLyG2WCP0t2cPuKgFZp4JM9jqEDchNF2aqqiHJCzOaC7bFjm2qtIxO8krVEvnST8jsIHTpzlfDkPBkWy2R5KW7e2Qge4yoJKaCtDVDZwIyBjlwi8xWZ1TfMfymqpMBGYMc+IVIe4TMIqtUkEkEZAxUIWMkP04ot8Sbuvx/izy8Hh+WVZCtN1Vdgc0QhW2x984S26BnpxbJ1AwHHHDAAQd0HP8BMvJ1BYPRvvEAAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,425,232)">
|
||||
<path d="M0,0 L60,23 L0,46 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip76">
|
||||
<path d="M-22,-23 L38,-23 L38,23 L-22,23 L-22,-23 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip76)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,447,255)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="37.1562" x="-18.5781" xml:space="preserve" y="3.5">2/sqrt(3)</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,425,232)">
|
||||
<path d="M0,0 L60,23 L0,46 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,487,253)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip77">
|
||||
<path d="M-474,-176 L181.742,-176 L181.742,47 L-474,47 L-474,-176 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip77)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,487,241)">
|
||||
<g clip-path="url(#clip77)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,47,126)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -972,5 +972,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2020-10-11 20:20:46 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2020-10-11 21:39:22 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
@ -48,86 +48,6 @@
|
||||
"finder":[
|
||||
]
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11053",
|
||||
"className":"Simulink.Outport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"i_alphaAC",
|
||||
"label":"i_alphaAC",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11041",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"EnsureOutportIsVirtual",
|
||||
"InitialOutput",
|
||||
"MustResolveToSignalObject",
|
||||
"OutputWhenDisabled",
|
||||
"OutputWhenUnConnected",
|
||||
"OutputWhenUnconnectedValue",
|
||||
"SignalName",
|
||||
"SignalObject",
|
||||
"SourceOfInitialOutputValue",
|
||||
"StorageClass",
|
||||
"VectorParamsAs1DForOutWhenUnconnected"
|
||||
],
|
||||
"values":[
|
||||
"1",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"off",
|
||||
"[]",
|
||||
"off",
|
||||
"held",
|
||||
"off",
|
||||
"0",
|
||||
"",
|
||||
[
|
||||
],
|
||||
"Dialog",
|
||||
"Auto",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Outport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11051",
|
||||
"className":"Simulink.SignalConversion",
|
||||
@ -227,96 +147,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11048",
|
||||
"className":"Simulink.Gain",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Gain4",
|
||||
"label":"Gain4",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11041",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Gain",
|
||||
"Multiplication",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"ParamMin",
|
||||
"ParamMax",
|
||||
"ParamDataTypeStr",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"1/sqrt(3)",
|
||||
"Element-wise(K.*u)",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as input",
|
||||
"off",
|
||||
"Zero",
|
||||
"off",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"Parameter Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
8,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Gain",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11044",
|
||||
"className":"Simulink.ActionPort",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Action Port",
|
||||
"label":"Action Port",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11041",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitializeStates",
|
||||
"PropagateVarSize"
|
||||
],
|
||||
"values":[
|
||||
"held",
|
||||
"Only when execution is resumed"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"ActionPort",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11047",
|
||||
"className":"Simulink.Gain",
|
||||
@ -376,37 +206,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11045",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From",
|
||||
"label":"From",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11041",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"i_phaA",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11046",
|
||||
"className":"Simulink.From",
|
||||
@ -439,53 +238,25 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11052",
|
||||
"className":"Simulink.Sum",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11045",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum1",
|
||||
"label":"Sum1",
|
||||
"name":"From",
|
||||
"label":"From",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11041",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"rectangular",
|
||||
"--",
|
||||
"off",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(1,16,4)",
|
||||
"off",
|
||||
"Simplest",
|
||||
"on",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
"i_phaA",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
@ -493,74 +264,7 @@
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11043",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"i_phaC",
|
||||
"label":"i_phaC",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11041",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"InputConnect",
|
||||
"Interpolate",
|
||||
"LatchByDelayingOutsideSignal",
|
||||
"LatchInputForFeedbackSignals",
|
||||
"OutputFunctionCall"
|
||||
],
|
||||
"values":[
|
||||
"2",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"",
|
||||
"on",
|
||||
"off",
|
||||
"off",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Inport",
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
@ -644,6 +348,302 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11053",
|
||||
"className":"Simulink.Outport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"i_alphaAC",
|
||||
"label":"i_alphaAC",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11041",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"EnsureOutportIsVirtual",
|
||||
"InitialOutput",
|
||||
"MustResolveToSignalObject",
|
||||
"OutputWhenDisabled",
|
||||
"OutputWhenUnConnected",
|
||||
"OutputWhenUnconnectedValue",
|
||||
"SignalName",
|
||||
"SignalObject",
|
||||
"SourceOfInitialOutputValue",
|
||||
"StorageClass",
|
||||
"VectorParamsAs1DForOutWhenUnconnected"
|
||||
],
|
||||
"values":[
|
||||
"1",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"off",
|
||||
"[]",
|
||||
"off",
|
||||
"held",
|
||||
"off",
|
||||
"0",
|
||||
"",
|
||||
[
|
||||
],
|
||||
"Dialog",
|
||||
"Auto",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Outport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11044",
|
||||
"className":"Simulink.ActionPort",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Action Port",
|
||||
"label":"Action Port",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11041",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitializeStates",
|
||||
"PropagateVarSize"
|
||||
],
|
||||
"values":[
|
||||
"held",
|
||||
"Only when execution is resumed"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"ActionPort",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11043",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"i_phaC",
|
||||
"label":"i_phaC",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11041",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"InputConnect",
|
||||
"Interpolate",
|
||||
"LatchByDelayingOutsideSignal",
|
||||
"LatchInputForFeedbackSignals",
|
||||
"OutputFunctionCall"
|
||||
],
|
||||
"values":[
|
||||
"2",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"",
|
||||
"on",
|
||||
"off",
|
||||
"off",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Inport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11048",
|
||||
"className":"Simulink.Gain",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Gain4",
|
||||
"label":"Gain4",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11041",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Gain",
|
||||
"Multiplication",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"ParamMin",
|
||||
"ParamMax",
|
||||
"ParamDataTypeStr",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"1/sqrt(3)",
|
||||
"Element-wise(K.*u)",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as input",
|
||||
"off",
|
||||
"Zero",
|
||||
"off",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"Parameter Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
8,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Gain",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11052",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum1",
|
||||
"label":"Sum1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11041",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"rectangular",
|
||||
"--",
|
||||
"off",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(1,16,4)",
|
||||
"off",
|
||||
"Simplest",
|
||||
"on",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11042",
|
||||
"className":"Simulink.Inport",
|
||||
|
@ -62,54 +62,6 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11053">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,629,132)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ff8000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,630,133)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip8">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip8)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,645,140)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,630,133)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,645,149)">
|
||||
<path d="M-24.0234,0 L24.0234,0 L24.0234,14 L-24.0234,14 L-24.0234,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip9">
|
||||
<path d="M-607.977,-84 L48.0469,-84 L48.0469,139 L-607.977,139 L-607.977,-84 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip9)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,620.977,149)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="46.0469" x="1" xml:space="preserve" y="10">i_alphaAC</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11051">
|
||||
@ -122,100 +74,124 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip11">
|
||||
<clipPath id="clip8">
|
||||
<path d="M0,0 L20,0 L20,18 L0,18 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip11)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,445,131)">
|
||||
<g clip-path="url(#clip8)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,445,131)">
|
||||
<path d="M0,0 L20,0 L20,18 L0,18 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip16">
|
||||
<clipPath id="clip13">
|
||||
<path d="M-2,0 L43,0 L43,42 L-2,42 L-2,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip16)" fill="#ababab" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.428571,0,0,0.428571,446.429,131)">
|
||||
<g clip-path="url(#clip13)" fill="#ababab" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.428571,0,0,0.428571,446.429,131)">
|
||||
<path d="M5,4 L13,4 L13,12 L5,12 L5,4 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip17">
|
||||
<clipPath id="clip14">
|
||||
<path d="M0,1 L20,1 L20,19 L0,19 L0,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip17)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<g clip-path="url(#clip14)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<path d="M3.14286,2.71429 L6.57143,2.71429 L6.57143,6.14286 L3.14286,6.14286 L3.14286,2.71429 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip18">
|
||||
<clipPath id="clip15">
|
||||
<path d="M-2,0 L43,0 L43,42 L-2,42 L-2,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip18)" fill="#ababab" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.428571,0,0,0.428571,446.429,131)">
|
||||
<g clip-path="url(#clip15)" fill="#ababab" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.428571,0,0,0.428571,446.429,131)">
|
||||
<path d="M5,17 L13,17 L13,25 L5,25 L5,17 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip19">
|
||||
<clipPath id="clip16">
|
||||
<path d="M0,1 L20,1 L20,19 L0,19 L0,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip19)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<g clip-path="url(#clip16)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<path d="M3.14286,8.28571 L6.57143,8.28571 L6.57143,11.7143 L3.14286,11.7143 L3.14286,8.28571 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip20">
|
||||
<clipPath id="clip17">
|
||||
<path d="M-2,0 L43,0 L43,42 L-2,42 L-2,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip20)" fill="#ababab" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.428571,0,0,0.428571,446.429,131)">
|
||||
<g clip-path="url(#clip17)" fill="#ababab" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.428571,0,0,0.428571,446.429,131)">
|
||||
<path d="M5,30 L13,30 L13,38 L5,38 L5,30 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip21">
|
||||
<clipPath id="clip18">
|
||||
<path d="M0,1 L20,1 L20,19 L0,19 L0,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip21)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<g clip-path="url(#clip18)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<path d="M3.14286,13.8571 L6.57143,13.8571 L6.57143,17.2857 L3.14286,17.2857 L3.14286,13.8571 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip22">
|
||||
<clipPath id="clip19">
|
||||
<path d="M-2,0 L43,0 L43,42 L-2,42 L-2,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip22)" fill="#ababab" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.428571,0,0,0.428571,446.429,131)">
|
||||
<g clip-path="url(#clip19)" fill="#ababab" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.428571,0,0,0.428571,446.429,131)">
|
||||
<path d="M28,9 L36,9 L36,17 L28,17 L28,9 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip23">
|
||||
<clipPath id="clip20">
|
||||
<path d="M0,1 L20,1 L20,19 L0,19 L0,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip23)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<g clip-path="url(#clip20)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<path d="M13,4.85714 L16.4286,4.85714 L16.4286,8.28571 L13,8.28571 L13,4.85714 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip24">
|
||||
<clipPath id="clip21">
|
||||
<path d="M-2,0 L43,0 L43,42 L-2,42 L-2,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip24)" fill="#ababab" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.428571,0,0,0.428571,446.429,131)">
|
||||
<g clip-path="url(#clip21)" fill="#ababab" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.428571,0,0,0.428571,446.429,131)">
|
||||
<path d="M28,17 L36,17 L36,25 L28,25 L28,17 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip22">
|
||||
<path d="M0,1 L20,1 L20,19 L0,19 L0,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip22)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<path d="M13,8.28571 L16.4286,8.28571 L16.4286,11.7143 L13,11.7143 L13,8.28571 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip23">
|
||||
<path d="M-2,0 L43,0 L43,42 L-2,42 L-2,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip23)" fill="#ababab" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.428571,0,0,0.428571,446.429,131)">
|
||||
<path d="M28,25 L36,25 L36,33 L28,33 L28,25 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip24">
|
||||
<path d="M0,1 L20,1 L20,19 L0,19 L0,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip24)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<path d="M13,11.7143 L16.4286,11.7143 L16.4286,15.1429 L13,15.1429 L13,11.7143 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip25">
|
||||
<path d="M0,1 L20,1 L20,19 L0,19 L0,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip25)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<path d="M13,8.28571 L16.4286,8.28571 L16.4286,11.7143 L13,11.7143 L13,8.28571 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
<path d="M13,6.57143 L6.57143,4.42857" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip26">
|
||||
<path d="M-2,0 L43,0 L43,42 L-2,42 L-2,0 z"/>
|
||||
<path d="M0,1 L20,1 L20,19 L0,19 L0,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip26)" fill="#ababab" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.428571,0,0,0.428571,446.429,131)">
|
||||
<path d="M28,25 L36,25 L36,33 L28,33 L28,25 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
<g clip-path="url(#clip26)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<path d="M13,10 L6.57143,10" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip27">
|
||||
@ -223,30 +199,6 @@
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip27)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<path d="M13,11.7143 L16.4286,11.7143 L16.4286,15.1429 L13,15.1429 L13,11.7143 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip28">
|
||||
<path d="M0,1 L20,1 L20,19 L0,19 L0,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip28)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<path d="M13,6.57143 L6.57143,4.42857" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip29">
|
||||
<path d="M0,1 L20,1 L20,19 L0,19 L0,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip29)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<path d="M13,10 L6.57143,10" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip30">
|
||||
<path d="M0,1 L20,1 L20,19 L0,19 L0,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip30)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<path d="M13,13.4286 L6.57143,15.5714" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -272,11 +224,11 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip41">
|
||||
<clipPath id="clip38">
|
||||
<path d="M-454,-61 L202.023,-61 L202.023,162 L-454,162 L-454,-61 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip41)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,467,126)">
|
||||
<g clip-path="url(#clip38)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,467,126)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -298,11 +250,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip43">
|
||||
<clipPath id="clip40">
|
||||
<path d="M-74,-5 L46,-5 L46,7 L-74,7 L-74,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip43)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,144,139)">
|
||||
<g clip-path="url(#clip40)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,144,139)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="36.5938" x="-18.2969" xml:space="preserve" y="3.5">[i_phaA]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -331,11 +283,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip45">
|
||||
<clipPath id="clip42">
|
||||
<path d="M-74,-5 L46,-5 L46,7 L-74,7 L-74,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip45)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,144,174)">
|
||||
<g clip-path="url(#clip42)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,144,174)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="37.1562" x="-18.5781" xml:space="preserve" y="3.5">[i_phaC]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -352,102 +304,6 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11048">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,424,176)">
|
||||
<image height="54" preserveAspectRatio="none" width="68" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAAA2CAYAAAB++T94AAAACXBIWXMAAA7EAAAOxAGVKw4bAAADcUlEQVRoge2a6W7bMBCEPzlqDifO0QsoWqAP0599/6dIjziJ47N2f6wW3NCiLVGRIzoegIDhBIY1nhnuLpkBP4ALoA+cAvfeegSegAkwA/4BS/YUOfAJuAGugAHrhOh6AEbAGJgCc4Sc1c6/dYtQQj4DH4H3rJNQRs4jQo6qZs6eqOYI+Al8Bb4B3xH76DoPrD5wBpwgpOZAVnxm0orJgUvgA/AFIWWMKKDMMiE7WUtNeG6ppJADPeAY+dWvEWVcIvYZUU7ONmL8IF6QiKVy8zrDyV8JGiAPNUbIiVHNIwkFcR54v1esHMmJc0Q1N8gvX1c1dvse0+EgDhGiyJDgPUJUc4ZY6gpnKVXJNrXYNcJZao5YqhOq2UaIhVrqCFGNWkpVU2apKqopq21eDXUIUWTFOgbeIao5R1Sj5MSophNBHEOIRZmlBshupaqpQ4pfEauldhbETQmx8IO4z3oQx5CjqpkiqmnVUi9JiGJTEE+IV41aaoqz1Iurpg1CLEJBfI2riJtY6sWDuG1CFH4Qn+JqG1VNbEVsm8zGQbwrQixCllLVNLGUqkbnNrUt9RqEWFQJ4rrE+E1mrSB+bUIUvmrUUrYijmkXbEVcKYi7QoiFH8Ra20ypVxE/eK8rTfu6SIhiUxBXtdRf4E+x7nDkrJDwTYoQC2spbRdCTeYQIeB38b9LnLp6uMleKVIhxMIGsapmgCjnongvQzLjnufjzUofnjKSq1TbwBIJxDliBb92Ucs84LbdysSlQoiG4AJ5yAluzBAq4oZIkN4hhM0IBKlFlwlZFWuBqEFnu036H1uslRLTRUJWOEvMcJZ4U4WZtcQMt03GDrOTLd1DAelXmnvd3Kka1BJN2n87UUuq/d8UkGW9R5WATHJAZANSLWGn8nUtkeQI0Q9IrRli1WBP+5IaMvsB+SaPIfyA3GSJbcQke1BlA9KvGWLPXZI8yiwLyG2WCP0t2cPuKgFZp4JM9jqEDchNF2aqqiHJCzOaC7bFjm2qtIxO8krVEvnST8jsIHTpzlfDkPBkWy2R5KW7e2Qge4yoJKaCtDVDZwIyBjlwi8xWZ1TfMfymqpMBGYMc+IVIe4TMIqtUkEkEZAxUIWMkP04ot8Sbuvx/izy8Hh+WVZCtN1Vdgc0QhW2x984S26BnpxbJ1AwHHHDAAQd0HP8BMvJ1BYPRvvEAAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,425,177)">
|
||||
<path d="M0,0 L60,23 L0,46 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip47">
|
||||
<path d="M-22,-23 L38,-23 L38,23 L-22,23 L-22,-23 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip47)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,447,200)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="37.1562" x="-18.5781" xml:space="preserve" y="3.5">1/sqrt(3)</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,425,177)">
|
||||
<path d="M0,0 L60,23 L0,46 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,487,198)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip48">
|
||||
<path d="M-474,-121 L182.023,-121 L182.023,102 L-474,102 L-474,-121 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip48)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,487,186)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11044">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,114,69)">
|
||||
<image height="36" preserveAspectRatio="none" width="67" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAAkCAYAAADSO4eRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABjklEQVRoge2ZS2+CQBCAPxTtwz6T9uLFU39R//+hFy96wApWwD4OM8Rpg6aiqNnMl0x2YxbY/TJrWCYCXoFn4Enb0JgAU21tTP8OjBEBQxOhMQD62i+BBTCrGxgjGTEERhqh0dO2ADIgMb/9wmbGCHg5xuxOQImImCFbpFZG55gzOndchsFlGFyGwWUYXIbBZRhchiFu4Z7fwBewQt76lsgrcArMgfcdYq7XLoFc7/m55bl70YaMCOhq9IEr4Aa4RxaV0UxKiojJEckrDiDA0oYMS6TP6AIXwDVwCzwAHzTPlkyvz5FX7U3ZshNty6iINPrIueASOU3esc6WlGbZkuk99uZYMiybtlGVLU230d6cQoalo9FDttDjqSfjKC7D4DIMLsPgMgwuw+AyDDHytXjAhi/GAfAGjJF1Jsj5pqwbGCOVJVtkCY2xxhQpFWyVMdF+VWQJDVteTJA1FnUDKxm2yBIaCbKuhH9sk4kOSFhnSUgsNDLT1sqIkFprdbQO8U+01ChMvwrHcRznEPwAJfWjPHtjBbIAAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,115,70)">
|
||||
<path d="M0,0 L59,0 L59,28 L0,28 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip50">
|
||||
<path d="M-29,-14 L30,-14 L30,14 L-29,14 L-29,-14 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip50)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,144,84)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="30.5" x="-15.25" xml:space="preserve" y="3.5">else { }</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,115,70)">
|
||||
<path d="M0,0 L59,0 L59,28 L0,28 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,144.5,100)">
|
||||
<path d="M-25.3984,0 L25.3984,0 L25.3984,14 L-25.3984,14 L-25.3984,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip51">
|
||||
<path d="M-106.102,-35 L549.922,-35 L549.922,188 L-106.102,188 L-106.102,-35 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip51)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,119.102,100)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="48.7969" x="1" xml:space="preserve" y="10">Action Port</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11047">
|
||||
@ -460,11 +316,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip53">
|
||||
<clipPath id="clip44">
|
||||
<path d="M-22,-23 L38,-23 L38,23 L-22,23 L-22,-23 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip53)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,447,255)">
|
||||
<g clip-path="url(#clip44)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,447,255)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="37.1562" x="-18.5781" xml:space="preserve" y="3.5">2/sqrt(3)</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -482,59 +338,11 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip54">
|
||||
<clipPath id="clip45">
|
||||
<path d="M-474,-176 L182.023,-176 L182.023,47 L-474,47 L-474,-176 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip54)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,487,241)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11045">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,209,133)">
|
||||
<image height="20" preserveAspectRatio="none" width="128" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAUCAYAAABFyTWeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABUUlEQVRoge2ZzU7CUBCFv2pl41Y3bFj5RL7/E+DCHwq0/LmYuelFiwIdqiTnS05oC5n05kxn5pYCeAYegQf/FLFsXWtg5apdywPHP32XYqyz2GdTYqaPM4k4dq4NZtgaaDhs9OBJUWJP/hiYuEQsWywBNuxXgAjjeydFXgEmwFPcugX29Oct4LcKcI7xS2DhqoCZqwLmtMmQqtEeZfSKxR4FcOu682t9kiKZPccMroAP4M3j1sDNKTeoBBieY5MiGZ7MnmFmv/vvG040u4veAcR1owowPBEtYIH19U3fm1ECXJahh8A08R9NCUyBe9p+JGL5ug1sXENvA7/tAMAS4AUY+fkqaNHCuIoXQVM/brBpU8Ty718FTz1ghe0nRRx5BchbQM0fmN1FSoA58EpbDUQcx1aAi5vdRYH9FzDChkANgrF0VYBcg5othBBCCCEEAJ+G2WlPPBfvMwAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,210,134)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip56">
|
||||
<path d="M-44,-5 L76,-5 L76,7 L-44,7 L-44,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip56)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,254,139)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="36.5938" x="-18.2969" xml:space="preserve" y="3.5">[i_phaA]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,210,134)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,332,138)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip57">
|
||||
<path d="M-319,-61 L337.023,-61 L337.023,162 L-319,162 L-319,-61 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip57)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,332,126)">
|
||||
<g clip-path="url(#clip45)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,487,241)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -556,11 +364,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip59">
|
||||
<clipPath id="clip47">
|
||||
<path d="M-44,-5 L76,-5 L76,7 L-44,7 L-44,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip59)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,254,254)">
|
||||
<g clip-path="url(#clip47)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,254,254)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="37.1562" x="-18.5781" xml:space="preserve" y="3.5">[i_phaC]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -578,11 +386,11 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip60">
|
||||
<clipPath id="clip48">
|
||||
<path d="M-319,-176 L337.023,-176 L337.023,47 L-319,47 L-319,-176 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip60)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,332,241)">
|
||||
<g clip-path="url(#clip48)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,332,241)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -594,114 +402,43 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11052">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,539,171)">
|
||||
<image height="119" preserveAspectRatio="none" width="33" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAB3CAYAAACNMymFAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABNklEQVRoge3bMU/CUBhG4ReDLKy6sDD5i/z/gwtLO9ShDLA43O/EqkCM3oHhPMnNbUjTnly6fqskr0mekzzV3suQZKx9ucbvN67rxbvF6mWbZFPX5yTHJO+XblynncAuyb5WL4+1n5LMSabFbz8iOIl9kpeOEUk7gTntBIZrEQ+dX/onRsAIGAEjYASMgBEwAkbACBgBI2AEjIARMAJGwAgYASNgBIyAETACRsAIGAEjYASMgBEwAkbACBgBI2AEjIARMAJGwAgYASNgBIyAETACRsAIGIG7iFinDYltc2VQ7B/ekhzq+VPaWN75WsSYrzN8vRxqjWkTcTcjhrpmhq+X5ZTkVM8+3YpYzvD1MtXzpvzi7xjqhimfp9LDsda82C9GrNJGNTdpH2bPj/Nc67S4Zkn37wOUk0Nzj91kZQAAAABJRU5ErkJggg==" y="0"/>
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11045">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,209,133)">
|
||||
<image height="20" preserveAspectRatio="none" width="128" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAUCAYAAABFyTWeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABUUlEQVRoge2ZzU7CUBCFv2pl41Y3bFj5RL7/E+DCHwq0/LmYuelFiwIdqiTnS05oC5n05kxn5pYCeAYegQf/FLFsXWtg5apdywPHP32XYqyz2GdTYqaPM4k4dq4NZtgaaDhs9OBJUWJP/hiYuEQsWywBNuxXgAjjeydFXgEmwFPcugX29Oct4LcKcI7xS2DhqoCZqwLmtMmQqtEeZfSKxR4FcOu682t9kiKZPccMroAP4M3j1sDNKTeoBBieY5MiGZ7MnmFmv/vvG040u4veAcR1owowPBEtYIH19U3fm1ECXJahh8A08R9NCUyBe9p+JGL5ug1sXENvA7/tAMAS4AUY+fkqaNHCuIoXQVM/brBpU8Ty718FTz1ghe0nRRx5BchbQM0fmN1FSoA58EpbDUQcx1aAi5vdRYH9FzDChkANgrF0VYBcg5othBBCCCEEAJ+G2WlPPBfvMwAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,540,172)">
|
||||
<path d="M0,0 L25,0 L25,111 L0,111 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,210,134)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip62">
|
||||
<path d="M539.5,171.5 L564.5,171.5 L564.5,282.5 L539.5,282.5 L539.5,171.5 z"/>
|
||||
<clipPath id="clip50">
|
||||
<path d="M-44,-5 L76,-5 L76,7 L-44,7 L-44,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip62)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="543,200 547,200" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip63">
|
||||
<path d="M539.5,171.5 L564.5,171.5 L564.5,282.5 L539.5,282.5 L539.5,171.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip63)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="543,255 547,255" vector-effect="none"/>
|
||||
<g clip-path="url(#clip50)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,254,139)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="36.5938" x="-18.2969" xml:space="preserve" y="3.5">[i_phaA]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,540,172)">
|
||||
<path d="M0,0 L25,0 L25,111 L0,111 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,210,134)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,567,228)">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,332,138)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip64">
|
||||
<path d="M-554,-151 L102.023,-151 L102.023,72 L-554,72 L-554,-151 z"/>
|
||||
<clipPath id="clip51">
|
||||
<path d="M-319,-61 L337.023,-61 L337.023,162 L-319,162 L-319,-61 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip64)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,567,216)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11043">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,14,167)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,15,168)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip66">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip66)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,30,175)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">2</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,15,168)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,30,184)">
|
||||
<path d="M-16.8125,0 L16.8125,0 L16.8125,14 L-16.8125,14 L-16.8125,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip67">
|
||||
<path d="M-0.1875,-119 L655.836,-119 L655.836,104 L-0.1875,104 L-0.1875,-119 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip67)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,13.1875,184)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="31.625" x="1" xml:space="preserve" y="10">i_phaC</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,47,173)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip68">
|
||||
<path d="M-34,-96 L622.023,-96 L622.023,127 L-34,127 L-34,-96 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip68)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,47,161)">
|
||||
<g clip-path="url(#clip51)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,332,126)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -723,11 +460,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip70">
|
||||
<clipPath id="clip53">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip70)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,645,230)">
|
||||
<g clip-path="url(#clip53)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,645,230)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">2</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -745,11 +482,11 @@
|
||||
<path d="M-21.5234,0 L21.5234,0 L21.5234,14 L-21.5234,14 L-21.5234,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip71">
|
||||
<clipPath id="clip54">
|
||||
<path d="M-610.477,-174 L45.5469,-174 L45.5469,49 L-610.477,49 L-610.477,-174 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip71)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,623.477,239)">
|
||||
<g clip-path="url(#clip54)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,623.477,239)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="41.0469" x="1" xml:space="preserve" y="10">i_betaAC</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -759,6 +496,269 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11053">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,629,132)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ff8000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,630,133)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip56">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip56)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,645,140)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,630,133)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,645,149)">
|
||||
<path d="M-24.0234,0 L24.0234,0 L24.0234,14 L-24.0234,14 L-24.0234,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip57">
|
||||
<path d="M-607.977,-84 L48.0469,-84 L48.0469,139 L-607.977,139 L-607.977,-84 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip57)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,620.977,149)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="46.0469" x="1" xml:space="preserve" y="10">i_alphaAC</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11044">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,114,69)">
|
||||
<image height="36" preserveAspectRatio="none" width="67" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAAkCAYAAADSO4eRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABh0lEQVRoge2ZwU7CQBBAH6Zy4aoXLpz8Ir/Dn/Ff/Bq4eEFNG21RKilRPMw0DFroVk0l67xksqVMmt2X3bLDDoBL4Bw40zY2UiDT1kb2OTFBBIxNxMYIGOr1GiiBoikxQWbEGJhoxMapthWwBHJzbwc7MybARR+9+wPWiIgCWSKNMk767NGx4zIMLsPgMgwuw+AyDC7D4DIMSUDODTDQCGGj8Y7s+l6Rzc4DcKdxj9QGT8CL5rZx1fL9dWD/9hIiY0a4iJoN8Ibs/GoZdXGUAY/AAlgRJgJg2rEPnelDRokMvEDqggXwrPfXHZ4569iHzoTImPI9GXaZlEhtUOrnFSJi0+GZRyHjpzOjKUKXRq+EyvgX+E+rwWUYXIbBZRhchsFlGFyGIUFqhhF7/jGOgFtgjowz50AZkCCFkz1kiY25RobURwdlpHpdH7LEhj1ezJExVk2JtQx7yBIbOduKuXWZpJqQs50lMVGyWzUv2SNjgJy1DpEXaIwv0bpSrvhaPTuO4zi/wQc2SIJd3eVWgAAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,115,70)">
|
||||
<path d="M0,0 L59,0 L59,28 L0,28 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip59">
|
||||
<path d="M-29,-14 L30,-14 L30,14 L-29,14 L-29,-14 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip59)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,144,84)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="30.5" x="-15.25" xml:space="preserve" y="3.5">else { }</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,115,70)">
|
||||
<path d="M0,0 L59,0 L59,28 L0,28 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,144.5,100)">
|
||||
<path d="M-25.3984,0 L25.3984,0 L25.3984,14 L-25.3984,14 L-25.3984,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip60">
|
||||
<path d="M-106.102,-35 L549.922,-35 L549.922,188 L-106.102,188 L-106.102,-35 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip60)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,119.102,100)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="48.7969" x="1" xml:space="preserve" y="10">Action Port</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11043">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,14,167)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,15,168)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip62">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip62)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,30,175)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">2</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,15,168)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,30,184)">
|
||||
<path d="M-16.8125,0 L16.8125,0 L16.8125,14 L-16.8125,14 L-16.8125,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip63">
|
||||
<path d="M-0.1875,-119 L655.836,-119 L655.836,104 L-0.1875,104 L-0.1875,-119 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip63)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,13.1875,184)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="31.625" x="1" xml:space="preserve" y="10">i_phaC</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,47,173)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip64">
|
||||
<path d="M-34,-96 L622.023,-96 L622.023,127 L-34,127 L-34,-96 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip64)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,47,161)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11048">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,424,176)">
|
||||
<image height="54" preserveAspectRatio="none" width="68" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAAA2CAYAAAB++T94AAAACXBIWXMAAA7EAAAOxAGVKw4bAAADcUlEQVRoge2a6W7bMBCEPzlqDifO0QsoWqAP0599/6dIjziJ47N2f6wW3NCiLVGRIzoegIDhBIY1nhnuLpkBP4ALoA+cAvfeegSegAkwA/4BS/YUOfAJuAGugAHrhOh6AEbAGJgCc4Sc1c6/dYtQQj4DH4H3rJNQRs4jQo6qZs6eqOYI+Al8Bb4B3xH76DoPrD5wBpwgpOZAVnxm0orJgUvgA/AFIWWMKKDMMiE7WUtNeG6ppJADPeAY+dWvEWVcIvYZUU7ONmL8IF6QiKVy8zrDyV8JGiAPNUbIiVHNIwkFcR54v1esHMmJc0Q1N8gvX1c1dvse0+EgDhGiyJDgPUJUc4ZY6gpnKVXJNrXYNcJZao5YqhOq2UaIhVrqCFGNWkpVU2apKqopq21eDXUIUWTFOgbeIao5R1Sj5MSophNBHEOIRZmlBshupaqpQ4pfEauldhbETQmx8IO4z3oQx5CjqpkiqmnVUi9JiGJTEE+IV41aaoqz1Iurpg1CLEJBfI2riJtY6sWDuG1CFH4Qn+JqG1VNbEVsm8zGQbwrQixCllLVNLGUqkbnNrUt9RqEWFQJ4rrE+E1mrSB+bUIUvmrUUrYijmkXbEVcKYi7QoiFH8Ra20ypVxE/eK8rTfu6SIhiUxBXtdRf4E+x7nDkrJDwTYoQC2spbRdCTeYQIeB38b9LnLp6uMleKVIhxMIGsapmgCjnongvQzLjnufjzUofnjKSq1TbwBIJxDliBb92Ucs84LbdysSlQoiG4AJ5yAluzBAq4oZIkN4hhM0IBKlFlwlZFWuBqEFnu036H1uslRLTRUJWOEvMcJZ4U4WZtcQMt03GDrOTLd1DAelXmnvd3Kka1BJN2n87UUuq/d8UkGW9R5WATHJAZANSLWGn8nUtkeQI0Q9IrRli1WBP+5IaMvsB+SaPIfyA3GSJbcQke1BlA9KvGWLPXZI8yiwLyG2WCP0t2cPuKgFZp4JM9jqEDchNF2aqqiHJCzOaC7bFjm2qtIxO8krVEvnST8jsIHTpzlfDkPBkWy2R5KW7e2Qge4yoJKaCtDVDZwIyBjlwi8xWZ1TfMfymqpMBGYMc+IVIe4TMIqtUkEkEZAxUIWMkP04ot8Sbuvx/izy8Hh+WVZCtN1Vdgc0QhW2x984S26BnpxbJ1AwHHHDAAQd0HP8BMvJ1BYPRvvEAAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,425,177)">
|
||||
<path d="M0,0 L60,23 L0,46 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip66">
|
||||
<path d="M-22,-23 L38,-23 L38,23 L-22,23 L-22,-23 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip66)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,447,200)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="37.1562" x="-18.5781" xml:space="preserve" y="3.5">1/sqrt(3)</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,425,177)">
|
||||
<path d="M0,0 L60,23 L0,46 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,487,198)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip67">
|
||||
<path d="M-474,-121 L182.023,-121 L182.023,102 L-474,102 L-474,-121 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip67)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,487,186)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11052">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,539,171)">
|
||||
<image height="119" preserveAspectRatio="none" width="33" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAB3CAYAAACNMymFAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABNklEQVRoge3bMU/CUBhG4ReDLKy6sDD5i/z/gwtLO9ShDLA43O/EqkCM3oHhPMnNbUjTnly6fqskr0mekzzV3suQZKx9ucbvN67rxbvF6mWbZFPX5yTHJO+XblynncAuyb5WL4+1n5LMSabFbz8iOIl9kpeOEUk7gTntBIZrEQ+dX/onRsAIGAEjYASMgBEwAkbACBgBI2AEjIARMAJGwAgYASNgBIyAETACRsAIGAEjYASMgBEwAkbACBgBI2AEjIARMAJGwAgYASNgBIyAETACRsAIGIG7iFinDYltc2VQ7B/ekhzq+VPaWN75WsSYrzN8vRxqjWkTcTcjhrpmhq+X5ZTkVM8+3YpYzvD1MtXzpvzi7xjqhimfp9LDsda82C9GrNJGNTdpH2bPj/Nc67S4Zkn37wOUk0Nzj91kZQAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,540,172)">
|
||||
<path d="M0,0 L25,0 L25,111 L0,111 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip69">
|
||||
<path d="M539.5,171.5 L564.5,171.5 L564.5,282.5 L539.5,282.5 L539.5,171.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip69)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="543,200 547,200" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip70">
|
||||
<path d="M539.5,171.5 L564.5,171.5 L564.5,282.5 L539.5,282.5 L539.5,171.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip70)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="543,255 547,255" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,540,172)">
|
||||
<path d="M0,0 L25,0 L25,111 L0,111 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,567,228)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip71">
|
||||
<path d="M-554,-151 L102.023,-151 L102.023,72 L-554,72 L-554,-151 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip71)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,567,216)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11042">
|
||||
@ -956,5 +956,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2020-10-11 20:20:46 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2020-10-11 21:39:22 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 67 KiB |
@ -209,11 +209,70 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11065",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11068",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum3",
|
||||
"label":"Sum3",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11056",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"rectangular",
|
||||
"+-",
|
||||
"off",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(1,16,4)",
|
||||
"off",
|
||||
"Simplest",
|
||||
"on",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11066",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto13",
|
||||
"label":"Goto13",
|
||||
"name":"Goto15",
|
||||
"label":"Goto15",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11056",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -222,7 +281,7 @@
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"i_phaB",
|
||||
"i_phaC",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
@ -241,6 +300,65 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11064",
|
||||
"className":"Simulink.Gain",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Gain2",
|
||||
"label":"Gain2",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11056",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Gain",
|
||||
"Multiplication",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"ParamMin",
|
||||
"ParamMax",
|
||||
"ParamDataTypeStr",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"1/sqrt(3)",
|
||||
"Element-wise(K.*u)",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as input",
|
||||
"off",
|
||||
"Zero",
|
||||
"off",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"Parameter Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
8,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Gain",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11062",
|
||||
"className":"Simulink.From",
|
||||
@ -272,6 +390,166 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11060",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From2",
|
||||
"label":"From2",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11056",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"i_phaB",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11059",
|
||||
"className":"Simulink.ActionPort",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Action Port",
|
||||
"label":"Action Port",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11056",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitializeStates",
|
||||
"PropagateVarSize"
|
||||
],
|
||||
"values":[
|
||||
"held",
|
||||
"Only when execution is resumed"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"ActionPort",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11058",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"i_phaC",
|
||||
"label":"i_phaC",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11056",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"InputConnect",
|
||||
"Interpolate",
|
||||
"LatchByDelayingOutsideSignal",
|
||||
"LatchInputForFeedbackSignals",
|
||||
"OutputFunctionCall"
|
||||
],
|
||||
"values":[
|
||||
"2",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"",
|
||||
"on",
|
||||
"off",
|
||||
"off",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Inport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11063",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From5",
|
||||
"label":"From5",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11056",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"i_phaC",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11067",
|
||||
"className":"Simulink.Sum",
|
||||
@ -332,11 +610,11 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11066",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11065",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto15",
|
||||
"label":"Goto15",
|
||||
"name":"Goto13",
|
||||
"label":"Goto13",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11056",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -345,7 +623,7 @@
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"i_phaC",
|
||||
"i_phaB",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
@ -395,163 +673,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11059",
|
||||
"className":"Simulink.ActionPort",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Action Port",
|
||||
"label":"Action Port",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11056",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitializeStates",
|
||||
"PropagateVarSize"
|
||||
],
|
||||
"values":[
|
||||
"held",
|
||||
"Only when execution is resumed"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"ActionPort",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11064",
|
||||
"className":"Simulink.Gain",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Gain2",
|
||||
"label":"Gain2",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11056",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Gain",
|
||||
"Multiplication",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"ParamMin",
|
||||
"ParamMax",
|
||||
"ParamDataTypeStr",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"1/sqrt(3)",
|
||||
"Element-wise(K.*u)",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as input",
|
||||
"off",
|
||||
"Zero",
|
||||
"off",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"Parameter Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
8,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Gain",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11058",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"i_phaC",
|
||||
"label":"i_phaC",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11056",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"InputConnect",
|
||||
"Interpolate",
|
||||
"LatchByDelayingOutsideSignal",
|
||||
"LatchInputForFeedbackSignals",
|
||||
"OutputFunctionCall"
|
||||
],
|
||||
"values":[
|
||||
"2",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"",
|
||||
"on",
|
||||
"off",
|
||||
"off",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Inport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11057",
|
||||
"className":"Simulink.Inport",
|
||||
@ -619,127 +740,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11063",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From5",
|
||||
"label":"From5",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11056",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"i_phaC",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11068",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum3",
|
||||
"label":"Sum3",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11056",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"rectangular",
|
||||
"+-",
|
||||
"off",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(1,16,4)",
|
||||
"off",
|
||||
"Simplest",
|
||||
"on",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11060",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From2",
|
||||
"label":"From2",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11056",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"i_phaB",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11061#out:1",
|
||||
"className":"Simulink.Line",
|
||||
|
@ -160,132 +160,59 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11065">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,199,173)">
|
||||
<image height="20" preserveAspectRatio="none" width="128" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAUCAYAAABFyTWeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABaUlEQVRoge2Zy27CMBBFD2AoJH38/+d1w6ZZBKmkEWlRFzMWxnIgC3sRmCNdOQErSJnrO05YcJ+lygFr1YtqO3J86zt/DRdc28jLF9DoGKqJJ7roPHexU+cbvb4DVsBCZeSjRu4zwAB0wCE10SEFKlHsse/8b61UlgD5Wet4Ao5AG3x2hTdAhbjmVVUDO5UvXC4jhAngE8cSID8DUvwDEv+jBgjx8b8F3oAPHWtVxbUprNgzJzZAiiXinh1ihncdfVJUXApvxZ4Z1n+fnCkJ8If0kx9kRf8iu8oWawGzJzbAGSlwWGy/i7RN4APigB5Z5T3wTdnHwI3KHgPL8gnskd1/iyT2kJroDdDrub0Iegz2qgZ5DLxpgJAzlzZQyhT2Krg84avgFmnjp9TEKZvAnKbwCRC2AEuA/LTIym+50wJy3vipprAEKE+nOkZjF08svfJSpoj/C7AEyM+gOgXHXoZhGIZhGMaz8w/7glXF59GMEgAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,200,174)">
|
||||
<path d="M30,0 L120,0 L120,12 L30,12 L0,6 L30,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip14">
|
||||
<path d="M-74,-5 L46,-5 L46,7 L-74,7 L-74,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip14)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,274,179)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="36.5938" x="-18.2969" xml:space="preserve" y="3.5">[i_phaB]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,200,174)">
|
||||
<path d="M30,0 L120,0 L120,12 L30,12 L0,6 L30,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11062">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,354,318)">
|
||||
<image height="20" preserveAspectRatio="none" width="128" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAUCAYAAABFyTWeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABUUlEQVRoge2ZzU7CUBCFv2pl41Y3bFj5RL7/E+DCHwq0/LmYuelFiwIdqiTnS05oC5n05kxn5pYCeAYegQf/FLFsXWtg5apdywPHP32XYqyz2GdTYqaPM4k4dq4NZtgaaDhs9OBJUWJP/hiYuEQsWywBNuxXgAjjeydFXgEmwFPcugX29Oct4LcKcI7xS2DhqoCZqwLmtMmQqtEeZfSKxR4FcOu682t9kiKZPccMroAP4M3j1sDNKTeoBBieY5MiGZ7MnmFmv/vvG040u4veAcR1owowPBEtYIH19U3fm1ECXJahh8A08R9NCUyBe9p+JGL5ug1sXENvA7/tAMAS4AUY+fkqaNHCuIoXQVM/brBpU8Ty718FTz1ghe0nRRx5BchbQM0fmN1FSoA58EpbDUQcx1aAi5vdRYH9FzDChkANgrF0VYBcg5othBBCCCEEAJ+G2WlPPBfvMwAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,355,319)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip16">
|
||||
<path d="M-44,-5 L76,-5 L76,7 L-44,7 L-44,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip16)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,399,324)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="36.5938" x="-18.2969" xml:space="preserve" y="3.5">[i_phaB]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,355,319)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,477,323)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip17">
|
||||
<path d="M-334,-216 L297.023,-216 L297.023,102 L-334,102 L-334,-216 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip17)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,477,311)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11067">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,544,151)">
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11068">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,544,296)">
|
||||
<image height="119" preserveAspectRatio="none" width="33" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAB3CAYAAACNMymFAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABNklEQVRoge3bMU/CUBhG4ReDLKy6sDD5i/z/gwtLO9ShDLA43O/EqkCM3oHhPMnNbUjTnly6fqskr0mekzzV3suQZKx9ucbvN67rxbvF6mWbZFPX5yTHJO+XblynncAuyb5WL4+1n5LMSabFbz8iOIl9kpeOEUk7gTntBIZrEQ+dX/onRsAIGAEjYASMgBEwAkbACBgBI2AEjIARMAJGwAgYASNgBIyAETACRsAIGAEjYASMgBEwAkbACBgBI2AEjIARMAJGwAgYASNgBIyAETACRsAIGIG7iFinDYltc2VQ7B/ekhzq+VPaWN75WsSYrzN8vRxqjWkTcTcjhrpmhq+X5ZTkVM8+3YpYzvD1MtXzpvzi7xjqhimfp9LDsda82C9GrNJGNTdpH2bPj/Nc67S4Zkn37wOUk0Nzj91kZQAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,545,152)">
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,545,297)">
|
||||
<path d="M0,0 L25,0 L25,111 L0,111 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip19">
|
||||
<path d="M544.5,151.5 L569.5,151.5 L569.5,262.5 L544.5,262.5 L544.5,151.5 z"/>
|
||||
<clipPath id="clip14">
|
||||
<path d="M544.5,296.5 L569.5,296.5 L569.5,407.5 L544.5,407.5 L544.5,296.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip19)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="548,180 552,180" vector-effect="none"/>
|
||||
<g clip-path="url(#clip14)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="548,325 552,325" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip20">
|
||||
<path d="M544.5,151.5 L569.5,151.5 L569.5,262.5 L544.5,262.5 L544.5,151.5 z"/>
|
||||
<clipPath id="clip15">
|
||||
<path d="M544.5,296.5 L569.5,296.5 L569.5,407.5 L544.5,407.5 L544.5,296.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip20)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="548,235 552,235" vector-effect="none"/>
|
||||
<g clip-path="url(#clip15)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="550,323 550,327" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip16">
|
||||
<path d="M544.5,296.5 L569.5,296.5 L569.5,407.5 L544.5,407.5 L544.5,296.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip16)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="548,380 552,380" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,545,152)">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,545,297)">
|
||||
<path d="M0,0 L25,0 L25,111 L0,111 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,572,208)">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,572,353)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip21">
|
||||
<path d="M-429,-101 L202.023,-101 L202.023,217 L-429,217 L-429,-101 z"/>
|
||||
<clipPath id="clip17">
|
||||
<path d="M-429,-246 L202.023,-246 L202.023,72 L-429,72 L-429,-246 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip21)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,572,196)">
|
||||
<g clip-path="url(#clip17)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,572,341)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -307,11 +234,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip23">
|
||||
<clipPath id="clip19">
|
||||
<path d="M-74,-5 L46,-5 L46,7 L-74,7 L-74,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip23)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,274,214)">
|
||||
<g clip-path="url(#clip19)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,274,214)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="37.1562" x="-18.5781" xml:space="preserve" y="3.5">[i_phaC]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -328,102 +255,6 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11061">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,354,228)">
|
||||
<image height="20" preserveAspectRatio="none" width="128" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAUCAYAAABFyTWeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABUUlEQVRoge2ZzU7CUBCFv2pl41Y3bFj5RL7/E+DCHwq0/LmYuelFiwIdqiTnS05oC5n05kxn5pYCeAYegQf/FLFsXWtg5apdywPHP32XYqyz2GdTYqaPM4k4dq4NZtgaaDhs9OBJUWJP/hiYuEQsWywBNuxXgAjjeydFXgEmwFPcugX29Oct4LcKcI7xS2DhqoCZqwLmtMmQqtEeZfSKxR4FcOu682t9kiKZPccMroAP4M3j1sDNKTeoBBieY5MiGZ7MnmFmv/vvG040u4veAcR1owowPBEtYIH19U3fm1ECXJahh8A08R9NCUyBe9p+JGL5ug1sXENvA7/tAMAS4AUY+fkqaNHCuIoXQVM/brBpU8Ty718FTz1ghe0nRRx5BchbQM0fmN1FSoA58EpbDUQcx1aAi5vdRYH9FzDChkANgrF0VYBcg5othBBCCCEEAJ+G2WlPPBfvMwAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,355,229)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip25">
|
||||
<path d="M-44,-5 L76,-5 L76,7 L-44,7 L-44,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip25)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,399,234)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="37.1562" x="-18.5781" xml:space="preserve" y="3.5">[i_phaC]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,355,229)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,477,233)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip26">
|
||||
<path d="M-334,-126 L297.023,-126 L297.023,192 L-334,192 L-334,-126 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip26)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,477,221)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11059">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,244,114)">
|
||||
<image height="36" preserveAspectRatio="none" width="67" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAAkCAYAAADSO4eRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABLElEQVRoge2ZMU7DQBBFX9CSJi00aVJxIu7BYbgeNDRp7GJTJIVdQDFr8UEGWUoczOo/abSraBTPPo238KyAR+AeuCtrbTRAW1aN9ntiIgRsJWpjA6zLvgdOwGEsMREdsQV2JWrjtqwdcASy/PYF7Ywd8HCN6v6AnhBxIF6RURk316xo6ViGYBmCZQiWIViGYBmCZQhpQs7T7FVchudz/2CKjJdzH/JfmCLjdfYqFoJlCL5AhSmd8T57FQvBnSFYhmAZgmUIliFYhmAZQiK+Fm/44YtxBbwBe+KcmZib9GOJiZgs6ZClNvYlWmJU8KuMpuyHIUtt6HgxE2fsxhIHGTpkqY1MnCsz4TVpSkLms0tq4lTiKOuojBUxa10TF2iNl2hfopP9EMYYYy7BBzxYR2nfYxv2AAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,245,115)">
|
||||
<path d="M0,0 L59,0 L59,28 L0,28 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip28">
|
||||
<path d="M-29,-14 L30,-14 L30,14 L-29,14 L-29,-14 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip28)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,274,129)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="35.4844" x="-17.7344" xml:space="preserve" y="3.5">elseif { }</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,245,115)">
|
||||
<path d="M0,0 L59,0 L59,28 L0,28 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,274.5,145)">
|
||||
<path d="M-25.3984,0 L25.3984,0 L25.3984,14 L-25.3984,14 L-25.3984,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip29">
|
||||
<path d="M-106.102,-50 L524.922,-50 L524.922,268 L-106.102,268 L-106.102,-50 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip29)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,249.102,145)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="48.7969" x="1" xml:space="preserve" y="10">Action Port</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11064">
|
||||
@ -436,11 +267,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip31">
|
||||
<clipPath id="clip21">
|
||||
<path d="M-22,-23 L38,-23 L38,23 L-22,23 L-22,-23 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip31)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,647,355)">
|
||||
<g clip-path="url(#clip21)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,647,355)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="37.1562" x="-18.5781" xml:space="preserve" y="3.5">1/sqrt(3)</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -458,11 +289,11 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip32">
|
||||
<clipPath id="clip22">
|
||||
<path d="M-544,-246 L87.0234,-246 L87.0234,72 L-544,72 L-544,-246 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip32)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,687,341)">
|
||||
<g clip-path="url(#clip22)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,687,341)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -474,233 +305,43 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11058">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,144,207)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,145,208)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip34">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip34)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,160,215)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">2</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,145,208)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,160,224)">
|
||||
<path d="M-16.8125,0 L16.8125,0 L16.8125,14 L-16.8125,14 L-16.8125,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip35">
|
||||
<path d="M-0.1875,-129 L630.836,-129 L630.836,189 L-0.1875,189 L-0.1875,-129 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip35)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,143.188,224)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="31.625" x="1" xml:space="preserve" y="10">i_phaC</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,177,213)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip36">
|
||||
<path d="M-34,-106 L597.023,-106 L597.023,212 L-34,212 L-34,-106 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip36)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,177,201)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11057">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,144,172)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,145,173)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip38">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip38)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,160,180)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,145,173)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,160,189)">
|
||||
<path d="M-16.5312,0 L16.5312,0 L16.5312,14 L-16.5312,14 L-16.5312,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip39">
|
||||
<path d="M-0.46875,-94 L630.555,-94 L630.555,224 L-0.46875,224 L-0.46875,-94 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip39)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,143.469,189)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="31.0625" x="1" xml:space="preserve" y="10">i_phaB</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,177,178)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip40">
|
||||
<path d="M-34,-71 L597.023,-71 L597.023,247 L-34,247 L-34,-71 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip40)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,177,166)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11063">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,354,373)">
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11062">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,354,318)">
|
||||
<image height="20" preserveAspectRatio="none" width="128" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAUCAYAAABFyTWeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABUUlEQVRoge2ZzU7CUBCFv2pl41Y3bFj5RL7/E+DCHwq0/LmYuelFiwIdqiTnS05oC5n05kxn5pYCeAYegQf/FLFsXWtg5apdywPHP32XYqyz2GdTYqaPM4k4dq4NZtgaaDhs9OBJUWJP/hiYuEQsWywBNuxXgAjjeydFXgEmwFPcugX29Oct4LcKcI7xS2DhqoCZqwLmtMmQqtEeZfSKxR4FcOu682t9kiKZPccMroAP4M3j1sDNKTeoBBieY5MiGZ7MnmFmv/vvG040u4veAcR1owowPBEtYIH19U3fm1ECXJahh8A08R9NCUyBe9p+JGL5ug1sXENvA7/tAMAS4AUY+fkqaNHCuIoXQVM/brBpU8Ty718FTz1ghe0nRRx5BchbQM0fmN1FSoA58EpbDUQcx1aAi5vdRYH9FzDChkANgrF0VYBcg5othBBCCCEEAJ+G2WlPPBfvMwAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,355,374)">
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,355,319)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip42">
|
||||
<clipPath id="clip24">
|
||||
<path d="M-44,-5 L76,-5 L76,7 L-44,7 L-44,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip42)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,399,379)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="37.1562" x="-18.5781" xml:space="preserve" y="3.5">[i_phaC]</text>
|
||||
<g clip-path="url(#clip24)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,399,324)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="36.5938" x="-18.2969" xml:space="preserve" y="3.5">[i_phaB]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,355,374)">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,355,319)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,477,378)">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,477,323)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip43">
|
||||
<path d="M-334,-271 L297.023,-271 L297.023,47 L-334,47 L-334,-271 z"/>
|
||||
<clipPath id="clip25">
|
||||
<path d="M-334,-216 L297.023,-216 L297.023,102 L-334,102 L-334,-216 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip43)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,477,366)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11068">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,544,296)">
|
||||
<image height="119" preserveAspectRatio="none" width="33" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAB3CAYAAACNMymFAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABNklEQVRoge3bMU/CUBhG4ReDLKy6sDD5i/z/gwtLO9ShDLA43O/EqkCM3oHhPMnNbUjTnly6fqskr0mekzzV3suQZKx9ucbvN67rxbvF6mWbZFPX5yTHJO+XblynncAuyb5WL4+1n5LMSabFbz8iOIl9kpeOEUk7gTntBIZrEQ+dX/onRsAIGAEjYASMgBEwAkbACBgBI2AEjIARMAJGwAgYASNgBIyAETACRsAIGAEjYASMgBEwAkbACBgBI2AEjIARMAJGwAgYASNgBIyAETACRsAIGIG7iFinDYltc2VQ7B/ekhzq+VPaWN75WsSYrzN8vRxqjWkTcTcjhrpmhq+X5ZTkVM8+3YpYzvD1MtXzpvzi7xjqhimfp9LDsda82C9GrNJGNTdpH2bPj/Nc67S4Zkn37wOUk0Nzj91kZQAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,545,297)">
|
||||
<path d="M0,0 L25,0 L25,111 L0,111 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip45">
|
||||
<path d="M544.5,296.5 L569.5,296.5 L569.5,407.5 L544.5,407.5 L544.5,296.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip45)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="548,325 552,325" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip46">
|
||||
<path d="M544.5,296.5 L569.5,296.5 L569.5,407.5 L544.5,407.5 L544.5,296.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip46)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="550,323 550,327" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip47">
|
||||
<path d="M544.5,296.5 L569.5,296.5 L569.5,407.5 L544.5,407.5 L544.5,296.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip47)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="548,380 552,380" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,545,297)">
|
||||
<path d="M0,0 L25,0 L25,111 L0,111 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,572,353)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip48">
|
||||
<path d="M-429,-246 L202.023,-246 L202.023,72 L-429,72 L-429,-246 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip48)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,572,341)">
|
||||
<g clip-path="url(#clip25)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,477,311)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -722,11 +363,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip50">
|
||||
<clipPath id="clip27">
|
||||
<path d="M-44,-5 L76,-5 L76,7 L-44,7 L-44,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip50)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,399,179)">
|
||||
<g clip-path="url(#clip27)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,399,179)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="36.5938" x="-18.2969" xml:space="preserve" y="3.5">[i_phaB]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -744,11 +385,370 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip51">
|
||||
<clipPath id="clip28">
|
||||
<path d="M-334,-71 L297.023,-71 L297.023,247 L-334,247 L-334,-71 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip51)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,477,166)">
|
||||
<g clip-path="url(#clip28)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,477,166)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11059">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,244,114)">
|
||||
<image height="36" preserveAspectRatio="none" width="67" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAAkCAYAAADSO4eRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABLElEQVRoge2ZMU7DQBBFX9CSJi00aVJxIu7BYbgeNDRp7GJTJIVdQDFr8UEGWUoczOo/abSraBTPPo238KyAR+AeuCtrbTRAW1aN9ntiIgRsJWpjA6zLvgdOwGEsMREdsQV2JWrjtqwdcASy/PYF7Ywd8HCN6v6AnhBxIF6RURk316xo6ViGYBmCZQiWIViGYBmCZQhpQs7T7FVchudz/2CKjJdzH/JfmCLjdfYqFoJlCL5AhSmd8T57FQvBnSFYhmAZgmUIliFYhmAZQiK+Fm/44YtxBbwBe+KcmZib9GOJiZgs6ZClNvYlWmJU8KuMpuyHIUtt6HgxE2fsxhIHGTpkqY1MnCsz4TVpSkLms0tq4lTiKOuojBUxa10TF2iNl2hfopP9EMYYYy7BBzxYR2nfYxv2AAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,245,115)">
|
||||
<path d="M0,0 L59,0 L59,28 L0,28 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip30">
|
||||
<path d="M-29,-14 L30,-14 L30,14 L-29,14 L-29,-14 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip30)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,274,129)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="35.4844" x="-17.7344" xml:space="preserve" y="3.5">elseif { }</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,245,115)">
|
||||
<path d="M0,0 L59,0 L59,28 L0,28 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,274.5,145)">
|
||||
<path d="M-25.3984,0 L25.3984,0 L25.3984,14 L-25.3984,14 L-25.3984,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip31">
|
||||
<path d="M-106.102,-50 L524.922,-50 L524.922,268 L-106.102,268 L-106.102,-50 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip31)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,249.102,145)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="48.7969" x="1" xml:space="preserve" y="10">Action Port</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11058">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,144,207)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,145,208)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip33">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip33)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,160,215)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">2</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,145,208)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,160,224)">
|
||||
<path d="M-16.8125,0 L16.8125,0 L16.8125,14 L-16.8125,14 L-16.8125,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip34">
|
||||
<path d="M-0.1875,-129 L630.836,-129 L630.836,189 L-0.1875,189 L-0.1875,-129 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip34)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,143.188,224)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="31.625" x="1" xml:space="preserve" y="10">i_phaC</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,177,213)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip35">
|
||||
<path d="M-34,-106 L597.023,-106 L597.023,212 L-34,212 L-34,-106 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip35)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,177,201)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11063">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,354,373)">
|
||||
<image height="20" preserveAspectRatio="none" width="128" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAUCAYAAABFyTWeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABUUlEQVRoge2ZzU7CUBCFv2pl41Y3bFj5RL7/E+DCHwq0/LmYuelFiwIdqiTnS05oC5n05kxn5pYCeAYegQf/FLFsXWtg5apdywPHP32XYqyz2GdTYqaPM4k4dq4NZtgaaDhs9OBJUWJP/hiYuEQsWywBNuxXgAjjeydFXgEmwFPcugX29Oct4LcKcI7xS2DhqoCZqwLmtMmQqtEeZfSKxR4FcOu682t9kiKZPccMroAP4M3j1sDNKTeoBBieY5MiGZ7MnmFmv/vvG040u4veAcR1owowPBEtYIH19U3fm1ECXJahh8A08R9NCUyBe9p+JGL5ug1sXENvA7/tAMAS4AUY+fkqaNHCuIoXQVM/brBpU8Ty718FTz1ghe0nRRx5BchbQM0fmN1FSoA58EpbDUQcx1aAi5vdRYH9FzDChkANgrF0VYBcg5othBBCCCEEAJ+G2WlPPBfvMwAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,355,374)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip37">
|
||||
<path d="M-44,-5 L76,-5 L76,7 L-44,7 L-44,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip37)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,399,379)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="37.1562" x="-18.5781" xml:space="preserve" y="3.5">[i_phaC]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,355,374)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,477,378)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip38">
|
||||
<path d="M-334,-271 L297.023,-271 L297.023,47 L-334,47 L-334,-271 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip38)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,477,366)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11067">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,544,151)">
|
||||
<image height="119" preserveAspectRatio="none" width="33" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAB3CAYAAACNMymFAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABNklEQVRoge3bMU/CUBhG4ReDLKy6sDD5i/z/gwtLO9ShDLA43O/EqkCM3oHhPMnNbUjTnly6fqskr0mekzzV3suQZKx9ucbvN67rxbvF6mWbZFPX5yTHJO+XblynncAuyb5WL4+1n5LMSabFbz8iOIl9kpeOEUk7gTntBIZrEQ+dX/onRsAIGAEjYASMgBEwAkbACBgBI2AEjIARMAJGwAgYASNgBIyAETACRsAIGAEjYASMgBEwAkbACBgBI2AEjIARMAJGwAgYASNgBIyAETACRsAIGIG7iFinDYltc2VQ7B/ekhzq+VPaWN75WsSYrzN8vRxqjWkTcTcjhrpmhq+X5ZTkVM8+3YpYzvD1MtXzpvzi7xjqhimfp9LDsda82C9GrNJGNTdpH2bPj/Nc67S4Zkn37wOUk0Nzj91kZQAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,545,152)">
|
||||
<path d="M0,0 L25,0 L25,111 L0,111 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip40">
|
||||
<path d="M544.5,151.5 L569.5,151.5 L569.5,262.5 L544.5,262.5 L544.5,151.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip40)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="548,180 552,180" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip41">
|
||||
<path d="M544.5,151.5 L569.5,151.5 L569.5,262.5 L544.5,262.5 L544.5,151.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip41)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="548,235 552,235" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,545,152)">
|
||||
<path d="M0,0 L25,0 L25,111 L0,111 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,572,208)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip42">
|
||||
<path d="M-429,-101 L202.023,-101 L202.023,217 L-429,217 L-429,-101 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip42)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,572,196)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11065">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,199,173)">
|
||||
<image height="20" preserveAspectRatio="none" width="128" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAUCAYAAABFyTWeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABaUlEQVRoge2Zy27CMBBFD2AoJH38/+d1w6ZZBKmkEWlRFzMWxnIgC3sRmCNdOQErSJnrO05YcJ+lygFr1YtqO3J86zt/DRdc28jLF9DoGKqJJ7roPHexU+cbvb4DVsBCZeSjRu4zwAB0wCE10SEFKlHsse/8b61UlgD5Wet4Ao5AG3x2hTdAhbjmVVUDO5UvXC4jhAngE8cSID8DUvwDEv+jBgjx8b8F3oAPHWtVxbUprNgzJzZAiiXinh1ihncdfVJUXApvxZ4Z1n+fnCkJ8If0kx9kRf8iu8oWawGzJzbAGSlwWGy/i7RN4APigB5Z5T3wTdnHwI3KHgPL8gnskd1/iyT2kJroDdDrub0Iegz2qgZ5DLxpgJAzlzZQyhT2Krg84avgFmnjp9TEKZvAnKbwCRC2AEuA/LTIym+50wJy3vipprAEKE+nOkZjF08svfJSpoj/C7AEyM+gOgXHXoZhGIZhGMaz8w/7glXF59GMEgAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,200,174)">
|
||||
<path d="M30,0 L120,0 L120,12 L30,12 L0,6 L30,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip44">
|
||||
<path d="M-74,-5 L46,-5 L46,7 L-74,7 L-74,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip44)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,274,179)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="36.5938" x="-18.2969" xml:space="preserve" y="3.5">[i_phaB]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,200,174)">
|
||||
<path d="M30,0 L120,0 L120,12 L30,12 L0,6 L30,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11061">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,354,228)">
|
||||
<image height="20" preserveAspectRatio="none" width="128" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAUCAYAAABFyTWeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABUUlEQVRoge2ZzU7CUBCFv2pl41Y3bFj5RL7/E+DCHwq0/LmYuelFiwIdqiTnS05oC5n05kxn5pYCeAYegQf/FLFsXWtg5apdywPHP32XYqyz2GdTYqaPM4k4dq4NZtgaaDhs9OBJUWJP/hiYuEQsWywBNuxXgAjjeydFXgEmwFPcugX29Oct4LcKcI7xS2DhqoCZqwLmtMmQqtEeZfSKxR4FcOu682t9kiKZPccMroAP4M3j1sDNKTeoBBieY5MiGZ7MnmFmv/vvG040u4veAcR1owowPBEtYIH19U3fm1ECXJahh8A08R9NCUyBe9p+JGL5ug1sXENvA7/tAMAS4AUY+fkqaNHCuIoXQVM/brBpU8Ty718FTz1ghe0nRRx5BchbQM0fmN1FSoA58EpbDUQcx1aAi5vdRYH9FzDChkANgrF0VYBcg5othBBCCCEEAJ+G2WlPPBfvMwAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,355,229)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip46">
|
||||
<path d="M-44,-5 L76,-5 L76,7 L-44,7 L-44,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip46)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,399,234)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="37.1562" x="-18.5781" xml:space="preserve" y="3.5">[i_phaC]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,355,229)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,477,233)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip47">
|
||||
<path d="M-334,-126 L297.023,-126 L297.023,192 L-334,192 L-334,-126 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip47)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,477,221)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11057">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,144,172)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,145,173)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip49">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip49)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,160,180)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,145,173)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,160,189)">
|
||||
<path d="M-16.5312,0 L16.5312,0 L16.5312,14 L-16.5312,14 L-16.5312,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip50">
|
||||
<path d="M-0.46875,-94 L630.555,-94 L630.555,224 L-0.46875,224 L-0.46875,-94 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip50)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,143.469,189)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="31.0625" x="1" xml:space="preserve" y="10">i_phaB</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,177,178)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip51">
|
||||
<path d="M-34,-71 L597.023,-71 L597.023,247 L-34,247 L-34,-71 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip51)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,177,166)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -886,5 +886,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2020-10-11 20:20:46 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2020-10-11 21:39:22 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 63 KiB |
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 9.9 KiB |
Before Width: | Height: | Size: 190 KiB After Width: | Height: | Size: 190 KiB |
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 8.7 KiB |
Before Width: | Height: | Size: 208 KiB After Width: | Height: | Size: 208 KiB |
@ -180,11 +180,44 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11200:32",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11200:12",
|
||||
"className":"Stateflow.Transition",
|
||||
"icon":"WebViewIcon9",
|
||||
"name":"",
|
||||
"label":"[b_toSpdMod]",
|
||||
"label":"",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11200",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"ExecutionOrder",
|
||||
"LabelString",
|
||||
"Description",
|
||||
"Document"
|
||||
],
|
||||
"values":[
|
||||
2,
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":[
|
||||
]
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11200:71",
|
||||
"className":"Stateflow.Transition",
|
||||
"icon":"WebViewIcon9",
|
||||
"name":"",
|
||||
"label":"[~b_toTrqMod]",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11200",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -195,7 +228,7 @@
|
||||
],
|
||||
"values":[
|
||||
1,
|
||||
"[b_toSpdMod]",
|
||||
"[~b_toTrqMod]",
|
||||
"",
|
||||
""
|
||||
],
|
||||
@ -245,6 +278,138 @@
|
||||
"finder":[
|
||||
]
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11200:9",
|
||||
"className":"Stateflow.Transition",
|
||||
"icon":"WebViewIcon9",
|
||||
"name":"",
|
||||
"label":"",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11200",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"ExecutionOrder",
|
||||
"LabelString",
|
||||
"Description",
|
||||
"Document"
|
||||
],
|
||||
"values":[
|
||||
1,
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":[
|
||||
]
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11200:31",
|
||||
"className":"Stateflow.Transition",
|
||||
"icon":"WebViewIcon9",
|
||||
"name":"",
|
||||
"label":"[b_toTrqMod]",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11200",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"ExecutionOrder",
|
||||
"LabelString",
|
||||
"Description",
|
||||
"Document"
|
||||
],
|
||||
"values":[
|
||||
1,
|
||||
"[b_toTrqMod]",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":[
|
||||
]
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11200:33",
|
||||
"className":"Stateflow.Transition",
|
||||
"icon":"WebViewIcon9",
|
||||
"name":"",
|
||||
"label":"",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11200",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"ExecutionOrder",
|
||||
"LabelString",
|
||||
"Description",
|
||||
"Document"
|
||||
],
|
||||
"values":[
|
||||
1,
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":[
|
||||
]
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11200:32",
|
||||
"className":"Stateflow.Transition",
|
||||
"icon":"WebViewIcon9",
|
||||
"name":"",
|
||||
"label":"[b_toSpdMod]",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11200",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"ExecutionOrder",
|
||||
"LabelString",
|
||||
"Description",
|
||||
"Document"
|
||||
],
|
||||
"values":[
|
||||
1,
|
||||
"[b_toSpdMod]",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":[
|
||||
]
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11200:73",
|
||||
"className":"Stateflow.Transition",
|
||||
@ -311,171 +476,6 @@
|
||||
"finder":[
|
||||
]
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11200:9",
|
||||
"className":"Stateflow.Transition",
|
||||
"icon":"WebViewIcon9",
|
||||
"name":"",
|
||||
"label":"",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11200",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"ExecutionOrder",
|
||||
"LabelString",
|
||||
"Description",
|
||||
"Document"
|
||||
],
|
||||
"values":[
|
||||
1,
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":[
|
||||
]
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11200:71",
|
||||
"className":"Stateflow.Transition",
|
||||
"icon":"WebViewIcon9",
|
||||
"name":"",
|
||||
"label":"[~b_toTrqMod]",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11200",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"ExecutionOrder",
|
||||
"LabelString",
|
||||
"Description",
|
||||
"Document"
|
||||
],
|
||||
"values":[
|
||||
1,
|
||||
"[~b_toTrqMod]",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":[
|
||||
]
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11200:33",
|
||||
"className":"Stateflow.Transition",
|
||||
"icon":"WebViewIcon9",
|
||||
"name":"",
|
||||
"label":"",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11200",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"ExecutionOrder",
|
||||
"LabelString",
|
||||
"Description",
|
||||
"Document"
|
||||
],
|
||||
"values":[
|
||||
1,
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":[
|
||||
]
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11200:12",
|
||||
"className":"Stateflow.Transition",
|
||||
"icon":"WebViewIcon9",
|
||||
"name":"",
|
||||
"label":"",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11200",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"ExecutionOrder",
|
||||
"LabelString",
|
||||
"Description",
|
||||
"Document"
|
||||
],
|
||||
"values":[
|
||||
2,
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":[
|
||||
]
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11200:31",
|
||||
"className":"Stateflow.Transition",
|
||||
"icon":"WebViewIcon9",
|
||||
"name":"",
|
||||
"label":"[b_toTrqMod]",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11200",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"ExecutionOrder",
|
||||
"LabelString",
|
||||
"Description",
|
||||
"Document"
|
||||
],
|
||||
"values":[
|
||||
1,
|
||||
"[b_toTrqMod]",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":[
|
||||
]
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11200:1",
|
||||
"className":"Stateflow.State",
|
||||
@ -522,11 +522,11 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11200:14",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11200:13",
|
||||
"className":"Stateflow.Transition",
|
||||
"icon":"WebViewIcon9",
|
||||
"name":"",
|
||||
"label":"[b_toOpen]",
|
||||
"label":"[b_toActive]",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11200",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -537,7 +537,7 @@
|
||||
],
|
||||
"values":[
|
||||
1,
|
||||
"[b_toOpen]",
|
||||
"[b_toActive]",
|
||||
"",
|
||||
""
|
||||
],
|
||||
@ -588,11 +588,11 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11200:13",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11200:14",
|
||||
"className":"Stateflow.Transition",
|
||||
"icon":"WebViewIcon9",
|
||||
"name":"",
|
||||
"label":"[b_toActive]",
|
||||
"label":"[b_toOpen]",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11200",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -603,7 +603,7 @@
|
||||
],
|
||||
"values":[
|
||||
1,
|
||||
"[b_toActive]",
|
||||
"[b_toOpen]",
|
||||
"",
|
||||
""
|
||||
],
|
||||
|
@ -55,18 +55,6 @@
|
||||
<stop offset="1" stop-color="#f5e9d1" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#ae5400" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,304.619,595.588)">
|
||||
<path d="M14,7 C14,10.866 10.866,14 7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 C10.866,0 14,3.13401 14,7 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,304.619,595.588)">
|
||||
<path d="M13,7 C13,10.3137 10.3137,13 7,13 C3.68629,13 1,10.3137 1,7 C1,3.68629 3.68629,1 7,1 C10.3137,1 13,3.68629 13,7 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad4" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f5e9d1" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#ae5400" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,304.619,395.596)">
|
||||
<path d="M14,7 C14,10.866 10.866,14 7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 C10.866,0 14,3.13401 14,7 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
@ -76,25 +64,25 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11200:28">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad6" x1="0" x2="0" y1="0" y2="1">
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad5" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f5e9d1" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="url(#grad6)" opacity="0.4" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,422.9,568.371)">
|
||||
<g clip-path="none" fill="url(#grad5)" opacity="0.4" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,422.9,568.371)">
|
||||
<image height="75" preserveAspectRatio="none" width="163" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKMAAABLCAYAAAAcezdvAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAD0UlEQVR4nO3dW08bRxiA4XfNAuEQEdIUpWojVf3/P6o3TaQEysmcMe7FN6Mdr3dNDk47St9HGq3B9iYXrz7v2IQ0wCvgJXAIvAbeAD8DB8AesA20wARokBY9ATPgHrgBLoAT4DitU+AcmAJ3wHzsRC0R4k/AEfAW+CXd7se4kZ5jkMrmaT2yGOMh0c4W0U5TPPZu7GRteuIR8CvwLq0jYmLuEjFu4mTUsCcixgfgGrgkmtqhe0XNj8lrNnSilnhpfktE+AfwO05GPW9eHIcm4w7dRHxI99+lNRrjG+Kl+R0R4m/pZLt0ExGMUIua4riZ1naxNliM9Iq4brxi5NqxJTYrR8U6BPbTycs/VBqTG2mJIdYQ0++C2LycA2dp5c3MUowT4uX4gLhGPKCbiA2GqC/TEBPxBbExzk3l4z4xNSdDT54Q14V7RIR7dBNR+hoNMSF36Joq18oYt3vLXbPWobyG3OrdHo2xTWszHaVv1bDYVn+NxjghXufz0amoden3Va7BB5dbdGmdmhVrSf89RIPUOpXhNQPfWzA4LqX/gjGqGsaoahijqmGMqoYxqhrGqGoYo6phjKqGMaoa6/wpHT9K/H8b/Seon8vJqGoYo6phjKqGMaoaxqhqGKOqYYyqhjGqGsaoahijqmGMqoYxqhrGqGoYo6phjKqGMaoaxqhqGKOqYYyqhjGqGsaoahijqmGMqoYxqhrGqGoYo6phjKqGMaoaxqhqGKOq0Y/xm3+tmdQz7x1H5RiNUN/DvFhDXy9ogad0Zz5+7S/9NGj1lW31by+ZADPgsTgaldZhTjQ1I+Kb9b5eMgHugYd0vP9X/pr60c2JwVZ2ldcDK2K8Aa7T8Qano75Nvia8p2vqBrhNxztWxHiZ1kU63hKj1CD1pcoQr4iepnSNTVkRYwucAIdpvQa20307wEa67f9koOeUIU6BU6KtE+Dv9PWzMX4C9oj4dokA82ZmJz2mfD/SMAXLr5yPRGhXRHgfgPdpfUzfuyJiHX1r54SYhptEdA/ESD0gIt2mC9JPbFTKb9XM6K4RL4mm/gL+JGL8BJzRxTioJYrNsT2lB58Dr1iOscHJqJCn21iM74kgPwDHxJ4kb5AHtUSx+aQP6QnnLE/GDQxRi1ZNxo/ERDxm8XpxdGPcEqOT4oTXDMfoZFTfWIynaZ0RLU3TfbNVJ8txbQEviPj2gH3gJcMxSlneQc+IqXdL9xbOlBhs10Sooy/PWRnXBhHlFhFguZyMGtKfjHd0UeZPXD77Q5ShsBq6nfOEiDTfNkZl5QYmB/nUW5IkSZL0Y/oHv2YUS9cdKo8AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad7" x1="0" x2="0" y1="0" y2="1">
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad6" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f8eed9" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="url(#grad7)" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,424.4,569.871)">
|
||||
<g clip-path="none" fill="url(#grad6)" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,424.4,569.871)">
|
||||
<path d="M0,8.70272 C0,3.89634 3.89634,0 8.70272,0 L144.693,0 C149.5,0 153.396,3.89634 153.396,8.70272 L153.396,56.7313 C153.396,61.5377 149.5,65.434 144.693,65.434 L8.70272,65.434 C3.89634,65.434 0,61.5377 0,56.7313 L0,8.70272 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad8" x1="0" x2="0" y1="0" y2="1">
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad7" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f8eed9" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
@ -153,7 +141,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="frame">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad10" x1="0" x2="0" y1="0" y2="1">
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad9" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f8eed9" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
@ -165,6 +153,18 @@
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad11" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f5e9d1" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#ae5400" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,304.619,493.796)">
|
||||
<path d="M14,7 C14,10.866 10.866,14 7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 C10.866,0 14,3.13401 14,7 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,304.619,493.796)">
|
||||
<path d="M13,7 C13,10.3137 10.3137,13 7,13 C3.68629,13 1,10.3137 1,7 C1,3.68629 3.68629,1 7,1 C10.3137,1 13,3.68629 13,7 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11200:6">
|
||||
<defs>
|
||||
@ -257,40 +257,28 @@
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad19" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f5e9d1" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#ae5400" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,304.619,493.796)">
|
||||
<path d="M14,7 C14,10.866 10.866,14 7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 C10.866,0 14,3.13401 14,7 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,304.619,493.796)">
|
||||
<path d="M13,7 C13,10.3137 10.3137,13 7,13 C3.68629,13 1,10.3137 1,7 C1,3.68629 3.68629,1 7,1 C10.3137,1 13,3.68629 13,7 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11200:4">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad21" x1="0" x2="0" y1="0" y2="1">
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad20" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f5e9d1" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="url(#grad21)" opacity="0.4" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,423.806,369.738)">
|
||||
<g clip-path="none" fill="url(#grad20)" opacity="0.4" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,423.806,369.738)">
|
||||
<image height="72" preserveAspectRatio="none" width="161" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKEAAABICAYAAACeGpX8AAAACXBIWXMAAA7EAAAOxAGVKw4bAAADr0lEQVR4nO3da09TWRSH8aenhyKo4IxgjEbfzPf/TpOMMTqiLXJpgUJ9sdaaszmXFpDJivH/S3Z2ay/G5Mk67SnSEfAnsA/8AbwEDnztAbvABKiBCpHGCrgBroAFcAZMgSNf3/z6CTAHlkNPVGMBHgCvgNfAG7++TxPhGItw9H/8a+SXs/L9GovwAjgFZsBz4AnW1ogm1lgdNTYBXwFvgffAO+AQTUJZb2gSPgO2sF5WWKhLv99l3xPV2CH4NRbgX74fYpNwh26EmoYyNAkjwpiAcdvc11Xx2P/U2KH3DTYB32MT8QUWYIxUhSel6GHsawJs+6pppt4cm5CnvuZYuLdEhAfY9DvEAtylCVBkSPRRYQGOsEP0KXDsa4ZNyCkWbG+Ee9ihN/ZyAorcRbQywQ7H0VM0FW9Wxn0PrrGpVy4FKA9Rhlj2tFPsvRFW/qBYWyhAebgRNsTiNWL5WjHe4HZUfsPYd01BeQztpsbF3lH1LJGfVdF8wLGxL537k8c22rA62mUqRnlMo9beS4dfSacIJZ0ilHSKUNIpQkmnCCWdIpR0ilDSKUJJpwglXe+P1jyQPvL7PXX+z8h9aRJKOkUo6RShpFOEkk4RSjpFKOkUoaRThJJOEUo6RSjpFKGkU4SSThFKOkUo6RShpFOEkk4RSjpFKOkUoaRThJJOEUo6RSjpFKGkU4SSThFKOkUo6RShpFOEki4iXLV2kcfQ7qq3r3rTHR7wF8rvbeXrprXH6qj8TrGuh+4ocg/XND3FHpc7KmCJfV380pfIz1hxu6myrc63voNFeOFr4XuMT5H7igCjpdjjcu+Qq4AzX+e+XxVPKHJXK2zSLWiaKteCgUlYA7PW2sZ+9e/En1i/Blg2iTcgC+AE62hK09R3NkR4BDwH9nzf8id96pfj27oVo5TKsypxCD4BvgCfff0LfPU/XxvhF+AJNvkqv+M5sA/sYJOx/Op4xShxuuUae/m2AE6Bb8An4G/gAxbiFIsw3m901P7ALSzAFXCJjdB9YJcmwgoFKI049VJGOMUi/Af4iA24GTbULoeeqPYHxicnMVaPaSKc0ExCRSiwfhKWh+IjrKVz1pz+q7FRid/pAnsnc4y9RtQklCExCZfAnGYSfsVinGIdnWFTcPBsS41VesPtomc0EWoSStvQJPzu68Svz1nzWjBEVGPsdeE29iZlp1jtSagQJSKMT0IW2DCb04R34bdtPN/cDqrCgqx7lg7HUioPx+2lT91EREREROTX8gPcZhREu8wbdAAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad22" x1="0" x2="0" y1="0" y2="1">
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad21" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f9efda" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="url(#grad22)" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,425.306,371.238)">
|
||||
<g clip-path="none" fill="url(#grad21)" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,425.306,371.238)">
|
||||
<path d="M0,8.34136 C0,3.73455 3.73455,0 8.34136,0 L143.244,0 C147.85,0 151.585,3.73455 151.585,8.34136 L151.585,54.3756 C151.585,58.9824 147.85,62.717 143.244,62.717 L8.34136,62.717 C3.73455,62.717 0,58.9824 0,54.3756 L0,8.34136 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad23" x1="0" x2="0" y1="0" y2="1">
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad22" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f9efda" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
@ -349,7 +337,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="frame">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad25" x1="0" x2="0" y1="0" y2="1">
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad24" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f9efda" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
@ -361,10 +349,22 @@
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad26" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f5e9d1" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#ae5400" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,304.619,595.588)">
|
||||
<path d="M14,7 C14,10.866 10.866,14 7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 C10.866,0 14,3.13401 14,7 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,304.619,595.588)">
|
||||
<path d="M13,7 C13,10.3137 10.3137,13 7,13 C3.68629,13 1,10.3137 1,7 C1,3.68629 3.68629,1 7,1 C10.3137,1 13,3.68629 13,7 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="line">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11200:32">
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11200:12">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad27" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
@ -372,45 +372,68 @@
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,273.491,330.453)">
|
||||
<path d="M45.1283,170.343 C45.1283,170.343 47.9949,170.343 49.4621,170.343 C50.9293,170.343 52.4259,170.343 53.9315,170.343 C55.4371,170.343 56.9646,170.343 58.4957,170.343 C60.0267,170.343 61.5729,170.343 63.1178,170.343 C64.6627,170.343 66.2165,170.343 67.7651,170.343 C69.3136,170.343 70.8656,170.343 72.4089,170.343 C73.9522,170.343 75.4943,170.343 77.0249,170.343 C78.5555,170.343 80.0807,170.343 81.5924,170.343 C83.1042,170.343 84.6072,170.343 86.0953,170.343 C87.5834,170.343 89.06,170.343 90.5211,170.343 C91.9821,170.343 93.4297,170.343 94.8617,170.343 C96.2937,170.343 97.7108,170.343 99.113,170.343 C100.515,170.343 101.902,170.343 103.275,170.343 C104.648,170.343 106.006,170.343 107.352,170.343 C108.698,170.343 110.029,170.343 111.352,170.343 C112.674,170.343 113.983,170.343 115.287,170.343 C116.591,170.343 117.883,170.343 119.174,170.343 C120.465,170.343 121.747,170.343 123.033,170.343 C124.318,170.343 125.599,170.343 126.888,170.343 C128.177,170.343 129.465,170.343 130.769,170.343 C132.072,170.343 133.379,170.343 134.707,170.343 C136.036,170.343 137.373,170.343 138.741,170.343 C140.108,170.343 142.909,170.343 142.909,170.343" fill-rule="evenodd" vector-effect="none"/>
|
||||
<path d="M38.1283,79.1434 C38.1283,79.1434 38.1283,81.3521 38.1283,82.4564 C38.1283,83.5608 38.1283,84.6651 38.1283,85.7695 C38.1283,86.8738 38.1283,87.9782 38.1283,89.0825 C38.1283,90.1869 38.1283,91.2912 38.1283,92.3956 C38.1283,93.4999 38.1283,94.6043 38.1283,95.7086 C38.1283,96.813 38.1283,97.9173 38.1283,99.0217 C38.1283,100.126 38.1283,101.23 38.1283,102.335 C38.1283,103.439 38.1283,104.543 38.1283,105.648 C38.1283,106.752 38.1283,107.856 38.1283,108.961 C38.1283,110.065 38.1283,111.169 38.1283,112.274 C38.1283,113.378 38.1283,114.483 38.1283,115.587 C38.1283,116.691 38.1283,117.796 38.1283,118.9 C38.1283,120.004 38.1283,121.109 38.1283,122.213 C38.1283,123.317 38.1283,124.422 38.1283,125.526 C38.1283,126.63 38.1283,127.735 38.1283,128.839 C38.1283,129.943 38.1283,131.048 38.1283,132.152 C38.1283,133.256 38.1283,134.361 38.1283,135.465 C38.1283,136.569 38.1283,137.674 38.1283,138.778 C38.1283,139.883 38.1283,140.987 38.1283,142.091 C38.1283,143.196 38.1283,144.3 38.1283,145.404 C38.1283,146.509 38.1283,147.613 38.1283,148.717 C38.1283,149.822 38.1283,150.926 38.1283,152.03 C38.1283,153.135 38.1283,155.343 38.1283,155.343" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="0.01" stroke="none" stroke-opacity="0" transform="matrix(-1,0,0,-1,318.619,500.796)">
|
||||
<g clip-path="none" fill="none" opacity="0.01" stroke="none" stroke-opacity="0" transform="matrix(6.12323e-17,-1,1,6.12323e-17,311.619,409.596)">
|
||||
<path d="M2,0 C2,1.10457 1.10457,2 0,2 C-1.10457,2 -2,1.10457 -2,0 C-2,-1.10457 -1.10457,-2 0,-2 C1.10457,-2 2,-1.10457 2,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,326.232,479.329)">
|
||||
<path d="M0,0 L76.6719,0 L76.6719,16 L0,16 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,304.283,409.316)">
|
||||
<image height="24" preserveAspectRatio="none" width="17" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAYCAYAAAAcYhYyAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA3klEQVQ4je2STUrDUBSFv5tG0HRgDdIiBYt01JGLcCFuxSW0uCnBQQddQSZCHBiRRqiDHgcNmj7Diy1vmANvcO+5fO+8HwggA9A6u8e4cbwXsKX1r59bISqzB9At2KXjFWCvmFaWTBY+SAzcgaUN3inoCmmsz8wsmcx9kBS42E/AoFqAnSFmbUlc1QA/Gvkgkc/8r2LgrSHJgRBjg/gCelWvcGYKIPdDxNTZvQRUq0WL4gpwXuud/B3T0AcJcrHBXufd6ZVOvfv+Xoj0RGS/Z5Y+9kcsZ8vj8Tk7dQqob5HBMQqAK292AAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip26">
|
||||
<path d="M-54.2414,-329.814 L374.702,-329.814 L374.702,177.648 L-54.2414,177.648 L-54.2414,-329.814 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip26)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,326.232,479.329)">
|
||||
<path d="M1,1 L75.6719,1 L75.6719,15 L1,15 L1,1 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip27">
|
||||
<path d="M-54.2414,-329.814 L374.702,-329.814 L374.702,177.648 L-54.2414,177.648 L-54.2414,-329.814 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip27)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,326.232,479.329)">
|
||||
<text fill="#4a549a" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="74.6719" x="1" xml:space="preserve" y="12">[b_toSpdMod]</text>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,317.093,489.796)">
|
||||
<image height="24" preserveAspectRatio="none" width="17" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAYCAYAAAAcYhYyAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAs0lEQVQ4je2RsQrCMBCGv4sdFezUSXBz8wVcfReHrr6Kz1MEn8DBxUURhEKhS8DJnIOhlhZshg4d+i0J+ZMvxx0MBQFQ+1gjLgWSWpaj5iDTxblLEn1VLgU2QFzLSsQB7Dolau9bX0EMzBt50n7SxiC6Crn4X9IDkV9zoGxkpT8PkDguGMUPqjEdPQZJZLbMgEztbQ/yqhLRIkQAPfVkOJKo2om5ou6XKE8m71Mfn4yMDIsPypApXQST6g0AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,320.093,500.796)">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,307.283,420.316)">
|
||||
<path d="M0,-8 L8.67188,-8 L8.67188,8 L0,8 L0,-8 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip28">
|
||||
<path d="M-48.1025,-343.281 L380.841,-343.281 L380.841,164.181 L-48.1025,164.181 L-48.1025,-343.281 z"/>
|
||||
<clipPath id="clip25">
|
||||
<path d="M-35.2924,-262.801 L393.651,-262.801 L393.651,244.661 L-35.2924,244.661 L-35.2924,-262.801 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip28)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,320.093,492.796)">
|
||||
<text fill="#4a549a" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="6.67188" x="1" xml:space="preserve" y="12">1</text>
|
||||
<g clip-path="url(#clip25)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,307.283,412.316)">
|
||||
<text fill="#4a549a" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="6.67188" x="1" xml:space="preserve" y="12">2</text>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(6.12323e-17,1,-1,6.12323e-17,416.4,500.796)">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(-1,0,0,-1,311.619,485.796)">
|
||||
<path d="M-2,0 L2,0 L0,-8 L-2,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="line">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11200:71">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad28" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f5e9d1" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,273.491,330.453)">
|
||||
<path d="M303.4,71.681 C303.4,71.681 306.604,71.681 308.206,71.681 C309.808,71.681 311.41,71.681 313.012,71.681 C314.615,71.681 316.217,71.681 317.819,71.681 C319.421,71.681 321.023,71.681 322.625,71.681 C324.227,71.681 325.829,71.681 327.431,71.681 C329.033,71.681 330.635,71.681 332.237,71.681 C333.839,71.681 335.442,71.681 337.044,71.681 C338.646,71.681 340.248,71.681 341.85,71.681 C343.452,71.681 345.054,71.681 346.656,71.681 C348.258,71.681 349.86,71.681 351.462,71.681 C353.064,71.681 354.667,71.681 356.269,71.681 C357.871,71.681 359.473,71.681 361.075,71.681 C362.677,71.681 364.279,71.681 365.881,71.681 C367.483,71.681 369.085,71.681 370.687,71.681 C372.289,71.681 373.891,71.681 375.494,71.681 C377.096,71.681 378.698,71.681 380.3,71.681 C381.902,71.681 383.504,71.681 385.106,71.681 C386.708,71.681 388.31,71.681 389.912,71.681 C391.514,71.681 393.116,71.681 394.718,71.681 C396.321,71.681 397.923,71.681 399.525,71.681 C401.127,71.681 402.729,71.681 404.331,71.681 C405.933,71.681 407.535,71.681 409.137,71.681 C410.739,71.681 413.943,71.681 413.943,71.681" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="0.01" stroke="none" stroke-opacity="0" transform="matrix(-1,0,0,-1,576.891,402.134)">
|
||||
<path d="M2,0 C2,1.10457 1.10457,2 0,2 C-1.10457,2 -2,1.10457 -2,0 C-2,-1.10457 -1.10457,-2 0,-2 C1.10457,-2 2,-1.10457 2,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,589.38,381.164)">
|
||||
<path d="M0,0 L79.875,0 L79.875,16 L0,16 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip27">
|
||||
<path d="M-317.389,-231.649 L111.554,-231.649 L111.554,275.813 L-317.389,275.813 L-317.389,-231.649 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip27)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,589.38,381.164)">
|
||||
<path d="M1,1 L78.875,1 L78.875,15 L1,15 L1,1 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip28">
|
||||
<path d="M-317.389,-231.649 L111.554,-231.649 L111.554,275.813 L-317.389,275.813 L-317.389,-231.649 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip28)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,589.38,381.164)">
|
||||
<text fill="#4a549a" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="77.875" x="1" xml:space="preserve" y="12">[~b_toTrqMod]</text>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(6.12323e-17,1,-1,6.12323e-17,687.434,402.134)">
|
||||
<path d="M-2,0 L2,0 L0,-8 L-2,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -422,7 +445,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11200:72">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad28" x1="0" x2="0" y1="0" y2="1">
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad29" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f5e9d1" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
@ -460,122 +483,11 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="line">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11200:73">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad29" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f5e9d1" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,273.491,330.453)">
|
||||
<path d="M304.306,271.738 C304.306,271.738 307.484,271.738 309.072,271.738 C310.661,271.738 312.25,271.738 313.839,271.738 C315.428,271.738 317.017,271.738 318.606,271.738 C320.195,271.738 321.784,271.738 323.373,271.738 C324.962,271.738 326.551,271.738 328.14,271.738 C329.729,271.738 331.318,271.738 332.907,271.738 C334.496,271.738 336.085,271.738 337.674,271.738 C339.263,271.738 340.852,271.738 342.44,271.738 C344.029,271.738 345.618,271.738 347.207,271.738 C348.796,271.738 350.385,271.738 351.974,271.738 C353.563,271.738 355.152,271.738 356.741,271.738 C358.33,271.738 359.919,271.738 361.508,271.738 C363.097,271.738 364.686,271.738 366.275,271.738 C367.864,271.738 369.453,271.738 371.042,271.738 C372.631,271.738 374.22,271.738 375.809,271.738 C377.397,271.738 378.986,271.738 380.575,271.738 C382.164,271.738 383.753,271.738 385.342,271.738 C386.931,271.738 388.52,271.738 390.109,271.738 C391.698,271.738 393.287,271.738 394.876,271.738 C396.465,271.738 398.054,271.738 399.643,271.738 C401.232,271.738 402.821,271.738 404.41,271.738 C405.999,271.738 407.588,271.738 409.177,271.738 C410.765,271.738 413.943,271.738 413.943,271.738" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="0.01" stroke="none" stroke-opacity="0" transform="matrix(-1,0,0,-1,577.796,602.191)">
|
||||
<path d="M2,0 C2,1.10457 1.10457,2 0,2 C-1.10457,2 -2,1.10457 -2,0 C-2,-1.10457 -1.10457,-2 0,-2 C1.10457,-2 2,-1.10457 2,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,587.769,568.152)">
|
||||
<path d="M0,0 L92.4062,0 L92.4062,30 L0,30 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip33">
|
||||
<path d="M-315.778,-418.637 L113.165,-418.637 L113.165,88.8254 L-315.778,88.8254 L-315.778,-418.637 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip33)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,587.769,568.152)">
|
||||
<path d="M1,1 L81.4219,1 L81.4219,15 L1,15 L1,1 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip34">
|
||||
<path d="M-315.778,-418.637 L113.165,-418.637 L113.165,88.8254 L-315.778,88.8254 L-315.778,-418.637 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip34)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,587.769,568.152)">
|
||||
<text fill="#4a549a" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="78" x="1" xml:space="preserve" y="12">[b_toTrqMod ||</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip35">
|
||||
<path d="M-315.778,-418.637 L113.165,-418.637 L113.165,88.8254 L-315.778,88.8254 L-315.778,-418.637 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip35)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,587.769,568.152)">
|
||||
<path d="M81,1 L90.9844,1 L90.9844,15 L81,15 L81,1 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip36">
|
||||
<path d="M-315.778,-418.637 L113.165,-418.637 L113.165,88.8254 L-315.778,88.8254 L-315.778,-418.637 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip36)" fill="none" opacity="1" stroke="#0e3d74" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,587.769,568.152)">
|
||||
<text fill="#0e3d74" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="9.98438" x="81.4219" xml:space="preserve" y="12">...</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip37">
|
||||
<path d="M-315.778,-418.637 L113.165,-418.637 L113.165,88.8254 L-315.778,88.8254 L-315.778,-418.637 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip37)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,587.769,568.152)">
|
||||
<path d="M1,15 L72.3438,15 L72.3438,29 L1,29 L1,15 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip38">
|
||||
<path d="M-315.778,-418.637 L113.165,-418.637 L113.165,88.8254 L-315.778,88.8254 L-315.778,-418.637 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip38)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,587.769,568.152)">
|
||||
<text fill="#4a549a" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="71.3438" x="1" xml:space="preserve" y="26">b_toSpdMod]</text>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(6.12323e-17,1,-1,6.12323e-17,687.434,602.191)">
|
||||
<path d="M-2,0 L2,0 L0,-8 L-2,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="line">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11200:30">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad30" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f5e9d1" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,273.491,330.453)">
|
||||
<path d="M38.1283,177.343 C38.1283,177.343 38.1283,179.688 38.1283,180.894 C38.1283,182.1 38.1283,183.335 38.1283,184.578 C38.1283,185.822 38.1283,187.087 38.1283,188.356 C38.1283,189.625 38.1283,190.909 38.1283,192.191 C38.1283,193.474 38.1283,194.765 38.1283,196.051 C38.1283,197.337 38.1283,198.627 38.1283,199.907 C38.1283,201.188 38.1283,202.468 38.1283,203.736 C38.1283,205.005 38.1283,206.268 38.1283,207.517 C38.1283,208.767 38.1283,210.008 38.1283,211.235 C38.1283,212.461 38.1283,213.676 38.1283,214.876 C38.1283,216.076 38.1283,217.262 38.1283,218.433 C38.1283,219.604 38.1283,220.761 38.1283,221.903 C38.1283,223.044 38.1283,224.171 38.1283,225.284 C38.1283,226.397 38.1283,227.495 38.1283,228.581 C38.1283,229.667 38.1283,230.739 38.1283,231.802 C38.1283,232.865 38.1283,233.915 38.1283,234.959 C38.1283,236.004 38.1283,237.037 38.1283,238.069 C38.1283,239.101 38.1283,240.124 38.1283,241.151 C38.1283,242.178 38.1283,243.199 38.1283,244.23 C38.1283,245.26 38.1283,246.289 38.1283,247.333 C38.1283,248.377 38.1283,249.425 38.1283,250.494 C38.1283,251.563 38.1283,252.641 38.1283,253.748 C38.1283,254.855 38.1283,257.136 38.1283,257.136" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="0.01" stroke="none" stroke-opacity="0" transform="matrix(6.12323e-17,-1,1,6.12323e-17,311.619,507.796)">
|
||||
<path d="M2,0 C2,1.10457 1.10457,2 0,2 C-1.10457,2 -2,1.10457 -2,0 C-2,-1.10457 -1.10457,-2 0,-2 C1.10457,-2 2,-1.10457 2,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,304.283,507.516)">
|
||||
<image height="24" preserveAspectRatio="none" width="17" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAYCAYAAAAcYhYyAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA3klEQVQ4je2STUrDUBSFv5tG0HRgDdIiBYt01JGLcCFuxSW0uCnBQQddQSZCHBiRRqiDHgcNmj7Diy1vmANvcO+5fO+8HwggA9A6u8e4cbwXsKX1r59bISqzB9At2KXjFWCvmFaWTBY+SAzcgaUN3inoCmmsz8wsmcx9kBS42E/AoFqAnSFmbUlc1QA/Gvkgkc/8r2LgrSHJgRBjg/gCelWvcGYKIPdDxNTZvQRUq0WL4gpwXuud/B3T0AcJcrHBXufd6ZVOvfv+Xoj0RGS/Z5Y+9kcsZ8vj8Tk7dQqob5HBMQqAK292AAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,307.283,518.516)">
|
||||
<path d="M0,-8 L8.67188,-8 L8.67188,8 L0,8 L0,-8 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip39">
|
||||
<path d="M-35.2924,-361.001 L393.651,-361.001 L393.651,146.461 L-35.2924,146.461 L-35.2924,-361.001 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip39)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,307.283,510.516)">
|
||||
<text fill="#4a549a" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="6.67188" x="1" xml:space="preserve" y="12">2</text>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(-1,0,0,-1,311.619,587.588)">
|
||||
<path d="M-2,0 L2,0 L0,-8 L-2,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="line">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11200:9">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad31" x1="0" x2="0" y1="0" y2="1">
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad30" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f5e9d1" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
@ -596,39 +508,53 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="line">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11200:71">
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11200:31">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad32" x1="0" x2="0" y1="0" y2="1">
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad31" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f5e9d1" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,273.491,330.453)">
|
||||
<path d="M303.4,71.681 C303.4,71.681 306.604,71.681 308.206,71.681 C309.808,71.681 311.41,71.681 313.012,71.681 C314.615,71.681 316.217,71.681 317.819,71.681 C319.421,71.681 321.023,71.681 322.625,71.681 C324.227,71.681 325.829,71.681 327.431,71.681 C329.033,71.681 330.635,71.681 332.237,71.681 C333.839,71.681 335.442,71.681 337.044,71.681 C338.646,71.681 340.248,71.681 341.85,71.681 C343.452,71.681 345.054,71.681 346.656,71.681 C348.258,71.681 349.86,71.681 351.462,71.681 C353.064,71.681 354.667,71.681 356.269,71.681 C357.871,71.681 359.473,71.681 361.075,71.681 C362.677,71.681 364.279,71.681 365.881,71.681 C367.483,71.681 369.085,71.681 370.687,71.681 C372.289,71.681 373.891,71.681 375.494,71.681 C377.096,71.681 378.698,71.681 380.3,71.681 C381.902,71.681 383.504,71.681 385.106,71.681 C386.708,71.681 388.31,71.681 389.912,71.681 C391.514,71.681 393.116,71.681 394.718,71.681 C396.321,71.681 397.923,71.681 399.525,71.681 C401.127,71.681 402.729,71.681 404.331,71.681 C405.933,71.681 407.535,71.681 409.137,71.681 C410.739,71.681 413.943,71.681 413.943,71.681" fill-rule="evenodd" vector-effect="none"/>
|
||||
<path d="M45.1283,72.1434 C45.1283,72.1434 47.9888,72.1434 49.419,72.1434 C50.8493,72.1434 52.2795,72.1434 53.7098,72.1434 C55.14,72.1434 56.5702,72.1434 58.0005,72.1434 C59.4307,72.1434 60.861,72.1434 62.2912,72.1434 C63.7215,72.1434 65.1517,72.1434 66.582,72.1434 C68.0122,72.1434 69.4424,72.1434 70.8727,72.1434 C72.3029,72.1434 73.7332,72.1434 75.1634,72.1434 C76.5937,72.1434 78.0239,72.1434 79.4541,72.1434 C80.8844,72.1434 82.3146,72.1434 83.7449,72.1434 C85.1751,72.1434 86.6054,72.1434 88.0356,72.1434 C89.4658,72.1434 90.8961,72.1434 92.3263,72.1434 C93.7566,72.1434 95.1868,72.1434 96.6171,72.1434 C98.0473,72.1434 99.4776,72.1434 100.908,72.1434 C102.338,72.1434 103.768,72.1434 105.199,72.1434 C106.629,72.1434 108.059,72.1434 109.489,72.1434 C110.92,72.1434 112.35,72.1434 113.78,72.1434 C115.21,72.1434 116.64,72.1434 118.071,72.1434 C119.501,72.1434 120.931,72.1434 122.361,72.1434 C123.792,72.1434 125.222,72.1434 126.652,72.1434 C128.082,72.1434 129.513,72.1434 130.943,72.1434 C132.373,72.1434 133.803,72.1434 135.234,72.1434 C136.664,72.1434 138.094,72.1434 139.524,72.1434 C140.955,72.1434 143.815,72.1434 143.815,72.1434" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="0.01" stroke="none" stroke-opacity="0" transform="matrix(-1,0,0,-1,576.891,402.134)">
|
||||
<g clip-path="none" fill="none" opacity="0.01" stroke="none" stroke-opacity="0" transform="matrix(-1,0,0,-1,318.619,402.596)">
|
||||
<path d="M2,0 C2,1.10457 1.10457,2 0,2 C-1.10457,2 -2,1.10457 -2,0 C-2,-1.10457 -1.10457,-2 0,-2 C1.10457,-2 2,-1.10457 2,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,589.38,381.164)">
|
||||
<path d="M0,0 L79.875,0 L79.875,16 L0,16 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,331.351,384.596)">
|
||||
<path d="M0,0 L72.875,0 L72.875,16 L0,16 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip41">
|
||||
<path d="M-317.389,-231.649 L111.554,-231.649 L111.554,275.813 L-317.389,275.813 L-317.389,-231.649 z"/>
|
||||
<clipPath id="clip33">
|
||||
<path d="M-59.3604,-235.081 L369.583,-235.081 L369.583,272.381 L-59.3604,272.381 L-59.3604,-235.081 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip41)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,589.38,381.164)">
|
||||
<path d="M1,1 L78.875,1 L78.875,15 L1,15 L1,1 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
<g clip-path="url(#clip33)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,331.351,384.596)">
|
||||
<path d="M1,1 L71.875,1 L71.875,15 L1,15 L1,1 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip42">
|
||||
<path d="M-317.389,-231.649 L111.554,-231.649 L111.554,275.813 L-317.389,275.813 L-317.389,-231.649 z"/>
|
||||
<clipPath id="clip34">
|
||||
<path d="M-59.3604,-235.081 L369.583,-235.081 L369.583,272.381 L-59.3604,272.381 L-59.3604,-235.081 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip42)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,589.38,381.164)">
|
||||
<text fill="#4a549a" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="77.875" x="1" xml:space="preserve" y="12">[~b_toTrqMod]</text>
|
||||
<g clip-path="url(#clip34)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,331.351,384.596)">
|
||||
<text fill="#4a549a" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="70.875" x="1" xml:space="preserve" y="12">[b_toTrqMod]</text>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(6.12323e-17,1,-1,6.12323e-17,687.434,402.134)">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,317.093,391.596)">
|
||||
<image height="24" preserveAspectRatio="none" width="17" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAYCAYAAAAcYhYyAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAs0lEQVQ4je2RsQrCMBCGv4sdFezUSXBz8wVcfReHrr6Kz1MEn8DBxUURhEKhS8DJnIOhlhZshg4d+i0J+ZMvxx0MBQFQ+1gjLgWSWpaj5iDTxblLEn1VLgU2QFzLSsQB7Dolau9bX0EMzBt50n7SxiC6Crn4X9IDkV9zoGxkpT8PkDguGMUPqjEdPQZJZLbMgEztbQ/yqhLRIkQAPfVkOJKo2om5ou6XKE8m71Mfn4yMDIsPypApXQST6g0AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,320.093,402.596)">
|
||||
<path d="M0,-8 L8.67188,-8 L8.67188,8 L0,8 L0,-8 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip35">
|
||||
<path d="M-48.1025,-245.081 L380.841,-245.081 L380.841,262.381 L-48.1025,262.381 L-48.1025,-245.081 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip35)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,320.093,394.596)">
|
||||
<text fill="#4a549a" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="6.67188" x="1" xml:space="preserve" y="12">1</text>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(6.12323e-17,1,-1,6.12323e-17,417.306,402.596)">
|
||||
<path d="M-2,0 L2,0 L0,-8 L-2,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -640,7 +566,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11200:33">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad33" x1="0" x2="0" y1="0" y2="1">
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad32" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f5e9d1" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
@ -661,34 +587,53 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="line">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11200:12">
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11200:32">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad34" x1="0" x2="0" y1="0" y2="1">
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad33" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f5e9d1" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,273.491,330.453)">
|
||||
<path d="M38.1283,79.1434 C38.1283,79.1434 38.1283,81.3521 38.1283,82.4564 C38.1283,83.5608 38.1283,84.6651 38.1283,85.7695 C38.1283,86.8738 38.1283,87.9782 38.1283,89.0825 C38.1283,90.1869 38.1283,91.2912 38.1283,92.3956 C38.1283,93.4999 38.1283,94.6043 38.1283,95.7086 C38.1283,96.813 38.1283,97.9173 38.1283,99.0217 C38.1283,100.126 38.1283,101.23 38.1283,102.335 C38.1283,103.439 38.1283,104.543 38.1283,105.648 C38.1283,106.752 38.1283,107.856 38.1283,108.961 C38.1283,110.065 38.1283,111.169 38.1283,112.274 C38.1283,113.378 38.1283,114.483 38.1283,115.587 C38.1283,116.691 38.1283,117.796 38.1283,118.9 C38.1283,120.004 38.1283,121.109 38.1283,122.213 C38.1283,123.317 38.1283,124.422 38.1283,125.526 C38.1283,126.63 38.1283,127.735 38.1283,128.839 C38.1283,129.943 38.1283,131.048 38.1283,132.152 C38.1283,133.256 38.1283,134.361 38.1283,135.465 C38.1283,136.569 38.1283,137.674 38.1283,138.778 C38.1283,139.883 38.1283,140.987 38.1283,142.091 C38.1283,143.196 38.1283,144.3 38.1283,145.404 C38.1283,146.509 38.1283,147.613 38.1283,148.717 C38.1283,149.822 38.1283,150.926 38.1283,152.03 C38.1283,153.135 38.1283,155.343 38.1283,155.343" fill-rule="evenodd" vector-effect="none"/>
|
||||
<path d="M45.1283,170.343 C45.1283,170.343 47.9949,170.343 49.4621,170.343 C50.9293,170.343 52.4259,170.343 53.9315,170.343 C55.4371,170.343 56.9646,170.343 58.4957,170.343 C60.0267,170.343 61.5729,170.343 63.1178,170.343 C64.6627,170.343 66.2165,170.343 67.7651,170.343 C69.3136,170.343 70.8656,170.343 72.4089,170.343 C73.9522,170.343 75.4943,170.343 77.0249,170.343 C78.5555,170.343 80.0807,170.343 81.5924,170.343 C83.1042,170.343 84.6072,170.343 86.0953,170.343 C87.5834,170.343 89.06,170.343 90.5211,170.343 C91.9821,170.343 93.4297,170.343 94.8617,170.343 C96.2937,170.343 97.7108,170.343 99.113,170.343 C100.515,170.343 101.902,170.343 103.275,170.343 C104.648,170.343 106.006,170.343 107.352,170.343 C108.698,170.343 110.029,170.343 111.352,170.343 C112.674,170.343 113.983,170.343 115.287,170.343 C116.591,170.343 117.883,170.343 119.174,170.343 C120.465,170.343 121.747,170.343 123.033,170.343 C124.318,170.343 125.599,170.343 126.888,170.343 C128.177,170.343 129.465,170.343 130.769,170.343 C132.072,170.343 133.379,170.343 134.707,170.343 C136.036,170.343 137.373,170.343 138.741,170.343 C140.108,170.343 142.909,170.343 142.909,170.343" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="0.01" stroke="none" stroke-opacity="0" transform="matrix(6.12323e-17,-1,1,6.12323e-17,311.619,409.596)">
|
||||
<g clip-path="none" fill="none" opacity="0.01" stroke="none" stroke-opacity="0" transform="matrix(-1,0,0,-1,318.619,500.796)">
|
||||
<path d="M2,0 C2,1.10457 1.10457,2 0,2 C-1.10457,2 -2,1.10457 -2,0 C-2,-1.10457 -1.10457,-2 0,-2 C1.10457,-2 2,-1.10457 2,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,304.283,409.316)">
|
||||
<image height="24" preserveAspectRatio="none" width="17" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAYCAYAAAAcYhYyAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA3klEQVQ4je2STUrDUBSFv5tG0HRgDdIiBYt01JGLcCFuxSW0uCnBQQddQSZCHBiRRqiDHgcNmj7Diy1vmANvcO+5fO+8HwggA9A6u8e4cbwXsKX1r59bISqzB9At2KXjFWCvmFaWTBY+SAzcgaUN3inoCmmsz8wsmcx9kBS42E/AoFqAnSFmbUlc1QA/Gvkgkc/8r2LgrSHJgRBjg/gCelWvcGYKIPdDxNTZvQRUq0WL4gpwXuud/B3T0AcJcrHBXufd6ZVOvfv+Xoj0RGS/Z5Y+9kcsZ8vj8Tk7dQqob5HBMQqAK292AAAAAElFTkSuQmCC" y="0"/>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,326.232,479.329)">
|
||||
<path d="M0,0 L76.6719,0 L76.6719,16 L0,16 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,307.283,420.316)">
|
||||
<defs>
|
||||
<clipPath id="clip37">
|
||||
<path d="M-54.2414,-329.814 L374.702,-329.814 L374.702,177.648 L-54.2414,177.648 L-54.2414,-329.814 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip37)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,326.232,479.329)">
|
||||
<path d="M1,1 L75.6719,1 L75.6719,15 L1,15 L1,1 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip38">
|
||||
<path d="M-54.2414,-329.814 L374.702,-329.814 L374.702,177.648 L-54.2414,177.648 L-54.2414,-329.814 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip38)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,326.232,479.329)">
|
||||
<text fill="#4a549a" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="74.6719" x="1" xml:space="preserve" y="12">[b_toSpdMod]</text>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,317.093,489.796)">
|
||||
<image height="24" preserveAspectRatio="none" width="17" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAYCAYAAAAcYhYyAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAs0lEQVQ4je2RsQrCMBCGv4sdFezUSXBz8wVcfReHrr6Kz1MEn8DBxUURhEKhS8DJnIOhlhZshg4d+i0J+ZMvxx0MBQFQ+1gjLgWSWpaj5iDTxblLEn1VLgU2QFzLSsQB7Dolau9bX0EMzBt50n7SxiC6Crn4X9IDkV9zoGxkpT8PkDguGMUPqjEdPQZJZLbMgEztbQ/yqhLRIkQAPfVkOJKo2om5ou6XKE8m71Mfn4yMDIsPypApXQST6g0AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,320.093,500.796)">
|
||||
<path d="M0,-8 L8.67188,-8 L8.67188,8 L0,8 L0,-8 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip43">
|
||||
<path d="M-35.2924,-262.801 L393.651,-262.801 L393.651,244.661 L-35.2924,244.661 L-35.2924,-262.801 z"/>
|
||||
<clipPath id="clip39">
|
||||
<path d="M-48.1025,-343.281 L380.841,-343.281 L380.841,164.181 L-48.1025,164.181 L-48.1025,-343.281 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip43)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,307.283,412.316)">
|
||||
<text fill="#4a549a" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="6.67188" x="1" xml:space="preserve" y="12">2</text>
|
||||
<g clip-path="url(#clip39)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,320.093,492.796)">
|
||||
<text fill="#4a549a" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="6.67188" x="1" xml:space="preserve" y="12">1</text>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(-1,0,0,-1,311.619,485.796)">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(6.12323e-17,1,-1,6.12323e-17,416.4,500.796)">
|
||||
<path d="M-2,0 L2,0 L0,-8 L-2,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -698,7 +643,81 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="line">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11200:31">
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11200:73">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad34" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f5e9d1" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,273.491,330.453)">
|
||||
<path d="M304.306,271.738 C304.306,271.738 307.484,271.738 309.072,271.738 C310.661,271.738 312.25,271.738 313.839,271.738 C315.428,271.738 317.017,271.738 318.606,271.738 C320.195,271.738 321.784,271.738 323.373,271.738 C324.962,271.738 326.551,271.738 328.14,271.738 C329.729,271.738 331.318,271.738 332.907,271.738 C334.496,271.738 336.085,271.738 337.674,271.738 C339.263,271.738 340.852,271.738 342.44,271.738 C344.029,271.738 345.618,271.738 347.207,271.738 C348.796,271.738 350.385,271.738 351.974,271.738 C353.563,271.738 355.152,271.738 356.741,271.738 C358.33,271.738 359.919,271.738 361.508,271.738 C363.097,271.738 364.686,271.738 366.275,271.738 C367.864,271.738 369.453,271.738 371.042,271.738 C372.631,271.738 374.22,271.738 375.809,271.738 C377.397,271.738 378.986,271.738 380.575,271.738 C382.164,271.738 383.753,271.738 385.342,271.738 C386.931,271.738 388.52,271.738 390.109,271.738 C391.698,271.738 393.287,271.738 394.876,271.738 C396.465,271.738 398.054,271.738 399.643,271.738 C401.232,271.738 402.821,271.738 404.41,271.738 C405.999,271.738 407.588,271.738 409.177,271.738 C410.765,271.738 413.943,271.738 413.943,271.738" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="0.01" stroke="none" stroke-opacity="0" transform="matrix(-1,0,0,-1,577.796,602.191)">
|
||||
<path d="M2,0 C2,1.10457 1.10457,2 0,2 C-1.10457,2 -2,1.10457 -2,0 C-2,-1.10457 -1.10457,-2 0,-2 C1.10457,-2 2,-1.10457 2,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,587.769,568.152)">
|
||||
<path d="M0,0 L92.4062,0 L92.4062,30 L0,30 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip41">
|
||||
<path d="M-315.778,-418.637 L113.165,-418.637 L113.165,88.8254 L-315.778,88.8254 L-315.778,-418.637 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip41)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,587.769,568.152)">
|
||||
<path d="M1,1 L81.4219,1 L81.4219,15 L1,15 L1,1 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip42">
|
||||
<path d="M-315.778,-418.637 L113.165,-418.637 L113.165,88.8254 L-315.778,88.8254 L-315.778,-418.637 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip42)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,587.769,568.152)">
|
||||
<text fill="#4a549a" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="78" x="1" xml:space="preserve" y="12">[b_toTrqMod ||</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip43">
|
||||
<path d="M-315.778,-418.637 L113.165,-418.637 L113.165,88.8254 L-315.778,88.8254 L-315.778,-418.637 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip43)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,587.769,568.152)">
|
||||
<path d="M81,1 L90.9844,1 L90.9844,15 L81,15 L81,1 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip44">
|
||||
<path d="M-315.778,-418.637 L113.165,-418.637 L113.165,88.8254 L-315.778,88.8254 L-315.778,-418.637 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip44)" fill="none" opacity="1" stroke="#0e3d74" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,587.769,568.152)">
|
||||
<text fill="#0e3d74" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="9.98438" x="81.4219" xml:space="preserve" y="12">...</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip45">
|
||||
<path d="M-315.778,-418.637 L113.165,-418.637 L113.165,88.8254 L-315.778,88.8254 L-315.778,-418.637 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip45)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,587.769,568.152)">
|
||||
<path d="M1,15 L72.3438,15 L72.3438,29 L1,29 L1,15 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip46">
|
||||
<path d="M-315.778,-418.637 L113.165,-418.637 L113.165,88.8254 L-315.778,88.8254 L-315.778,-418.637 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip46)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,587.769,568.152)">
|
||||
<text fill="#4a549a" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="71.3438" x="1" xml:space="preserve" y="26">b_toSpdMod]</text>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(6.12323e-17,1,-1,6.12323e-17,687.434,602.191)">
|
||||
<path d="M-2,0 L2,0 L0,-8 L-2,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="line">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11200:30">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad35" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
@ -706,45 +725,26 @@
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,273.491,330.453)">
|
||||
<path d="M45.1283,72.1434 C45.1283,72.1434 47.9888,72.1434 49.419,72.1434 C50.8493,72.1434 52.2795,72.1434 53.7098,72.1434 C55.14,72.1434 56.5702,72.1434 58.0005,72.1434 C59.4307,72.1434 60.861,72.1434 62.2912,72.1434 C63.7215,72.1434 65.1517,72.1434 66.582,72.1434 C68.0122,72.1434 69.4424,72.1434 70.8727,72.1434 C72.3029,72.1434 73.7332,72.1434 75.1634,72.1434 C76.5937,72.1434 78.0239,72.1434 79.4541,72.1434 C80.8844,72.1434 82.3146,72.1434 83.7449,72.1434 C85.1751,72.1434 86.6054,72.1434 88.0356,72.1434 C89.4658,72.1434 90.8961,72.1434 92.3263,72.1434 C93.7566,72.1434 95.1868,72.1434 96.6171,72.1434 C98.0473,72.1434 99.4776,72.1434 100.908,72.1434 C102.338,72.1434 103.768,72.1434 105.199,72.1434 C106.629,72.1434 108.059,72.1434 109.489,72.1434 C110.92,72.1434 112.35,72.1434 113.78,72.1434 C115.21,72.1434 116.64,72.1434 118.071,72.1434 C119.501,72.1434 120.931,72.1434 122.361,72.1434 C123.792,72.1434 125.222,72.1434 126.652,72.1434 C128.082,72.1434 129.513,72.1434 130.943,72.1434 C132.373,72.1434 133.803,72.1434 135.234,72.1434 C136.664,72.1434 138.094,72.1434 139.524,72.1434 C140.955,72.1434 143.815,72.1434 143.815,72.1434" fill-rule="evenodd" vector-effect="none"/>
|
||||
<path d="M38.1283,177.343 C38.1283,177.343 38.1283,179.688 38.1283,180.894 C38.1283,182.1 38.1283,183.335 38.1283,184.578 C38.1283,185.822 38.1283,187.087 38.1283,188.356 C38.1283,189.625 38.1283,190.909 38.1283,192.191 C38.1283,193.474 38.1283,194.765 38.1283,196.051 C38.1283,197.337 38.1283,198.627 38.1283,199.907 C38.1283,201.188 38.1283,202.468 38.1283,203.736 C38.1283,205.005 38.1283,206.268 38.1283,207.517 C38.1283,208.767 38.1283,210.008 38.1283,211.235 C38.1283,212.461 38.1283,213.676 38.1283,214.876 C38.1283,216.076 38.1283,217.262 38.1283,218.433 C38.1283,219.604 38.1283,220.761 38.1283,221.903 C38.1283,223.044 38.1283,224.171 38.1283,225.284 C38.1283,226.397 38.1283,227.495 38.1283,228.581 C38.1283,229.667 38.1283,230.739 38.1283,231.802 C38.1283,232.865 38.1283,233.915 38.1283,234.959 C38.1283,236.004 38.1283,237.037 38.1283,238.069 C38.1283,239.101 38.1283,240.124 38.1283,241.151 C38.1283,242.178 38.1283,243.199 38.1283,244.23 C38.1283,245.26 38.1283,246.289 38.1283,247.333 C38.1283,248.377 38.1283,249.425 38.1283,250.494 C38.1283,251.563 38.1283,252.641 38.1283,253.748 C38.1283,254.855 38.1283,257.136 38.1283,257.136" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="0.01" stroke="none" stroke-opacity="0" transform="matrix(-1,0,0,-1,318.619,402.596)">
|
||||
<g clip-path="none" fill="none" opacity="0.01" stroke="none" stroke-opacity="0" transform="matrix(6.12323e-17,-1,1,6.12323e-17,311.619,507.796)">
|
||||
<path d="M2,0 C2,1.10457 1.10457,2 0,2 C-1.10457,2 -2,1.10457 -2,0 C-2,-1.10457 -1.10457,-2 0,-2 C1.10457,-2 2,-1.10457 2,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,331.351,384.596)">
|
||||
<path d="M0,0 L72.875,0 L72.875,16 L0,16 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,304.283,507.516)">
|
||||
<image height="24" preserveAspectRatio="none" width="17" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAYCAYAAAAcYhYyAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA3klEQVQ4je2STUrDUBSFv5tG0HRgDdIiBYt01JGLcCFuxSW0uCnBQQddQSZCHBiRRqiDHgcNmj7Diy1vmANvcO+5fO+8HwggA9A6u8e4cbwXsKX1r59bISqzB9At2KXjFWCvmFaWTBY+SAzcgaUN3inoCmmsz8wsmcx9kBS42E/AoFqAnSFmbUlc1QA/Gvkgkc/8r2LgrSHJgRBjg/gCelWvcGYKIPdDxNTZvQRUq0WL4gpwXuud/B3T0AcJcrHBXufd6ZVOvfv+Xoj0RGS/Z5Y+9kcsZ8vj8Tk7dQqob5HBMQqAK292AAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip45">
|
||||
<path d="M-59.3604,-235.081 L369.583,-235.081 L369.583,272.381 L-59.3604,272.381 L-59.3604,-235.081 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip45)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,331.351,384.596)">
|
||||
<path d="M1,1 L71.875,1 L71.875,15 L1,15 L1,1 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip46">
|
||||
<path d="M-59.3604,-235.081 L369.583,-235.081 L369.583,272.381 L-59.3604,272.381 L-59.3604,-235.081 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip46)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,331.351,384.596)">
|
||||
<text fill="#4a549a" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="70.875" x="1" xml:space="preserve" y="12">[b_toTrqMod]</text>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,317.093,391.596)">
|
||||
<image height="24" preserveAspectRatio="none" width="17" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAYCAYAAAAcYhYyAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAs0lEQVQ4je2RsQrCMBCGv4sdFezUSXBz8wVcfReHrr6Kz1MEn8DBxUURhEKhS8DJnIOhlhZshg4d+i0J+ZMvxx0MBQFQ+1gjLgWSWpaj5iDTxblLEn1VLgU2QFzLSsQB7Dolau9bX0EMzBt50n7SxiC6Crn4X9IDkV9zoGxkpT8PkDguGMUPqjEdPQZJZLbMgEztbQ/yqhLRIkQAPfVkOJKo2om5ou6XKE8m71Mfn4yMDIsPypApXQST6g0AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,320.093,402.596)">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,307.283,518.516)">
|
||||
<path d="M0,-8 L8.67188,-8 L8.67188,8 L0,8 L0,-8 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip47">
|
||||
<path d="M-48.1025,-245.081 L380.841,-245.081 L380.841,262.381 L-48.1025,262.381 L-48.1025,-245.081 z"/>
|
||||
<path d="M-35.2924,-361.001 L393.651,-361.001 L393.651,146.461 L-35.2924,146.461 L-35.2924,-361.001 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip47)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,320.093,394.596)">
|
||||
<text fill="#4a549a" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="6.67188" x="1" xml:space="preserve" y="12">1</text>
|
||||
<g clip-path="url(#clip47)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,307.283,510.516)">
|
||||
<text fill="#4a549a" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="6.67188" x="1" xml:space="preserve" y="12">2</text>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(6.12323e-17,1,-1,6.12323e-17,417.306,402.596)">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(-1,0,0,-1,311.619,587.588)">
|
||||
<path d="M-2,0 L2,0 L0,-8 L-2,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -775,7 +775,7 @@
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="0.4" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,402.189,184.006)">
|
||||
<image height="75" preserveAspectRatio="none" width="171" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKsAAABLCAYAAAAPrHebAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAEKUlEQVR4nO3d224bVRSH8W/GkziHVk5CCUVQCfEcvElfjiuehLeAC4RUTm2TmNqOD7HNxVpbszOe8SHOWGz4/6SlcZuJm4uvyzOJ1WbABfASuASugFfA50APOAe6QAHkQIbIbpbAAzAD7oFPwA3wwecWuAMGwBhYND1RgYX6GXANvAa+9MfVWDv+OQpWtrX0mQNTLNYB8BF4QdlWOHeBBVurwDbqNfAV8MbnGtu4Z/6ER2izytMssFjjzXqFLcLQVQj1ITp3ReGf+BqL9FvgG7RZZX/L6Fi3Wc+wlhZYnFNsq05YE+sr7KX/DRbq19i2PaMsHxSp7CaLjhnW2jFw4seC8lp2DIywkIc0XLsW2M3UdTSX2PXEUeUPFXmq0FB8o77A4uxHc+eTUxNrjr3c97Br1B7lRg1/I0SeS4Y118Vu7C+i6fnvnVJecj6SY9el51ik4aJXpC0ZFuMJZXvxnLAm1m5ldNcvbcuwpdjF4oyPXdbEWvgcUX7PS6Rt4aYrntBgY6y5fzActVXlUDqVyaPHK+KXfEUqh5ZVJmfNjX0RfRI1J70FfnjCF7HcfIr8h/WBn31+8uP3lXPiKKuPa+VNH3A/7vpVirRlU6y/HuSrENnCplhF/jUUqyRDsUoyFKskQ7FKMhSrJEOxSjIUqySjrXdZ6X0G/x8H+9G6NqskQ7FKMhSrJEOxSjI23WDtcvGsmypplTarJEOxSjIUqyRDsUoyFKskQ7FKMhSrJEOxSjIUqyRDsUoyFKskQ7FKMhSrJEOxSjIUqyRDsUoyFKskQ7FKMhSrJEOxSjIUqyRDsUoyFKskQ7FKm5aV416e818R1H/UJmAdLIFF5bi36mZVcPIc5lik8XGTjVs433SCyI6WwAMwqxzrzls3KwpW17X+zSrZRw584fPdhnMXa6b2iedY+eGoLSuHEnc3r8yKHJhiq3rqI9K2cKkwrczEj42b9R4Y+fEebVdpV7gmnVE2F2bs07hZP/n87cdwsoKV5xaamgFDHncXpjHWAvgIXPpcAV3/2CnQ8ce66ZJ9xRt1CNxh7YW5YYtY3wPnWJxnWKDhovfUz4m/H6twZRvVV+ZwjTrCQv0DeAf8BvxJGeuEhmvWsFm7wBEW5cw/qYdF3KUMVj+elV2EbTrHQh1jbd0AvwO/YMG+xwIe+nmN32e9pYxx4Sf3gQtWY83QZpXthe/fzylvqAaUsb7zY4h15OfVKvwk/EnDE/ZZ3awdFKrspmmz3gJ/+XzwXw9YcwkAFuHQH4cnHFEfqzar7Cps1vCKHcd6iy3KPhbq2q0KZXzHwAkW5znwAnhJfawi26rbrINohlikE+rfP/BIHF8Hi/YYCzQebVZ5iupmnfiMKX9q9cCal/5YXXgZ5Z1/jkUcHitW2Va4o4/fnDJnw5tVRERERERE5AD+AVhwMvtVKXROAAAAAElFTkSuQmCC" y="0"/>
|
||||
<image height="75" preserveAspectRatio="none" width="171" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKsAAABLCAYAAAAPrHebAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAEOklEQVR4nO3dW27bRhiG4ZcUbfmQQLabuinaAEXX0U1kbd1A95MlNBe5SducbKuRZB0sqRf/DDimeBAtUei03wMMqMSU4os3P4eykCTABfAcuASugBfAt8AAOAf6QAakQIJIO2vgAVgA98BX4Ab47NYtcAeMgCmwqnqhDAv1G+AaeAl87x4XY+255yhY2dbarSUwx2IdAV+AZ+Rt+XNXWLClMmyiXgM/AK/cusYm7pl7wSM0WeVpVlis4WS9wgah78qH+hCcuyFzT3yJRfoz8BOarLK7dXAsm6xnWEsrLM45NlVn1MT6Arv0v8JC/RGbtmfk5YMilXaS4JhgrR0DJ+6Yke9lp8AEC3lMxd41w26mroN1ie0njgp/qMhT+YbCG/UVFucwWHdupZTEmmKX+wG2Rx2QT1T/N0JkXxKsuT52Y38RrIH7vVPyLecjKbYvPcci9Zteka4kWIwn5O2F64SaWPuFpbt+6VqCDcU+Fmd47FMTa+bWEfl7XiJd8zdd4fINVsaaui/6o6aqHEqvsNLg8Ybwkq9I5dCSwkqpubHPgidRctIYeyvhDfC6xTexbj5F/sOGwFu3fnfH3wrnhFEWH5dKq77g3GEfNPjY7nsV2b+mG6o3wAfg1wN8LyK1mmJtc+kX6VTTNkDkX0OxSjQUq0RDsUo0FKtEQ7FKNBSrRKOrT1npcwb/Hwf70bomq0RDsUo0FKtEQ7FKNJpusNpsnnVTJZ3SZJVoKFaJhmKVaChWiYZilWgoVomGYpVoKFaJhmKVaChWiYZilWgoVomGYpVoKFaJhmKVaChWiYZilWgoVomGYpVoKFaJhmKVaChWiYZilWgoVunSunDcyT7/FUH9R20C1sEaWBWOOytOVgUn+7DEIg2PTRqncNp0gkhLa+ABWBSOZefVrQ0Zm+Na/2aV7CIFvnPrl4ZzVzWr9IWXWPn+qCkrhxJ2tyysDSkwx0b13C2RrvmtwrywZu5YOVnvgYk73qPpKt3ye9IFeXN+Td2qnKxf3frbHf3JClb2zTe1AMY87s6vylgz4Atw6dYV0HdfOwV67rFuumRX4UQdA3dYe37dsEWsn4BzLM4zLFC/6T1154Tvxypc2Ubxyuz3qBMs1L+A98AfwAfyWGdU7Fn9ZO0DR1iUC/ekARZxnzxY/XhW2vDTdImFOsXaugH+BN5hwX7CAh678yrfZ70lj3HlTh4CF2zGmqDJKtvz798vyW+oRuSxvndHH+vEnVcqcyfhXtS/4JDNydpDoUo7VZP1Fvjo1mf36xE1WwCwCMfusX/BCeWxarJKW36y+it2GOstNiiHWKi1UxXy+I6BEyzOc+AZ8JzyWEW2VTZZR8EaY5HOKP/8wCNhfD0s2mMs0HBpsspTFCfrzK0p+U+tHqi59IfKwkvI7/xTLGL/WLHKtvwdffjhlCUNH1YRERERERGRA/gH3BU4ui9TuMAAAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad39" x1="0" x2="0" y1="0" y2="1">
|
||||
@ -861,7 +861,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="line">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11200:14">
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11200:13">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad43" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
@ -869,31 +869,31 @@
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0,0)">
|
||||
<path d="M522.999,330.453 C522.999,330.453 522.999,328.348 522.999,327.263 C522.999,326.177 522.999,325.063 522.999,323.94 C522.999,322.817 522.999,321.673 522.999,320.525 C522.999,319.377 522.999,318.214 522.999,317.053 C522.999,315.891 522.999,314.721 522.999,313.556 C522.999,312.391 522.999,311.223 522.999,310.063 C522.999,308.903 522.999,307.744 522.999,306.597 C522.999,305.449 522.999,304.307 522.999,303.178 C522.999,302.049 522.999,300.929 522.999,299.823 C522.999,298.717 522.999,297.622 522.999,296.543 C522.999,295.463 522.999,294.397 522.999,293.346 C522.999,292.295 522.999,291.259 522.999,290.237 C522.999,289.215 522.999,288.208 522.999,287.215 C522.999,286.222 522.999,285.243 522.999,284.276 C522.999,283.31 522.999,282.357 522.999,281.413 C522.999,280.469 522.999,279.539 522.999,278.613 C522.999,277.688 522.999,276.774 522.999,275.861 C522.999,274.948 522.999,274.044 522.999,273.136 C522.999,272.228 522.999,271.325 522.999,270.414 C522.999,269.502 522.999,268.592 522.999,267.667 C522.999,266.742 522.999,265.814 522.999,264.864 C522.999,263.914 522.999,262.956 522.999,261.968 C522.999,260.981 522.999,258.94 522.999,258.94" fill-rule="evenodd" vector-effect="none"/>
|
||||
<path d="M438.726,250.94 C438.726,250.94 438.726,253.044 438.726,254.13 C438.726,255.215 438.726,256.329 438.726,257.452 C438.726,258.575 438.726,259.72 438.726,260.868 C438.726,262.016 438.726,263.178 438.726,264.34 C438.726,265.501 438.726,266.671 438.726,267.836 C438.726,269.001 438.726,270.17 438.726,271.33 C438.726,272.49 438.726,273.648 438.726,274.796 C438.726,275.943 438.726,277.085 438.726,278.214 C438.726,279.343 438.726,280.464 438.726,281.57 C438.726,282.676 438.726,283.77 438.726,284.85 C438.726,285.929 438.726,286.995 438.726,288.046 C438.726,289.097 438.726,290.134 438.726,291.156 C438.726,292.177 438.726,293.184 438.726,294.177 C438.726,295.171 438.726,296.149 438.726,297.116 C438.726,298.083 438.726,299.035 438.726,299.979 C438.726,300.923 438.726,301.854 438.726,302.779 C438.726,303.705 438.726,304.619 438.726,305.532 C438.726,306.445 438.726,307.349 438.726,308.257 C438.726,309.165 438.726,310.067 438.726,310.979 C438.726,311.89 438.726,312.8 438.726,313.725 C438.726,314.65 438.726,315.578 438.726,316.528 C438.726,317.478 438.726,318.437 438.726,319.424 C438.726,320.412 438.726,322.453 438.726,322.453" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="0.01" stroke="none" stroke-opacity="0" transform="matrix(6.12323e-17,1,-1,6.12323e-17,522.999,330.453)">
|
||||
<g clip-path="none" fill="none" opacity="0.01" stroke="none" stroke-opacity="0" transform="matrix(6.12323e-17,-1,1,6.12323e-17,438.726,250.94)">
|
||||
<path d="M2,0 C2,1.10457 1.10457,2 0,2 C-1.10457,2 -2,1.10457 -2,0 C-2,-1.10457 -1.10457,-2 0,-2 C1.10457,-2 2,-1.10457 2,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,535.332,279.944)">
|
||||
<path d="M0,0 L61.3438,0 L61.3438,16 L0,16 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,363.891,278.906)">
|
||||
<path d="M0,0 L64.6562,0 L64.6562,16 L0,16 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip56">
|
||||
<path d="M-263.341,-130.429 L165.602,-130.429 L165.602,377.033 L-263.341,377.033 L-263.341,-130.429 z"/>
|
||||
<path d="M-91.9004,-129.391 L337.043,-129.391 L337.043,378.071 L-91.9004,378.071 L-91.9004,-129.391 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip56)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,535.332,279.944)">
|
||||
<path d="M1,1 L60.3438,1 L60.3438,15 L1,15 L1,1 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
<g clip-path="url(#clip56)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,363.891,278.906)">
|
||||
<path d="M1,1 L63.6562,1 L63.6562,15 L1,15 L1,1 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip57">
|
||||
<path d="M-263.341,-130.429 L165.602,-130.429 L165.602,377.033 L-263.341,377.033 L-263.341,-130.429 z"/>
|
||||
<path d="M-91.9004,-129.391 L337.043,-129.391 L337.043,378.071 L-91.9004,378.071 L-91.9004,-129.391 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip57)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,535.332,279.944)">
|
||||
<text fill="#4a549a" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="59.3438" x="1" xml:space="preserve" y="12">[b_toOpen]</text>
|
||||
<g clip-path="url(#clip57)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,363.891,278.906)">
|
||||
<text fill="#4a549a" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="62.6562" x="1" xml:space="preserve" y="12">[b_toActive]</text>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,522.999,258.94)">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(-1,1.22465e-16,-1.22465e-16,-1,438.726,322.453)">
|
||||
<path d="M-2,0 L2,0 L0,-8 L-2,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -920,33 +920,33 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="line">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11200:13">
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11200:14">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0,0)">
|
||||
<path d="M438.726,250.94 C438.726,250.94 438.726,253.044 438.726,254.13 C438.726,255.215 438.726,256.329 438.726,257.452 C438.726,258.575 438.726,259.72 438.726,260.868 C438.726,262.016 438.726,263.178 438.726,264.34 C438.726,265.501 438.726,266.671 438.726,267.836 C438.726,269.001 438.726,270.17 438.726,271.33 C438.726,272.49 438.726,273.648 438.726,274.796 C438.726,275.943 438.726,277.085 438.726,278.214 C438.726,279.343 438.726,280.464 438.726,281.57 C438.726,282.676 438.726,283.77 438.726,284.85 C438.726,285.929 438.726,286.995 438.726,288.046 C438.726,289.097 438.726,290.134 438.726,291.156 C438.726,292.177 438.726,293.184 438.726,294.177 C438.726,295.171 438.726,296.149 438.726,297.116 C438.726,298.083 438.726,299.035 438.726,299.979 C438.726,300.923 438.726,301.854 438.726,302.779 C438.726,303.705 438.726,304.619 438.726,305.532 C438.726,306.445 438.726,307.349 438.726,308.257 C438.726,309.165 438.726,310.067 438.726,310.979 C438.726,311.89 438.726,312.8 438.726,313.725 C438.726,314.65 438.726,315.578 438.726,316.528 C438.726,317.478 438.726,318.437 438.726,319.424 C438.726,320.412 438.726,322.453 438.726,322.453" fill-rule="evenodd" vector-effect="none"/>
|
||||
<path d="M522.999,330.453 C522.999,330.453 522.999,328.348 522.999,327.263 C522.999,326.177 522.999,325.063 522.999,323.94 C522.999,322.817 522.999,321.673 522.999,320.525 C522.999,319.377 522.999,318.214 522.999,317.053 C522.999,315.891 522.999,314.721 522.999,313.556 C522.999,312.391 522.999,311.223 522.999,310.063 C522.999,308.903 522.999,307.744 522.999,306.597 C522.999,305.449 522.999,304.307 522.999,303.178 C522.999,302.049 522.999,300.929 522.999,299.823 C522.999,298.717 522.999,297.622 522.999,296.543 C522.999,295.463 522.999,294.397 522.999,293.346 C522.999,292.295 522.999,291.259 522.999,290.237 C522.999,289.215 522.999,288.208 522.999,287.215 C522.999,286.222 522.999,285.243 522.999,284.276 C522.999,283.31 522.999,282.357 522.999,281.413 C522.999,280.469 522.999,279.539 522.999,278.613 C522.999,277.688 522.999,276.774 522.999,275.861 C522.999,274.948 522.999,274.044 522.999,273.136 C522.999,272.228 522.999,271.325 522.999,270.414 C522.999,269.502 522.999,268.592 522.999,267.667 C522.999,266.742 522.999,265.814 522.999,264.864 C522.999,263.914 522.999,262.956 522.999,261.968 C522.999,260.981 522.999,258.94 522.999,258.94" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="0.01" stroke="none" stroke-opacity="0" transform="matrix(6.12323e-17,-1,1,6.12323e-17,438.726,250.94)">
|
||||
<g clip-path="none" fill="none" opacity="0.01" stroke="none" stroke-opacity="0" transform="matrix(6.12323e-17,1,-1,6.12323e-17,522.999,330.453)">
|
||||
<path d="M2,0 C2,1.10457 1.10457,2 0,2 C-1.10457,2 -2,1.10457 -2,0 C-2,-1.10457 -1.10457,-2 0,-2 C1.10457,-2 2,-1.10457 2,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,363.891,278.906)">
|
||||
<path d="M0,0 L64.6562,0 L64.6562,16 L0,16 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,535.332,279.944)">
|
||||
<path d="M0,0 L61.3438,0 L61.3438,16 L0,16 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip59">
|
||||
<path d="M-91.9004,-129.391 L337.043,-129.391 L337.043,378.071 L-91.9004,378.071 L-91.9004,-129.391 z"/>
|
||||
<path d="M-263.341,-130.429 L165.602,-130.429 L165.602,377.033 L-263.341,377.033 L-263.341,-130.429 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip59)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,363.891,278.906)">
|
||||
<path d="M1,1 L63.6562,1 L63.6562,15 L1,15 L1,1 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
<g clip-path="url(#clip59)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,535.332,279.944)">
|
||||
<path d="M1,1 L60.3438,1 L60.3438,15 L1,15 L1,1 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip60">
|
||||
<path d="M-91.9004,-129.391 L337.043,-129.391 L337.043,378.071 L-91.9004,378.071 L-91.9004,-129.391 z"/>
|
||||
<path d="M-263.341,-130.429 L165.602,-130.429 L165.602,377.033 L-263.341,377.033 L-263.341,-130.429 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip60)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,363.891,278.906)">
|
||||
<text fill="#4a549a" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="62.6562" x="1" xml:space="preserve" y="12">[b_toActive]</text>
|
||||
<g clip-path="url(#clip60)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,535.332,279.944)">
|
||||
<text fill="#4a549a" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="59.3438" x="1" xml:space="preserve" y="12">[b_toOpen]</text>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(-1,1.22465e-16,-1.22465e-16,-1,438.726,322.453)">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,522.999,258.94)">
|
||||
<path d="M-2,0 L2,0 L0,-8 L-2,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -956,5 +956,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2020-10-11 20:20:40 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2020-10-11 21:39:16 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 91 KiB |
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 167 KiB After Width: | Height: | Size: 167 KiB |
@ -186,5 +186,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2020-10-11 20:20:41 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2020-10-11 21:39:17 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
@ -1,4 +1,35 @@
|
||||
[
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11213",
|
||||
"className":"Simulink.ActionPort",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Action Port",
|
||||
"label":"Action Port",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11211",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitializeStates",
|
||||
"PropagateVarSize"
|
||||
],
|
||||
"values":[
|
||||
"reset",
|
||||
"Only when execution is resumed"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"ActionPort",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11214",
|
||||
"className":"Simulink.Outport",
|
||||
@ -79,37 +110,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11213",
|
||||
"className":"Simulink.ActionPort",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Action Port",
|
||||
"label":"Action Port",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11211",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitializeStates",
|
||||
"PropagateVarSize"
|
||||
],
|
||||
"values":[
|
||||
"reset",
|
||||
"Only when execution is resumed"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"ActionPort",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11212",
|
||||
"className":"Simulink.Inport",
|
||||
|
@ -10,60 +10,12 @@
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11211">
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11214">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,279,162)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ff8000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,280,163)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip2">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip2)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,295,170)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,280,163)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,295,179)">
|
||||
<path d="M-34.2734,0 L34.2734,0 L34.2734,14 L-34.2734,14 L-34.2734,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip3">
|
||||
<path d="M-229.117,-91 L68.5469,-91 L68.5469,14 L-229.117,14 L-229.117,-91 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip3)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,260.727,179)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="66.5469" x="1" xml:space="preserve" y="10">r_inpTgtScaDft</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11213">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,149,89)">
|
||||
<image height="36" preserveAspectRatio="none" width="67" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAAkCAYAAADSO4eRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABh0lEQVRoge2ZwU7CQBBAH6Zy4aoXLpz8Ir/Dn/Ff/Bq4eEFNG21RKilRPMw0DFroVk0l67xksqVMmt2X3bLDDoBL4Bw40zY2UiDT1kb2OTFBBIxNxMYIGOr1GiiBoikxQWbEGJhoxMapthWwBHJzbwc7MybARR+9+wPWiIgCWSKNMk767NGx4zIMLsPgMgwuw+AyDC7D4DIMSUDODTDQCGGj8Y7s+l6Rzc4DcKdxj9QGT8CL5rZx1fL9dWD/9hIiY0a4iJoN8Ibs/GoZdXGUAY/AAlgRJgJg2rEPnelDRokMvEDqggXwrPfXHZ4569iHzoTImPI9GXaZlEhtUOrnFSJi0+GZRyHjpzOjKUKXRq+EyvgX+E+rwWUYXIbBZRhchsFlGFyGIUFqhhF7/jGOgFtgjowz50AZkCCFkz1kiY25RobURwdlpHpdH7LEhj1ezJExVk2JtQx7yBIbOduKuXWZpJqQs50lMVGyWzUv2SNjgJy1DpEXaIwv0bpSrvhaPTuO4zi/wQc2SIJd3eVWgAAAAABJRU5ErkJggg==" y="0"/>
|
||||
<image height="36" preserveAspectRatio="none" width="67" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAAkCAYAAADSO4eRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABWUlEQVRoge2ZT07CUBCHP0xlw1Y3bFh5Is/hZbwG53DtAWBDYti0i5IIEjDRxUzjT21rEyw0L/Mlk/dCJmX65fXfmxFwD9wCNz6mRg4UPmoUPxMzTMBUIjUmwNjnR2AHbOoSM2xFTIGZR2pc+3gAtkApv31DV8YMuDtHdRfgiInYYJdIrYyrc1Y0dEKGEDKEkCGEDCFkCCFDCBlCdukCnCUw93huyHn44xiPpxbRRcbTqX/SgRdgBby25Cz6LqKLjHnfRWDfCwsfm1j2XcRQZLwDb8C+JWcQMtZ9FzEUusj46L2KgRCPViFkCCFDCBlCyBBChhAyhAzbLZ7QsGOcACvsxTHHXvd32G75LzKss6RNltRYexRYq6BVRu7zqsmSGtpeLLFzPNQlVjK0yZIaJXZeJR0uk9wTSr5WSUrsPLYy1soYYb3WMXYDTfEmevQ4yLyKIAiC4D/4BNfgVcsSt/CUAAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,150,90)">
|
||||
<path d="M0,0 L59,0 L59,28 L0,28 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -71,11 +23,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip5">
|
||||
<clipPath id="clip2">
|
||||
<path d="M-29,-14 L30,-14 L30,14 L-29,14 L-29,-14 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip5)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,179,104)">
|
||||
<g clip-path="url(#clip2)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,179,104)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="30.5" x="-15.25" xml:space="preserve" y="3.5">else { }</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -93,11 +45,11 @@
|
||||
<path d="M-25.3984,0 L25.3984,0 L25.3984,14 L-25.3984,14 L-25.3984,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip6">
|
||||
<clipPath id="clip3">
|
||||
<path d="M-122.492,-32 L175.172,-32 L175.172,73 L-122.492,73 L-122.492,-32 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip6)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,154.102,120)">
|
||||
<g clip-path="url(#clip3)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,154.102,120)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="48.7969" x="1" xml:space="preserve" y="10">Action Port</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -107,6 +59,54 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11214">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,279,162)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ff8000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,280,163)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip5">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip5)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,295,170)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,280,163)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,295,179)">
|
||||
<path d="M-34.2734,0 L34.2734,0 L34.2734,14 L-34.2734,14 L-34.2734,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip6">
|
||||
<path d="M-229.117,-91 L68.5469,-91 L68.5469,14 L-229.117,14 L-229.117,-91 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip6)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,260.727,179)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="66.5469" x="1" xml:space="preserve" y="10">r_inpTgtScaDft</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11212">
|
||||
@ -186,5 +186,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2020-10-11 20:20:41 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2020-10-11 21:39:17 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
@ -80,11 +80,11 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11232",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11233",
|
||||
"className":"Simulink.Constant",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"i_max",
|
||||
"label":"i_max",
|
||||
"name":"n_max",
|
||||
"label":"n_max",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11215",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -98,7 +98,7 @@
|
||||
"FramePeriod"
|
||||
],
|
||||
"values":[
|
||||
"i_max",
|
||||
"n_max",
|
||||
"on",
|
||||
"inf",
|
||||
"[]",
|
||||
@ -128,55 +128,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11230",
|
||||
"className":"Simulink.Constant",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"constant",
|
||||
"label":"constant",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11215",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Value",
|
||||
"VectorParams1D",
|
||||
"SampleTime",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"FramePeriod"
|
||||
],
|
||||
"values":[
|
||||
"1000",
|
||||
"on",
|
||||
"inf",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via back propagation",
|
||||
"off",
|
||||
"inf"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Constant",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11229",
|
||||
"className":"Simulink.Constant",
|
||||
@ -226,6 +177,117 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11227",
|
||||
"className":"Simulink.Mux",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Mux",
|
||||
"label":"Mux",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11215",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Inputs",
|
||||
"DisplayOption"
|
||||
],
|
||||
"values":[
|
||||
"4",
|
||||
"bar"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Mux",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11230",
|
||||
"className":"Simulink.Constant",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"constant",
|
||||
"label":"constant",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11215",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Value",
|
||||
"VectorParams1D",
|
||||
"SampleTime",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"FramePeriod"
|
||||
],
|
||||
"values":[
|
||||
"1000",
|
||||
"on",
|
||||
"inf",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via back propagation",
|
||||
"off",
|
||||
"inf"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Constant",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11222",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From22",
|
||||
"label":"From22",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11215",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"r_inpTgt",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11231",
|
||||
"className":"Simulink.Constant",
|
||||
@ -328,103 +390,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11226",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto13",
|
||||
"label":"Goto13",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11215",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"r_inpTgt",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11224",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto",
|
||||
"label":"Goto",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11215",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"r_inpTgtScaFOC",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11222",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From22",
|
||||
"label":"From22",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11215",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"r_inpTgt",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11221",
|
||||
"className":"Simulink.From",
|
||||
@ -457,19 +422,21 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11223",
|
||||
"className":"Simulink.From",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11226",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From9",
|
||||
"label":"From9",
|
||||
"name":"Goto13",
|
||||
"label":"Goto13",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11215",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"z_ctrlModReq",
|
||||
"r_inpTgt",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
@ -483,87 +450,7 @@
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11227",
|
||||
"className":"Simulink.Mux",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Mux",
|
||||
"label":"Mux",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11215",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Inputs",
|
||||
"DisplayOption"
|
||||
],
|
||||
"values":[
|
||||
"4",
|
||||
"bar"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Mux",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11233",
|
||||
"className":"Simulink.Constant",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"n_max",
|
||||
"label":"n_max",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11215",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Value",
|
||||
"VectorParams1D",
|
||||
"SampleTime",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"FramePeriod"
|
||||
],
|
||||
"values":[
|
||||
"n_max",
|
||||
"on",
|
||||
"inf",
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(1,16,4)",
|
||||
"off",
|
||||
"inf"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Constant",
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
@ -624,6 +511,101 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11225",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto1",
|
||||
"label":"Goto1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11215",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"z_ctrlModReq",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11218",
|
||||
"className":"Simulink.ActionPort",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Action Port",
|
||||
"label":"Action Port",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11215",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitializeStates",
|
||||
"PropagateVarSize"
|
||||
],
|
||||
"values":[
|
||||
"reset",
|
||||
"Only when execution is resumed"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"ActionPort",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11223",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From9",
|
||||
"label":"From9",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11215",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"z_ctrlModReq",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11219",
|
||||
"className":"Simulink.Product",
|
||||
@ -682,20 +664,22 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11218",
|
||||
"className":"Simulink.ActionPort",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11224",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Action Port",
|
||||
"label":"Action Port",
|
||||
"name":"Goto",
|
||||
"label":"Goto",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11215",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitializeStates",
|
||||
"PropagateVarSize"
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"reset",
|
||||
"Only when execution is resumed"
|
||||
"r_inpTgtScaFOC",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
@ -708,7 +692,7 @@
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"ActionPort",
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
@ -780,27 +764,43 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11225",
|
||||
"className":"Simulink.Goto",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11232",
|
||||
"className":"Simulink.Constant",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto1",
|
||||
"label":"Goto1",
|
||||
"name":"i_max",
|
||||
"label":"i_max",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11215",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
"Value",
|
||||
"VectorParams1D",
|
||||
"SampleTime",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"FramePeriod"
|
||||
],
|
||||
"values":[
|
||||
"z_ctrlModReq",
|
||||
"local",
|
||||
"Tag"
|
||||
"i_max",
|
||||
"on",
|
||||
"inf",
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(1,16,4)",
|
||||
"off",
|
||||
"inf"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":0
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
@ -808,7 +808,7 @@
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"blocktype":"Constant",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
|
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 83 KiB |
@ -48,6 +48,86 @@
|
||||
"finder":[
|
||||
]
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11268",
|
||||
"className":"Simulink.Outport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"r_inpTgtScaOpen",
|
||||
"label":"r_inpTgtScaOpen",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11254",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"EnsureOutportIsVirtual",
|
||||
"InitialOutput",
|
||||
"MustResolveToSignalObject",
|
||||
"OutputWhenDisabled",
|
||||
"OutputWhenUnConnected",
|
||||
"OutputWhenUnconnectedValue",
|
||||
"SignalName",
|
||||
"SignalObject",
|
||||
"SourceOfInitialOutputValue",
|
||||
"StorageClass",
|
||||
"VectorParamsAs1DForOutWhenUnconnected"
|
||||
],
|
||||
"values":[
|
||||
"1",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"off",
|
||||
"[]",
|
||||
"off",
|
||||
"held",
|
||||
"off",
|
||||
"0",
|
||||
"",
|
||||
[
|
||||
],
|
||||
"Dialog",
|
||||
"Auto",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Outport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11267",
|
||||
"className":"Rising edge init",
|
||||
@ -145,72 +225,6 @@
|
||||
"masktype":"Rising edge init"
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11264",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto13",
|
||||
"label":"Goto13",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11254",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"VqFinPrev",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11263",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto1",
|
||||
"label":"Goto1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11254",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"r_inpTgtScaOpen",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11266",
|
||||
"className":"Simulink.Constant",
|
||||
@ -260,301 +274,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11268",
|
||||
"className":"Simulink.Outport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"r_inpTgtScaOpen",
|
||||
"label":"r_inpTgtScaOpen",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11254",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"EnsureOutportIsVirtual",
|
||||
"InitialOutput",
|
||||
"MustResolveToSignalObject",
|
||||
"OutputWhenDisabled",
|
||||
"OutputWhenUnConnected",
|
||||
"OutputWhenUnconnectedValue",
|
||||
"SignalName",
|
||||
"SignalObject",
|
||||
"SourceOfInitialOutputValue",
|
||||
"StorageClass",
|
||||
"VectorParamsAs1DForOutWhenUnconnected"
|
||||
],
|
||||
"values":[
|
||||
"1",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"off",
|
||||
"[]",
|
||||
"off",
|
||||
"held",
|
||||
"off",
|
||||
"0",
|
||||
"",
|
||||
[
|
||||
],
|
||||
"Dialog",
|
||||
"Auto",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Outport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11259",
|
||||
"className":"Simulink.DataTypeConversion",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Data Type Conversion1",
|
||||
"label":"Data Type Conversion1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11254",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"ConvertRealWorld",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(1,16,4)",
|
||||
"off",
|
||||
"Real World Value (RWV)",
|
||||
"Floor",
|
||||
"off",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"DataTypeConversion",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11258",
|
||||
"className":"Simulink.DataTypeConversion",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Data Type Conversion",
|
||||
"label":"Data Type Conversion",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11254",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"ConvertRealWorld",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(1,28,16)",
|
||||
"off",
|
||||
"Real World Value (RWV)",
|
||||
"Floor",
|
||||
"off",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"DataTypeConversion",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11262",
|
||||
"className":"Simulink.Gain",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Gain3",
|
||||
"label":"Gain3",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11254",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Gain",
|
||||
"Multiplication",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"ParamMin",
|
||||
"ParamMax",
|
||||
"ParamDataTypeStr",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"-1",
|
||||
"Element-wise(K.*u)",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as input",
|
||||
"off",
|
||||
"Zero",
|
||||
"off",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"Parameter Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
8,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Gain",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11260",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From",
|
||||
"label":"From",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11254",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"VqFinPrev",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11256",
|
||||
"className":"Simulink.ActionPort",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Action Port",
|
||||
"label":"Action Port",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11254",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitializeStates",
|
||||
"PropagateVarSize"
|
||||
],
|
||||
"values":[
|
||||
"reset",
|
||||
"Only when execution is resumed"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"ActionPort",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11265",
|
||||
"className":"Simulink.SubSystem",
|
||||
@ -648,6 +367,162 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11263",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto1",
|
||||
"label":"Goto1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11254",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"r_inpTgtScaOpen",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11262",
|
||||
"className":"Simulink.Gain",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Gain3",
|
||||
"label":"Gain3",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11254",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Gain",
|
||||
"Multiplication",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"ParamMin",
|
||||
"ParamMax",
|
||||
"ParamDataTypeStr",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"-1",
|
||||
"Element-wise(K.*u)",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as input",
|
||||
"off",
|
||||
"Zero",
|
||||
"off",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"Parameter Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
8,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Gain",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11264",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto13",
|
||||
"label":"Goto13",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11254",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"VqFinPrev",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11260",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From",
|
||||
"label":"From",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11254",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"VqFinPrev",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11261",
|
||||
"className":"Simulink.From",
|
||||
@ -679,6 +554,180 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11258",
|
||||
"className":"Simulink.DataTypeConversion",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Data Type Conversion",
|
||||
"label":"Data Type Conversion",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11254",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"ConvertRealWorld",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(1,28,16)",
|
||||
"off",
|
||||
"Real World Value (RWV)",
|
||||
"Floor",
|
||||
"off",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"DataTypeConversion",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11257",
|
||||
"className":"Simulink.Constant",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Constant23",
|
||||
"label":"Constant23",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11254",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Value",
|
||||
"VectorParams1D",
|
||||
"SampleTime",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"FramePeriod"
|
||||
],
|
||||
"values":[
|
||||
"0",
|
||||
"on",
|
||||
"inf",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via back propagation",
|
||||
"off",
|
||||
"inf"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Constant",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11259",
|
||||
"className":"Simulink.DataTypeConversion",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Data Type Conversion1",
|
||||
"label":"Data Type Conversion1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11254",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"ConvertRealWorld",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(1,16,4)",
|
||||
"off",
|
||||
"Real World Value (RWV)",
|
||||
"Floor",
|
||||
"off",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"DataTypeConversion",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11256",
|
||||
"className":"Simulink.ActionPort",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Action Port",
|
||||
"label":"Action Port",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11254",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitializeStates",
|
||||
"PropagateVarSize"
|
||||
],
|
||||
"values":[
|
||||
"reset",
|
||||
"Only when execution is resumed"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"ActionPort",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11255",
|
||||
"className":"Simulink.Inport",
|
||||
@ -746,55 +795,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11257",
|
||||
"className":"Simulink.Constant",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Constant23",
|
||||
"label":"Constant23",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11254",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Value",
|
||||
"VectorParams1D",
|
||||
"SampleTime",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"FramePeriod"
|
||||
],
|
||||
"values":[
|
||||
"0",
|
||||
"on",
|
||||
"inf",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via back propagation",
|
||||
"off",
|
||||
"inf"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Constant",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11255#out:1",
|
||||
"className":"Simulink.Line",
|
||||
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 83 KiB |
@ -15,7 +15,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11265:2342:2337">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,304,18)">
|
||||
<image height="140" preserveAspectRatio="none" width="48" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAACMCAYAAAA6CiqJAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACTElEQVR4nO2dwW7TQBRFT5DpplvYdNNVP4Y138rXtJVgU0CJkFNUg1K1YfHGqps6MLFjX7vcIz05jUbOO31OxoombxbAR+A98C4dp8ASWKVjM1a7Awsi6bNGTIFT4CQ9vgcqYN02sCD+82fAeYop8DYdN8AdUDaee0azAufAxRjZZXJPJL8mLp9WgTdjZjQEFlBjATUWUDN7gSJjzCdgkSKHbYpHYib9RUxG34GvKb4R9zWfD0v3JTkCV+QnX7MFHojZtBaob8ZWwA/g9sBztjKGQEUkuybuaW6Bn+n53uQIXNJNoHkJVcR9TZX+/k3I9WaMCrTF44Hn20uOwPWxXmwIZv8xagE1FlBjATWzF8iZyLYdz31JzOK7x6uO52tl9hWwgBoLqLGAGguosYAaC6ixgBoLqLGAGguosYCa2QvkfLHVlYsUHwZ8jflXwAJqLKDGAmpy10oMRe91qrlrJYZiFIEhK9B7llZXoDfqCvTmv6jApAVmPw9YQI0F1FhAjQXUzF5gqC+29q3y2l291ZvZV8ACaiygxgJqLKDGAmosoMYCao4l0PVXHr1xBdRYQI0F1FhAjQXUWECNBdRYQI0F1FhAjQXUWECNBdRYQM0x2/PkjDv6L5tmXwELqLGAGguoKYheuKfs6S4v4gtwQ+RWEp1iWzvEFkQT3+ZmBVPgJsWK6NX7V4FlelxvVjAFmltYlERem7aBtUBzs4IpUPLUJfmfl9AyDSh5qoaaiuedku/YI7Ag9uA4Id7EU3kj192RN7zsmGyMeU38AT82j+W9WyKsAAAAAElFTkSuQmCC" y="0"/>
|
||||
<image height="140" preserveAspectRatio="none" width="48" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAACMCAYAAAA6CiqJAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACU0lEQVR4nO2dwU7bQBRFTyqXDduyYcOKj+m639qvgUp0Q1sRVQkVpgoq6eKNhZPa6mTi+NrSPdKTSTQa5uTZGS/eixfAJ+AC+JCOU+ABWKZjO5b7Ayti0ZetmALnwFn6+wWogXXXwIr45C+BqxRT4H06boAnYNV6b4d2Bq6A6zFWl8kLsfg1cfp0Crwbc0WnwAJqLKDGAmpmL1BljPkMLFLksE3xSuykz8Rm9AP4luI7cV9zd9hy/yVH4Jb8xTdsgT/EbtoINDdjS+An8HjgnJ2MIVATi10T9zSPwK/0/tHkCNxQJtA+hWrivqZOr38TckczRga64vXA+XrJEfgy1D87BbP/GrWAGguosYCa2QvkbGTbwrlviF18/3hbOF8ns8+ABdRYQI0F1FhAjQXUWECNBdRYQI0F1FhAjQXUWECNBdRYQI0F1FhAzewFcqtVSvgK3BN1QiuiUmWQCpU2udUqJdynWBK1QjKB0gy0S+hXRL3QpnCuXk6ZgRVvVVrSU6g0AzW7lVpPzOwaaKqzNuxWaw3KKQVGYfb7gAXUWECNBdTMXiBnIyuhr8prv3rraGafAQuosYAaC6ixgBoLqLGAGguoGUqgtMvjaJwBNRZQYwE1FlBjATUWUGMBNRZQYwE1FlBjATUWUGMBNRZQM+TP8+SMu07xMXPO/zL7DFhAjQXUWEBNRXRYnNPz6/IisvtvKqJNpP2wgimQ3X/TZADeHlYwBbL7bxqB9sMKpkB2/00jUKeBD12DBGT33yyIZ3CcERfxVC7kvv6bqVyjxpih+Av2p7Dl7ovgtAAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,305,19)">
|
||||
<path d="M0,0 L40,0 L40,132 L0,132 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -444,7 +444,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11265:2342:2341">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,134,108)">
|
||||
<image height="140" preserveAspectRatio="none" width="48" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAACMCAYAAAA6CiqJAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACTElEQVR4nO2dwW7TQBRFT5DpplvYdNNVP4Y138rXtJVgU0CJkFNUg1K1YfHGqps6MLFjX7vcIz05jUbOO31OxoombxbAR+A98C4dp8ASWKVjM1a7Awsi6bNGTIFT4CQ9vgcqYN02sCD+82fAeYop8DYdN8AdUDaee0azAufAxRjZZXJPJL8mLp9WgTdjZjQEFlBjATUWUDN7gSJjzCdgkSKHbYpHYib9RUxG34GvKb4R9zWfD0v3JTkCV+QnX7MFHojZtBaob8ZWwA/g9sBztjKGQEUkuybuaW6Bn+n53uQIXNJNoHkJVcR9TZX+/k3I9WaMCrTF44Hn20uOwPWxXmwIZv8xagE1FlBjATWzF8iZyLYdz31JzOK7x6uO52tl9hWwgBoLqLGAGguosYAaC6ixgBoLqLGAGguosYCa2QvkfLHVlYsUHwZ8jflXwAJqLKDGAmpy10oMRe91qrlrJYZiFIEhK9B7llZXoDfqCvTmv6jApAVmPw9YQI0F1FhAjQXUzF5gqC+29q3y2l291ZvZV8ACaiygxgJqLKDGAmosoMYCao4l0PVXHr1xBdRYQI0F1FhAjQXUWECNBdRYQI0F1FhAjQXUWECNBdRYQM0x2/PkjDv6L5tmXwELqLGAGguoKYheuKfs6S4v4gtwQ+RWEp1iWzvEFkQT3+ZmBVPgJsWK6NX7V4FlelxvVjAFmltYlERem7aBtUBzs4IpUPLUJfmfl9AyDSh5qoaaiuedku/YI7Ag9uA4Id7EU3kj192RN7zsmGyMeU38AT82j+W9WyKsAAAAAElFTkSuQmCC" y="0"/>
|
||||
<image height="140" preserveAspectRatio="none" width="48" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAACMCAYAAAA6CiqJAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACU0lEQVR4nO2dwU7bQBRFTyqXDduyYcOKj+m639qvgUp0Q1sRVQkVpgoq6eKNhZPa6mTi+NrSPdKTSTQa5uTZGS/eixfAJ+AC+JCOU+ABWKZjO5b7Ayti0ZetmALnwFn6+wWogXXXwIr45C+BqxRT4H06boAnYNV6b4d2Bq6A6zFWl8kLsfg1cfp0Crwbc0WnwAJqLKDGAmpmL1BljPkMLFLksE3xSuykz8Rm9AP4luI7cV9zd9hy/yVH4Jb8xTdsgT/EbtoINDdjS+An8HjgnJ2MIVATi10T9zSPwK/0/tHkCNxQJtA+hWrivqZOr38TckczRga64vXA+XrJEfgy1D87BbP/GrWAGguosYCa2QvkbGTbwrlviF18/3hbOF8ns8+ABdRYQI0F1FhAjQXUWECNBdRYQI0F1FhAjQXUWECNBdRYQI0F1FhAzewFcqtVSvgK3BN1QiuiUmWQCpU2udUqJdynWBK1QjKB0gy0S+hXRL3QpnCuXk6ZgRVvVVrSU6g0AzW7lVpPzOwaaKqzNuxWaw3KKQVGYfb7gAXUWECNBdTMXiBnIyuhr8prv3rraGafAQuosYAaC6ixgBoLqLGAGguoGUqgtMvjaJwBNRZQYwE1FlBjATUWUGMBNRZQYwE1FlBjATUWUGMBNRZQM+TP8+SMu07xMXPO/zL7DFhAjQXUWEBNRXRYnNPz6/IisvtvKqJNpP2wgimQ3X/TZADeHlYwBbL7bxqB9sMKpkB2/00jUKeBD12DBGT33yyIZ3CcERfxVC7kvv6bqVyjxpih+Av2p7Dl7ovgtAAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,135,109)">
|
||||
<path d="M0,0 L40,0 L40,132 L0,132 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -853,5 +853,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2020-10-11 20:20:42 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2020-10-11 21:39:18 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 59 KiB |
@ -1009,18 +1009,18 @@
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,430,105)">
|
||||
<path d="M2.5,0 C2.5,1.38071 1.38071,2.5 0,2.5 C-1.38071,2.5 -2.5,1.38071 -2.5,0 C-2.5,-1.38071 -1.38071,-2.5 0,-2.5 C1.38071,-2.5 2.5,-1.38071 2.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,545,220)">
|
||||
<path d="M2.5,0 C2.5,1.38071 1.38071,2.5 0,2.5 C-1.38071,2.5 -2.5,1.38071 -2.5,0 C-2.5,-1.38071 -1.38071,-2.5 0,-2.5 C1.38071,-2.5 2.5,-1.38071 2.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,170,105)">
|
||||
<path d="M2.5,0 C2.5,1.38071 1.38071,2.5 0,2.5 C-1.38071,2.5 -2.5,1.38071 -2.5,0 C-2.5,-1.38071 -1.38071,-2.5 0,-2.5 C1.38071,-2.5 2.5,-1.38071 2.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,315,105)">
|
||||
<path d="M2.5,0 C2.5,1.38071 1.38071,2.5 0,2.5 C-1.38071,2.5 -2.5,1.38071 -2.5,0 C-2.5,-1.38071 -1.38071,-2.5 0,-2.5 C1.38071,-2.5 2.5,-1.38071 2.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,430,105)">
|
||||
<path d="M2.5,0 C2.5,1.38071 1.38071,2.5 0,2.5 C-1.38071,2.5 -2.5,1.38071 -2.5,0 C-2.5,-1.38071 -1.38071,-2.5 0,-2.5 C1.38071,-2.5 2.5,-1.38071 2.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,545,220)">
|
||||
<path d="M2.5,0 C2.5,1.38071 1.38071,2.5 0,2.5 C-1.38071,2.5 -2.5,1.38071 -2.5,0 C-2.5,-1.38071 -1.38071,-2.5 0,-2.5 C1.38071,-2.5 2.5,-1.38071 2.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -1103,10 +1103,10 @@
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,600,360)">
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,865,260)">
|
||||
<path d="M2.5,0 C2.5,1.38071 1.38071,2.5 0,2.5 C-1.38071,2.5 -2.5,1.38071 -2.5,0 C-2.5,-1.38071 -1.38071,-2.5 0,-2.5 C1.38071,-2.5 2.5,-1.38071 2.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,865,260)">
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,600,360)">
|
||||
<path d="M2.5,0 C2.5,1.38071 1.38071,2.5 0,2.5 C-1.38071,2.5 -2.5,1.38071 -2.5,0 C-2.5,-1.38071 -1.38071,-2.5 0,-2.5 C1.38071,-2.5 2.5,-1.38071 2.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -1176,5 +1176,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2020-10-11 20:20:42 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2020-10-11 21:39:18 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 86 KiB |
@ -107,104 +107,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11265:2346",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum1",
|
||||
"label":"Sum1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11265",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"rectangular",
|
||||
"+-",
|
||||
"off",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as first input",
|
||||
"off",
|
||||
"Zero",
|
||||
"off",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11265:2395",
|
||||
"className":"Saturation Dynamic",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Saturation Dynamic",
|
||||
"label":"Saturation Dynamic",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11265",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"DoSatur"
|
||||
],
|
||||
"values":[
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as second input",
|
||||
"off",
|
||||
"Floor",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
],
|
||||
"tabs_idx":[
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ContainerHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"SubSystem",
|
||||
"masktype":"Saturation Dynamic"
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11265:2360",
|
||||
"className":"Simulink.Outport",
|
||||
@ -352,6 +254,45 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11265:2395",
|
||||
"className":"Saturation Dynamic",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Saturation Dynamic",
|
||||
"label":"Saturation Dynamic",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11265",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"DoSatur"
|
||||
],
|
||||
"values":[
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as second input",
|
||||
"off",
|
||||
"Floor",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
],
|
||||
"tabs_idx":[
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ContainerHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"SubSystem",
|
||||
"masktype":"Saturation Dynamic"
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11265:2357",
|
||||
"className":"Simulink.Inport",
|
||||
@ -419,6 +360,35 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11265:2342",
|
||||
"className":"Simulink.SubSystem",
|
||||
"icon":"WebViewIcon4",
|
||||
"name":"Delay_Init1",
|
||||
"label":"Delay_Init1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11265",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"initVal"
|
||||
],
|
||||
"values":[
|
||||
"0"
|
||||
],
|
||||
"tabs":[
|
||||
],
|
||||
"tabs_idx":[
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ContainerHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"SubSystem",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11265:2355",
|
||||
"className":"Simulink.Inport",
|
||||
@ -487,11 +457,70 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11265:2356",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11265:2346",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum1",
|
||||
"label":"Sum1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11265",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"rectangular",
|
||||
"+-",
|
||||
"off",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as first input",
|
||||
"off",
|
||||
"Zero",
|
||||
"off",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11265:2359",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"init",
|
||||
"label":"init",
|
||||
"name":"u",
|
||||
"label":"u",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11265",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -514,7 +543,7 @@
|
||||
"OutputFunctionCall"
|
||||
],
|
||||
"values":[
|
||||
"3",
|
||||
"1",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
@ -554,40 +583,11 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11265:2342",
|
||||
"className":"Simulink.SubSystem",
|
||||
"icon":"WebViewIcon4",
|
||||
"name":"Delay_Init1",
|
||||
"label":"Delay_Init1",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11265",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"initVal"
|
||||
],
|
||||
"values":[
|
||||
"0"
|
||||
],
|
||||
"tabs":[
|
||||
],
|
||||
"tabs_idx":[
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ContainerHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"SubSystem",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11265:2359",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11265:2356",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"u",
|
||||
"label":"u",
|
||||
"name":"init",
|
||||
"label":"init",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11265",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -610,7 +610,7 @@
|
||||
"OutputFunctionCall"
|
||||
],
|
||||
"values":[
|
||||
"1",
|
||||
"3",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
|
@ -118,182 +118,6 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11265:2346">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,154,122)">
|
||||
<image height="72" preserveAspectRatio="none" width="33" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAABICAYAAAB4H5z9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABC0lEQVRoge2aMW/CMBBGHyiwsLYLC1N/Ef9/6MKSDO4QhmTp4PuECwRVcAPD96TTnSLLfrp4O6+AI/AJfETOogeGyG0M1wu7OHjfRBY7YBv1DJyBn3sLO2oH9sAhIotN5AkYgdJ8u5FQJw7AV6IE1A6M1A70SxLr5EOfwhLCEsISwhLCEsISwhLCEsISwhLCEsISwhLCEsISwhLCEsISwhLCEsISwhLCEsISwhLCEsISwhKio05udyxMb1/gGzjF/oU6K5+XJAb+DtazOEUM1DH1Q4k+ag3Ws2ifLpTYe3ok0Q7WsyixX+Efv6OPBYVLVzI4R4xNviuxor6f2FIvZublnCOmplYY8/78ArAlQxXgtTRvAAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,155,123)">
|
||||
<path d="M0,0 L25,0 L25,64 L0,64 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip19">
|
||||
<path d="M154.5,122.5 L179.5,122.5 L179.5,186.5 L154.5,186.5 L154.5,122.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip19)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="158,140 162,140" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip20">
|
||||
<path d="M154.5,122.5 L179.5,122.5 L179.5,186.5 L154.5,186.5 L154.5,122.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip20)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="160,138 160,142" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip21">
|
||||
<path d="M154.5,122.5 L179.5,122.5 L179.5,186.5 L154.5,186.5 L154.5,122.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip21)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="158,170 162,170" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,155,123)">
|
||||
<path d="M0,0 L25,0 L25,64 L0,64 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,182,153)">
|
||||
<path d="M0,-12 L51.4844,-12 L51.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip22">
|
||||
<path d="M-162,-120 L418,-120 L418,287 L-162,287 L-162,-120 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip22)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,182,141)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="49.4844" x="1" xml:space="preserve" y="9">sfix28_En16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11265:2395">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,234,56)">
|
||||
<image height="204" preserveAspectRatio="none" width="88" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAADMCAYAAAD3YmRhAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAD60lEQVR4nO3dMXLTQBxG8S+MQ0MLTRqqHIaac3AZjgdpaNIkhVMkRVyEQgrjGHm8kfdJK/v9ZjQGxhjx5j+xvfFGF0m+J/mS5HN/q8Puktz3t9vH/e4dV+miXm0dOuxTko/9rzdJnpI8DN1xlW5yr5J87Q8ddtnfPid5TLLe+rM3tif4a5LrKc7uRGzSxX1I9+VhMPCHKc/oHBkYZmCYgWEGhhkYZmCYgWEr8LF/J7kZuL0Z+Xg/Kp3Xe/w89gHIwLX9nvsExlhS4LGTPysDw3ySgxkYZmCYgWEGhhkYZmCYgWFLeqPxMvLv1V4TeZclBR67FvEnyW267/yu032GYVPrpA5ZUuCxE3fbH/fpvsVu4D3GTvD2x5zW6T7L8FzrpA5pNfDQ2u/YCV6nm9x1/BLxT82136f+eNy6PfvANZ/hN/3xvPVrA899ArX4RgNmYJiBYQaGGRhmYJiBYQaGtfpGY8ivvF3P3fe5sVnXf3c5wTADwwwMMzDMwDADwwwMMzDMwDADwwwMMzBsSYs9Uxj7AcO9nGCYgWEGhhkYZmDYkl5FXPfHt7lP5D2cYFjJBC9yb0QrSgIvcm9EK8gJnnVvRCvICZ51b0QryAmedW9EK8gJnnVvRCvIwIqvg3EGhhkYZmCYgWFLWk2bwu5r/qOvymDgt3Zfkhq4st0JPnrtmQq879vfTe2fGFD9PJY0waVrIsesQ1f/GcVLClw6XcesQzvBBY5Zhz7rwKX/+abWoZcUuHSCm1qHXlLg0gluah36FAM3xbUImIFhBoYZGGZgmIFhBoYZGFbrjcZLkotKj7XP7s/saW0teZATDDMwzMAwA8MMDDMwzMAwA8MMDDMwzMAwA8MMDDMwzMAwA8MMDDMwzMAwA8MMDDMwzMAwA8MMDDMwzMAwA8MMDDMwzMAwA8MMDDMwzMAwA8MMDDMwzMAwA8MMDDMwzMAwA8MMDDMwzMAwA8MMDDMwzMCwkp/ZU3o58uqXLT8FTjDMwDADwwwMMzDMwDADw8jL/g45u8uxT31V2rO7HPvUE3x2l2OfeoKbugzOFKae4KYugzOFqSe4qcvgTMFLr8N8HQwzMMzAMAPDDAwzMMzAMAPDSgK/FB610I8/KScYZmCYgWEGhhkYZmCYgWEGhhkYVuuiqQn/buu6P77B/05VTjDMwDADwwwMMzDMwDADwwwMMzDMwDADwwwMMzDMwDADw1bptlR9SnI587ksSfGGylW6fWsf+9+f9IaUioo3VL5OcNLt/Hmc4uxOQPGGytfAm/5ODxOd4NIVb6h8DfzU3/Fu6E76T/GGyoskn9N9Db6MT3Sl9m2o9DlMknQ+/gIWXSnMURbpFAAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,235,57)">
|
||||
<path d="M0,0 L80,0 L80,196 L0,196 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip24">
|
||||
<path d="M0,0 L80,0 L80,196 L0,196 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip24)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,235,57)">
|
||||
<path d="M0,0 L80,0 L80,196 L0,196 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip29">
|
||||
<path d="M0,0 L63,0 L63,63 L0,63 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip29)" fill="none" opacity="1" stroke="#ababab" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,244,124)">
|
||||
<path d="M5,31 L57,31" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip30">
|
||||
<path d="M0,0 L63,0 L63,63 L0,63 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip30)" fill="none" opacity="1" stroke="#ababab" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,244,124)">
|
||||
<path d="M31,5 L31,57" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip31">
|
||||
<path d="M0,0 L63,0 L63,63 L0,63 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip31)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,244,124)">
|
||||
<path d="M7,49 L21,49 L42,11 L55,11" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip42">
|
||||
<path d="M-3,-33 L77,-33 L77,163 L-3,163 L-3,-33 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip42)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,238,90)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="10" x="0" xml:space="preserve" y="3">up</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip43">
|
||||
<path d="M-3,-98 L77,-98 L77,98 L-3,98 L-3,-98 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip43)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,238,155)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="5" x="0" xml:space="preserve" y="3">u</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip44">
|
||||
<path d="M-3,-163 L77,-163 L77,33 L-3,33 L-3,-163 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip44)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,238,220)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="6.98438" x="0" xml:space="preserve" y="3">lo</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip45">
|
||||
<path d="M-77,-98 L3,-98 L3,98 L-77,98 L-77,-98 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip45)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,312,155)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="4.5" x="-4.5" xml:space="preserve" y="3">y</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,235,57)">
|
||||
<path d="M0,0 L80,0 L80,196 L0,196 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,317,153)">
|
||||
<path d="M0,-12 L51.4844,-12 L51.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip46">
|
||||
<path d="M-297,-120 L283,-120 L283,287 L-297,287 L-297,-120 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip46)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,317,141)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="49.4844" x="1" xml:space="preserve" y="9">sfix28_En16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11265:2360">
|
||||
@ -306,11 +130,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip48">
|
||||
<clipPath id="clip19">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip48)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,580,170)">
|
||||
<g clip-path="url(#clip19)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,580,170)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -328,11 +152,11 @@
|
||||
<path d="M-3.5,0 L3.5,0 L3.5,14 L-3.5,14 L-3.5,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip49">
|
||||
<clipPath id="clip20">
|
||||
<path d="M-556.5,-158 L23.5,-158 L23.5,249 L-556.5,249 L-556.5,-158 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip49)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,576.5,179)">
|
||||
<g clip-path="url(#clip20)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,576.5,179)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5" x="1" xml:space="preserve" y="10">y</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -354,11 +178,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip51">
|
||||
<clipPath id="clip22">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip51)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,70,220)">
|
||||
<g clip-path="url(#clip22)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,70,220)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">5</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -376,11 +200,11 @@
|
||||
<path d="M-9.04688,0 L9.04688,0 L9.04688,14 L-9.04688,14 L-9.04688,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip52">
|
||||
<clipPath id="clip23">
|
||||
<path d="M-40.9531,-208 L539.047,-208 L539.047,199 L-40.9531,199 L-40.9531,-208 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip52)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,60.9531,229)">
|
||||
<g clip-path="url(#clip23)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,60.9531,229)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="16.0938" x="1" xml:space="preserve" y="10">dec</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -391,11 +215,123 @@
|
||||
<path d="M0,-12 L51.4844,-12 L51.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip53">
|
||||
<clipPath id="clip24">
|
||||
<path d="M-67,-185 L513,-185 L513,222 L-67,222 L-67,-185 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip53)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,87,206)">
|
||||
<g clip-path="url(#clip24)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,87,206)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="49.4844" x="1" xml:space="preserve" y="9">sfix28_En16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11265:2395">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,234,56)">
|
||||
<image height="204" preserveAspectRatio="none" width="88" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAADMCAYAAAD3YmRhAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAEeElEQVR4nO3dwW4bRQCH8X+Q00uv5dJLT3mYnnkPHoZ3gYch4cClgBpBUoipEkE4zFo4Zk0mzn6zs873k1Zuoo29+jrZeKed7EmSr5J8meTN8KjHfUxyOTxub5e7O65Sor7d2vS410leDX++S7JOcj224ypl5L5N8m7Y9LjT4fE2yU2Sq63PPbA9gt8lOWtxdEfiLiXudcrpYTTwFy2P6CUyMMzAMAPDDAwzMMzAMAPDVhX7fJvkZNhq3A/b3ylXOn+mvBn/JclPw/ZzynX7b0n+GPated5d50kuhsev93zd9j7bjxcHvuaT1AS+SH3cjfskf6Vc7WwCbyZDLpP8muRTks+pi7tYLQKvU2Jep1yzf0ry+/D5uyc+7+LUBD7PYYG3TxHrlOv29fDx55S4z/4W7F2LETy2HfVpYVtN4B/wozjc2bC9n/tA9vFtGszAMAPDDAwzMMzAMAPDat4H9+L8wK/7McmHlLmQqzS+RK8JfOjl7HNmsb4b+VzN1435MGyXKfMh3QWew6Gjdcz2f3O6SpkTuZ3w+f9Xr4EPHa1jrvLvTF6Xp4g5TDmC13k4m3cTA086gjczeLd5OKPXxEsIPCvfB8MMDDMwzMAwA8MMDDMwzMCwXi80xnyfh7Ny3+zZ7zmzeJNzBMMMDDMwzMAwA8MMDDMwzMAwA8MMDDMwzMCwJU32tDD5qidHMMzAMAPDDAwzMGxJ7yK6X9U5xhEMq11tf4hZ10b0ona1/SFmXRvRC3IEz7o2ohfkCJ51bUQvyBE869qIXpAjeNa1Eb0gA09t9zuJ+F3Hk7/Gki40dv+iicCTv8aSAre4gtsdwc9+zSUFbmHy06GBH5pyhWkSA+9yBMMmD+xsGszAMOoUse+fv7taP9HCks7BtT/hu5qHXlLg2lHe1Tz0kgLXjuCu5qGXFLh2BHc1D72kwLUjuKt56CUFrh3BXc1DH2PgrnihATMwzMAwA8MMDDMwzMAwA8OmutC4z9Pvd/RUu7+zZxFzyY5gmIFhBoYZGGZgmIFhBoYZGGZgmIFhBoYZGGZgmIFhBoYZGGZgmIFhBoYZGGZgmIFhBoYZGGZgmIFhBoYZGGZgmIFhBoYZGGZgmIFhBoYZGGZgmIFhBoYZGGZgmIFhBoYZGGZgmIFhBoYZGGZgmIFhBobV/M6e2tuRT37b8mPgCIYZGGZgmIFhBoYZGGZgGHnb3zFd3QanhdZ3pe3qNjgttB7BXd0Gp4XWI7ir2+C00HoEd3UbnBZaj+CuboPTwpJuvb5Ivg+GGRhmYJiBYQaGGRhmYJiBYTWB7yu3qdDP35QjGGZgmIFhBoYZGGZgmIFhBoYZGDbVTVMT/mrrbNjew68zKUcwzMAwA8MMDDMwzMAwA8MMDDMwzMAwA8MMDDMwzMAwA8NWKUuqXic5nflYlqR6QeUqZd3aq+Hjo16QMqHqBZWbEZyUlT83LY7uCFQvqNwEvht2um50gEtXvaByE3g97PhxbCf9R/WCypMkb1LOwafxB12tfQsq/RkmSXo5/gFBCWpZ1CBk5wAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,235,57)">
|
||||
<path d="M0,0 L80,0 L80,196 L0,196 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip26">
|
||||
<path d="M0,0 L80,0 L80,196 L0,196 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip26)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,235,57)">
|
||||
<path d="M0,0 L80,0 L80,196 L0,196 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip31">
|
||||
<path d="M0,0 L63,0 L63,63 L0,63 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip31)" fill="none" opacity="1" stroke="#ababab" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,244,124)">
|
||||
<path d="M5,31 L57,31" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip32">
|
||||
<path d="M0,0 L63,0 L63,63 L0,63 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip32)" fill="none" opacity="1" stroke="#ababab" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,244,124)">
|
||||
<path d="M31,5 L31,57" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip33">
|
||||
<path d="M0,0 L63,0 L63,63 L0,63 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip33)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,244,124)">
|
||||
<path d="M7,49 L21,49 L42,11 L55,11" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip44">
|
||||
<path d="M-3,-33 L77,-33 L77,163 L-3,163 L-3,-33 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip44)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,238,90)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="10" x="0" xml:space="preserve" y="3">up</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip45">
|
||||
<path d="M-3,-98 L77,-98 L77,98 L-3,98 L-3,-98 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip45)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,238,155)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="5" x="0" xml:space="preserve" y="3">u</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip46">
|
||||
<path d="M-3,-163 L77,-163 L77,33 L-3,33 L-3,-163 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip46)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,238,220)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="6.98438" x="0" xml:space="preserve" y="3">lo</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip47">
|
||||
<path d="M-77,-98 L3,-98 L3,98 L-77,98 L-77,-98 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip47)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,312,155)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="4.5" x="-4.5" xml:space="preserve" y="3">y</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,235,57)">
|
||||
<path d="M0,0 L80,0 L80,196 L0,196 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,317,153)">
|
||||
<path d="M0,-12 L51.4844,-12 L51.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip48">
|
||||
<path d="M-297,-120 L283,-120 L283,287 L-297,287 L-297,-120 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip48)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,317,141)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="49.4844" x="1" xml:space="preserve" y="9">sfix28_En16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -417,11 +353,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip55">
|
||||
<clipPath id="clip50">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip55)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,70,90)">
|
||||
<g clip-path="url(#clip50)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,70,90)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -439,11 +375,11 @@
|
||||
<path d="M-7.38281,0 L7.38281,0 L7.38281,14 L-7.38281,14 L-7.38281,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip56">
|
||||
<clipPath id="clip51">
|
||||
<path d="M-42.6172,-78 L537.383,-78 L537.383,329 L-42.6172,329 L-42.6172,-78 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip56)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,62.6172,99)">
|
||||
<g clip-path="url(#clip51)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,62.6172,99)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="12.7656" x="1" xml:space="preserve" y="10">inc</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -454,11 +390,11 @@
|
||||
<path d="M0,-12 L51.4844,-12 L51.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip57">
|
||||
<clipPath id="clip52">
|
||||
<path d="M-67,-55 L513,-55 L513,352 L-67,352 L-67,-55 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip57)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,87,76)">
|
||||
<g clip-path="url(#clip52)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,87,76)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="49.4844" x="1" xml:space="preserve" y="9">sfix28_En16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -468,6 +404,134 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11265:2342">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,394,268)">
|
||||
<image height="70" preserveAspectRatio="none" width="78" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAABGCAYAAABi+aJwAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACUklEQVR4nO2cwW7TQBRFT5DpplvYdNNVP4Y1/8HH8C/Av5CwYFNAiSBpi6kSQVm8sZhUExhuGtet75GexrHGjnP0rMyMnmYCvASeA89SO2bmwCK1eSxud2wIWSdZjJlj4Cgdb4AWWJU6NkSmnQCnKcbM09Suge/AMju3RZ5xp8BZH083cDaEtBXxmhbFPenziR4TFidicSIWJ2JxIhYnYnEiFifSVPR5A0xS1HCT4hcxAv9BDCa/AJ9SfCbmf9+Aq9S35r63mQKz1L7acV3ep2vf1f2U3dSIm1EvreMG+EmMwjtx3WR5AXwFLoBr6qQNjj7EtYSkFTH3uwAu0/nNf953MNSIm6KJy1/Vlpj/tenzNSGt9Po9CPrIuFI8yNczp0bch4M/hc5Zihd9f7GHIyIWJ2JxIhYnYnEiFidicSI147ihMBWv+wicE3PlJTF72Zsaceq0qLQqMUvxL94WztVcV+I8xYKYL/cm7j5Qs6tEXtawJObMezNUcWp2lVjyZ2Wm11f1PrjLjGvZXp1xxlXSrciss+O9GYO4g+BxnIjFiViciMWJWJyIxYlYnIjFiQx1AFziPdurLK939NtnVaYaZ5yIxYlYnIjFiViciMWJWJyIxYlYnIjFiRxyynWIasma+/VSpemME7E4EYsTsTgRixOxOBGLE2mIurFjduyvMTJK1ZvFIp2GKLrLt8UZM6XqzZ3i5um42xZnzJSqN9eljp24fFucMVOq3vxrxrWp47zUaUSUqjeL4ibEbl5HxJ/D2P8gStWbd1bFaYwx5pHzG0bLvkYNVRpSAAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,395,269)">
|
||||
<path d="M0,0 L70,0 L70,62 L0,62 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip54">
|
||||
<path d="M-67,-11 L3,-11 L3,51 L-67,51 L-67,-11 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip54)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,462,280)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="5" x="-5" xml:space="preserve" y="3">u</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip55">
|
||||
<path d="M-67,-31 L3,-31 L3,31 L-67,31 L-67,-31 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip55)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,462,300)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="23.7969" x="-23.7969" xml:space="preserve" y="3">initVal</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip56">
|
||||
<path d="M-67,-51 L3,-51 L3,11 L-67,11 L-67,-51 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip56)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,462,320)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="11.4688" x="-11.4688" xml:space="preserve" y="3">init</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip57">
|
||||
<path d="M-3,-31 L67,-31 L67,31 L-3,31 L-3,-31 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip57)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,398,300)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="4.5" x="0" xml:space="preserve" y="3">y</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip58">
|
||||
<path d="M-32,-27 L38,-27 L38,35 L-32,35 L-32,-27 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip58)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,427,296)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="0" xml:space="preserve" y="1">1</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip59">
|
||||
<path d="M-33,-42 L37,-42 L37,20 L-33,20 L-33,-42 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip59)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,428,311)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5" x="0" xml:space="preserve" y="1">z</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip60">
|
||||
<path d="M394.5,268.5 L464.5,268.5 L464.5,330.5 L394.5,330.5 L394.5,268.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip60)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="427,300 433,300" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,395,269)">
|
||||
<path d="M0,0 L70,0 L70,62 L0,62 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,393,302)">
|
||||
<path d="M-51.4844,0 L0,0 L0,12 L-51.4844,12 L-51.4844,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip61">
|
||||
<path d="M-321.516,-281 L258.484,-281 L258.484,126 L-321.516,126 L-321.516,-281 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip61)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,341.516,302)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="49.4844" x="1" xml:space="preserve" y="9">sfix28_En16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="layout">
|
||||
<defs>
|
||||
<clipPath id="clip63">
|
||||
<path d="M0,-16 L16,-16 L16,0 L0,0 L0,-16 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip63)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,395.5,330.5)">
|
||||
<path d="M0,-15 C0,-15.5523 0.447715,-16 1,-16 L15,-16 C15.5523,-16 16,-15.5523 16,-15 L16,-1 C16,-0.447715 15.5523,0 15,0 L1,0 C0.447715,0 0,-0.447715 0,-1 L0,-15 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="LibLink tooltip contextMenu">
|
||||
<defs>
|
||||
<clipPath id="clip64">
|
||||
<path d="M1,1 L17,1 L17,17 L1,17 L1,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip64)" fill="none" opacity="0.8" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,394.5,313.5)">
|
||||
<image height="19" preserveAspectRatio="none" width="19" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA4UlEQVQ4jeWTMQrCQBBF34gItraClVVuIHgAKyvP4Ek8gIUnsbISBLGwtLCyCtpKahG+RQKu62YTxc4HU2TJPGZ2ZyCApETSXFKmcnaSJm5eIyQDWk6UMQCG7kHTq6gD9IERMAHaERlALyiTlADjIgYVkiBNRzQtqul+kJ++fDmXfY9cdoiD/wB8KcokzST1fFns+UPciwKSt6Z/JvpQdo6K8OYswgZYAUszO34ruwALYA2czOwa/TvSVlbVlk/ZbgLciqiP8u33OSifo9pVAZjyKR7yXNoU2AJ7M0tLM/+XB6QSpqybkIThAAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip65">
|
||||
<path d="M-1,-1 L15,-1 L15,15 L-1,15 L-1,-1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip65)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,396.5,315.5)">
|
||||
<image height="16" preserveAspectRatio="none" width="16" x="-1" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA60lEQVQ4jb3TzyqEURjH8Y/BzFBWygUwa1cj4Q5YKffAzGI27oGysPBvchncgGImYyMuQLI4z5uTnN63lKdOp36d7/P/8E/WQR/TOH20m8Jd3GKC7TgTDJrALVzhCWuZvhOZmKtx8ImtyOI102eaRN/EMfaxlOk9qYTDEtjFJd5whgfsZvAY1wpN7EgNG/uuef4HfBPvfoVH8agXWhWlgkcluB2e827v4RHneMdFCYajiLCaaYvhZIiNEljZVBpXbstYqANbBb2HO5yqmfls3Cs4wAvWcYJ7aRc+6rIgNXEglfIsLUnjz/In+wKCVS3tgySTGgAAAABJRU5ErkJggg==" y="-1"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11265:2355">
|
||||
@ -480,11 +544,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip59">
|
||||
<clipPath id="clip68">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip59)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,70,405)">
|
||||
<g clip-path="url(#clip68)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,70,405)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">2</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -502,11 +566,11 @@
|
||||
<path d="M-14.2188,0 L14.2188,0 L14.2188,14 L-14.2188,14 L-14.2188,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip60">
|
||||
<clipPath id="clip69">
|
||||
<path d="M-35.7812,-393 L544.219,-393 L544.219,14 L-35.7812,14 L-35.7812,-393 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip60)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,55.7812,414)">
|
||||
<g clip-path="url(#clip69)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,55.7812,414)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="26.4375" x="1" xml:space="preserve" y="10">initVal</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -517,11 +581,138 @@
|
||||
<path d="M0,-12 L51.4844,-12 L51.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip61">
|
||||
<clipPath id="clip70">
|
||||
<path d="M-67,-370 L513,-370 L513,37 L-67,37 L-67,-370 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip61)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,87,391)">
|
||||
<g clip-path="url(#clip70)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,87,391)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="49.4844" x="1" xml:space="preserve" y="9">sfix28_En16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11265:2346">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,154,122)">
|
||||
<image height="72" preserveAspectRatio="none" width="33" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAABICAYAAAB4H5z9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABC0lEQVRoge2aMW/CMBBGHyiwsLYLC1N/Ef9/6MKSDO4QhmTp4PuECwRVcAPD96TTnSLLfrp4O6+AI/AJfETOogeGyG0M1wu7OHjfRBY7YBv1DJyBn3sLO2oH9sAhIotN5AkYgdJ8u5FQJw7AV6IE1A6M1A70SxLr5EOfwhLCEsISwhLCEsISwhLCEsISwhLCEsISwhLCEsISwhLCEsISwhLCEsISwhLCEsISwhLCEsISwhKio05udyxMb1/gGzjF/oU6K5+XJAb+DtazOEUM1DH1Q4k+ag3Ws2ifLpTYe3ok0Q7WsyixX+Efv6OPBYVLVzI4R4xNviuxor6f2FIvZublnCOmplYY8/78ArAlQxXgtTRvAAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,155,123)">
|
||||
<path d="M0,0 L25,0 L25,64 L0,64 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip72">
|
||||
<path d="M154.5,122.5 L179.5,122.5 L179.5,186.5 L154.5,186.5 L154.5,122.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip72)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="158,140 162,140" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip73">
|
||||
<path d="M154.5,122.5 L179.5,122.5 L179.5,186.5 L154.5,186.5 L154.5,122.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip73)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="160,138 160,142" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip74">
|
||||
<path d="M154.5,122.5 L179.5,122.5 L179.5,186.5 L154.5,186.5 L154.5,122.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip74)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="158,170 162,170" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,155,123)">
|
||||
<path d="M0,0 L25,0 L25,64 L0,64 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,182,153)">
|
||||
<path d="M0,-12 L51.4844,-12 L51.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip75">
|
||||
<path d="M-162,-120 L418,-120 L418,287 L-162,287 L-162,-120 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip75)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,182,141)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="49.4844" x="1" xml:space="preserve" y="9">sfix28_En16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11265:2359">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,54,132)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,55,133)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip77">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip77)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,70,140)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,55,133)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,70,149)">
|
||||
<path d="M-3.77344,0 L3.77344,0 L3.77344,14 L-3.77344,14 L-3.77344,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip78">
|
||||
<path d="M-46.2266,-128 L533.773,-128 L533.773,279 L-46.2266,279 L-46.2266,-128 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip78)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,66.2266,149)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="1" xml:space="preserve" y="10">u</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,87,138)">
|
||||
<path d="M0,-12 L51.4844,-12 L51.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip79">
|
||||
<path d="M-67,-105 L513,-105 L513,302 L-67,302 L-67,-105 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip79)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,87,126)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="49.4844" x="1" xml:space="preserve" y="9">sfix28_En16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -543,11 +734,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip63">
|
||||
<clipPath id="clip81">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip63)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,70,365)">
|
||||
<g clip-path="url(#clip81)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,70,365)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">3</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -565,11 +756,11 @@
|
||||
<path d="M-7.375,0 L7.375,0 L7.375,14 L-7.375,14 L-7.375,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip64">
|
||||
<clipPath id="clip82">
|
||||
<path d="M-42.625,-353 L537.375,-353 L537.375,54 L-42.625,54 L-42.625,-353 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip64)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,62.625,374)">
|
||||
<g clip-path="url(#clip82)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,62.625,374)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="12.75" x="1" xml:space="preserve" y="10">init</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -580,11 +771,11 @@
|
||||
<path d="M0,-12 L33.9844,-12 L33.9844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip65">
|
||||
<clipPath id="clip83">
|
||||
<path d="M-67,-330 L513,-330 L513,77 L-67,77 L-67,-330 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip65)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,87,351)">
|
||||
<g clip-path="url(#clip83)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,87,351)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="31.9844" x="1" xml:space="preserve" y="9">boolean</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -594,197 +785,6 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11265:2342">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,394,268)">
|
||||
<image height="70" preserveAspectRatio="none" width="78" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAABGCAYAAABi+aJwAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACWElEQVR4nO2cwW4TMRRFT9DQTbew6aarfgxrvoOf4V/4GRIWbAooESQFhioRhIU9wgGHOndm0knmHulpppHrOCcexc968gR4CTwHnsXrmJkDi3hNY/F3w4og6yqJMXMJXMT7DVADq1zDijDTroDrGGPmabyuge/AMnlth3TGXQM3xxjdwNkQpK0Ij2lW3JNjjuicsDgRixOxOBGLE7E4EYsTsTiRqqDNG2ASo4RtjF+EFfgPwmLyE/AhxkdC/vcF+BbbPsSrwvcv4XXbDkrEzSiX1rAFfhJW4Y24JlleAJ+BO+CeMmkA0wPH0CvHEFcTJK0Iud8d8DW+vjmgz9mBY+iVEnFTNHHpo1oT8r86/n1PkLY9oM+TE9d2xuWi9PEcLCXi3vU+ihPEyxERixOxOBGLE7E4EYsTKVmODIVDFsspU8JaNL225pTEqR/4PXBLyJWXhOylNSXiuvymZ+ipk/p/tzEWhHz5aOKGgjrj0rKGJSFnbs1QxeX23tQZt+TPzsxRH9XHoMu9t5rd3ZmznnFdbiE1OzLr5L41YxDXC14Ai1iciMWJWJyIxYlYnIjFiVicyFAXwDnesrvLsq/+o+tdmSyecSIWJ2JxIhYnYnEiFidicSIWJ2JxIhYn0mfKdRPjRcd9PtRfH+/7D55xIhYnYnEiFidicSIWJ2JxIhWhbuySPedrjIxc9Wa2SKciFN2lx+KMmVz15l5x83jfHIszZnLVm+tcw0ZceizOmMlVb/53xtWx4TzXaETkqjez4iaE07wuCD8OY/+ByFVvdlbFaYwx5sz5DffMvUdJiSADAAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,395,269)">
|
||||
<path d="M0,0 L70,0 L70,62 L0,62 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip67">
|
||||
<path d="M-67,-11 L3,-11 L3,51 L-67,51 L-67,-11 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip67)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,462,280)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="5" x="-5" xml:space="preserve" y="3">u</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip68">
|
||||
<path d="M-67,-31 L3,-31 L3,31 L-67,31 L-67,-31 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip68)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,462,300)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="23.7969" x="-23.7969" xml:space="preserve" y="3">initVal</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip69">
|
||||
<path d="M-67,-51 L3,-51 L3,11 L-67,11 L-67,-51 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip69)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,462,320)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="11.4688" x="-11.4688" xml:space="preserve" y="3">init</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip70">
|
||||
<path d="M-3,-31 L67,-31 L67,31 L-3,31 L-3,-31 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip70)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,398,300)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="4.5" x="0" xml:space="preserve" y="3">y</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip71">
|
||||
<path d="M-32,-27 L38,-27 L38,35 L-32,35 L-32,-27 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip71)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,427,296)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="0" xml:space="preserve" y="1">1</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip72">
|
||||
<path d="M-33,-42 L37,-42 L37,20 L-33,20 L-33,-42 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip72)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,428,311)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5" x="0" xml:space="preserve" y="1">z</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip73">
|
||||
<path d="M394.5,268.5 L464.5,268.5 L464.5,330.5 L394.5,330.5 L394.5,268.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip73)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="427,300 433,300" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,395,269)">
|
||||
<path d="M0,0 L70,0 L70,62 L0,62 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,393,302)">
|
||||
<path d="M-51.4844,0 L0,0 L0,12 L-51.4844,12 L-51.4844,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip74">
|
||||
<path d="M-321.516,-281 L258.484,-281 L258.484,126 L-321.516,126 L-321.516,-281 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip74)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,341.516,302)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="49.4844" x="1" xml:space="preserve" y="9">sfix28_En16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="layout">
|
||||
<defs>
|
||||
<clipPath id="clip76">
|
||||
<path d="M0,-16 L16,-16 L16,0 L0,0 L0,-16 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip76)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,395.5,330.5)">
|
||||
<path d="M0,-15 C0,-15.5523 0.447715,-16 1,-16 L15,-16 C15.5523,-16 16,-15.5523 16,-15 L16,-1 C16,-0.447715 15.5523,0 15,0 L1,0 C0.447715,0 0,-0.447715 0,-1 L0,-15 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="LibLink tooltip contextMenu">
|
||||
<defs>
|
||||
<clipPath id="clip77">
|
||||
<path d="M1,1 L17,1 L17,17 L1,17 L1,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip77)" fill="none" opacity="0.8" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,394.5,313.5)">
|
||||
<image height="19" preserveAspectRatio="none" width="19" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA4UlEQVQ4jeWTMQrCQBBF34gItraClVVuIHgAKyvP4Ek8gIUnsbISBLGwtLCyCtpKahG+RQKu62YTxc4HU2TJPGZ2ZyCApETSXFKmcnaSJm5eIyQDWk6UMQCG7kHTq6gD9IERMAHaERlALyiTlADjIgYVkiBNRzQtqul+kJ++fDmXfY9cdoiD/wB8KcokzST1fFns+UPciwKSt6Z/JvpQdo6K8OYswgZYAUszO34ruwALYA2czOwa/TvSVlbVlk/ZbgLciqiP8u33OSifo9pVAZjyKR7yXNoU2AJ7M0tLM/+XB6QSpqybkIThAAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip78">
|
||||
<path d="M-1,-1 L15,-1 L15,15 L-1,15 L-1,-1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip78)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,396.5,315.5)">
|
||||
<image height="16" preserveAspectRatio="none" width="16" x="-1" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA60lEQVQ4jb3TzyqEURjH8Y/BzFBWygUwa1cj4Q5YKffAzGI27oGysPBvchncgGImYyMuQLI4z5uTnN63lKdOp36d7/P/8E/WQR/TOH20m8Jd3GKC7TgTDJrALVzhCWuZvhOZmKtx8ImtyOI102eaRN/EMfaxlOk9qYTDEtjFJd5whgfsZvAY1wpN7EgNG/uuef4HfBPvfoVH8agXWhWlgkcluB2e827v4RHneMdFCYajiLCaaYvhZIiNEljZVBpXbstYqANbBb2HO5yqmfls3Cs4wAvWcYJ7aRc+6rIgNXEglfIsLUnjz/In+wKCVS3tgySTGgAAAABJRU5ErkJggg==" y="-1"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11265:2359">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,54,132)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,55,133)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip81">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip81)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,70,140)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,55,133)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,70,149)">
|
||||
<path d="M-3.77344,0 L3.77344,0 L3.77344,14 L-3.77344,14 L-3.77344,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip82">
|
||||
<path d="M-46.2266,-128 L533.773,-128 L533.773,279 L-46.2266,279 L-46.2266,-128 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip82)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,66.2266,149)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="1" xml:space="preserve" y="10">u</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,87,138)">
|
||||
<path d="M0,-12 L51.4844,-12 L51.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip83">
|
||||
<path d="M-67,-105 L513,-105 L513,302 L-67,302 L-67,-105 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip83)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,87,126)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="49.4844" x="1" xml:space="preserve" y="9">sfix28_En16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11265:2356#out:1">
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="PathIntersectionsEnabledTag">
|
||||
@ -953,5 +953,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2020-10-11 20:20:42 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2020-10-11 21:39:18 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 67 KiB |
@ -232,5 +232,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2020-10-11 20:20:42 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2020-10-11 21:39:18 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
@ -197,6 +197,104 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11410",
|
||||
"className":"Simulink.Constant",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"n_polePairs",
|
||||
"label":"n_polePairs",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11357",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Value",
|
||||
"VectorParams1D",
|
||||
"SampleTime",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"FramePeriod"
|
||||
],
|
||||
"values":[
|
||||
"n_polePairs",
|
||||
"on",
|
||||
"inf",
|
||||
"[]",
|
||||
"[]",
|
||||
"uint8",
|
||||
"off",
|
||||
"inf"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Constant",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11409",
|
||||
"className":"Simulink.Constant",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"a_elecPeriod",
|
||||
"label":"a_elecPeriod",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11357",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Value",
|
||||
"VectorParams1D",
|
||||
"SampleTime",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"FramePeriod"
|
||||
],
|
||||
"values":[
|
||||
"a_elecPeriod",
|
||||
"on",
|
||||
"inf",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via back propagation",
|
||||
"off",
|
||||
"inf"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Constant",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11408",
|
||||
"className":"Simulink.SubSystem",
|
||||
@ -386,37 +484,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11375",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From5",
|
||||
"label":"From5",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11357",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"a_elecAngle",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11411",
|
||||
"className":"Simulink.From",
|
||||
@ -496,43 +563,25 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11409",
|
||||
"className":"Simulink.Constant",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11460",
|
||||
"className":"Simulink.ActionPort",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"a_elecPeriod",
|
||||
"label":"a_elecPeriod",
|
||||
"name":"Action Port",
|
||||
"label":"Action Port",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11357",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Value",
|
||||
"VectorParams1D",
|
||||
"SampleTime",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"FramePeriod"
|
||||
"InitializeStates",
|
||||
"PropagateVarSize"
|
||||
],
|
||||
"values":[
|
||||
"a_elecPeriod",
|
||||
"on",
|
||||
"inf",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via back propagation",
|
||||
"off",
|
||||
"inf"
|
||||
"held",
|
||||
"Only when execution is resumed"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
7
|
||||
]
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
@ -540,7 +589,7 @@
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Constant",
|
||||
"blocktype":"ActionPort",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
@ -594,25 +643,74 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11460",
|
||||
"className":"Simulink.ActionPort",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11398",
|
||||
"className":"Simulink.Outport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Action Port",
|
||||
"label":"Action Port",
|
||||
"name":"a_elecAngle",
|
||||
"label":"a_elecAngle",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11357",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitializeStates",
|
||||
"PropagateVarSize"
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"EnsureOutportIsVirtual",
|
||||
"InitialOutput",
|
||||
"MustResolveToSignalObject",
|
||||
"OutputWhenDisabled",
|
||||
"OutputWhenUnConnected",
|
||||
"OutputWhenUnconnectedValue",
|
||||
"SignalName",
|
||||
"SignalObject",
|
||||
"SourceOfInitialOutputValue",
|
||||
"StorageClass",
|
||||
"VectorParamsAs1DForOutWhenUnconnected"
|
||||
],
|
||||
"values":[
|
||||
"1",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"off",
|
||||
"[]",
|
||||
"off",
|
||||
"held",
|
||||
"Only when execution is resumed"
|
||||
"off",
|
||||
"0",
|
||||
"",
|
||||
[
|
||||
],
|
||||
"Dialog",
|
||||
"Auto",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":0
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
@ -620,7 +718,7 @@
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"ActionPort",
|
||||
"blocktype":"Outport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
@ -682,74 +780,25 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11398",
|
||||
"className":"Simulink.Outport",
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11375",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"a_elecAngle",
|
||||
"label":"a_elecAngle",
|
||||
"name":"From5",
|
||||
"label":"From5",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11357",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"EnsureOutportIsVirtual",
|
||||
"InitialOutput",
|
||||
"MustResolveToSignalObject",
|
||||
"OutputWhenDisabled",
|
||||
"OutputWhenUnConnected",
|
||||
"OutputWhenUnconnectedValue",
|
||||
"SignalName",
|
||||
"SignalObject",
|
||||
"SourceOfInitialOutputValue",
|
||||
"StorageClass",
|
||||
"VectorParamsAs1DForOutWhenUnconnected"
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"1",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"off",
|
||||
"0",
|
||||
"off",
|
||||
"reset",
|
||||
"off",
|
||||
"0",
|
||||
"",
|
||||
[
|
||||
],
|
||||
"Dialog",
|
||||
"Auto",
|
||||
"off"
|
||||
"a_elecAngle",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
@ -757,56 +806,7 @@
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Outport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotor_FOC_R2017b_fixdt:11410",
|
||||
"className":"Simulink.Constant",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"n_polePairs",
|
||||
"label":"n_polePairs",
|
||||
"parent":"BLDCmotor_FOC_R2017b_fixdt:11357",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Value",
|
||||
"VectorParams1D",
|
||||
"SampleTime",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"FramePeriod"
|
||||
],
|
||||
"values":[
|
||||
"n_polePairs",
|
||||
"on",
|
||||
"inf",
|
||||
"[]",
|
||||
"[]",
|
||||
"uint8",
|
||||
"off",
|
||||
"inf"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Constant",
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
@ -153,11 +153,137 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11410">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,14,321)">
|
||||
<image height="24" preserveAspectRatio="none" width="88" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAAAYCAYAAAB+zTpYAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA80lEQVRoge3YIQ/CMBCG4RcyMFgwMyh+Ef9fYDCbKIKJzSDuFg5SKKYI+J7k0mY5sXxptvQWwBHYAVtfpawDel9j9c+NDRZqG0rKNsDa9xMwAJdcY4Od3BbYe0nZytcRuAIpPHsQT/AeOHzj7X7EhIV7wT4P2YCX33yjf6SAK1PAlSngyhRwZQq4MgVcmQKuTAFX1mC3kA0vbiKSdQLOWHYJm0VMucYGmwDFwYWUnb167Kr8NuDO9/PgQsriuDJhuY25xjngOLiQsoRllfjgE9F5Q+J+muW9wesa1mzAC2wevMZ+cvrRfWbyGsN+LhERkf9wAy7uQrVzbPbSAAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#e8d152" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,15,322)">
|
||||
<path d="M0,0 L80,0 L80,16 L0,16 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip20">
|
||||
<path d="M-40,-8 L40,-8 L40,8 L-40,8 L-40,-8 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip20)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,55,330)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="52.7031" x="-26.3438" xml:space="preserve" y="3.5">n_polePairs</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,15,322)">
|
||||
<path d="M0,0 L80,0 L80,16 L0,16 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,55,340)">
|
||||
<path d="M-27.3516,0 L27.3516,0 L27.3516,14 L-27.3516,14 L-27.3516,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip21">
|
||||
<path d="M-79.1641,-187 L760.812,-187 L760.812,29 L-79.1641,29 L-79.1641,-187 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip21)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,27.6484,340)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="52.7031" x="1" xml:space="preserve" y="10">n_polePairs</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,97,328)">
|
||||
<path d="M0,-12 L21.4844,-12 L21.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip22">
|
||||
<path d="M-148.516,-163 L691.461,-163 L691.461,53 L-148.516,53 L-148.516,-163 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip22)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,97,316)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="19.4844" x="1" xml:space="preserve" y="9">uint8</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11409">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,314,336)">
|
||||
<image height="24" preserveAspectRatio="none" width="88" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAAAYCAYAAAB+zTpYAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA80lEQVRoge3YIQ/CMBCG4RcyMFgwMyh+Ef9fYDCbKIKJzSDuFg5SKKYI+J7k0mY5sXxptvQWwBHYAVtfpawDel9j9c+NDRZqG0rKNsDa9xMwAJdcY4Od3BbYe0nZytcRuAIpPHsQT/AeOHzj7X7EhIV7wT4P2YCX33yjf6SAK1PAlSngyhRwZQq4MgVcmQKuTAFX1mC3kA0vbiKSdQLOWHYJm0VMucYGmwDFwYWUnb167Kr8NuDO9/PgQsriuDJhuY25xjngOLiQsoRllfjgE9F5Q+J+muW9wesa1mzAC2wevMZ+cvrRfWbyGsN+LhERkf9wAy7uQrVzbPbSAAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#61bdfc" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,315,337)">
|
||||
<path d="M0,0 L80,0 L80,16 L0,16 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip24">
|
||||
<path d="M-40,-8 L40,-8 L40,8 L-40,8 L-40,-8 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip24)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,355,345)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="58.25" x="-29.125" xml:space="preserve" y="3.5">a_elecPeriod</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,315,337)">
|
||||
<path d="M0,0 L80,0 L80,16 L0,16 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,355,355)">
|
||||
<path d="M-30.125,0 L30.125,0 L30.125,14 L-30.125,14 L-30.125,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip25">
|
||||
<path d="M-376.391,-202 L463.586,-202 L463.586,14 L-376.391,14 L-376.391,-202 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip25)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,324.875,355)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="58.25" x="1" xml:space="preserve" y="10">a_elecPeriod</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,397,343)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip26">
|
||||
<path d="M-448.516,-178 L391.461,-178 L391.461,38 L-448.516,38 L-448.516,-178 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip26)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,397,331)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix32_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11408">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,449,316)">
|
||||
<image height="44" preserveAspectRatio="none" width="58" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAAsCAYAAAA0NKuuAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABUUlEQVRoge2awU4CMRCGv8WCJlz1woWTT+Sb+YZeuOweygFido16mGmspkuqwkLLfMmfNmUI/dLNsmFogCfgAbjXsSRaoNMxTvez0CFyqyglsQQWOh+APbBNFTrkJFfAWlMScx17YAf4aO0b8YmugccpdndkBkRyi1y2SdHZlDs6JyZaGyZaGyZaG1cj6jJqmsTaTOOQL+g5cKu5G5mHLLT+RtOMfEbMc8Y+D5IjmuJd8wa86lqufHjNRe85OX8VTZErH/KbE/03xxRNkZI/C1dzMzLR2jDR2jDR2jDR2sh5Mvo4+S4m4GpO1ERrw0Rrw0RrwyEdqCUjXagL5wXYIA4e6Y8OqUKHdIfjZmpJbDQd0jY8KNrqPDRTSyJu7Xtk/32qMIjGzdSS8MiePRmXbqsFnq/TLYW9ZheNSdEG+Q9D+PW8tBvSoOmjeYhhGMbl8Qk9rFEi7QNVUQAAAABJRU5ErkJggg==" y="0"/>
|
||||
<image height="44" preserveAspectRatio="none" width="58" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAAsCAYAAAA0NKuuAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABL0lEQVRoge2asU7DQAxAX9HRpSssXTrxMcx8PiwsXZLhOrRDMsBgRzXogEhpQ3z1k6w7RVbqJ0eXSO4KeAEegQddPdEAra422u+JCZHbmvDEBljrvgdOwKGUmJBOboGdhifude2AI5DNtS/Yju6ApzmquzA9InlAHtui6N2cFf0nIVobIVobIVobIVobaUTO69Wr+JvJX2xjRN+m/sgFmEV0CR19nnoDLx2djJeOTiY6aqhC9GbeoyFaGyFaG2NO3Y+rVzEDN9PREK2NEK2NEK2NhEygNvwwhVo478AeccjIfLQvJSZkOmyHqZ7Ya7TI2PBX0Ub3wzDVE3a0n5H6u1LiIGqHqZ7ISM2ZEY9uowmZc3e9cNI4mrUoukL+w7BGDiNvB1Kv0Zn9EEEQBMvjExoSSoC14adTAAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad1" x1="0" x2="0" y1="0" y2="1">
|
||||
@ -171,27 +297,27 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip20">
|
||||
<clipPath id="clip28">
|
||||
<path d="M-3,-8 L47,-8 L47,28 L-3,28 L-3,-8 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip20)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,453,325)">
|
||||
<g clip-path="url(#clip28)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,453,325)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="17.4844" x="0" xml:space="preserve" y="3">num</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip21">
|
||||
<clipPath id="clip29">
|
||||
<path d="M-3,-28 L47,-28 L47,8 L-3,8 L-3,-28 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip21)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,453,345)">
|
||||
<g clip-path="url(#clip29)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,453,345)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="11.4844" x="0" xml:space="preserve" y="3">div</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip22">
|
||||
<clipPath id="clip30">
|
||||
<path d="M-47,-18 L3,-18 L3,18 L-47,18 L-47,-18 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip22)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,497,335)">
|
||||
<g clip-path="url(#clip30)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,497,335)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="15.4688" x="-15.4688" xml:space="preserve" y="3">rem</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -221,11 +347,11 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip23">
|
||||
<clipPath id="clip31">
|
||||
<path d="M-553.516,-168 L286.461,-168 L286.461,48 L-553.516,48 L-553.516,-168 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip23)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,502,321)">
|
||||
<g clip-path="url(#clip31)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,502,321)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix32_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -237,29 +363,29 @@
|
||||
<stop offset="0.3" stop-color="#ffffff" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#d9d9d9" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
<clipPath id="clip25">
|
||||
<clipPath id="clip33">
|
||||
<path d="M0,-16 L16,-16 L16,0 L0,0 L0,-16 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip25)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,450.5,352.5)">
|
||||
<g clip-path="url(#clip33)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,450.5,352.5)">
|
||||
<path d="M0,-15 C0,-15.5523 0.447715,-16 1,-16 L15,-16 C15.5523,-16 16,-15.5523 16,-15 L16,-1 C16,-0.447715 15.5523,0 15,0 L1,0 C0.447715,0 0,-0.447715 0,-1 L0,-15 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="LibLink tooltip contextMenu">
|
||||
<defs>
|
||||
<clipPath id="clip26">
|
||||
<clipPath id="clip34">
|
||||
<path d="M1,1 L17,1 L17,17 L1,17 L1,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip26)" fill="none" opacity="0.8" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,449.5,335.5)">
|
||||
<g clip-path="url(#clip34)" fill="none" opacity="0.8" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,449.5,335.5)">
|
||||
<image height="19" preserveAspectRatio="none" width="19" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA4UlEQVQ4jeWTMQrCQBBF34gItraClVVuIHgAKyvP4Ek8gIUnsbISBLGwtLCyCtpKahG+RQKu62YTxc4HU2TJPGZ2ZyCApETSXFKmcnaSJm5eIyQDWk6UMQCG7kHTq6gD9IERMAHaERlALyiTlADjIgYVkiBNRzQtqul+kJ++fDmXfY9cdoiD/wB8KcokzST1fFns+UPciwKSt6Z/JvpQdo6K8OYswgZYAUszO34ruwALYA2czOwa/TvSVlbVlk/ZbgLciqiP8u33OSifo9pVAZjyKR7yXNoU2AJ7M0tLM/+XB6QSpqybkIThAAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip27">
|
||||
<clipPath id="clip35">
|
||||
<path d="M-1,-1 L15,-1 L15,15 L-1,15 L-1,-1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip27)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,451.5,337.5)">
|
||||
<g clip-path="url(#clip35)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,451.5,337.5)">
|
||||
<image height="16" preserveAspectRatio="none" width="16" x="-1" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA60lEQVQ4jb3TzyqEURjH8Y/BzFBWygUwa1cj4Q5YKffAzGI27oGysPBvchncgGImYyMuQLI4z5uTnN63lKdOp36d7/P/8E/WQR/TOH20m8Jd3GKC7TgTDJrALVzhCWuZvhOZmKtx8ImtyOI102eaRN/EMfaxlOk9qYTDEtjFJd5whgfsZvAY1wpN7EgNG/uuef4HfBPvfoVH8agXWhWlgkcluB2e827v4RHneMdFCYajiLCaaYvhZIiNEljZVBpXbstYqANbBb2HO5yqmfls3Cs4wAvWcYJ7aRc+6rIgNXEglfIsLUnjz/In+wKCVS3tgySTGgAAAABJRU5ErkJggg==" y="-1"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -289,11 +415,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip30">
|
||||
<clipPath id="clip38">
|
||||
<path d="M-74,-5 L46,-5 L46,7 L-74,7 L-74,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip30)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,714,334)">
|
||||
<g clip-path="url(#clip38)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,714,334)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="60.4531" x="-30.2188" xml:space="preserve" y="3.5">[a_elecAngle]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -322,27 +448,27 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip32">
|
||||
<clipPath id="clip40">
|
||||
<path d="M274.5,303.5 L304.5,303.5 L304.5,345.5 L274.5,345.5 L274.5,303.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip32)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<g clip-path="url(#clip40)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="278,315 282,315" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip33">
|
||||
<clipPath id="clip41">
|
||||
<path d="M274.5,303.5 L304.5,303.5 L304.5,345.5 L274.5,345.5 L274.5,303.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip33)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<g clip-path="url(#clip41)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="280,313 280,317" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip34">
|
||||
<clipPath id="clip42">
|
||||
<path d="M274.5,303.5 L304.5,303.5 L304.5,345.5 L274.5,345.5 L274.5,303.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip34)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<g clip-path="url(#clip42)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="278,335 282,335" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -360,11 +486,11 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip35">
|
||||
<clipPath id="clip43">
|
||||
<path d="M-358.516,-158 L481.461,-158 L481.461,58 L-358.516,58 L-358.516,-158 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip35)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,307,311)">
|
||||
<g clip-path="url(#clip43)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,307,311)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix32_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -374,54 +500,6 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11375">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,594,208)">
|
||||
<image height="20" preserveAspectRatio="none" width="128" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAUCAYAAABFyTWeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABUUlEQVRoge2ZzU7CUBCFv2pl41Y3bFj5RL7/E+DCHwq0/LmYuelFiwIdqiTnS05oC5n05kxn5pYCeAYegQf/FLFsXWtg5apdywPHP32XYqyz2GdTYqaPM4k4dq4NZtgaaDhs9OBJUWJP/hiYuEQsWywBNuxXgAjjeydFXgEmwFPcugX29Oct4LcKcI7xS2DhqoCZqwLmtMmQqtEeZfSKxR4FcOu682t9kiKZPccMroAP4M3j1sDNKTeoBBieY5MiGZ7MnmFmv/vvG040u4veAcR1owowPBEtYIH19U3fm1ECXJahh8A08R9NCUyBe9p+JGL5ug1sXENvA7/tAMAS4AUY+fkqaNHCuIoXQVM/brBpU8Ty718FTz1ghe0nRRx5BchbQM0fmN1FSoA58EpbDUQcx1aAi5vdRYH9FzDChkANgrF0VYBcg5othBBCCCEEAJ+G2WlPPBfvMwAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,595,209)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip37">
|
||||
<path d="M-44,-5 L76,-5 L76,7 L-44,7 L-44,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip37)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,639,214)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="60.4531" x="-30.2188" xml:space="preserve" y="3.5">[a_elecAngle]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,595,209)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,717,213)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip38">
|
||||
<path d="M-768.516,-48 L71.4609,-48 L71.4609,168 L-768.516,168 L-768.516,-48 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip38)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,717,201)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En6</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11411">
|
||||
@ -434,11 +512,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip40">
|
||||
<clipPath id="clip45">
|
||||
<path d="M-44,-5 L76,-5 L76,7 L-44,7 L-44,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip40)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,19,299)">
|
||||
<g clip-path="url(#clip45)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,19,299)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="66.5625" x="-33.2812" xml:space="preserve" y="3.5">[a_mechAngle]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -456,11 +534,11 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip41">
|
||||
<clipPath id="clip46">
|
||||
<path d="M-148.516,-133 L691.461,-133 L691.461,83 L-148.516,83 L-148.516,-133 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip41)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,97,286)">
|
||||
<g clip-path="url(#clip46)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,97,286)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -482,19 +560,19 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip43">
|
||||
<clipPath id="clip48">
|
||||
<path d="M0,0 L35,0 L35,16 L0,16 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip43)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,555,327)">
|
||||
<g clip-path="url(#clip48)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,555,327)">
|
||||
<path d="M0,0 L35,0 L35,16 L0,16 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip49">
|
||||
<clipPath id="clip54">
|
||||
<path d="M-19,-5 L23,-5 L23,10 L-19,10 L-19,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip49)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.7,0,0,0.7,571,333.5)">
|
||||
<g clip-path="url(#clip54)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.7,0,0,0.7,571,333.5)">
|
||||
<path d="M-13.1406,3.71875 L-12.1094,3.85938 C-12.224,4.56771 -12.5156,5.125 -12.9844,5.53125 C-13.4531,5.9375 -14.026,6.14062 -14.7031,6.14062 C-15.5573,6.14062 -16.2422,5.86198 -16.7578,5.30469 C-17.2734,4.7474 -17.5312,3.94792 -17.5312,2.90625 C-17.5312,2.23958 -17.4193,1.65365 -17.1953,1.14844 C-16.9714,0.643229 -16.6328,0.265625 -16.1797,0.015625 C-15.7266,-0.234375 -15.2292,-0.359375 -14.6875,-0.359375 C-14.0208,-0.359375 -13.4714,-0.190104 -13.0391,0.148438 C-12.6068,0.486979 -12.3281,0.973958 -12.2031,1.60938 L-13.2344,1.76562 C-13.3281,1.34896 -13.5,1.03385 -13.75,0.820312 C-14,0.606771 -14.3021,0.5 -14.6562,0.5 C-15.1875,0.5 -15.6198,0.690104 -15.9531,1.07031 C-16.2865,1.45052 -16.4531,2.05208 -16.4531,2.875 C-16.4531,3.71875 -16.2917,4.32812 -15.9688,4.70312 C-15.6458,5.07812 -15.2292,5.26562 -14.7188,5.26562 C-14.3021,5.26562 -13.9557,5.14062 -13.6797,4.89062 C-13.4036,4.64062 -13.224,4.25 -13.1406,3.71875 M-11.5938,2.89062 C-11.5938,1.73438 -11.276,0.880208 -10.6406,0.328125 C-10.1094,-0.130208 -9.45833,-0.359375 -8.6875,-0.359375 C-7.83333,-0.359375 -7.13281,-0.0807292 -6.58594,0.476562 C-6.03906,1.03385 -5.76562,1.80729 -5.76562,2.79688 C-5.76562,3.59896 -5.88542,4.22917 -6.125,4.6875 C-6.36458,5.14583 -6.71615,5.5026 -7.17969,5.75781 C-7.64323,6.01302 -8.14583,6.14062 -8.6875,6.14062 C-9.55208,6.14062 -10.2526,5.86198 -10.7891,5.30469 C-11.3255,4.7474 -11.5938,3.94271 -11.5938,2.89062 M-10.5156,2.89062 C-10.5156,3.68229 -10.3411,4.27604 -9.99219,4.67188 C-9.64323,5.06771 -9.20833,5.26562 -8.6875,5.26562 C-8.15625,5.26562 -7.71875,5.06771 -7.375,4.67188 C-7.03125,4.27604 -6.85938,3.67188 -6.85938,2.85938 C-6.85938,2.08854 -7.03385,1.50521 -7.38281,1.10938 C-7.73177,0.713542 -8.16667,0.515625 -8.6875,0.515625 C-9.20833,0.515625 -9.64323,0.710938 -9.99219,1.10156 C-10.3411,1.49219 -10.5156,2.08854 -10.5156,2.89062 M-4.53125,6 L-4.53125,-0.21875 L-3.59375,-0.21875 L-3.59375,0.65625 C-3.13542,-0.0208333 -2.47396,-0.359375 -1.60938,-0.359375 C-1.23438,-0.359375 -0.888021,-0.291667 -0.570312,-0.15625 C-0.252604,-0.0208333 -0.015625,0.15625 0.140625,0.375 C0.296875,0.59375 0.40625,0.848958 0.46875,1.14062 C0.5,1.33854 0.515625,1.68229 0.515625,2.17188 L0.515625,6 L-0.53125,6 L-0.53125,2.21875 C-0.53125,1.78125 -0.572917,1.45833 -0.65625,1.25 C-0.739583,1.04167 -0.885417,0.872396 -1.09375,0.742188 C-1.30208,0.611979 -1.54688,0.546875 -1.82812,0.546875 C-2.27604,0.546875 -2.66406,0.690104 -2.99219,0.976562 C-3.32031,1.26302 -3.48438,1.80208 -3.48438,2.59375 L-3.48438,6 L-4.53125,6 M3.85938,6 L1.5,-0.21875 L2.60938,-0.21875 L3.95312,3.5 C4.08854,3.90625 4.21875,4.32292 4.34375,4.75 C4.4375,4.42708 4.56771,4.03646 4.73438,3.57812 L6.125,-0.21875 L7.20312,-0.21875 L4.84375,6 L3.85938,6 M12.3906,4 L13.4844,4.125 C13.3177,4.76042 13,5.25521 12.5312,5.60938 C12.0625,5.96354 11.4688,6.14062 10.75,6.14062 C9.84375,6.14062 9.1224,5.85938 8.58594,5.29688 C8.04948,4.73438 7.78125,3.94792 7.78125,2.9375 C7.78125,1.89583 8.05208,1.08594 8.59375,0.507812 C9.13542,-0.0703125 9.83333,-0.359375 10.6875,-0.359375 C11.5208,-0.359375 12.2005,-0.078125 12.7266,0.484375 C13.2526,1.04688 13.5156,1.84375 13.5156,2.875 C13.5156,2.9375 13.5156,3.03125 13.5156,3.15625 L8.875,3.15625 C8.91667,3.84375 9.10938,4.36719 9.45312,4.72656 C9.79688,5.08594 10.2292,5.26562 10.75,5.26562 C11.1354,5.26562 11.4661,5.16406 11.7422,4.96094 C12.0182,4.75781 12.2344,4.4375 12.3906,4 M8.9375,2.29688 L12.4062,2.29688 C12.3646,1.76562 12.2344,1.36979 12.0156,1.10938 C11.6719,0.703125 11.2344,0.5 10.7031,0.5 C10.2135,0.5 9.80469,0.661458 9.47656,0.984375 C9.14844,1.30729 8.96875,1.74479 8.9375,2.29688 M14.7969,6 L14.7969,-0.21875 L15.75,-0.21875 L15.75,0.71875 C15.9896,0.28125 16.2109,-0.0078125 16.4141,-0.148438 C16.6172,-0.289062 16.8438,-0.359375 17.0938,-0.359375 C17.4479,-0.359375 17.8073,-0.25 18.1719,-0.03125 L17.8125,0.953125 C17.5521,0.796875 17.2969,0.71875 17.0469,0.71875 C16.8073,0.71875 16.5964,0.789062 16.4141,0.929688 C16.2318,1.07031 16.1042,1.26562 16.0312,1.51562 C15.9062,1.89062 15.8438,2.29688 15.8438,2.73438 L15.8438,6 L14.7969,6 M21.0938,5.0625 L21.25,5.98438 C20.9479,6.04688 20.6823,6.07812 20.4531,6.07812 C20.0677,6.07812 19.7708,6.01823 19.5625,5.89844 C19.3542,5.77865 19.2057,5.61979 19.1172,5.42188 C19.0286,5.22396 18.9844,4.80729 18.9844,4.17188 L18.9844,0.59375 L18.2188,0.59375 L18.2188,-0.21875 L18.9844,-0.21875 L18.9844,-1.76562 L20.0312,-2.39062 L20.0312,-0.21875 L21.0938,-0.21875 L21.0938,0.59375 L20.0312,0.59375 L20.0312,4.23438 C20.0312,4.53646 20.0495,4.72917 20.0859,4.8125 C20.1224,4.89583 20.1823,4.96354 20.2656,5.01562 C20.349,5.06771 20.4688,5.09375 20.625,5.09375 C20.75,5.09375 20.9062,5.08333 21.0938,5.0625" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -520,11 +598,11 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip63">
|
||||
<clipPath id="clip68">
|
||||
<path d="M-643.516,-168 L196.461,-168 L196.461,48 L-643.516,48 L-643.516,-168 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip63)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,592,321)">
|
||||
<g clip-path="url(#clip68)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,592,321)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En6</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -536,59 +614,44 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11409">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,314,336)">
|
||||
<image height="24" preserveAspectRatio="none" width="88" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAAAYCAYAAAB+zTpYAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA80lEQVRoge3YIQ/CMBCG4RcyMFgwMyh+Ef9fYDCbKIKJzSDuFg5SKKYI+J7k0mY5sXxptvQWwBHYAVtfpawDel9j9c+NDRZqG0rKNsDa9xMwAJdcY4Od3BbYe0nZytcRuAIpPHsQT/AeOHzj7X7EhIV7wT4P2YCX33yjf6SAK1PAlSngyhRwZQq4MgVcmQKuTAFX1mC3kA0vbiKSdQLOWHYJm0VMucYGmwDFwYWUnb167Kr8NuDO9/PgQsriuDJhuY25xjngOLiQsoRllfjgE9F5Q+J+muW9wesa1mzAC2wevMZ+cvrRfWbyGsN+LhERkf9wAy7uQrVzbPbSAAAAAElFTkSuQmCC" y="0"/>
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11460">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,69,154)">
|
||||
<image height="36" preserveAspectRatio="none" width="67" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAAkCAYAAADSO4eRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABSklEQVRoge2ZsW7CMBCGP6qUhbVdWJj6RH2OvkxfDxYWFjKEgQzJ0uEc9W9l1ENJA1j3SSdbyFZOH47x4QXwDrwCL6ktjSNQp1aj/j2wwgSsJUpjBSxTvwda4JQbWGErYg1sUpTGc2o74Aw08tkPdGVsgLc5srsBPSbihL0iWRlPc2Z074QMIWQIIUMIGULIEEKGEDKE6tYJAFtgl2l3jrkf0v8cm4hHxnbsQ/5gDxywk2GD1Q69c+6kuXlkeL6hMRxS1Nhx+RoZk+Z2DytDS+wGqyE659zZZfz3ymiwFdFw/WsyKR4ZozemRyF+WoWQIYQMIWQIIUMIGULIECrs5Lfiwj/GBeCufSrsKKyXLKXhrn2GlQHflyyl4a59Bhl6yVIa7tpnkNGmgcfcoAenTXGWNitjgd21LrENtMRNtE/RSX+IIAiCYAq+ANbpZuwjiq5MAAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#61bdfc" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,315,337)">
|
||||
<path d="M0,0 L80,0 L80,16 L0,16 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,70,155)">
|
||||
<path d="M0,0 L59,0 L59,28 L0,28 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip65">
|
||||
<path d="M-40,-8 L40,-8 L40,8 L-40,8 L-40,-8 z"/>
|
||||
<clipPath id="clip70">
|
||||
<path d="M-29,-14 L30,-14 L30,14 L-29,14 L-29,-14 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip65)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,355,345)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="58.25" x="-29.125" xml:space="preserve" y="3.5">a_elecPeriod</text>
|
||||
<g clip-path="url(#clip70)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,99,169)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="30.5" x="-15.25" xml:space="preserve" y="3.5">else { }</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,315,337)">
|
||||
<path d="M0,0 L80,0 L80,16 L0,16 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,70,155)">
|
||||
<path d="M0,0 L59,0 L59,28 L0,28 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,355,355)">
|
||||
<path d="M-30.125,0 L30.125,0 L30.125,14 L-30.125,14 L-30.125,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,99.5,185)">
|
||||
<path d="M-25.3984,0 L25.3984,0 L25.3984,14 L-25.3984,14 L-25.3984,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip66">
|
||||
<path d="M-376.391,-202 L463.586,-202 L463.586,14 L-376.391,14 L-376.391,-202 z"/>
|
||||
<clipPath id="clip71">
|
||||
<path d="M-125.617,-32 L714.359,-32 L714.359,184 L-125.617,184 L-125.617,-32 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip66)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,324.875,355)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="58.25" x="1" xml:space="preserve" y="10">a_elecPeriod</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,397,343)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip67">
|
||||
<path d="M-448.516,-178 L391.461,-178 L391.461,38 L-448.516,38 L-448.516,-178 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip67)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,397,331)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix32_En4</text>
|
||||
<g clip-path="url(#clip71)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,74.1016,185)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="48.7969" x="1" xml:space="preserve" y="10">Action Port</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
@ -609,11 +672,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip69">
|
||||
<clipPath id="clip73">
|
||||
<path d="M-15,-8 L15,-8 L15,8 L-15,8 L-15,-8 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip69)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,210,335)">
|
||||
<g clip-path="url(#clip73)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,210,335)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="11.0938" x="-5.54688" xml:space="preserve" y="3.5">30</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -631,115 +694,11 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip70">
|
||||
<clipPath id="clip74">
|
||||
<path d="M-278.516,-168 L561.461,-168 L561.461,48 L-278.516,48 L-278.516,-168 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip70)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,227,321)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix32_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11460">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,69,154)">
|
||||
<image height="36" preserveAspectRatio="none" width="67" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAAkCAYAAADSO4eRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABUUlEQVRoge2ZsW7CMBCGP6qUhbVdWJj6MJ37Zn09WLqwkCEMZEiGdjhH/K1c5RAhpdZ90skRspXTxyX48AJ4A56BpzSWxgGo06hR/5xYYQLWEqWxApbpugda4JibWGEVsQY2KUrjMY0dcAIa+ewbWhkb4GWO7P6AHhNxxB6RrIyHOTO6d0KGEDKEkCGEDCFkCCFDCBlCNfP9tsAuM+4caz9vmBfgk7Gd8H4fwB7bBTZYn9A7147lcfXu2SPD86152aeosa3xJTLG8phFxpSVoe10g/ULnXPtWB6vV+QFzF8ZDVYRDZc/JlPmkcUj4/3WSdwL8dMqhAwhZAghQwgZQsgQQoZQYbvBFb/8Y1wA7n6owrbHeshSGu5+aKgMOB+ylIa7Hxpk6CFLabj7oUFGmyYecpP+OW2Kk4xZGQvsrHWJvUBLfIn2KTq5HiIIgiCYgi9yqWhahjE/SQAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,70,155)">
|
||||
<path d="M0,0 L59,0 L59,28 L0,28 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip72">
|
||||
<path d="M-29,-14 L30,-14 L30,14 L-29,14 L-29,-14 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip72)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,99,169)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="30.5" x="-15.25" xml:space="preserve" y="3.5">else { }</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,70,155)">
|
||||
<path d="M0,0 L59,0 L59,28 L0,28 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,99.5,185)">
|
||||
<path d="M-25.3984,0 L25.3984,0 L25.3984,14 L-25.3984,14 L-25.3984,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip73">
|
||||
<path d="M-125.617,-32 L714.359,-32 L714.359,184 L-125.617,184 L-125.617,-32 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip73)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,74.1016,185)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="48.7969" x="1" xml:space="preserve" y="10">Action Port</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11406">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,154,283)">
|
||||
<image height="70" preserveAspectRatio="none" width="33" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAABGCAYAAABCFf2NAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABS0lEQVRoge2asU7DMBCGv6LQpSssXTrxMMy8GQ/Tl4GFpUsyhCEdkgEG3wkDTWOIE3n4P+lkK7GcT5fYHi4b4Am4B+6szUUNNNbG0fwcWNmD91HkYgdsrT8AZ+D90sCKkIE9cLDIxa21PdABbXTtl4Rn4gA8ZJSAkIGOkIF6TOIm80P/hSQcSTiScCThVAljXibuz95lUyReS5CYysTjGhJTmZhNisTz0hJFrA5JOJJwJOHo7PiLhM4OZyoTq0gUkYnFJYrYJyThSMKRhFOERMpmdSxBQqeoo1N0NYkilqgkHEk4KavjY2mJIjIhCUcSjiScilCv3DFSs5zBG3Cy+VtChXgYk2j4Xk7OxcmiIRRnr0rU1vdyci7ign1rc/fXJOJyci5am68l4XXUNqDlKys5OFt0UXtRYkP4a2BL+DBzfpyDRR/1PYQon0+aYFSmXocWyQAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,155,284)">
|
||||
<path d="M0,0 L25,0 L25,62 L0,62 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip75">
|
||||
<path d="M154.5,283.5 L179.5,283.5 L179.5,345.5 L154.5,345.5 L154.5,283.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip75)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="170,318 164,312" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip76">
|
||||
<path d="M154.5,283.5 L179.5,283.5 L179.5,345.5 L154.5,345.5 L154.5,283.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip76)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="170,312 164,318" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,155,284)">
|
||||
<path d="M0,0 L25,0 L25,62 L0,62 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,182,313)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip77">
|
||||
<path d="M-233.516,-148 L606.461,-148 L606.461,68 L-233.516,68 L-233.516,-148 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip77)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,182,301)">
|
||||
<g clip-path="url(#clip74)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,227,321)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix32_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -761,11 +720,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip79">
|
||||
<clipPath id="clip76">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip79)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,760,215)">
|
||||
<g clip-path="url(#clip76)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,760,215)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -783,11 +742,11 @@
|
||||
<path d="M-28.4609,0 L28.4609,0 L28.4609,14 L-28.4609,14 L-28.4609,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip80">
|
||||
<clipPath id="clip77">
|
||||
<path d="M-783.055,-71 L56.9219,-71 L56.9219,145 L-783.055,145 L-783.055,-71 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip80)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,731.539,224)">
|
||||
<g clip-path="url(#clip77)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,731.539,224)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="54.9219" x="1" xml:space="preserve" y="10">a_elecAngle</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -799,59 +758,100 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11410">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,14,321)">
|
||||
<image height="24" preserveAspectRatio="none" width="88" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAAAYCAYAAAB+zTpYAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA80lEQVRoge3YIQ/CMBCG4RcyMFgwMyh+Ef9fYDCbKIKJzSDuFg5SKKYI+J7k0mY5sXxptvQWwBHYAVtfpawDel9j9c+NDRZqG0rKNsDa9xMwAJdcY4Od3BbYe0nZytcRuAIpPHsQT/AeOHzj7X7EhIV7wT4P2YCX33yjf6SAK1PAlSngyhRwZQq4MgVcmQKuTAFX1mC3kA0vbiKSdQLOWHYJm0VMucYGmwDFwYWUnb167Kr8NuDO9/PgQsriuDJhuY25xjngOLiQsoRllfjgE9F5Q+J+muW9wesa1mzAC2wevMZ+cvrRfWbyGsN+LhERkf9wAy7uQrVzbPbSAAAAAElFTkSuQmCC" y="0"/>
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11406">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,154,283)">
|
||||
<image height="70" preserveAspectRatio="none" width="33" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAABGCAYAAABCFf2NAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABUUlEQVRoge2asU7DMBBAX1Do0hWWLp34GGa+g8+Dn2kZWLokgxnSIRlg8J3qQhIs6lQncU862Yos++liJ4ouFfAE3AN30paiAVpp02i/D6xl4U0SpVgDK+kPwBH4GBtYEzOwAbYSpbiVtgc6ICTXfkhoJrbAQ0EJiBnoiBlopiRuCi/6J1xCcQnFJRQTEnXGmBegkhjj8RoS+xkBMxIXkyOxsyBhIhNvSwqAkSPqEopLKC6huIRiQiLnsf1sQWJnQWL/LyRMbEyXUFxCcQnFhETOw+rVgsRv746rfYsuir9FTUmYOKIuobiEknM6PpeWMJEJl1BcQnEJpSbWK9dM1Cwv4B04yPyBWCEepiRazsvJpThItMTi7KxEI30tJ5ciLdgHmbufk0jLyaUIMl8g43Y0MiBwykoJjhJd0o5KVMS/BlbEjVlycw4SfdLXcBz7fAEHi1IU/yb9gQAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#e8d152" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,15,322)">
|
||||
<path d="M0,0 L80,0 L80,16 L0,16 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,155,284)">
|
||||
<path d="M0,0 L25,0 L25,62 L0,62 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip82">
|
||||
<path d="M-40,-8 L40,-8 L40,8 L-40,8 L-40,-8 z"/>
|
||||
<clipPath id="clip79">
|
||||
<path d="M154.5,283.5 L179.5,283.5 L179.5,345.5 L154.5,345.5 L154.5,283.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip82)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,55,330)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="52.7031" x="-26.3438" xml:space="preserve" y="3.5">n_polePairs</text>
|
||||
<g clip-path="url(#clip79)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="170,318 164,312" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip80">
|
||||
<path d="M154.5,283.5 L179.5,283.5 L179.5,345.5 L154.5,345.5 L154.5,283.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip80)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="170,312 164,318" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,15,322)">
|
||||
<path d="M0,0 L80,0 L80,16 L0,16 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,55,340)">
|
||||
<path d="M-27.3516,0 L27.3516,0 L27.3516,14 L-27.3516,14 L-27.3516,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip83">
|
||||
<path d="M-79.1641,-187 L760.812,-187 L760.812,29 L-79.1641,29 L-79.1641,-187 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip83)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,27.6484,340)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="52.7031" x="1" xml:space="preserve" y="10">n_polePairs</text>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,155,284)">
|
||||
<path d="M0,0 L25,0 L25,62 L0,62 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,97,328)">
|
||||
<path d="M0,-12 L21.4844,-12 L21.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,182,313)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip81">
|
||||
<path d="M-233.516,-148 L606.461,-148 L606.461,68 L-233.516,68 L-233.516,-148 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip81)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,182,301)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix32_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11375">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,594,208)">
|
||||
<image height="20" preserveAspectRatio="none" width="128" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAUCAYAAABFyTWeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABUUlEQVRoge2ZzU7CUBCFv2pl41Y3bFj5RL7/E+DCHwq0/LmYuelFiwIdqiTnS05oC5n05kxn5pYCeAYegQf/FLFsXWtg5apdywPHP32XYqyz2GdTYqaPM4k4dq4NZtgaaDhs9OBJUWJP/hiYuEQsWywBNuxXgAjjeydFXgEmwFPcugX29Oct4LcKcI7xS2DhqoCZqwLmtMmQqtEeZfSKxR4FcOu682t9kiKZPccMroAP4M3j1sDNKTeoBBieY5MiGZ7MnmFmv/vvG040u4veAcR1owowPBEtYIH19U3fm1ECXJahh8A08R9NCUyBe9p+JGL5ug1sXENvA7/tAMAS4AUY+fkqaNHCuIoXQVM/brBpU8Ty718FTz1ghe0nRRx5BchbQM0fmN1FSoA58EpbDUQcx1aAi5vdRYH9FzDChkANgrF0VYBcg5othBBCCCEEAJ+G2WlPPBfvMwAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,595,209)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip83">
|
||||
<path d="M-44,-5 L76,-5 L76,7 L-44,7 L-44,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip83)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,639,214)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="60.4531" x="-30.2188" xml:space="preserve" y="3.5">[a_elecAngle]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,595,209)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,717,213)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip84">
|
||||
<path d="M-148.516,-163 L691.461,-163 L691.461,53 L-148.516,53 L-148.516,-163 z"/>
|
||||
<path d="M-768.516,-48 L71.4609,-48 L71.4609,168 L-768.516,168 L-768.516,-48 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip84)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,97,316)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="19.4844" x="1" xml:space="preserve" y="9">uint8</text>
|
||||
<g clip-path="url(#clip84)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,717,201)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En6</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
@ -1002,5 +1002,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2020-10-11 20:20:35 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2020-10-11 21:39:11 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 72 KiB |
@ -44,7 +44,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11408:572">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,184,146)">
|
||||
<image height="84" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAABUCAYAAADu10VkAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABg0lEQVRoge2asVLCQBCGP5xIQ6sNDZUPY+1z+DI8jC+jjQ1NUsQCCii0uGU8MGA2YfGc+b+ZnbuBS+6bJbkLk50AT8A9cGdtJDXQWJtHczywMpl5FpHMgKn1d8AG+OgaWJEyNQcWFpHcWrsF1kCbffZDbJ+xBfAQLAYpU2tSpupTYjdXEBmExLxIzIvEvEjMS9VjzOuA847eQfqIvQ0471XEhmTsccAxB0RlbDRRGRvNv87Yn4gVu45JzIvEvEjMS7FifRbY51++X15C5BjtlV6KFSv24peYF4l5kZiXYsX6LLAv4RYdXGKvHP2vu4tityQ9XXgpVqzY5UJiXiTmpc9d+Rlu0UGxGZOYF4l5kZgXvX3zordvXvTM76XYjBW7jknMi8S8SMxLRaqsnHGiuvLCvAMrm7Ml1cHuTok1HBbNRrKyaEjlpmfFauvvi2YjyUuaW5tve04sL5qNpLU5Wnr8lLUNaPnOXhQbi3XWdopNSLXWU9LFH30D7Cy2WX8fQgiAL6n5WmBEOt0BAAAAAElFTkSuQmCC" y="0"/>
|
||||
<image height="84" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAABUCAYAAADu10VkAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABj0lEQVRoge2asW7CMBBAH1XKwtouLEz9mM79jvZj+jH9mXbpwpIM6RAGGNrBh2oggC/JoRvuSSdbyMRPh+M46GbAC/AIPEhrSQ000ubRHA+sRGaZhSULYC79HbABfvoGVqRMLYGVhCX30m6BDmizz07E9hlbAU/GYpAy1ZEyVZ8Tu7uByCBCTEuIaQkxLW7FqoIxbwOu+z7gOweUiH2OnWQIJWJf5hY9uBVzu/hDTEuIaQkxLW7FSjbYa/xOcI0T3GYsxLSUrLFXc4se4jymxa2Y28UfYlpCTEuIaXErVrLBfphb9DDFs/J5CpFj3D6S4nShxa2Y2+0ixLSEmJaSu9LkL4BruM1YiGkJMS0hpsXqPDa6fsPq2HMTsSEZG/0e4PagGGd+LW4z5nYfCzEtIaYlxLRUpMrKBWeqKyfmG1jLnC2pDnZ3TqzhsGjWkrVEQyo3vShWS39fNGtJXtLcynzbS2J50awlrczRUvBT1jKg5T97VmwkuqztFZuRaq3npMVvfQPsJLZZfx9BEAD8Ab8MV8jyzACQAAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,185,147)">
|
||||
<path d="M0,0 L30,0 L30,76 L0,76 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -117,7 +117,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotor_FOC_R2017b_fixdt:11408:573">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,259,158)">
|
||||
<image height="110" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAABuCAYAAABLNmGvAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABtElEQVR4nO2bMW7CQBBFP5FDQ5s0NFQ5TOqcI5fhMLlM0qShsQunMAUUSbFjZQFD/G0PGaT/pNFasNhPY3t3sTUzAC8AHgE8WOtJCaCyNo/quGNhMsssPFkAmNv2HsAWwFdXxwIpU0sAKwtP7q3dAWgA1NlnJ2JtxlYAnpzFgJSpBilT5TmxuyuIDEJiLBJjkRiLxFiKHn3eB+x39AzSR+xjwH6vIjYkY88DfnOAV8ZG45Wx0dx0xv5FLOw4JjEWibFIjCWsWJ8B9vWP79dTiByjuZIlrFjYi19iLBJjkRhLWLE+A+ybu0UHU8yVo/91dxF2StLqgiWsWNjhQmIsEmPpc1d+u1t0EDZjEmORGIvEWPT2jUVv31i05mcJm7Gw45jEWCTGIjEWrS5YtLpgCTtX3nTG9EQxR2IsEmORGEtYMT0cZrnpheI1apVOCHsqJcYiMRaJsRRINY4LnKlznJhPABs7Zo1Ukbo/J1bhsHzVk41FhVT4eVGstO22fNWTvLi4tuPtLonl5aue1HaMGj1OZWkdavxmz4utRZO1nWIzpKrnOdLF730D7C122XYbQggA+AEyQGNgX6oCHQAAAABJRU5ErkJggg==" y="0"/>
|
||||
<image height="110" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAABuCAYAAABLNmGvAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABuElEQVR4nO2bMW7CQBBFP5FDQ5s0NFQ5TOqcIzlMDpPLJE0aGrtwCiigCMWOlQUM7DceNJH+k1ZrocX7NKzXY4uZAHgB8AjgwXpPagCN9XlrDgdWJjPPmiczAFM73gJYA/jpG1ghRWoOYGHNk3vrNwBWANrssyOxLmILAE/OYkCK1AopUvUpsbsbiAxCYiwSY5EYS1ixqmDM24Dzvg/4zh4lYp/XTjKEErEvd4sewoqFXfwSY5EYi8RYwoqVbLCX+B3hHEeEjZjEWErW2Ku7RQ/Kx1jCioVd/BJjkRiLxFjCipVssB/uFj2Mca98HkPkkLC3JGUXLGHFwm4XEmORGEvJVenyCuASYSMmMRaJsUiMxSsfu/r/G15pz03EhkTs6ueAsImicn6WsBELu49JjEViLBJjUXbBouyCJey98l9HTG8UcyTGIjEWibFIjEViLHrPzyIxFomxSIylQqpxnOFEnePIfANY2pwtUkXq9pRYg/3yVU+W1hqkws+zYrUdd+WrnuTFxa3NtzknlpevetLaHC0KfsraBrT4i54Xa2urrO8VmyBVPU+RFr/3BbC1tsmOuyaEAIAdk0NfnzCFwhUAAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,260,159)">
|
||||
<path d="M0,0 L30,0 L30,102 L0,102 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -519,5 +519,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2020-10-11 20:20:36 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2020-10-11 21:39:11 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |