► New BLDC control
- auto-code regenerated
@ -7,9 +7,9 @@
|
||||
*
|
||||
* Code generated for Simulink model 'BLDC_controller'.
|
||||
*
|
||||
* Model version : 1.877
|
||||
* Model version : 1.879
|
||||
* Simulink Coder version : 8.13 (R2017b) 24-Jul-2017
|
||||
* C/C++ source code generated on : Wed Jun 5 22:29:28 2019
|
||||
* C/C++ source code generated on : Thu Jun 6 17:49:29 2019
|
||||
*
|
||||
* Target selection: ert.tlc
|
||||
* Embedded hardware selection: ARM Compatible->ARM Cortex
|
||||
@ -154,15 +154,15 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
ExtU *rtU = (ExtU *) rtM->inputs;
|
||||
ExtY *rtY = (ExtY *) rtM->outputs;
|
||||
uint8_T rtb_Sum;
|
||||
int32_T rtb_Sum2;
|
||||
int32_T rtb_Abs1;
|
||||
uint8_T rtb_BitwiseOperator;
|
||||
int32_T rtb_Sum2;
|
||||
int16_T rtb_Abs2;
|
||||
int16_T rtb_Sum1_a;
|
||||
int32_T rtb_Abs5;
|
||||
int8_T rtAction;
|
||||
int8_T rtb_Sum2_h;
|
||||
uint32_T rtb_r_phaAdvDC_XA_o2;
|
||||
int32_T rtb_Switch1_idx_0;
|
||||
int32_T rtb_Switch1_idx_1;
|
||||
|
||||
/* Outputs for Atomic SubSystem: '<Root>/BLDC_controller' */
|
||||
@ -176,6 +176,17 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
rtb_Sum = (uint8_T)((uint32_T)(uint8_T)((uint32_T)(uint8_T)(rtU->b_hallA << 2)
|
||||
+ (uint8_T)(rtU->b_hallB << 1)) + rtU->b_hallC);
|
||||
|
||||
/* Abs: '<S2>/Abs1' incorporates:
|
||||
* Inport: '<Root>/r_DC'
|
||||
*/
|
||||
if (rtU->r_DC < 0) {
|
||||
rtb_Abs1 = -rtU->r_DC;
|
||||
} else {
|
||||
rtb_Abs1 = rtU->r_DC;
|
||||
}
|
||||
|
||||
/* End of Abs: '<S2>/Abs1' */
|
||||
|
||||
/* S-Function (sfix_bitop): '<S11>/Bitwise Operator' incorporates:
|
||||
* Inport: '<Root>/b_hallA '
|
||||
* Inport: '<Root>/b_hallB'
|
||||
@ -411,19 +422,8 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
* Outport: '<Root>/a_elecAngle'
|
||||
*/
|
||||
if (rtP->b_phaAdvEna) {
|
||||
/* Abs: '<S8>/Abs2' incorporates:
|
||||
* Inport: '<Root>/r_DC'
|
||||
*/
|
||||
if (rtU->r_DC < 0) {
|
||||
rtb_Switch1_idx_0 = -rtU->r_DC;
|
||||
} else {
|
||||
rtb_Switch1_idx_0 = rtU->r_DC;
|
||||
}
|
||||
|
||||
/* End of Abs: '<S8>/Abs2' */
|
||||
|
||||
/* PreLookup: '<S8>/r_phaAdvDC_XA' */
|
||||
rtb_BitwiseOperator = plook_u8s32u32n31_evenc_s(rtb_Switch1_idx_0,
|
||||
rtb_BitwiseOperator = plook_u8s32u32n31_evenc_s(rtb_Abs1,
|
||||
rtP->r_phaAdvDC_XA[0], (uint32_T)rtP->r_phaAdvDC_XA[1] -
|
||||
rtP->r_phaAdvDC_XA[0], 10U, &rtb_r_phaAdvDC_XA_o2);
|
||||
|
||||
@ -435,11 +435,10 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
* Outport: '<Root>/a_elecAngle'
|
||||
* Product: '<S8>/Product2'
|
||||
*/
|
||||
rtb_Switch1_idx_0 = (int16_T)(rtb_Abs2 * rtDW->Switch2) + rtY->a_elecAngle;
|
||||
rtb_Abs5 = (int16_T)(rtb_Abs2 * rtDW->Switch2) + rtY->a_elecAngle;
|
||||
|
||||
/* Math: '<S8>/Math Function' */
|
||||
rtDW->Switch_PhaAdv = rtb_Switch1_idx_0 - div_nde_s32_floor
|
||||
(rtb_Switch1_idx_0, 360) * 360;
|
||||
rtDW->Switch_PhaAdv = rtb_Abs5 - div_nde_s32_floor(rtb_Abs5, 360) * 360;
|
||||
} else {
|
||||
rtDW->Switch_PhaAdv = rtY->a_elecAngle;
|
||||
}
|
||||
@ -526,20 +525,6 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
|
||||
/* End of SwitchCase: '<S9>/Switch Case' */
|
||||
|
||||
/* Abs: '<S14>/Abs1' incorporates:
|
||||
* Inport: '<Root>/r_DC'
|
||||
* Signum: '<S14>/Sign1'
|
||||
*/
|
||||
if (rtU->r_DC < 0) {
|
||||
rtb_Switch1_idx_0 = -rtU->r_DC;
|
||||
rtb_Switch1_idx_1 = -1;
|
||||
} else {
|
||||
rtb_Switch1_idx_0 = rtU->r_DC;
|
||||
rtb_Switch1_idx_1 = (rtU->r_DC > 0);
|
||||
}
|
||||
|
||||
/* End of Abs: '<S14>/Abs1' */
|
||||
|
||||
/* Signum: '<S14>/Sign' */
|
||||
if (rtDW->Switch2 < 0) {
|
||||
rtb_Sum2_h = -1;
|
||||
@ -549,6 +534,17 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
|
||||
/* End of Signum: '<S14>/Sign' */
|
||||
|
||||
/* Signum: '<S14>/Sign1' incorporates:
|
||||
* Inport: '<Root>/r_DC'
|
||||
*/
|
||||
if (rtU->r_DC < 0) {
|
||||
rtb_Abs5 = -1;
|
||||
} else {
|
||||
rtb_Abs5 = (rtU->r_DC > 0);
|
||||
}
|
||||
|
||||
/* End of Signum: '<S14>/Sign1' */
|
||||
|
||||
/* Switch: '<S10>/Switch1' incorporates:
|
||||
* Constant: '<S12>/vec_hallToPos'
|
||||
* Constant: '<S14>/CTRL_COMM'
|
||||
@ -569,12 +565,11 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
* About '<S10>/z_commutMap_M1':
|
||||
* 2-dimensional Direct Look-Up returning a Column
|
||||
*/
|
||||
if ((rtP->z_ctrlTypSel != 0) && (rtb_Switch1_idx_0 > rtP->r_commDCDeacv) &&
|
||||
(rtb_Sum2_h == rtb_Switch1_idx_1) && rtDW->n_commDeacv_Mode &&
|
||||
(!rtDW->dz_counter_Mode)) {
|
||||
rtb_Switch1_idx_0 = rtU->r_DC * rtDW->Merge;
|
||||
if ((rtP->z_ctrlTypSel != 0) && (rtb_Abs1 > rtP->r_commDCDeacv) && (rtb_Sum2_h
|
||||
== rtb_Abs5) && rtDW->n_commDeacv_Mode && (!rtDW->dz_counter_Mode)) {
|
||||
rtb_Abs5 = rtU->r_DC * rtDW->Merge;
|
||||
rtb_Switch1_idx_1 = rtU->r_DC * rtDW->Merge1;
|
||||
rtb_Abs5 = rtU->r_DC * rtDW->Merge2;
|
||||
rtb_Abs1 = rtU->r_DC * rtDW->Merge2;
|
||||
} else {
|
||||
if (rtConstP.vec_hallToPos_Value[rtb_Sum] > 5) {
|
||||
/* LookupNDDirect: '<S10>/z_commutMap_M1'
|
||||
@ -608,10 +603,10 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
* About '<S10>/z_commutMap_M1':
|
||||
* 2-dimensional Direct Look-Up returning a Column
|
||||
*/
|
||||
rtb_Abs5 = rtb_Sum2_h * 3;
|
||||
rtb_Switch1_idx_0 = rtU->r_DC * rtConstP.z_commutMap_M1_table[rtb_Abs5];
|
||||
rtb_Switch1_idx_1 = rtConstP.z_commutMap_M1_table[1 + rtb_Abs5] * rtU->r_DC;
|
||||
rtb_Abs5 = rtConstP.z_commutMap_M1_table[2 + rtb_Abs5] * rtU->r_DC;
|
||||
rtb_Abs1 = rtb_Sum2_h * 3;
|
||||
rtb_Abs5 = rtU->r_DC * rtConstP.z_commutMap_M1_table[rtb_Abs1];
|
||||
rtb_Switch1_idx_1 = rtConstP.z_commutMap_M1_table[1 + rtb_Abs1] * rtU->r_DC;
|
||||
rtb_Abs1 = rtConstP.z_commutMap_M1_table[2 + rtb_Abs1] * rtU->r_DC;
|
||||
}
|
||||
|
||||
/* End of Switch: '<S10>/Switch1' */
|
||||
@ -620,7 +615,7 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
* Constant: '<S10>/Constant1'
|
||||
* Product: '<S10>/Divide1'
|
||||
*/
|
||||
rtY->DC_phaA = rtb_Switch1_idx_0 / 1000;
|
||||
rtY->DC_phaA = rtb_Abs5 / 1000;
|
||||
|
||||
/* Outport: '<Root>/DC_phaB' incorporates:
|
||||
* Constant: '<S10>/Constant1'
|
||||
@ -656,7 +651,7 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
* Constant: '<S10>/Constant1'
|
||||
* Product: '<S10>/Divide1'
|
||||
*/
|
||||
rtY->DC_phaC = rtb_Abs5 / 1000;
|
||||
rtY->DC_phaC = rtb_Abs1 / 1000;
|
||||
|
||||
/* End of Outputs for SubSystem: '<Root>/BLDC_controller' */
|
||||
|
||||
|
@ -7,9 +7,9 @@
|
||||
*
|
||||
* Code generated for Simulink model 'BLDC_controller'.
|
||||
*
|
||||
* Model version : 1.877
|
||||
* Model version : 1.879
|
||||
* Simulink Coder version : 8.13 (R2017b) 24-Jul-2017
|
||||
* C/C++ source code generated on : Wed Jun 5 22:29:28 2019
|
||||
* C/C++ source code generated on : Thu Jun 6 17:49:29 2019
|
||||
*
|
||||
* Target selection: ert.tlc
|
||||
* Embedded hardware selection: ARM Compatible->ARM Cortex
|
||||
|
@ -7,9 +7,9 @@
|
||||
*
|
||||
* Code generated for Simulink model 'BLDC_controller'.
|
||||
*
|
||||
* Model version : 1.877
|
||||
* Model version : 1.879
|
||||
* Simulink Coder version : 8.13 (R2017b) 24-Jul-2017
|
||||
* C/C++ source code generated on : Wed Jun 5 22:29:28 2019
|
||||
* C/C++ source code generated on : Thu Jun 6 17:49:29 2019
|
||||
*
|
||||
* Target selection: ert.tlc
|
||||
* Embedded hardware selection: ARM Compatible->ARM Cortex
|
||||
|
@ -7,9 +7,9 @@
|
||||
*
|
||||
* Code generated for Simulink model 'BLDC_controller'.
|
||||
*
|
||||
* Model version : 1.877
|
||||
* Model version : 1.879
|
||||
* Simulink Coder version : 8.13 (R2017b) 24-Jul-2017
|
||||
* C/C++ source code generated on : Wed Jun 5 22:29:28 2019
|
||||
* C/C++ source code generated on : Thu Jun 6 17:49:29 2019
|
||||
*
|
||||
* Target selection: ert.tlc
|
||||
* Embedded hardware selection: ARM Compatible->ARM Cortex
|
||||
|
@ -21,9 +21,9 @@
|
||||
</span><span><a class="LN" name="7"> 7 </a><span class="CT"> *</span>
|
||||
</span><span><a class="LN" name="8"> 8 </a><span class="CT"> * Code generated for Simulink model 'BLDC_controller'.</span>
|
||||
</span><span><a class="LN" name="9"> 9 </a><span class="CT"> *</span>
|
||||
</span><span><a class="LN" name="10"> 10 </a><span class="CT"> * Model version : 1.877</span>
|
||||
</span><span><a class="LN" name="10"> 10 </a><span class="CT"> * Model version : 1.879</span>
|
||||
</span><span><a class="LN" name="11"> 11 </a><span class="CT"> * Simulink Coder version : 8.13 (R2017b) 24-Jul-2017</span>
|
||||
</span><span><a class="LN" name="12"> 12 </a><span class="CT"> * C/C++ source code generated on : Wed Jun 5 22:29:28 2019</span>
|
||||
</span><span><a class="LN" name="12"> 12 </a><span class="CT"> * C/C++ source code generated on : Thu Jun 6 17:49:29 2019</span>
|
||||
</span><span><a class="LN" name="13"> 13 </a><span class="CT"> *</span>
|
||||
</span><span><a class="LN" name="14"> 14 </a><span class="CT"> * Target selection: ert.tlc</span>
|
||||
</span><span><a class="LN" name="15"> 15 </a><span class="CT"> * Embedded hardware selection: ARM Compatible->ARM Cortex</span>
|
||||
|
@ -21,9 +21,9 @@
|
||||
</span><span><a class="LN" name="7"> 7 </a><span class="CT"> *</span>
|
||||
</span><span><a class="LN" name="8"> 8 </a><span class="CT"> * Code generated for Simulink model 'BLDC_controller'.</span>
|
||||
</span><span><a class="LN" name="9"> 9 </a><span class="CT"> *</span>
|
||||
</span><span><a class="LN" name="10"> 10 </a><span class="CT"> * Model version : 1.877</span>
|
||||
</span><span><a class="LN" name="10"> 10 </a><span class="CT"> * Model version : 1.879</span>
|
||||
</span><span><a class="LN" name="11"> 11 </a><span class="CT"> * Simulink Coder version : 8.13 (R2017b) 24-Jul-2017</span>
|
||||
</span><span><a class="LN" name="12"> 12 </a><span class="CT"> * C/C++ source code generated on : Wed Jun 5 22:29:28 2019</span>
|
||||
</span><span><a class="LN" name="12"> 12 </a><span class="CT"> * C/C++ source code generated on : Thu Jun 6 17:49:29 2019</span>
|
||||
</span><span><a class="LN" name="13"> 13 </a><span class="CT"> *</span>
|
||||
</span><span><a class="LN" name="14"> 14 </a><span class="CT"> * Target selection: ert.tlc</span>
|
||||
</span><span><a class="LN" name="15"> 15 </a><span class="CT"> * Embedded hardware selection: ARM Compatible->ARM Cortex</span>
|
||||
|
@ -100,7 +100,7 @@ Function Information
|
||||
:
|
||||
</td>
|
||||
<td width="4%" align="right" valign="top">
|
||||
408
|
||||
404
|
||||
</td>
|
||||
<td width="86%" align="right" valign="top">
|
||||
 
|
||||
@ -115,7 +115,7 @@ Function Information
|
||||
:
|
||||
</td>
|
||||
<td width="4%" align="right" valign="top">
|
||||
1,155
|
||||
1,150
|
||||
</td>
|
||||
<td width="86%" align="right" valign="top">
|
||||
 
|
||||
@ -169,13 +169,13 @@ BLDC_controller.c
|
||||
|
||||
</td>
|
||||
<td width="22%" align="right" valign="top" style="border-style: none">
|
||||
258
|
||||
254
|
||||
</td>
|
||||
<td width="22%" align="right" valign="top" style="border-style: none">
|
||||
698
|
||||
693
|
||||
</td>
|
||||
<td width="22%" align="right" valign="top" style="border-style: none">
|
||||
06/05/2019 10:29 PM
|
||||
06/06/2019 5:49 PM
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
@ -193,7 +193,7 @@ BLDC_controller.h
|
||||
246
|
||||
</td>
|
||||
<td width="22%" align="right" valign="top" style="border-style: none">
|
||||
06/05/2019 10:29 PM
|
||||
06/06/2019 5:49 PM
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
@ -211,7 +211,7 @@ rtwtypes.h
|
||||
109
|
||||
</td>
|
||||
<td width="22%" align="right" valign="top" style="border-style: none">
|
||||
06/05/2019 10:29 PM
|
||||
06/06/2019 5:49 PM
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
@ -229,7 +229,7 @@ BLDC_controller_data.c
|
||||
102
|
||||
</td>
|
||||
<td width="22%" align="right" valign="top" style="border-style: none">
|
||||
06/05/2019 10:29 PM
|
||||
06/06/2019 5:49 PM
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
@ -448,10 +448,10 @@ BLDC_controller_step
|
||||
60
|
||||
</td>
|
||||
<td width="12%" align="right" valign="top" style="border-style: none">
|
||||
185
|
||||
181
|
||||
</td>
|
||||
<td width="12%" align="right" valign="top" style="border-style: none">
|
||||
516
|
||||
511
|
||||
</td>
|
||||
<td width="12%" align="right" valign="top" style="border-style: none">
|
||||
24
|
||||
@ -760,10 +760,10 @@ BLDC_controller_step
|
||||
60
|
||||
</td>
|
||||
<td width="11%" align="right" valign="top" style="border-style: none">
|
||||
185
|
||||
181
|
||||
</td>
|
||||
<td width="11%" align="right" valign="top" style="border-style: none">
|
||||
516
|
||||
511
|
||||
</td>
|
||||
<td width="11%" align="right" valign="top" style="border-style: none">
|
||||
24
|
||||
|
@ -36,6 +36,7 @@ function RTW_SidParentMap() {
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:3"] = "BLDCmotorControl_R2017b:2687";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:4"] = "BLDCmotorControl_R2017b:2687";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:5"] = "BLDCmotorControl_R2017b:2687";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1660"] = "BLDCmotorControl_R2017b:2687";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:6"] = "BLDCmotorControl_R2017b:2687";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:215"] = "BLDCmotorControl_R2017b:2687";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:282"] = "BLDCmotorControl_R2017b:2687";
|
||||
@ -43,6 +44,7 @@ function RTW_SidParentMap() {
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:416"] = "BLDCmotorControl_R2017b:2687";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:417"] = "BLDCmotorControl_R2017b:2687";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1379"] = "BLDCmotorControl_R2017b:2687";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1667"] = "BLDCmotorControl_R2017b:2687";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:418"] = "BLDCmotorControl_R2017b:2687";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:419"] = "BLDCmotorControl_R2017b:2687";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:420"] = "BLDCmotorControl_R2017b:2687";
|
||||
@ -60,6 +62,7 @@ function RTW_SidParentMap() {
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:431"] = "BLDCmotorControl_R2017b:2687";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:432"] = "BLDCmotorControl_R2017b:2687";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:433"] = "BLDCmotorControl_R2017b:2687";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1659"] = "BLDCmotorControl_R2017b:2687";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:434"] = "BLDCmotorControl_R2017b:2687";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:457"] = "BLDCmotorControl_R2017b:2687";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:589"] = "BLDCmotorControl_R2017b:2687";
|
||||
@ -80,6 +83,7 @@ function RTW_SidParentMap() {
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:8"] = "BLDCmotorControl_R2017b:2687:6";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:9"] = "BLDCmotorControl_R2017b:2687:6";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1375"] = "BLDCmotorControl_R2017b:2687:6";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1661"] = "BLDCmotorControl_R2017b:2687:6";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:26"] = "BLDCmotorControl_R2017b:2687:6";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:10"] = "BLDCmotorControl_R2017b:2687:6";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:38"] = "BLDCmotorControl_R2017b:2687:6";
|
||||
@ -93,6 +97,7 @@ function RTW_SidParentMap() {
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:184"] = "BLDCmotorControl_R2017b:2687:6";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1633"] = "BLDCmotorControl_R2017b:2687:6";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1482"] = "BLDCmotorControl_R2017b:2687:6";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1666"] = "BLDCmotorControl_R2017b:2687:6";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1382"] = "BLDCmotorControl_R2017b:2687:6";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:186"] = "BLDCmotorControl_R2017b:2687:6";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:187"] = "BLDCmotorControl_R2017b:2687:6";
|
||||
@ -106,6 +111,7 @@ function RTW_SidParentMap() {
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:195"] = "BLDCmotorControl_R2017b:2687:6";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:196"] = "BLDCmotorControl_R2017b:2687:6";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:197"] = "BLDCmotorControl_R2017b:2687:6";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1662"] = "BLDCmotorControl_R2017b:2687:6";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:198"] = "BLDCmotorControl_R2017b:2687:6";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1376"] = "BLDCmotorControl_R2017b:2687:6";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:199"] = "BLDCmotorControl_R2017b:2687:6";
|
||||
@ -132,7 +138,6 @@ function RTW_SidParentMap() {
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1460"] = "BLDCmotorControl_R2017b:2687:215";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1461"] = "BLDCmotorControl_R2017b:2687:215";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:221"] = "BLDCmotorControl_R2017b:2687:215";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:595"] = "BLDCmotorControl_R2017b:2687:215";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1464"] = "BLDCmotorControl_R2017b:2687:215";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1465"] = "BLDCmotorControl_R2017b:2687:215";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1466"] = "BLDCmotorControl_R2017b:2687:215";
|
||||
@ -291,11 +296,11 @@ function RTW_SidParentMap() {
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:57"] = "BLDCmotorControl_R2017b:2687:38";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1632"] = "BLDCmotorControl_R2017b:2687:38";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1373"] = "BLDCmotorControl_R2017b:2687:59";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1663"] = "BLDCmotorControl_R2017b:2687:59";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1370"] = "BLDCmotorControl_R2017b:2687:59";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:60"] = "BLDCmotorControl_R2017b:2687:59";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:61"] = "BLDCmotorControl_R2017b:2687:59";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1629"] = "BLDCmotorControl_R2017b:2687:59";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1319"] = "BLDCmotorControl_R2017b:2687:59";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1366"] = "BLDCmotorControl_R2017b:2687:59";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1320"] = "BLDCmotorControl_R2017b:2687:59";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1321"] = "BLDCmotorControl_R2017b:2687:59";
|
||||
@ -310,10 +315,10 @@ function RTW_SidParentMap() {
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1641"] = "BLDCmotorControl_R2017b:2687:59";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1642"] = "BLDCmotorControl_R2017b:2687:59";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:86"] = "BLDCmotorControl_R2017b:2687:59";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1665"] = "BLDCmotorControl_R2017b:2687:59";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1380"] = "BLDCmotorControl_R2017b:2687:59";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1455"] = "BLDCmotorControl_R2017b:2687:59";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1361"] = "BLDCmotorControl_R2017b:2687:59";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1322"] = "BLDCmotorControl_R2017b:2687:59";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1323"] = "BLDCmotorControl_R2017b:2687:59";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1517"] = "BLDCmotorControl_R2017b:2687:59";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1324"] = "BLDCmotorControl_R2017b:2687:59";
|
||||
@ -326,6 +331,7 @@ function RTW_SidParentMap() {
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1533"] = "BLDCmotorControl_R2017b:2687:59";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:99"] = "BLDCmotorControl_R2017b:2687:59";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:100"] = "BLDCmotorControl_R2017b:2687:59";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1664"] = "BLDCmotorControl_R2017b:2687:59";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1398"] = "BLDCmotorControl_R2017b:2687:59";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1371"] = "BLDCmotorControl_R2017b:2687:59";
|
||||
this.sidParentMap["BLDCmotorControl_R2017b:2687:1372"] = "BLDCmotorControl_R2017b:2687:59";
|
||||
|
@ -40,7 +40,7 @@ MathWorks
|
||||
Model Version
|
||||
</td>
|
||||
<td align="left" valign="top">
|
||||
1.877
|
||||
1.879
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
@ -109,7 +109,7 @@ Simulink Coder Version
|
||||
Timestamp of Generated Source Code
|
||||
</td>
|
||||
<td align="left" valign="top">
|
||||
Wed Jun 5 22:29:28 2019
|
||||
Thu Jun 6 17:49:29 2019
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
@ -12,7 +12,7 @@ this.def["plook_u8s32u32n31_evenc_s"] = {file: "BLDC_controller_c.html",line:93,
|
||||
this.def["intrp1d_s16s32s32u8u32n31l_s"] = {file: "BLDC_controller_c.html",line:127,type:"fcn"};
|
||||
this.def["div_nde_s32_floor"] = {file: "BLDC_controller_c.html",line:143,type:"fcn"};
|
||||
this.def["BLDC_controller_step"] = {file: "BLDC_controller_c.html",line:150,type:"fcn"};
|
||||
this.def["BLDC_controller_initialize"] = {file: "BLDC_controller_c.html",line:668,type:"fcn"};
|
||||
this.def["BLDC_controller_initialize"] = {file: "BLDC_controller_c.html",line:663,type:"fcn"};
|
||||
this.def["RT_MODEL"] = {file: "BLDC_controller_h.html",line:35,type:"type"};
|
||||
this.def["DW"] = {file: "BLDC_controller_h.html",line:58,type:"type"};
|
||||
this.def["ConstP"] = {file: "BLDC_controller_h.html",line:116,type:"type"};
|
||||
|
@ -21,9 +21,9 @@
|
||||
</span><span><a class="LN" name="7"> 7 </a><span class="CT"> *</span>
|
||||
</span><span><a class="LN" name="8"> 8 </a><span class="CT"> * Code generated for Simulink model 'BLDC_controller'.</span>
|
||||
</span><span><a class="LN" name="9"> 9 </a><span class="CT"> *</span>
|
||||
</span><span><a class="LN" name="10"> 10 </a><span class="CT"> * Model version : 1.877</span>
|
||||
</span><span><a class="LN" name="10"> 10 </a><span class="CT"> * Model version : 1.879</span>
|
||||
</span><span><a class="LN" name="11"> 11 </a><span class="CT"> * Simulink Coder version : 8.13 (R2017b) 24-Jul-2017</span>
|
||||
</span><span><a class="LN" name="12"> 12 </a><span class="CT"> * C/C++ source code generated on : Wed Jun 5 22:29:28 2019</span>
|
||||
</span><span><a class="LN" name="12"> 12 </a><span class="CT"> * C/C++ source code generated on : Thu Jun 6 17:49:29 2019</span>
|
||||
</span><span><a class="LN" name="13"> 13 </a><span class="CT"> *</span>
|
||||
</span><span><a class="LN" name="14"> 14 </a><span class="CT"> * Target selection: ert.tlc</span>
|
||||
</span><span><a class="LN" name="15"> 15 </a><span class="CT"> * Embedded hardware selection: ARM Compatible->ARM Cortex</span>
|
||||
|
@ -21,9 +21,9 @@
|
||||
</span><span><a class="LN" name="7"> 7 </a><span class="CT"> *</span>
|
||||
</span><span><a class="LN" name="8"> 8 </a><span class="CT"> * Code generated for Simulink model 'BLDC_controller'.</span>
|
||||
</span><span><a class="LN" name="9"> 9 </a><span class="CT"> *</span>
|
||||
</span><span><a class="LN" name="10"> 10 </a><span class="CT"> * Model version : 1.877</span>
|
||||
</span><span><a class="LN" name="10"> 10 </a><span class="CT"> * Model version : 1.879</span>
|
||||
</span><span><a class="LN" name="11"> 11 </a><span class="CT"> * Simulink Coder version : 8.13 (R2017b) 24-Jul-2017</span>
|
||||
</span><span><a class="LN" name="12"> 12 </a><span class="CT"> * C/C++ source code generated on : Wed Jun 5 22:29:28 2019</span>
|
||||
</span><span><a class="LN" name="12"> 12 </a><span class="CT"> * C/C++ source code generated on : Thu Jun 6 17:49:29 2019</span>
|
||||
</span><span><a class="LN" name="13"> 13 </a><span class="CT"> *</span>
|
||||
</span><span><a class="LN" name="14"> 14 </a><span class="CT"> * Target selection: ert.tlc</span>
|
||||
</span><span><a class="LN" name="15"> 15 </a><span class="CT"> * Embedded hardware selection: ARM Compatible->ARM Cortex</span>
|
||||
|
@ -8,7 +8,7 @@
|
||||
"sid":"BLDCmotorControl_R2017b",
|
||||
"name":"BLDCmotorControl_R2017b",
|
||||
"fullname":"BLDCmotorControl_R2017b",
|
||||
"label":"BLDCmotorControl_R2017b*",
|
||||
"label":"BLDCmotorControl_R2017b",
|
||||
"parent":0,
|
||||
"descendants":[
|
||||
2,
|
||||
|
@ -174,5 +174,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2019-06-05 22:29:43 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2019-06-06 17:49:45 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
@ -174,5 +174,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2019-06-05 22:29:43 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2019-06-06 17:49:44 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
@ -174,5 +174,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2019-06-05 22:29:43 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2019-06-06 17:49:45 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
@ -174,5 +174,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2019-06-05 22:29:43 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2019-06-06 17:49:45 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
@ -700,5 +700,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2019-06-05 22:29:37 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2019-06-06 17:49:38 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |
@ -159,54 +159,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_R2017b:2687:169",
|
||||
"className":"Simulink.UnitDelay",
|
||||
"icon":"WebViewIcon2",
|
||||
"name":"z_counter2",
|
||||
"label":"z_counter2",
|
||||
"parent":"BLDCmotorControl_R2017b:2687:1340",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitialCondition",
|
||||
"InputProcessing",
|
||||
"SampleTime",
|
||||
"CodeGenStateStorageTypeQualifier",
|
||||
"StateMustResolveToSignalObject",
|
||||
"StateName",
|
||||
"StateSignalObject",
|
||||
"StateStorageClass"
|
||||
],
|
||||
"values":[
|
||||
"z_maxCntRst",
|
||||
"Elements as channels (sample based)",
|
||||
"-1",
|
||||
"",
|
||||
"off",
|
||||
"",
|
||||
[
|
||||
],
|
||||
"Auto"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"UnitDelay",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_R2017b:2687:1454",
|
||||
"className":"Simulink.Sum",
|
||||
@ -264,6 +216,54 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_R2017b:2687:169",
|
||||
"className":"Simulink.UnitDelay",
|
||||
"icon":"WebViewIcon2",
|
||||
"name":"z_counter2",
|
||||
"label":"z_counter2",
|
||||
"parent":"BLDCmotorControl_R2017b:2687:1340",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitialCondition",
|
||||
"InputProcessing",
|
||||
"SampleTime",
|
||||
"CodeGenStateStorageTypeQualifier",
|
||||
"StateMustResolveToSignalObject",
|
||||
"StateName",
|
||||
"StateSignalObject",
|
||||
"StateStorageClass"
|
||||
],
|
||||
"values":[
|
||||
"z_maxCntRst",
|
||||
"Elements as channels (sample based)",
|
||||
"-1",
|
||||
"",
|
||||
"off",
|
||||
"",
|
||||
[
|
||||
],
|
||||
"Auto"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"UnitDelay",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_R2017b:2687:1344",
|
||||
"className":"Simulink.ActionPort",
|
||||
|
@ -107,11 +107,75 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_R2017b:2687:1454">
|
||||
<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,142)">
|
||||
<image height="52" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAA0CAYAAADmI0o+AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA/0lEQVRYhe2ZIW/DQAxGX6espLQlJUX7Rfv/YKQkATeQgoQMnKPd1qbqN81F35MsW9FJ9+QkxN4A78AB2EfOpAeGyG0Mvw92IXNsIpMdsI16Bi7A562DHbVTR+AUkclr5AkYgdI8uxJbOnYC3pLFoHZqpHaqXxN7eYLIn7CYisVULKZiMRWLqVhMxWIqFlOxmIrFVCymYjEVi6lYTMViKhZTsZiKxVQ66uR4x8r0+J/5AM5xZ6HO+ec1sYGfS4FMzhEDdZx+V6yPelkKZNKubErcN90Ta5cCmZS4o/DAq+zjQOG7e1lcIsYm3xTbUHdJW+rHn/0DzBFTUy9hjAH4AuulQu3BCA3/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,260,143)">
|
||||
<path d="M0,0 L30,0 L30,44 L0,44 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip8">
|
||||
<path d="M259.5,142.5 L289.5,142.5 L289.5,186.5 L259.5,186.5 L259.5,142.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="263,155 267,155" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip9">
|
||||
<path d="M259.5,142.5 L289.5,142.5 L289.5,186.5 L259.5,186.5 L259.5,142.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<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="265,153 265,157" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip10">
|
||||
<path d="M259.5,142.5 L289.5,142.5 L289.5,186.5 L259.5,186.5 L259.5,142.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<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="263,175 267,175" 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,260,143)">
|
||||
<path d="M0,0 L30,0 L30,44 L0,44 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,292,163)">
|
||||
<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="clip11">
|
||||
<path d="M-245.172,-133 L99.1875,-133 L99.1875,41 L-245.172,41 L-245.172,-133 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip11)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,292,151)">
|
||||
<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="BLDCmotorControl_R2017b:2687:169">
|
||||
<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,162)">
|
||||
<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,180,163)">
|
||||
<path d="M0,0 L20,0 L20,24 L0,24 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -119,35 +183,35 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip8">
|
||||
<clipPath id="clip13">
|
||||
<path d="M0,0 L20,0 L20,24 L0,24 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip8)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,180,163)">
|
||||
<g clip-path="url(#clip13)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,180,163)">
|
||||
<path d="M0,0 L20,0 L20,24 L0,24 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip14">
|
||||
<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(#clip14)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.7,0,0,0.7,188.5,173.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,188.5,173.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="clip15">
|
||||
<clipPath id="clip20">
|
||||
<path d="M-2,-13 L7,-13 L7,18 L-2,18 L-2,-13 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip15)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.7,0,0,0.7,188.5,173.5)">
|
||||
<g clip-path="url(#clip20)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.7,0,0,0.7,188.5,173.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="clip16">
|
||||
<clipPath id="clip21">
|
||||
<path d="M-2,-13 L7,-13 L7,18 L-2,18 L-2,-13 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip16)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.7,0,0,0.7,188.5,173.5)">
|
||||
<g clip-path="url(#clip21)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.7,0,0,0.7,188.5,173.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-->
|
||||
@ -173,75 +237,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="clip30">
|
||||
<clipPath id="clip35">
|
||||
<path d="M-155.172,-143 L189.188,-143 L189.188,31 L-155.172,31 L-155.172,-143 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip30)" 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,161)">
|
||||
<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="BLDCmotorControl_R2017b:2687:1454">
|
||||
<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,142)">
|
||||
<image height="52" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAA0CAYAAADmI0o+AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA/0lEQVRYhe2ZIW/DQAxGX6espLQlJUX7Rfv/YKQkATeQgoQMnKPd1qbqN81F35MsW9FJ9+QkxN4A78AB2EfOpAeGyG0Mvw92IXNsIpMdsI16Bi7A562DHbVTR+AUkclr5AkYgdI8uxJbOnYC3pLFoHZqpHaqXxN7eYLIn7CYisVULKZiMRWLqVhMxWIqFlOxmIrFVCymYjEVi6lYTMViKhZTsZiKxVQ66uR4x8r0+J/5AM5xZ6HO+ec1sYGfS4FMzhEDdZx+V6yPelkKZNKubErcN90Ta5cCmZS4o/DAq+zjQOG7e1lcIsYm3xTbUHdJW+rHn/0DzBFTUy9hjAH4AuulQu3BCA3/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,260,143)">
|
||||
<path d="M0,0 L30,0 L30,44 L0,44 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip32">
|
||||
<path d="M259.5,142.5 L289.5,142.5 L289.5,186.5 L259.5,186.5 L259.5,142.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="263,155 267,155" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip33">
|
||||
<path d="M259.5,142.5 L289.5,142.5 L289.5,186.5 L259.5,186.5 L259.5,142.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="265,153 265,157" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip34">
|
||||
<path d="M259.5,142.5 L289.5,142.5 L289.5,186.5 L259.5,186.5 L259.5,142.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="263,175 267,175" 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,260,143)">
|
||||
<path d="M0,0 L30,0 L30,44 L0,44 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,292,163)">
|
||||
<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="clip35">
|
||||
<path d="M-245.172,-133 L99.1875,-133 L99.1875,41 L-245.172,41 L-245.172,-133 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,292,151)">
|
||||
<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,202,161)">
|
||||
<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-->
|
||||
@ -255,7 +255,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_R2017b:2687:1344">
|
||||
<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,159,19)">
|
||||
<image height="36" preserveAspectRatio="none" width="67" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAAkCAYAAADSO4eRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABG0lEQVRoge2ZMU/DMBBGX1Do0hWWLp34Rfz/gaVLMrhDOyQDDHcRH8igSC0FrO9JJ1vRKbKfzh58HfAMPAIPObbGAIw5aoyfE3tCwE6iNbbAJuczcAaOtcSeqIgdsM9ojfscJ+AEFPn2Aa2MPfB0i9X9AjMh4kgckaqMu1uu6K9jGYJlCJYhWIZgGYJlCJYh9Ctyuh9fxXV4vfQHrgzBMgTLECxDWHOBXnwx/RdcGYJlCJYhWIZgGYJlCJYh9MRr8ZYvXowb4AU4EPssRN9kriX2RGdJmyytccgYiVbBtzKGnC9NltbQ9mIh9jjVEhcZ2mRpjULsq7DimAyZUHivkpY4Z5xkrMroiF7rhrhAW7xE54xJ5ksYY4y5Bm9CF0TQNlxlBgAAAABJRU5ErkJggg==" y="0"/>
|
||||
<image height="36" preserveAspectRatio="none" width="67" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAAkCAYAAADSO4eRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABKElEQVRoge2ZMW/CMBBGH1XKwtouLCzlx3Tuzy8LC0symAGGZGiHc8TXyrSRGkFlfU86nYUOK366eMgtgDfgGXjKuTZaoMtZo/te2BAC1hK1sQKWeT0AZ+BYKmyIjlgDmxy18ZhzD5yAJL99QTtjA2xv8XR3YCBEHIlXpCjj4ZZP9N+xDMEyBMsQLEOwDMEyBMsQmpn2eQd2hbyb8N+XiXW/8fHXDdwZgmUIliFYhjDXBbrN8TrTfnfBnSFYhmAZgmUIliFYhmAZQkN8LV5x5YtxBeyBA3HORMxNhlJhQ0yWdMhSG4ccHTEq+FFGm9fjkKU2dLyYiDP2pcJRhg5ZaiMR50pMeE3aXJC4dElNnHOcJBdlLIhZ65K4QGu8RIccvazHMMYYMwef34pLZOsaVYQAAAAASUVORK5CYII=" 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,160,20)">
|
||||
<path d="M0,0 L59,0 L59,28 L0,28 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -446,5 +446,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2019-06-05 22:29:39 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2019-06-06 17:49:40 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 175 KiB After Width: | Height: | Size: 175 KiB |
@ -420,49 +420,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_R2017b:2687:1651:1618",
|
||||
"className":"Simulink.RelationalOperator",
|
||||
"icon":"WebViewIcon2",
|
||||
"name":"Relational Operator1",
|
||||
"label":"Relational Operator1",
|
||||
"parent":"BLDCmotorControl_R2017b:2687:1651",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"OutDataTypeStr",
|
||||
"InputSameDT",
|
||||
"Operator",
|
||||
"RndMeth",
|
||||
"SampleTime",
|
||||
"ZeroCross"
|
||||
],
|
||||
"values":[
|
||||
"boolean",
|
||||
"off",
|
||||
"<",
|
||||
"Simplest",
|
||||
"-1",
|
||||
"on"
|
||||
],
|
||||
"tabs":[
|
||||
"Data Type",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
1
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"RelationalOperator",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_R2017b:2687:1651:1616",
|
||||
"className":"Simulink.Constant",
|
||||
@ -512,6 +469,49 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_R2017b:2687:1651:1618",
|
||||
"className":"Simulink.RelationalOperator",
|
||||
"icon":"WebViewIcon2",
|
||||
"name":"Relational Operator1",
|
||||
"label":"Relational Operator1",
|
||||
"parent":"BLDCmotorControl_R2017b:2687:1651",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"OutDataTypeStr",
|
||||
"InputSameDT",
|
||||
"Operator",
|
||||
"RndMeth",
|
||||
"SampleTime",
|
||||
"ZeroCross"
|
||||
],
|
||||
"values":[
|
||||
"boolean",
|
||||
"off",
|
||||
"<",
|
||||
"Simplest",
|
||||
"-1",
|
||||
"on"
|
||||
],
|
||||
"tabs":[
|
||||
"Data Type",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
1
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"RelationalOperator",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_R2017b:2687:1651:1620#out:1",
|
||||
"className":"Simulink.Line",
|
||||
|
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 6.5 KiB |
@ -689,11 +689,59 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_R2017b:2687:1651:1616">
|
||||
<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,59,206)">
|
||||
<image height="24" preserveAspectRatio="none" width="83" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFMAAAAYCAYAAACGLcGvAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA8UlEQVRYhe3YIQ/CMBCG4RcyMFgwGBS/iP8vMJhNdALEZhB3C1coBNFAIN+TXNosFcuXNtt1BhyADbD2UXIt0PkYq7tf2GABbkNJbgUsfT4CF6AvLWywHbkFdl6SW/g4AGcghWeZuDN3wP4Tb/eDRizIHjvixTDnn3yjf6cwK1KYFSnMihRmRQqzIoVZkcKsSGFW1GB/9Cue/NULR+CE5ZSw3nwsLWyw24/YyEvu5NVh7eTLMFufT4285OIVXMIyGkoLpzBjIy+5hOWSeOOYt74gcdulcnPxOoexGOYMu89cYh8gfYQejV5DmE8lIiLyfVcyXkK1ktWzmwAAAABJRU5ErkJggg==" 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,60,207)">
|
||||
<path d="M0,0 L75,0 L75,16 L0,16 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip81">
|
||||
<path d="M-37,-8 L38,-8 L38,8 L-37,8 L-37,-8 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,97,215)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="58.8281" x="-29.4062" xml:space="preserve" y="3.5">z_cntMaxLim</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,60,207)">
|
||||
<path d="M0,0 L75,0 L75,16 L0,16 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,137,213)">
|
||||
<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="clip82">
|
||||
<path d="M-119,-230 L308,-230 L308,64 L-119,64 L-119,-230 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,137,201)">
|
||||
<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="BLDCmotorControl_R2017b:2687:1651:1618">
|
||||
<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,169,171)">
|
||||
<image height="64" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAABACAYAAAB2kAXpAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABTElEQVRoge2aPW/CQAxAX6orC2u7sLC0f6Zrfyu/pmXowpIM1yEMYaDDGfUEBzpTjK6Sn2Q5iizdk/OpOB3wDjwDT5It6YFBch7DcWEQmUUWlsyBmWzvgC3wXSoMpE4tgKWEJY+SJ2AEYrbvROzQsSXwaiwGqVMjqVP9ObGHO4hchYtpcTEtLqalWbFQUbMCOoka9sDb1UZCjdgn9VI341+LfdCoWLMdW5tbFGj2duFiWlxMi4tpaVas5gb7UlGzk5gk/5naR9LdafZQupgWF9PiYlpcTIuLaXExLS6mxcW01LzB7s0tCjTbMRfT4mJaXExLIE1Z55yZtN6YL2Aja0bSTLz4SSGQJvj5AN2SjcRAGj1fFOtl+zBAtyT/vSHKetMlsXyAbkmUNSIVh7KXgshv96zYSoxZLop1pP8uZqST3/oCOP6OlofjOAA/PZNPUSfU0XMAAAAASUVORK5CYII=" y="0"/>
|
||||
<image height="64" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAABACAYAAAB2kAXpAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABJklEQVRoge2aMW+DMBBGHxXNkrVdsmTqL+r/H7pkgcEdyABDO/hQnTZE+WhdMXxPOtlCB346YPG5AV6BZ+Apxpp0QB9jGf33xDZkDkXUZA/sYj4BZ+D9WmJLrtQBOEbU5DHGERiAVFz7ITZX7Ai8VBaDXKmBXKluSezhH0RWYTEVi6lYTGWzYu0dOc2K536suOeCzVbMYioWU7GYisVULKZiMRWLqVhMxWIqFlOxmIrFVCymYjEVi6lsVuyejbtfb8KtYbMVs5iKxVQsptKSu6x7Fjqtf8wbcIo1E7knPi2J9Vw20GtyiujJreebYl3M5wZ6TcrjDSnWG2+JlQ30mqRYI3HHq+wiIfFVvVqcI4ZivCrWkM9d7Mgff+0fYIoYi/kcxhiAT0L5RQguBM9JAAAAAElFTkSuQmCC" 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,170,172)">
|
||||
<path d="M0,0 L30,0 L30,56 L0,56 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -701,19 +749,19 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip81">
|
||||
<clipPath id="clip84">
|
||||
<path d="M0,0 L30,0 L30,56 L0,56 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,170,172)">
|
||||
<g clip-path="url(#clip84)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,170,172)">
|
||||
<path d="M0,0 L30,0 L30,56 L0,56 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip87">
|
||||
<clipPath id="clip90">
|
||||
<path d="M-3,-5 L8,-5 L8,10 L-3,10 L-3,-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,182.5,197.5)">
|
||||
<g clip-path="url(#clip90)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,182.5,197.5)">
|
||||
<path d="M6.07812,6.3125 L6.07812,5.5 L0.453125,2.70312 L6.07812,-0.09375 L6.07812,-0.9375 L-1.26562,2.64062 L-1.26562,2.76562 L6.07812,6.3125 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -739,11 +787,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="clip101">
|
||||
<clipPath id="clip104">
|
||||
<path d="M-184,-215 L243,-215 L243,79 L-184,79 L-184,-215 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,202,186)">
|
||||
<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,202,186)">
|
||||
<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-->
|
||||
@ -753,54 +801,6 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_R2017b:2687:1651:1616">
|
||||
<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,59,206)">
|
||||
<image height="24" preserveAspectRatio="none" width="83" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFMAAAAYCAYAAACGLcGvAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA8UlEQVRYhe3YIQ/CMBCG4RcyMFgwGBS/iP8vMJhNdALEZhB3C1coBNFAIN+TXNosFcuXNtt1BhyADbD2UXIt0PkYq7tf2GABbkNJbgUsfT4CF6AvLWywHbkFdl6SW/g4AGcghWeZuDN3wP4Tb/eDRizIHjvixTDnn3yjf6cwK1KYFSnMihRmRQqzIoVZkcKsSGFW1GB/9Cue/NULR+CE5ZSw3nwsLWyw24/YyEvu5NVh7eTLMFufT4285OIVXMIyGkoLpzBjIy+5hOWSeOOYt74gcdulcnPxOoexGOYMu89cYh8gfYQejV5DmE8lIiLyfVcyXkK1ktWzmwAAAABJRU5ErkJggg==" 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,60,207)">
|
||||
<path d="M0,0 L75,0 L75,16 L0,16 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip103">
|
||||
<path d="M-37,-8 L38,-8 L38,8 L-37,8 L-37,-8 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,97,215)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="58.8281" x="-29.4062" xml:space="preserve" y="3.5">z_cntMaxLim</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,60,207)">
|
||||
<path d="M0,0 L75,0 L75,16 L0,16 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,137,213)">
|
||||
<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="clip104">
|
||||
<path d="M-119,-230 L308,-230 L308,64 L-119,64 L-119,-230 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,137,201)">
|
||||
<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 id="BLDCmotorControl_R2017b:2687:1651:1620#out:1">
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="PathIntersectionsEnabledTag">
|
||||
@ -955,5 +955,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2019-06-05 22:29:39 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2019-06-06 17:49:41 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 64 KiB |
@ -1019,7 +1019,7 @@
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"r_DC",
|
||||
"r_DCabs",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
@ -1072,8 +1072,8 @@
|
||||
"sid":"BLDCmotorControl_R2017b:2687:535",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon2",
|
||||
"name":"r_DC",
|
||||
"label":"r_DC",
|
||||
"name":"r_DCabs",
|
||||
"label":"r_DCabs",
|
||||
"parent":"BLDCmotorControl_R2017b:2687:215",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -1149,7 +1149,7 @@
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"r_DC",
|
||||
"r_DCabs",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
@ -1457,53 +1457,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_R2017b:2687:595",
|
||||
"className":"Simulink.Abs",
|
||||
"icon":"WebViewIcon2",
|
||||
"name":"Abs2",
|
||||
"label":"Abs2",
|
||||
"parent":"BLDCmotorControl_R2017b:2687:215",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"OutMax",
|
||||
"OutMin",
|
||||
"RndMeth",
|
||||
"SampleTime",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"ZeroCross"
|
||||
],
|
||||
"values":[
|
||||
"Inherit: Inherit via back propagation",
|
||||
"off",
|
||||
"[]",
|
||||
"[]",
|
||||
"Simplest",
|
||||
"-1",
|
||||
"off",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
1
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Abs",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_R2017b:2687:623",
|
||||
"className":"Simulink.Math",
|
||||
@ -3440,57 +3393,6 @@
|
||||
"finder":[
|
||||
]
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_R2017b:2687:595#out:1",
|
||||
"className":"Simulink.Line",
|
||||
"icon":"WebViewIcon4",
|
||||
"name":"",
|
||||
"label":"",
|
||||
"parent":"BLDCmotorControl_R2017b:2687:215",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"SignalNameFromLabel",
|
||||
"MustResolveToSignal",
|
||||
"ShowPropagatedSignal",
|
||||
"DataLogging",
|
||||
"TestPoint",
|
||||
"SignalObjectPackage",
|
||||
"StorageClass",
|
||||
"Description",
|
||||
"documentLink"
|
||||
],
|
||||
"values":[
|
||||
"",
|
||||
"off",
|
||||
"off",
|
||||
"off",
|
||||
"off",
|
||||
"Simulink",
|
||||
"Auto",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes",
|
||||
"Logging and Accessibility",
|
||||
"Code Generation",
|
||||
"Documentation"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
5,
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":[
|
||||
]
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_R2017b:2687:547#out:1",
|
||||
"className":"Simulink.Line",
|
||||
|
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 9.3 KiB |
Before Width: | Height: | Size: 268 KiB After Width: | Height: | Size: 261 KiB |
@ -15,7 +15,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_R2017b:2687:31">
|
||||
<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,264,162)">
|
||||
<image height="32" preserveAspectRatio="none" width="28" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAgCAYAAAABtRhCAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA4ElEQVRIie2WPQ+CMBBAH6ayuOrCwuQv8v8PLixlqAMMMOjQI57yETgSB9OXXHohR18OmvQy4AZcgLOsFjxQy6qj/i50IilUWDgBueQ90AKPqUJH7KwASgkLR1k7oAGCejYSDh2WwNUohNhZQ+zMzwkPOwQmkjAJk3CEW1GTqfz5C+Fuieb//2ESJuFmHPF2PjFzQ6/kDlSyVyDONP2csOZzALJQSdTEEWNR6CUfBiALekwMsk+3JNQDkIUg7wZWfFIvBYF3t1tpJRq1Tgoz4lyaEw+N9eD0Ep3Kh0gk9vECjJhEyDfxTKEAAAAASUVORK5CYII=" y="0"/>
|
||||
<image height="32" preserveAspectRatio="none" width="28" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAgCAYAAAABtRhCAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA40lEQVRIie2WOw6DMAxAHxVlYW0XFqaeqPfoYXrDLixkSAcYYOkQo7rlIzBShypPsmIhkydDpDgBrsAZOMlqoQacrDrcd2EqkkKFhRzIJO+BFnhOFaaEzgqglLBwlLUDGsCrZyPh0GEJXIxCCJ01hM7qOeFhh8BEFEZhFI5IV9TcVH7/hXC3RPP//zAKo3AzKeF2zpm5oVfyACrZyxNmmn5O6PgcgCxUEo4wYiwKa8mHAciCHhO97NMtCfUAZMHLu54Vn7SWAs+72620Eo1aJ4UJYS7NCIfGenB6iU7lQ0Qi+3gBDrREW3bRVKAAAAAASUVORK5CYII=" 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,265,163)">
|
||||
<path d="M0,0 L20,0 L20,24 L0,24 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -95,7 +95,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_R2017b:2687:32">
|
||||
<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,264,192)">
|
||||
<image height="32" preserveAspectRatio="none" width="28" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAgCAYAAAABtRhCAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA4ElEQVRIie2WPQ+CMBBAH6ayuOrCwuQv8v8PLixlqAMMMOjQI57yETgSB9OXXHohR18OmvQy4AZcgLOsFjxQy6qj/i50IilUWDgBueQ90AKPqUJH7KwASgkLR1k7oAGCejYSDh2WwNUohNhZQ+zMzwkPOwQmkjAJk3CEW1GTqfz5C+Fuieb//2ESJuFmHPF2PjFzQ6/kDlSyVyDONP2csOZzALJQSdTEEWNR6CUfBiALekwMsk+3JNQDkIUg7wZWfFIvBYF3t1tpJRq1Tgoz4lyaEw+N9eD0Ep3Kh0gk9vECjJhEyDfxTKEAAAAASUVORK5CYII=" y="0"/>
|
||||
<image height="32" preserveAspectRatio="none" width="28" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAgCAYAAAABtRhCAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA40lEQVRIie2WOw6DMAxAHxVlYW0XFqaeqPfoYXrDLixkSAcYYOkQo7rlIzBShypPsmIhkydDpDgBrsAZOMlqoQacrDrcd2EqkkKFhRzIJO+BFnhOFaaEzgqglLBwlLUDGsCrZyPh0GEJXIxCCJ01hM7qOeFhh8BEFEZhFI5IV9TcVH7/hXC3RPP//zAKo3AzKeF2zpm5oVfyACrZyxNmmn5O6PgcgCxUEo4wYiwKa8mHAciCHhO97NMtCfUAZMHLu54Vn7SWAs+72620Eo1aJ4UJYS7NCIfGenB6iU7lQ0Qi+3gBDrREW3bRVKAAAAAASUVORK5CYII=" 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,265,193)">
|
||||
<path d="M0,0 L20,0 L20,24 L0,24 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -175,7 +175,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_R2017b:2687:33">
|
||||
<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,264,222)">
|
||||
<image height="32" preserveAspectRatio="none" width="28" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAgCAYAAAABtRhCAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA4ElEQVRIie2WPQ+CMBBAH6ayuOrCwuQv8v8PLixlqAMMMOjQI57yETgSB9OXXHohR18OmvQy4AZcgLOsFjxQy6qj/i50IilUWDgBueQ90AKPqUJH7KwASgkLR1k7oAGCejYSDh2WwNUohNhZQ+zMzwkPOwQmkjAJk3CEW1GTqfz5C+Fuieb//2ESJuFmHPF2PjFzQ6/kDlSyVyDONP2csOZzALJQSdTEEWNR6CUfBiALekwMsk+3JNQDkIUg7wZWfFIvBYF3t1tpJRq1Tgoz4lyaEw+N9eD0Ep3Kh0gk9vECjJhEyDfxTKEAAAAASUVORK5CYII=" y="0"/>
|
||||
<image height="32" preserveAspectRatio="none" width="28" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAgCAYAAAABtRhCAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA40lEQVRIie2WOw6DMAxAHxVlYW0XFqaeqPfoYXrDLixkSAcYYOkQo7rlIzBShypPsmIhkydDpDgBrsAZOMlqoQacrDrcd2EqkkKFhRzIJO+BFnhOFaaEzgqglLBwlLUDGsCrZyPh0GEJXIxCCJ01hM7qOeFhh8BEFEZhFI5IV9TcVH7/hXC3RPP//zAKo3AzKeF2zpm5oVfyACrZyxNmmn5O6PgcgCxUEo4wYiwKa8mHAciCHhO97NMtCfUAZMHLu54Vn7SWAs+72620Eo1aJ4UJYS7NCIfGenB6iU7lQ0Qi+3gBDrREW3bRVKAAAAAASUVORK5CYII=" 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,265,223)">
|
||||
<path d="M0,0 L20,0 L20,24 L0,24 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -492,7 +492,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_R2017b:2687:1535">
|
||||
<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,319,67)">
|
||||
<image height="192" preserveAspectRatio="none" width="53" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAADACAYAAACkuSvaAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACjklEQVR4nO3bT0/UQACG8WdNlwtXvHDhoh/Gs5/VT6MevKCmjbbgVrKN4mGmsUgThi07zlveXzLZPxk282QKbUJ3A7wFXgJn8bFUNdDEx+lo/p1YEULOJ6NUp8BJfD4APdDNTawIO3QOXMRRqm183AM7oJ28d8d0py6A1zlWt8BACOoIh95s1IucK8rFUSocpcJRKlYZVSXMeQds4khxG8dvwtn/J+Fk+RX4HMcXwjXbd+BHnDv9+UVSoj6QHjS6BX4RrgDGqPHiswG+AVfADXeDnkSOqJ4Q0BGu166A6/j+8MjPTZIS9Z7DoqaHX0+4Zuvj6xtC0OJDbU6OnZobT37ITaVEfTzmAo5hlX/SHaXCUSocpWKVUSkn31cJc8YrhT33rx6yS71MkrLKw89RKhylwlEqHKXCUSocpcJRKhylwlEqHKXCUSocpcJRKhylwlEqHKXCUSpWGZXyj+yj3Gh4TKvcKUepcJQKR6lYZVTqNwhyWvwN1hJvjcsSlXun3iz9gBJ3arESd2qxZ7tTclGrPE85SoWjVDhKhaNUOEqFo1Q4SoWjVDhKhaNUOEqFo1Q4SoWjVPiGKxWOUuEoFY5S4SgVjlJR4r1Jvt9vTok75fv95pS4U4s9252Si1rlecpRKhylwlEqHKXCUSocpcJRKhylwlEqHKXCUSocpcJRKhylwlEqHKXCUSocpcJRKhylwlEqHKXC359S4SgVjlLhKBUVUAOnwPY/r+Uhn4BLwnpboAeGuYkV0AAn8fXspEJcxtEAHQ9E1fH5HtjlWN2BakLQuFM7wprvGaOGOKnLtMBDtIT1tSQcfnWc0PJ310rUx7GbPM5GbYAzwu/UlrL/WAxx7CfPx2Fm9jh/AM2QmSqgdlSMAAAAAElFTkSuQmCC" y="0"/>
|
||||
<image height="192" preserveAspectRatio="none" width="53" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAADACAYAAACkuSvaAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACoElEQVR4nO3cQW7TQACF4T8o6abbsummG7gBl2DNWTkGXABYsCmgRBAXYqpYUBYzFi6x1EmcDPOm75NGSappOr/GdSw16Qx4BTwFLuJtqZbAKt4Ox+rfiXNCyOVglOocOIv3O6AFmrGJc8IOXQJXcZRqEW+3wAZYD752z3CnroDnOVY3QUcIagiH3mjUk5wrysVRKhylwlEqqoyaJ8x5DcziSHEXx2/Cq/9PwovlF+BTHJ8J12zfgB9x7vD7J0mJek96UO8O+EW4Auij+ovPFfAVuAFuuR90FDmiWkJAQ7heuwG+x693ez5vkpSodxwWNTz8WsI1Wxsf3xKCJh9qY3Ls1Ng4+iE3lBL14ZQLOIUqT+mOUuEoFY5SUWVUyovvs4Q5/ZXClt2rh+xSL5OkVHn4OUqFo1Q4SoWjVDhKhaNUOEqFo1Q4SoWjVDhKhaNUOEqFo1Q4SoWjVDhKRZVRKX/IPskbDU+pyp1ylApHqXCUiiqjUj9BkNPkT7CW+Na4LFG5d+rl1CcocacmK3GnJnu0OyUXVeXrlKNUOEqFo1Q4SoWjVDhKhaNUOEqFo1Q4SoWjVDhKhaNUOEqF33ClwlEqHKWiyqgST+n7/n/OHSlRb6b+kD29mPoEjlLxaKPennwVR1blKd1RKhylwlEqHKXCUSocpcJRKhylwlEqHKXCUSocpcJRKhylwlEqHKXCUSocpcJRKhylwlEqHKXCUSocpcJRKkp8s/1kVe6Uo1Q4SoWjVMyBJXAOLP7zWh7yEbgmrHcNtEA3NnEOrICz+Hh0UiGu41gBDQ9ELeP9LbDJsboDLQlB/U5tCGve0Ud1cVKTaYGHWBPWtybh8FvGCWv+7lqJ2jg2g9vRqBlwQfidWlD2yaKLYzu43w8zs/38AaHcl/6mTTGYAAAAAElFTkSuQmCC" 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,320,68)">
|
||||
<path d="M0,0 L45,0 L45,184 L0,184 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -704,5 +704,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2019-06-05 22:29:37 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2019-06-06 17:49:38 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
@ -403,31 +403,16 @@
|
||||
<!--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,352,263)">
|
||||
<path d="M0,-12 L25.9844,-12 L25.9844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip27">
|
||||
<path d="M-264.062,-120 L943,-120 L943,460 L-264.062,460 L-264.062,-120 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip27)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,352,251)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="23.9844" x="1" xml:space="preserve" y="9">action</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,352,333)">
|
||||
<path d="M0,-12 L25.9844,-12 L25.9844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip28">
|
||||
<clipPath id="clip27">
|
||||
<path d="M-264.062,-190 L943,-190 L943,390 L-264.062,390 L-264.062,-190 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,352,321)">
|
||||
<g clip-path="url(#clip27)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,352,321)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="23.9844" x="1" xml:space="preserve" y="9">action</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -438,11 +423,26 @@
|
||||
<path d="M0,-12 L25.9844,-12 L25.9844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip29">
|
||||
<clipPath id="clip28">
|
||||
<path d="M-264.062,-260 L943,-260 L943,320 L-264.062,320 L-264.062,-260 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,352,391)">
|
||||
<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,352,391)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="23.9844" x="1" xml:space="preserve" y="9">action</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,352,263)">
|
||||
<path d="M0,-12 L25.9844,-12 L25.9844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip29">
|
||||
<path d="M-264.062,-120 L943,-120 L943,460 L-264.062,460 L-264.062,-120 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,352,251)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="23.9844" x="1" xml:space="preserve" y="9">action</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -649,16 +649,16 @@
|
||||
<stop offset="1" stop-color="#d9d9d9" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,742,518)">
|
||||
<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,653,453)">
|
||||
<path d="M-25.9844,-12 L0,-12 L0,0 L-25.9844,0 L-25.9844,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip43">
|
||||
<path d="M-654.062,-375 L553,-375 L553,205 L-654.062,205 L-654.062,-375 z"/>
|
||||
<path d="M-539.078,-310 L667.984,-310 L667.984,270 L-539.078,270 L-539.078,-310 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,742,506)">
|
||||
<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 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,627.016,441)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="23.9844" x="1" xml:space="preserve" y="9">action</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
@ -712,16 +712,16 @@
|
||||
<stop offset="1" stop-color="#d9d9d9" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,653,453)">
|
||||
<path d="M-25.9844,-12 L0,-12 L0,0 L-25.9844,0 L-25.9844,-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,742,518)">
|
||||
<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="clip46">
|
||||
<path d="M-539.078,-310 L667.984,-310 L667.984,270 L-539.078,270 L-539.078,-310 z"/>
|
||||
<path d="M-654.062,-375 L553,-375 L553,205 L-654.062,205 L-654.062,-375 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,627.016,441)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="23.9844" x="1" xml:space="preserve" y="9">action</text>
|
||||
<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,742,506)">
|
||||
<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>
|
||||
@ -885,15 +885,15 @@
|
||||
<stop offset="1" stop-color="#d9d9d9" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,742,653)">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,742,628)">
|
||||
<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="clip57">
|
||||
<path d="M-654.062,-510 L553,-510 L553,70 L-654.062,70 L-654.062,-510 z"/>
|
||||
<path d="M-654.062,-485 L553,-485 L553,95 L-654.062,95 L-654.062,-485 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,742,641)">
|
||||
<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,742,616)">
|
||||
<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-->
|
||||
@ -906,16 +906,16 @@
|
||||
<stop offset="1" stop-color="#d9d9d9" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,653,613)">
|
||||
<path d="M-25.9844,-12 L0,-12 L0,0 L-25.9844,0 L-25.9844,-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,742,653)">
|
||||
<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="clip58">
|
||||
<path d="M-539.078,-470 L667.984,-470 L667.984,110 L-539.078,110 L-539.078,-470 z"/>
|
||||
<path d="M-654.062,-510 L553,-510 L553,70 L-654.062,70 L-654.062,-510 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,627.016,601)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="23.9844" x="1" xml:space="preserve" y="9">action</text>
|
||||
<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,742,641)">
|
||||
<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>
|
||||
@ -927,16 +927,16 @@
|
||||
<stop offset="1" stop-color="#d9d9d9" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,742,628)">
|
||||
<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,653,613)">
|
||||
<path d="M-25.9844,-12 L0,-12 L0,0 L-25.9844,0 L-25.9844,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip59">
|
||||
<path d="M-654.062,-485 L553,-485 L553,95 L-654.062,95 L-654.062,-485 z"/>
|
||||
<path d="M-539.078,-470 L667.984,-470 L667.984,110 L-539.078,110 L-539.078,-470 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,742,616)">
|
||||
<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 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,627.016,601)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="23.9844" x="1" xml:space="preserve" y="9">action</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
@ -2435,16 +2435,16 @@
|
||||
<stop offset="1" stop-color="#d9d9d9" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,737,313)">
|
||||
<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,648,300)">
|
||||
<path d="M-25.9844,-12 L0,-12 L0,0 L-25.9844,0 L-25.9844,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip203">
|
||||
<path d="M-649.062,-170 L558,-170 L558,410 L-649.062,410 L-649.062,-170 z"/>
|
||||
<path d="M-534.078,-157 L672.984,-157 L672.984,423 L-534.078,423 L-534.078,-157 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip203)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,737,301)">
|
||||
<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 clip-path="url(#clip203)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,622.016,288)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="23.9844" x="1" xml:space="preserve" y="9">action</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
@ -2456,16 +2456,16 @@
|
||||
<stop offset="1" stop-color="#d9d9d9" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,648,300)">
|
||||
<path d="M-25.9844,-12 L0,-12 L0,0 L-25.9844,0 L-25.9844,-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,737,313)">
|
||||
<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="clip204">
|
||||
<path d="M-534.078,-157 L672.984,-157 L672.984,423 L-534.078,423 L-534.078,-157 z"/>
|
||||
<path d="M-649.062,-170 L558,-170 L558,410 L-649.062,410 L-649.062,-170 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip204)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,622.016,288)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="23.9844" x="1" xml:space="preserve" y="9">action</text>
|
||||
<g clip-path="url(#clip204)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,737,301)">
|
||||
<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>
|
||||
@ -3046,5 +3046,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2019-06-05 22:29:41 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2019-06-06 17:49:42 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 222 KiB After Width: | Height: | Size: 222 KiB |
@ -126,7 +126,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_R2017b:2687:289">
|
||||
<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,364,136)">
|
||||
<image height="84" preserveAspectRatio="none" width="88" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABUCAYAAAAGV/BPAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACS0lEQVR4nO3dwU7bQBhF4ZPKZcO23bBhxcN03Wft0wQW3dBWiVqHFhclonTxj4WhTjyJuY5d7ieNEpAJ0dHgMBGMZ8BH4D3wLt1atwWwTLfNsXx+YEFEPWsM63YKnKT7G6ACVm0HFsTMPQPO07Bub9PtGrgFysbnnmjO4HPgYohn95/YEHFXxOmhNfCbIZ/Ra+TAYg4s5sBiDizmwGIOLObAYkXGMZ+AWRo5HtL4Q6x0fhO/jH8DvqTxlVi3/wB+pWNzHndycgJfkh+39gDcE6udOnD9ZsgS+A7cAHfkxZ2sIQJXRMwVsWa/AX6mz2/2fNzJyQk857DAzVNERazbq/TxHRF3nx/7+Z7P4SX0fm9miBncNg45LVwe8DV9DRL4qu83eSHHmMEf+j5ATuCxOMYM7m1KgY8xg3ubUmDPYLFJBvZSWcyBxRxYzIHFHFjMgcUcWMyBxca40Nj2FuacWGw8vx31AsQzWMyBxRxYzIHFHFjMgcUcWMyBxRxYzIHFHFjMgcUcWMyBxRxYzIHFHFjMgcUcWMyBxRxYzIHFHFjMgcUcWMyBxRxYzIHFHFjMgcVy/nx1khthjIVnsJgDizmw2Bj/hWCbizR67+EwJM9gMQcWc2AxBxZzYDEHFnNgsYLYU/KULbvoW6vPwDXRrmTHNpEFsVln86Ib1u06jSWxJ+fOwIt0v77ohnVrXmqnJLqt2w6sAzcvumHdSh53k+08RSzSASWPs9l2q3i6o+wtWwLPiGsZnRAvcn6hy1PvIrvm351lzczMXoe/OXKPX1okVpYAAAAASUVORK5CYII=" y="0"/>
|
||||
<image height="84" preserveAspectRatio="none" width="88" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABUCAYAAAAGV/BPAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACEElEQVR4nO3dsW7TUABG4RNkunSFpUsnnohn5WmAoUsBJYKkUFMlKmG416oLbmwofxTS80lXTqKryDpynDjD9Qx4DbwEXtStxs2BRd32x+LXiQ0l6llvaNwpcFIfb4AWWA1NbChH7hlwXofGPa/bNXANLHuv3dM/gs+BV/vYuyOxocRdUU4Pg4Gf7XOPniIDhxk4zMBhBg4zcJiBwwwc1kyY8waY1THFto4flCud75Qf45+AD3V8pFy3fwG+1bmHaPvYN5gS+B3T43a2wC3laqcL3P0ZsgA+A1fADYcb95/YR+CWEnNFuWa/Ar7W1zd/+L7/nSmB3/J3gfuniJZy3d7W5zeUuI/+CB66fRzBQ+OoTwt9UwK/j+/FEfNnWpiBwwwcZuAwA4cZOMzAYQYOM3CYgcMMHGbgMAOHGTjMwGEGDjNwmIHDDBxm4DADhxk4zMBhBg4zcJiBwwwcZuAwA4cZOMzAYQYOM3CYgcMMHGbgMAOHGTjMwGEGDjNwmIHDDBxm4DADhxk4zMBhU9aLOPpVSZI8gsMMHGbgMAOHGTjMwGEGDmsoa0qe8sAq+hp0AVxS2i3ZsUxkQ1mss3/TDY27rGNBWZNzZ+B5fdzddEPj+rfaWVK6rYcmdoH7N93QuCV3q8mOniLmdcKSu6NZu7XcX1H2mgcCzyj3MjqhfMn5RTdNt4rsmt9XlpUk6Wn4CRLIgSw2qznHAAAAAElFTkSuQmCC" 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,365,137)">
|
||||
<path d="M0,0 L80,0 L80,76 L0,76 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -269,7 +269,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_R2017b:2687:290">
|
||||
<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,364,256)">
|
||||
<image height="84" preserveAspectRatio="none" width="88" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABUCAYAAAAGV/BPAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACS0lEQVR4nO3dwU7bQBhF4ZPKZcO23bBhxcN03Wft0wQW3dBWiVqHFhclonTxj4WhTjyJuY5d7ieNEpAJ0dHgMBGMZ8BH4D3wLt1atwWwTLfNsXx+YEFEPWsM63YKnKT7G6ACVm0HFsTMPQPO07Bub9PtGrgFysbnnmjO4HPgYohn95/YEHFXxOmhNfCbIZ/Ra+TAYg4s5sBiDizmwGIOLObAYkXGMZ+AWRo5HtL4Q6x0fhO/jH8DvqTxlVi3/wB+pWNzHndycgJfkh+39gDcE6udOnD9ZsgS+A7cAHfkxZ2sIQJXRMwVsWa/AX6mz2/2fNzJyQk857DAzVNERazbq/TxHRF3nx/7+Z7P4SX0fm9miBncNg45LVwe8DV9DRL4qu83eSHHmMEf+j5ATuCxOMYM7m1KgY8xg3ubUmDPYLFJBvZSWcyBxRxYzIHFHFjMgcUcWMyBxca40Nj2FuacWGw8vx31AsQzWMyBxRxYzIHFHFjMgcUcWMyBxRxYzIHFHFjMgcUcWMyBxRxYzIHFHFjMgcUcWMyBxRxYzIHFHFjMgcUcWMyBxRxYzIHFHFjMgcVy/nx1khthjIVnsJgDizmw2Bj/hWCbizR67+EwJM9gMQcWc2AxBxZzYDEHFnNgsYLYU/KULbvoW6vPwDXRrmTHNpEFsVln86Ib1u06jSWxJ+fOwIt0v77ohnVrXmqnJLqt2w6sAzcvumHdSh53k+08RSzSASWPs9l2q3i6o+wtWwLPiGsZnRAvcn6hy1PvIrvm351lzczMXoe/OXKPX1okVpYAAAAASUVORK5CYII=" y="0"/>
|
||||
<image height="84" preserveAspectRatio="none" width="88" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABUCAYAAAAGV/BPAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACEElEQVR4nO3dsW7TUABG4RNkunSFpUsnnohn5WmAoUsBJYKkUFMlKmG416oLbmwofxTS80lXTqKryDpynDjD9Qx4DbwEXtStxs2BRd32x+LXiQ0l6llvaNwpcFIfb4AWWA1NbChH7hlwXofGPa/bNXANLHuv3dM/gs+BV/vYuyOxocRdUU4Pg4Gf7XOPniIDhxk4zMBhBg4zcJiBwwwc1kyY8waY1THFto4flCud75Qf45+AD3V8pFy3fwG+1bmHaPvYN5gS+B3T43a2wC3laqcL3P0ZsgA+A1fADYcb95/YR+CWEnNFuWa/Ar7W1zd/+L7/nSmB3/J3gfuniJZy3d7W5zeUuI/+CB66fRzBQ+OoTwt9UwK/j+/FEfNnWpiBwwwcZuAwA4cZOMzAYQYOM3CYgcMMHGbgMAOHGTjMwGEGDjNwmIHDDBxm4DADhxk4zMBhBg4zcJiBwwwcZuAwA4cZOMzAYQYOM3CYgcMMHGbgMAOHGTjMwGEGDjNwmIHDDBxm4DADhxk4zMBhU9aLOPpVSZI8gsMMHGbgMAOHGTjMwGEGDmsoa0qe8sAq+hp0AVxS2i3ZsUxkQ1mss3/TDY27rGNBWZNzZ+B5fdzddEPj+rfaWVK6rYcmdoH7N93QuCV3q8mOniLmdcKSu6NZu7XcX1H2mgcCzyj3MjqhfMn5RTdNt4rsmt9XlpUk6Wn4CRLIgSw2qznHAAAAAElFTkSuQmCC" 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,365,257)">
|
||||
<path d="M0,0 L80,0 L80,76 L0,76 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -412,7 +412,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_R2017b:2687:291">
|
||||
<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,364,381)">
|
||||
<image height="84" preserveAspectRatio="none" width="88" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABUCAYAAAAGV/BPAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACS0lEQVR4nO3dwU7bQBhF4ZPKZcO23bBhxcN03Wft0wQW3dBWiVqHFhclonTxj4WhTjyJuY5d7ieNEpAJ0dHgMBGMZ8BH4D3wLt1atwWwTLfNsXx+YEFEPWsM63YKnKT7G6ACVm0HFsTMPQPO07Bub9PtGrgFysbnnmjO4HPgYohn95/YEHFXxOmhNfCbIZ/Ra+TAYg4s5sBiDizmwGIOLObAYkXGMZ+AWRo5HtL4Q6x0fhO/jH8DvqTxlVi3/wB+pWNzHndycgJfkh+39gDcE6udOnD9ZsgS+A7cAHfkxZ2sIQJXRMwVsWa/AX6mz2/2fNzJyQk857DAzVNERazbq/TxHRF3nx/7+Z7P4SX0fm9miBncNg45LVwe8DV9DRL4qu83eSHHmMEf+j5ATuCxOMYM7m1KgY8xg3ubUmDPYLFJBvZSWcyBxRxYzIHFHFjMgcUcWMyBxca40Nj2FuacWGw8vx31AsQzWMyBxRxYzIHFHFjMgcUcWMyBxRxYzIHFHFjMgcUcWMyBxRxYzIHFHFjMgcUcWMyBxRxYzIHFHFjMgcUcWMyBxRxYzIHFHFjMgcVy/nx1khthjIVnsJgDizmw2Bj/hWCbizR67+EwJM9gMQcWc2AxBxZzYDEHFnNgsYLYU/KULbvoW6vPwDXRrmTHNpEFsVln86Ib1u06jSWxJ+fOwIt0v77ohnVrXmqnJLqt2w6sAzcvumHdSh53k+08RSzSASWPs9l2q3i6o+wtWwLPiGsZnRAvcn6hy1PvIrvm351lzczMXoe/OXKPX1okVpYAAAAASUVORK5CYII=" y="0"/>
|
||||
<image height="84" preserveAspectRatio="none" width="88" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABUCAYAAAAGV/BPAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACEElEQVR4nO3dsW7TUABG4RNkunSFpUsnnohn5WmAoUsBJYKkUFMlKmG416oLbmwofxTS80lXTqKryDpynDjD9Qx4DbwEXtStxs2BRd32x+LXiQ0l6llvaNwpcFIfb4AWWA1NbChH7hlwXofGPa/bNXANLHuv3dM/gs+BV/vYuyOxocRdUU4Pg4Gf7XOPniIDhxk4zMBhBg4zcJiBwwwc1kyY8waY1THFto4flCud75Qf45+AD3V8pFy3fwG+1bmHaPvYN5gS+B3T43a2wC3laqcL3P0ZsgA+A1fADYcb95/YR+CWEnNFuWa/Ar7W1zd/+L7/nSmB3/J3gfuniJZy3d7W5zeUuI/+CB66fRzBQ+OoTwt9UwK/j+/FEfNnWpiBwwwcZuAwA4cZOMzAYQYOM3CYgcMMHGbgMAOHGTjMwGEGDjNwmIHDDBxm4DADhxk4zMBhBg4zcJiBwwwcZuAwA4cZOMzAYQYOM3CYgcMMHGbgMAOHGTjMwGEGDjNwmIHDDBxm4DADhxk4zMBhU9aLOPpVSZI8gsMMHGbgMAOHGTjMwGEGDmsoa0qe8sAq+hp0AVxS2i3ZsUxkQ1mss3/TDY27rGNBWZNzZ+B5fdzddEPj+rfaWVK6rYcmdoH7N93QuCV3q8mOniLmdcKSu6NZu7XcX1H2mgcCzyj3MjqhfMn5RTdNt4rsmt9XlpUk6Wn4CRLIgSw2qznHAAAAAElFTkSuQmCC" 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,365,382)">
|
||||
<path d="M0,0 L80,0 L80,76 L0,76 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -651,7 +651,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_R2017b:2687:288">
|
||||
<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,134)">
|
||||
<image height="88" preserveAspectRatio="none" width="73" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEkAAABYCAYAAAC5+driAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACRUlEQVR4nO3cvU7bUByG8SeVYWEtC0smLoa519qrCR268KFExaFgUKICw/9YcUJC39it7eD3Jx05IJOPR8eRjZIzAr4Bp8DXtB2KKTBL2+qYbe6YEWHOKmMoToDjdHsJFMB8244ZMYPOgHEaQ3GUtgvgEcgrv1tTnUlj4LyNZ9cjSyLQnDjUtkb60uYzOlSOJHAkgSMJHEngSAJHEjiSIBP2+Q6M0lC8pvFCnM0+ESdrt8B1GjfENdId8JD2Ve63E0qkS/RApVfgD3FGW0YqLx5nwC/gHnhGC9SpNiIVRJA5cX10D/xOv1/ueb+dUCJNqBepergVxDVSkX5+JgLtcwhN9nwOpcbXo23MpG2jziF2WeNvoKVIP5o+yD9SdyZdNH1gJVJf1J1JjR1SpLozqbFDiuSZJOgski9LBI4kcCSBIwkcSeBIAkcSOJKgjyeTu/59MiFOKDe3//0k0zNJ4EgCRxI4ksCRBI4kcCSBIwkcSeBIAkcSOJLAkQSOJHAkgSMJHEngSAJHEjiSwJEEjiRwJIEjCRxJ4EgCRxI4ksCRBI4kUD5609mX8frCM0ngSAJHEvTx44C7nKfR+Ptr+/JMEjiSwJEEjiRwJIEjCRxJ4EgCRxI4ksCRBBmxrtEJO1br/MR+AlfE68/5YKmijFj0qbpQ7lBcpTEj1nb6MNI03S4Xyh2K6lLTOfHaF9t2LCNVF8odipzV6mB/PdymaYec1awagoL1FcIe2RFpRKzHfUy8cQ/pzbtcFWzB+5XCzMzskL0B8UWPZ4mkvjcAAAAASUVORK5CYII=" y="0"/>
|
||||
<image height="88" preserveAspectRatio="none" width="73" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEkAAABYCAYAAAC5+driAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACDUlEQVR4nO3cv27TUBxH8RNkunSFpUsnnohn5WmgA0sBJQKnULdKBGG416rbpuVAiUnw9yNd5Y+syDmyI3vIbwa8Bl4CL+rjVMyBRX0crsXdDRtKmJPBmopj4Kg+XwMdsNy2YUM5gk6A07qm4nl9XAGXQDt475bhkXQKvBpj7/bImhJoSTnVtkZ6NuYeHapEEhJJSCQhkYREEhJJSCShEdu8AWZ1GZu6flCuZq8oF2ufgA91faTcI30BvtVtd2Xz1A8wkd7hA/U2wHfKFW0fqb95XACfgQvgmt0G+ivGiNRRgiwp90cXwNf6/vo3P/efMJHe8meRhqdbR7lH6urra0qgJ58KYxjjSNq29v4UGzKRzna+F3sulwBCIgmJJCSSkEhCIgmJJCSSkEhCIgmJJCSSkEhCIgmJJCSSkEhCIgmJJCSSkEhCIgmJJCSSkEhCIgmJJCSSkEhCIgmJJCSSkEhCIgmJJCSSkEhCIgmJJCSSkEhCIgmJJCSSkEhCIgmJJJj/ux3Evxt3KUeSkEhCIgmJJCSSkEhCIgmJJCSSkEhCIgkNZa7RMQ9M6/yPvQfOKd+/5ZFRRQ1l6NNwUO5UnNe1oMx2ejTSvD7vB+VOxXDUdEv57qttG/aRhoNyp6LlZjrYL0+3ed2g5eaomoKO2xPCLnkg0owyj/uI8sM9pR/vfirYivuTwiIi4pD9BJnlgTSj3h4fAAAAAElFTkSuQmCC" 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,200,135)">
|
||||
<path d="M0,0 L65,0 L65,80 L0,80 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -897,7 +897,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_R2017b:2687:287">
|
||||
<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,64)">
|
||||
<image height="36" preserveAspectRatio="none" width="67" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAAkCAYAAADSO4eRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABfElEQVRoge2ZwU7CQBCGv5rKhateuHDyiXxWnwYuXlDTRluUStooHmYaBi2woFSzzpdMWtpN037ZbfdnE+AauAQudBsbGZDr1lb+uWGKCBiZio0hMND9BqiAsqthivSIETDWio1z3dbAAijMsQ1szxgDV33c3S/QICJKZIh0yjjr847+Oi7D4DIMLsPgMgwuw+AyDC7DkAa0uQESrRBWWu/IrO8Vmew8AHda90g2eAJetG3IdU9KiIwp4SJaVsAbMvNrZbThKAcegTmwJExEL/Qho0IevERywRx41uPNgdc9KSEyJhwnww6TCskGlf5eIiIO6fqTPee/nav66BlddczQmO4535uMf4F/Wg0uw+AyDC7D4DIMLsPgMgwpkhmGbPnHOAJugRnynAU7YkCKBCe7yBIbM60cyUc7ZWS63y6yxIZdXiyQZ6y7GrYy7CJLbBSsE/PeYZJpg4J1L4mJis3UvGCLjARZax0gL9AYX6JtUq75mp4dx3Gcn+ADSUeBy4vuJZgAAAAASUVORK5CYII=" y="0"/>
|
||||
<image height="36" preserveAspectRatio="none" width="67" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAAkCAYAAADSO4eRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABdklEQVRoge2ZwU6DQBCGPwz20qteeunJJ/JZfRq9eKkaiEK1tIEoHmZIp0orCmKzzpdMoGRD2C+7dH82Ai6Bc+BMj6GRAKkebaUfG8aIgJmp0JgCEz2vgALI2xrGyIiYAXOt0DjVYwmsgMxc28GOjDlwMcbT/QEVIiJHpkirjJMxn+jYcRkGl2FwGQaXYXAZBpdhcBmGuEObKyDS6kKt9Yas+tbIYucBuNO6R7LBE/CibftS971BFxk3dBfRUAOvyMqvkdGEoxR4BJbAhmFEDMIYMgqk4zmSC5bAs16vvnnfX6WLjGt+JsNOkwLJBoX+3iAieg/tIRljZLTV0UwNS1cZ/wL/azW4DIPLMLgMg8swuAyDyzDESGaYsueLcQDcAguknxkHYkCMBCe7yRIaC60UyUcHZSR63myyhIbdXsyQPpZtDRsZdpMlNDK2ifnLaZJog4ztKAmJgt3UvGKPjAjZa50gL9AQX6JNUi75nJ4dx3GcIXgHXtl/ytt5vLYAAAAASUVORK5CYII=" 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,65)">
|
||||
<path d="M0,0 L59,0 L59,28 L0,28 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -971,10 +971,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,331,155)">
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,331,275)">
|
||||
<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,331,275)">
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,331,155)">
|
||||
<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-->
|
||||
@ -1092,5 +1092,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2019-06-05 22:29:41 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2019-06-06 17:49:43 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |
@ -126,7 +126,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_R2017b:2687:299">
|
||||
<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,359,136)">
|
||||
<image height="84" preserveAspectRatio="none" width="88" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABUCAYAAAAGV/BPAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACdklEQVR4nO3dzVLTUByG8adOZMNWN2xYcTGuvVa9mdaFG8Choy1KZNpRWJwTSDWZ/Bv7hsS+v5lM+ciUzDOHtDmU0xnwHngLvMm31u0GWObb+rb8c8eCFPWstlm3U+Akf7wFSmDdtGNBGrlnwHnerNvrfLsB7oBV7Ws76iP4HLgY4uj+E1tS3DXp9NAY+NWQR3SMHFjMgcUcWMyBxRxYzIHFHFisCOzzAZjlLeIhb79JVzo/SU/GvwBXebsmXbd/A37kfSP328ccWDTcLoQ/80kk8IJ43MoD8It0tVMFriZDlsBX4Ba4JxZ3soYIXJJirknX7LfA9/z17Z73OzmRwHP6Ba6fIkrSdXuZP78nxd3nV3De8f1RzqMMMYKbtj6nha5z5mQDf5IfRcy7lz6APvw0TcyBxRxYzIHFHFjMgcUcWCzyPHgsuq7k2nwGLklzISsGvkSPBP4oP4qYyOxXk8u8LUnzIaML3HfkjEX9ZU4r0pzIZqgfHp2LmLIVzzN5ozxFTH0El+zO5t0xssBTH8HVDN6G3Rm9QRxD4Bfl58FiDizmwGIOLObAYg4s5sBiDiw2xunKthej9H2N2aHvby8ewWIOLObAYg4s5sBiDizmwGIOLObAYg4s5sBiDizmwGIOLObAYg4s5sBiDizmwGIOLBb5o+c/L0pxzDyCxRxYzIHFxvjCkzYXeTvUuhGHvr9GHsFiDizmwGIOLObAYg4s5sBiBem/0E9pWUXfGoXXoChI/+pff9MN6xZeg6IawfD8phvWLbwGRRW4/qYb1i28BkUVuMw73jTtZH8Jr0ExI72X0QnpQc4PdDFta1D4MczMzI7HI1Sawo3wzZSrAAAAAElFTkSuQmCC" y="0"/>
|
||||
<image height="84" preserveAspectRatio="none" width="88" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABUCAYAAAAGV/BPAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACX0lEQVR4nO3dwW4SURiG4ReD3XRrN9101Ytx7bXqzYALN1VTolDt2EAqLv4z6aBD5hf8xpnyPckJLZkCeXMKzAnMTIA3wAXwqlxat1tgUS6bY/H7hlMi6mVjWLdz4Kz8vAEqYNW24ZSYuZfAVRnW7WW5XAP3wLJx3Y7mDL4Crvt4dM/Ehoi7Ip4eWgO/6PMRnSIHFnNgMQcWc2AxBxZzYDEHFpsmtnkLTMrI2Jbxk9jT+UG8Gf8MfCzjE7Hf/hX4XrY91nbP9TNg3nI5P+I20zKB5+Tj1rbAI7G3UweuF0MWwBfgDnjg38QdrD4CV0TMFbHPfgd8K9dv/vJ2RycTeMZhgZtPERWx316V3x+IuEf/Cw5dHzO4bTzrp4WmTOD38keRM8rZ7rdpYg4s5sBiDizmwGIOLObAYpn3wUMxO/DvPgA3xFrIkp530TOB38kfRU5m9avNTRkLYj1kcIEPnTlD0fyY05JYE1n3defZtYgxW/K0kjfIp4ixz+CK3dW8ewYWeOwzuF7BW7O7oteLUwj8X/l9sJgDizmwmAOLObCYA4s5sJgDi41pufJQis+spXkGizmwmAOLObCYA4s5sJgDizmwmAOLObCYA4s5sJgDizmwmAOLObCYA4s5sJgDizmwmAOLObCYA4s5sFjmgyejPE5DwnUZr5V34hks5sBiDizmwGIOLObAYg4sNiW+hX7OnqPoW6v0MSimxFf9myfdsG7pY1DUMxieTrph3dLHoKgDN0+6Yd3Sx6CoA1dlw9u2jewP6WNQTIhzGZ0RL3J+ocvZdwwKv4aZmdnp+AUvnLmt4EXUSQAAAABJRU5ErkJggg==" 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,360,137)">
|
||||
<path d="M0,0 L80,0 L80,76 L0,76 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -509,7 +509,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_R2017b:2687:300">
|
||||
<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,359,256)">
|
||||
<image height="84" preserveAspectRatio="none" width="88" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABUCAYAAAAGV/BPAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACdklEQVR4nO3dzVLTUByG8adOZMNWN2xYcTGuvVa9mdaFG8Choy1KZNpRWJwTSDWZ/Bv7hsS+v5lM+ciUzDOHtDmU0xnwHngLvMm31u0GWObb+rb8c8eCFPWstlm3U+Akf7wFSmDdtGNBGrlnwHnerNvrfLsB7oBV7Ws76iP4HLgY4uj+E1tS3DXp9NAY+NWQR3SMHFjMgcUcWMyBxRxYzIHFHFisCOzzAZjlLeIhb79JVzo/SU/GvwBXebsmXbd/A37kfSP328ccWDTcLoQ/80kk8IJ43MoD8It0tVMFriZDlsBX4Ba4JxZ3soYIXJJirknX7LfA9/z17Z73OzmRwHP6Ba6fIkrSdXuZP78nxd3nV3De8f1RzqMMMYKbtj6nha5z5mQDf5IfRcy7lz6APvw0TcyBxRxYzIHFHFjMgcUcWCzyPHgsuq7k2nwGLklzISsGvkSPBP4oP4qYyOxXk8u8LUnzIaML3HfkjEX9ZU4r0pzIZqgfHp2LmLIVzzN5ozxFTH0El+zO5t0xssBTH8HVDN6G3Rm9QRxD4Bfl58FiDizmwGIOLObAYg4s5sBiDiw2xunKthej9H2N2aHvby8ewWIOLObAYg4s5sBiDizmwGIOLObAYg4s5sBiDizmwGIOLObAYg4s5sBiDizmwGIOLBb5o+c/L0pxzDyCxRxYzIHFxvjCkzYXeTvUuhGHvr9GHsFiDizmwGIOLObAYg4s5sBiBem/0E9pWUXfGoXXoChI/+pff9MN6xZeg6IawfD8phvWLbwGRRW4/qYb1i28BkUVuMw73jTtZH8Jr0ExI72X0QnpQc4PdDFta1D4MczMzI7HI1Sawo3wzZSrAAAAAElFTkSuQmCC" y="0"/>
|
||||
<image height="84" preserveAspectRatio="none" width="88" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABUCAYAAAAGV/BPAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACX0lEQVR4nO3dwW4SURiG4ReD3XRrN9101Ytx7bXqzYALN1VTolDt2EAqLv4z6aBD5hf8xpnyPckJLZkCeXMKzAnMTIA3wAXwqlxat1tgUS6bY/H7hlMi6mVjWLdz4Kz8vAEqYNW24ZSYuZfAVRnW7WW5XAP3wLJx3Y7mDL4Crvt4dM/Ehoi7Ip4eWgO/6PMRnSIHFnNgMQcWc2AxBxZzYDEHFpsmtnkLTMrI2Jbxk9jT+UG8Gf8MfCzjE7Hf/hX4XrY91nbP9TNg3nI5P+I20zKB5+Tj1rbAI7G3UweuF0MWwBfgDnjg38QdrD4CV0TMFbHPfgd8K9dv/vJ2RycTeMZhgZtPERWx316V3x+IuEf/Cw5dHzO4bTzrp4WmTOD38keRM8rZ7rdpYg4s5sBiDizmwGIOLObAYpn3wUMxO/DvPgA3xFrIkp530TOB38kfRU5m9avNTRkLYj1kcIEPnTlD0fyY05JYE1n3defZtYgxW/K0kjfIp4ixz+CK3dW8ewYWeOwzuF7BW7O7oteLUwj8X/l9sJgDizmwmAOLObCYA4s5sJgDi41pufJQis+spXkGizmwmAOLObCYA4s5sJgDizmwmAOLObCYA4s5sJgDizmwmAOLObCYA4s5sJgDizmwmAOLObCYA4s5sFjmgyejPE5DwnUZr5V34hks5sBiDizmwGIOLObAYg4sNiW+hX7OnqPoW6v0MSimxFf9myfdsG7pY1DUMxieTrph3dLHoKgDN0+6Yd3Sx6CoA1dlw9u2jewP6WNQTIhzGZ0RL3J+ocvZdwwKv4aZmdnp+AUvnLmt4EXUSQAAAABJRU5ErkJggg==" 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,360,257)">
|
||||
<path d="M0,0 L80,0 L80,76 L0,76 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -892,7 +892,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_R2017b:2687:301">
|
||||
<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,359,381)">
|
||||
<image height="84" preserveAspectRatio="none" width="88" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABUCAYAAAAGV/BPAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACdklEQVR4nO3dzVLTUByG8adOZMNWN2xYcTGuvVa9mdaFG8Choy1KZNpRWJwTSDWZ/Bv7hsS+v5lM+ciUzDOHtDmU0xnwHngLvMm31u0GWObb+rb8c8eCFPWstlm3U+Akf7wFSmDdtGNBGrlnwHnerNvrfLsB7oBV7Ws76iP4HLgY4uj+E1tS3DXp9NAY+NWQR3SMHFjMgcUcWMyBxRxYzIHFHFisCOzzAZjlLeIhb79JVzo/SU/GvwBXebsmXbd/A37kfSP328ccWDTcLoQ/80kk8IJ43MoD8It0tVMFriZDlsBX4Ba4JxZ3soYIXJJirknX7LfA9/z17Z73OzmRwHP6Ba6fIkrSdXuZP78nxd3nV3De8f1RzqMMMYKbtj6nha5z5mQDf5IfRcy7lz6APvw0TcyBxRxYzIHFHFjMgcUcWCzyPHgsuq7k2nwGLklzISsGvkSPBP4oP4qYyOxXk8u8LUnzIaML3HfkjEX9ZU4r0pzIZqgfHp2LmLIVzzN5ozxFTH0El+zO5t0xssBTH8HVDN6G3Rm9QRxD4Bfl58FiDizmwGIOLObAYg4s5sBiDiw2xunKthej9H2N2aHvby8ewWIOLObAYg4s5sBiDizmwGIOLObAYg4s5sBiDizmwGIOLObAYg4s5sBiDizmwGIOLBb5o+c/L0pxzDyCxRxYzIHFxvjCkzYXeTvUuhGHvr9GHsFiDizmwGIOLObAYg4s5sBiBem/0E9pWUXfGoXXoChI/+pff9MN6xZeg6IawfD8phvWLbwGRRW4/qYb1i28BkUVuMw73jTtZH8Jr0ExI72X0QnpQc4PdDFta1D4MczMzI7HI1Sawo3wzZSrAAAAAElFTkSuQmCC" y="0"/>
|
||||
<image height="84" preserveAspectRatio="none" width="88" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABUCAYAAAAGV/BPAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACX0lEQVR4nO3dwW4SURiG4ReD3XRrN9101Ytx7bXqzYALN1VTolDt2EAqLv4z6aBD5hf8xpnyPckJLZkCeXMKzAnMTIA3wAXwqlxat1tgUS6bY/H7hlMi6mVjWLdz4Kz8vAEqYNW24ZSYuZfAVRnW7WW5XAP3wLJx3Y7mDL4Crvt4dM/Ehoi7Ip4eWgO/6PMRnSIHFnNgMQcWc2AxBxZzYDEHFpsmtnkLTMrI2Jbxk9jT+UG8Gf8MfCzjE7Hf/hX4XrY91nbP9TNg3nI5P+I20zKB5+Tj1rbAI7G3UweuF0MWwBfgDnjg38QdrD4CV0TMFbHPfgd8K9dv/vJ2RycTeMZhgZtPERWx316V3x+IuEf/Cw5dHzO4bTzrp4WmTOD38keRM8rZ7rdpYg4s5sBiDizmwGIOLObAYpn3wUMxO/DvPgA3xFrIkp530TOB38kfRU5m9avNTRkLYj1kcIEPnTlD0fyY05JYE1n3defZtYgxW/K0kjfIp4ixz+CK3dW8ewYWeOwzuF7BW7O7oteLUwj8X/l9sJgDizmwmAOLObCYA4s5sJgDi41pufJQis+spXkGizmwmAOLObCYA4s5sJgDizmwmAOLObCYA4s5sJgDizmwmAOLObCYA4s5sJgDizmwmAOLObCYA4s5sFjmgyejPE5DwnUZr5V34hks5sBiDizmwGIOLObAYg4sNiW+hX7OnqPoW6v0MSimxFf9myfdsG7pY1DUMxieTrph3dLHoKgDN0+6Yd3Sx6CoA1dlw9u2jewP6WNQTIhzGZ0RL3J+ocvZdwwKv4aZmdnp+AUvnLmt4EXUSQAAAABJRU5ErkJggg==" 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,360,382)">
|
||||
<path d="M0,0 L80,0 L80,76 L0,76 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -1371,7 +1371,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_R2017b:2687:298">
|
||||
<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,194,134)">
|
||||
<image height="88" preserveAspectRatio="none" width="73" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEkAAABYCAYAAAC5+driAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACU0lEQVR4nO2czU7bUBBGT5DLhm27YcOKh+m6z0pfJnTRDS1KVBx+XJSopYu5FgZi/CVpbMP9jjRyfq5i52SuNTeWZwJ8AT4BH9M2F2bAPG2bMX8+sCDEHDciF46Aw/R4BVTAYt3AgsigY+AkRS58SNslcAeUjdee0MykE+C0j6MbEStC0IKYamslHfR5RG8VSxKwJAFLErAkAUsSsCQBSxIohDFnwCSFwkOKv0Q1+5so1i6BHyl+EmukK+A2jVU+dxAUSefogmoegD9ERVtLqhePc+AXcA3cowkalD4kVYSQBbE+ugZu0uurDT93EBRJU7aT1JxuFbFGqtLze0LQJlNo2vH+3tadfWTSuthmip13vD+opG/72vmGfB5qxy4BBCxJwJIELEnAkgQsScCSBJQ6aSx0Vdxt7FxkKpK+7rqT/0RXxd1GL5K2/QXHws6Vurp2y5ocMmlnnEkCliTgOknAkgQsScCSBCxJwJIELEnAkgTG+FdJ2wXLKVHYPt/uvdh1JglYkoAlCViSgCUJWJKAJQlYkoAlCViSgCUJWJKAJQlYkoAlCViSgCUJWJKAJQlYkoByIWCwm/HGgjNJwJIELElgjBcn2zhN0ft9b84kAUsSsCQBSxKwJAFLErAkAUsSsCQBSxKwJIGC6Gt0REu3znfMd+CC+P4lr7QqKoimT81GublwkWJO9HZ6VdIsPa4b5eZCs9V0SXz35bqBtaRmo9xcKHnsDtY53WZpQMljVuVAxdMOYXe0SJoQ/bgPiRN3TifvuivYkpedwowxxrxl/gFG7ZJtGF5omwAAAABJRU5ErkJggg==" y="0"/>
|
||||
<image height="88" preserveAspectRatio="none" width="73" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEkAAABYCAYAAAC5+driAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACNElEQVR4nO3czU7bQBiF4TeVYcMWNmxY9WK67rWWmwEWbPhRotbhx6BEEBbfWAytoadxYpLOeaRRQuSY5GUc2QJmBHwHDoD9dFuKMTBJt/mY/L5hRYQ5zEYp9oDddH8ONMC0a8OKmEGHwFEapdhJtzPgHqizx97IZ9IR8HWIV7dB5kSgKXGodUb6MuQr2laOJHAkgSMJHEngSAJHEjiSoBK2+QGM0lAs0ngmzmYfiJO1a+AyjSviGukXcJe27Wuxgn10UiKdogdqLYAn4oy2jdRePE6An8AN8MhqAq3VEJEaIsiUuD66AW7T4/N/3O+nUCKdsFyk/HBriGukJn39SARa2yGySkPMpK6x8YdYTol0tvZXofm0WedTAIEjCRxJ4EgCRxI4ksCRBMp50qY4WfJ5vX8DpEQ67vtNVuR0yecNEmnZn+Cm+NZ3B+q1W9FKmEm9eSYJHEng8ySBIwkcSeBIAkcSOJLAkQSOJHAkgSMJHEngSAJHEjiSwJEEjiRwJIEjCRxJ4EgCRxI4ksCRBI4kcCSBIwkcSeBIAkcSOJLAkQSOJHAkgfKXblvx343r5JkkcCSBIwkcSeBIAkcSOJLAkQSOJHAkgSMJKmJdoz3eWa3zP3YOXBDvv+aDpYoqYtGnfKHcUlykMSHWdvow0jjdbxfKLUW+1HRNvPdZ14ZtpHyh3FLUvK4O9tfDbZw2qHmdVSVoeLtC2D3vRBoR63HvEh/cJX14t6uCzfhzpTAzM9tmL9A0iYvdAPlcAAAAAElFTkSuQmCC" 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,195,135)">
|
||||
<path d="M0,0 L65,0 L65,80 L0,80 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -1580,31 +1580,31 @@
|
||||
</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,193)">
|
||||
<path d="M0,-12 L51.9844,-12 L51.9844,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,262,153)">
|
||||
<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="clip183">
|
||||
<path d="M-174.062,-118 L293.125,-118 L293.125,293 L-174.062,293 L-174.062,-118 z"/>
|
||||
<path d="M-174.062,-78 L293.125,-78 L293.125,333 L-174.062,333 L-174.062,-78 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip183)" 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,181)">
|
||||
<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">ufix32_En31</text>
|
||||
<g clip-path="url(#clip183)" 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="19.4844" x="1" xml:space="preserve" y="9">uint8</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,153)">
|
||||
<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,262,193)">
|
||||
<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="clip184">
|
||||
<path d="M-174.062,-78 L293.125,-78 L293.125,333 L-174.062,333 L-174.062,-78 z"/>
|
||||
<path d="M-174.062,-118 L293.125,-118 L293.125,293 L-174.062,293 L-174.062,-118 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip184)" 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="19.4844" x="1" xml:space="preserve" y="9">uint8</text>
|
||||
<g clip-path="url(#clip184)" 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,181)">
|
||||
<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">ufix32_En31</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
@ -1617,7 +1617,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_R2017b:2687:297">
|
||||
<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,64)">
|
||||
<image height="36" preserveAspectRatio="none" width="67" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAAkCAYAAADSO4eRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABfElEQVRoge2ZwU7CQBCGv5rKhateuHDyiXxWnwYuXlDTRluUStooHmYaBi2woFSzzpdMWtpN037ZbfdnE+AauAQudBsbGZDr1lb+uWGKCBiZio0hMND9BqiAsqthivSIETDWio1z3dbAAijMsQ1szxgDV33c3S/QICJKZIh0yjjr847+Oi7D4DIMLsPgMgwuw+AyDC7DkAa0uQESrRBWWu/IrO8Vmew8AHda90g2eAJetG3IdU9KiIwp4SJaVsAbMvNrZbThKAcegTmwJExEL/Qho0IevERywRx41uPNgdc9KSEyJhwnww6TCskGlf5eIiIO6fqTPee/nav66BlddczQmO4535uMf4F/Wg0uw+AyDC7D4DIMLsPgMgwpkhmGbPnHOAJugRnynAU7YkCKBCe7yBIbM60cyUc7ZWS63y6yxIZdXiyQZ6y7GrYy7CJLbBSsE/PeYZJpg4J1L4mJis3UvGCLjARZax0gL9AYX6JtUq75mp4dx3Gcn+ADSUeBy4vuJZgAAAAASUVORK5CYII=" y="0"/>
|
||||
<image height="36" preserveAspectRatio="none" width="67" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAAkCAYAAADSO4eRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABdklEQVRoge2ZwU6DQBCGPwz20qteeunJJ/JZfRq9eKkaiEK1tIEoHmZIp0orCmKzzpdMoGRD2C+7dH82Ai6Bc+BMj6GRAKkebaUfG8aIgJmp0JgCEz2vgALI2xrGyIiYAXOt0DjVYwmsgMxc28GOjDlwMcbT/QEVIiJHpkirjJMxn+jYcRkGl2FwGQaXYXAZBpdhcBmGuEObKyDS6kKt9Yas+tbIYucBuNO6R7LBE/CibftS971BFxk3dBfRUAOvyMqvkdGEoxR4BJbAhmFEDMIYMgqk4zmSC5bAs16vvnnfX6WLjGt+JsNOkwLJBoX+3iAieg/tIRljZLTV0UwNS1cZ/wL/azW4DIPLMLgMg8swuAyDyzDESGaYsueLcQDcAguknxkHYkCMBCe7yRIaC60UyUcHZSR63myyhIbdXsyQPpZtDRsZdpMlNDK2ifnLaZJog4ztKAmJgt3UvGKPjAjZa50gL9AQX6JNUi75nJ4dx3GcIXgHXtl/ytt5vLYAAAAASUVORK5CYII=" 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,65)">
|
||||
<path d="M0,0 L59,0 L59,28 L0,28 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -1745,10 +1745,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,304,315)">
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,304,195)">
|
||||
<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,304,195)">
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,304,315)">
|
||||
<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-->
|
||||
@ -1812,5 +1812,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2019-06-05 22:29:42 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2019-06-06 17:49:43 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 120 KiB After Width: | Height: | Size: 120 KiB |
@ -126,7 +126,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_R2017b:2687:309">
|
||||
<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,359,136)">
|
||||
<image height="84" preserveAspectRatio="none" width="88" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABUCAYAAAAGV/BPAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACdklEQVR4nO3dzVLTUByG8adOZMNWN2xYcTGuvVa9mdaFG8Choy1KZNpRWJwTSDWZ/Bv7hsS+v5lM+ciUzDOHtDmU0xnwHngLvMm31u0GWObb+rb8c8eCFPWstlm3U+Akf7wFSmDdtGNBGrlnwHnerNvrfLsB7oBV7Ws76iP4HLgY4uj+E1tS3DXp9NAY+NWQR3SMHFjMgcUcWMyBxRxYzIHFHFisCOzzAZjlLeIhb79JVzo/SU/GvwBXebsmXbd/A37kfSP328ccWDTcLoQ/80kk8IJ43MoD8It0tVMFriZDlsBX4Ba4JxZ3soYIXJJirknX7LfA9/z17Z73OzmRwHP6Ba6fIkrSdXuZP78nxd3nV3De8f1RzqMMMYKbtj6nha5z5mQDf5IfRcy7lz6APvw0TcyBxRxYzIHFHFjMgcUcWCzyPHgsuq7k2nwGLklzISsGvkSPBP4oP4qYyOxXk8u8LUnzIaML3HfkjEX9ZU4r0pzIZqgfHp2LmLIVzzN5ozxFTH0El+zO5t0xssBTH8HVDN6G3Rm9QRxD4Bfl58FiDizmwGIOLObAYg4s5sBiDiw2xunKthej9H2N2aHvby8ewWIOLObAYg4s5sBiDizmwGIOLObAYg4s5sBiDizmwGIOLObAYg4s5sBiDizmwGIOLBb5o+c/L0pxzDyCxRxYzIHFxvjCkzYXeTvUuhGHvr9GHsFiDizmwGIOLObAYg4s5sBiBem/0E9pWUXfGoXXoChI/+pff9MN6xZeg6IawfD8phvWLbwGRRW4/qYb1i28BkUVuMw73jTtZH8Jr0ExI72X0QnpQc4PdDFta1D4MczMzI7HI1Sawo3wzZSrAAAAAElFTkSuQmCC" y="0"/>
|
||||
<image height="84" preserveAspectRatio="none" width="88" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABUCAYAAAAGV/BPAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACX0lEQVR4nO3dwW4SURiG4ReD3XRrN9101Ytx7bXqzYALN1VTolDt2EAqLv4z6aBD5hf8xpnyPckJLZkCeXMKzAnMTIA3wAXwqlxat1tgUS6bY/H7hlMi6mVjWLdz4Kz8vAEqYNW24ZSYuZfAVRnW7WW5XAP3wLJx3Y7mDL4Crvt4dM/Ehoi7Ip4eWgO/6PMRnSIHFnNgMQcWc2AxBxZzYDEHFpsmtnkLTMrI2Jbxk9jT+UG8Gf8MfCzjE7Hf/hX4XrY91nbP9TNg3nI5P+I20zKB5+Tj1rbAI7G3UweuF0MWwBfgDnjg38QdrD4CV0TMFbHPfgd8K9dv/vJ2RycTeMZhgZtPERWx316V3x+IuEf/Cw5dHzO4bTzrp4WmTOD38keRM8rZ7rdpYg4s5sBiDizmwGIOLObAYpn3wUMxO/DvPgA3xFrIkp530TOB38kfRU5m9avNTRkLYj1kcIEPnTlD0fyY05JYE1n3defZtYgxW/K0kjfIp4ixz+CK3dW8ewYWeOwzuF7BW7O7oteLUwj8X/l9sJgDizmwmAOLObCYA4s5sJgDi41pufJQis+spXkGizmwmAOLObCYA4s5sJgDizmwmAOLObCYA4s5sJgDizmwmAOLObCYA4s5sJgDizmwmAOLObCYA4s5sFjmgyejPE5DwnUZr5V34hks5sBiDizmwGIOLObAYg4sNiW+hX7OnqPoW6v0MSimxFf9myfdsG7pY1DUMxieTrph3dLHoKgDN0+6Yd3Sx6CoA1dlw9u2jewP6WNQTIhzGZ0RL3J+ocvZdwwKv4aZmdnp+AUvnLmt4EXUSQAAAABJRU5ErkJggg==" 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,360,137)">
|
||||
<path d="M0,0 L80,0 L80,76 L0,76 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -509,7 +509,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_R2017b:2687:310">
|
||||
<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,359,256)">
|
||||
<image height="84" preserveAspectRatio="none" width="88" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABUCAYAAAAGV/BPAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACdklEQVR4nO3dzVLTUByG8adOZMNWN2xYcTGuvVa9mdaFG8Choy1KZNpRWJwTSDWZ/Bv7hsS+v5lM+ciUzDOHtDmU0xnwHngLvMm31u0GWObb+rb8c8eCFPWstlm3U+Akf7wFSmDdtGNBGrlnwHnerNvrfLsB7oBV7Ws76iP4HLgY4uj+E1tS3DXp9NAY+NWQR3SMHFjMgcUcWMyBxRxYzIHFHFisCOzzAZjlLeIhb79JVzo/SU/GvwBXebsmXbd/A37kfSP328ccWDTcLoQ/80kk8IJ43MoD8It0tVMFriZDlsBX4Ba4JxZ3soYIXJJirknX7LfA9/z17Z73OzmRwHP6Ba6fIkrSdXuZP78nxd3nV3De8f1RzqMMMYKbtj6nha5z5mQDf5IfRcy7lz6APvw0TcyBxRxYzIHFHFjMgcUcWCzyPHgsuq7k2nwGLklzISsGvkSPBP4oP4qYyOxXk8u8LUnzIaML3HfkjEX9ZU4r0pzIZqgfHp2LmLIVzzN5ozxFTH0El+zO5t0xssBTH8HVDN6G3Rm9QRxD4Bfl58FiDizmwGIOLObAYg4s5sBiDiw2xunKthej9H2N2aHvby8ewWIOLObAYg4s5sBiDizmwGIOLObAYg4s5sBiDizmwGIOLObAYg4s5sBiDizmwGIOLBb5o+c/L0pxzDyCxRxYzIHFxvjCkzYXeTvUuhGHvr9GHsFiDizmwGIOLObAYg4s5sBiBem/0E9pWUXfGoXXoChI/+pff9MN6xZeg6IawfD8phvWLbwGRRW4/qYb1i28BkUVuMw73jTtZH8Jr0ExI72X0QnpQc4PdDFta1D4MczMzI7HI1Sawo3wzZSrAAAAAElFTkSuQmCC" y="0"/>
|
||||
<image height="84" preserveAspectRatio="none" width="88" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABUCAYAAAAGV/BPAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACX0lEQVR4nO3dwW4SURiG4ReD3XRrN9101Ytx7bXqzYALN1VTolDt2EAqLv4z6aBD5hf8xpnyPckJLZkCeXMKzAnMTIA3wAXwqlxat1tgUS6bY/H7hlMi6mVjWLdz4Kz8vAEqYNW24ZSYuZfAVRnW7WW5XAP3wLJx3Y7mDL4Crvt4dM/Ehoi7Ip4eWgO/6PMRnSIHFnNgMQcWc2AxBxZzYDEHFpsmtnkLTMrI2Jbxk9jT+UG8Gf8MfCzjE7Hf/hX4XrY91nbP9TNg3nI5P+I20zKB5+Tj1rbAI7G3UweuF0MWwBfgDnjg38QdrD4CV0TMFbHPfgd8K9dv/vJ2RycTeMZhgZtPERWx316V3x+IuEf/Cw5dHzO4bTzrp4WmTOD38keRM8rZ7rdpYg4s5sBiDizmwGIOLObAYpn3wUMxO/DvPgA3xFrIkp530TOB38kfRU5m9avNTRkLYj1kcIEPnTlD0fyY05JYE1n3defZtYgxW/K0kjfIp4ixz+CK3dW8ewYWeOwzuF7BW7O7oteLUwj8X/l9sJgDizmwmAOLObCYA4s5sJgDi41pufJQis+spXkGizmwmAOLObCYA4s5sJgDizmwmAOLObCYA4s5sJgDizmwmAOLObCYA4s5sJgDizmwmAOLObCYA4s5sFjmgyejPE5DwnUZr5V34hks5sBiDizmwGIOLObAYg4sNiW+hX7OnqPoW6v0MSimxFf9myfdsG7pY1DUMxieTrph3dLHoKgDN0+6Yd3Sx6CoA1dlw9u2jewP6WNQTIhzGZ0RL3J+ocvZdwwKv4aZmdnp+AUvnLmt4EXUSQAAAABJRU5ErkJggg==" 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,360,257)">
|
||||
<path d="M0,0 L80,0 L80,76 L0,76 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -892,7 +892,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_R2017b:2687:311">
|
||||
<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,359,381)">
|
||||
<image height="84" preserveAspectRatio="none" width="88" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABUCAYAAAAGV/BPAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACdklEQVR4nO3dzVLTUByG8adOZMNWN2xYcTGuvVa9mdaFG8Choy1KZNpRWJwTSDWZ/Bv7hsS+v5lM+ciUzDOHtDmU0xnwHngLvMm31u0GWObb+rb8c8eCFPWstlm3U+Akf7wFSmDdtGNBGrlnwHnerNvrfLsB7oBV7Ws76iP4HLgY4uj+E1tS3DXp9NAY+NWQR3SMHFjMgcUcWMyBxRxYzIHFHFisCOzzAZjlLeIhb79JVzo/SU/GvwBXebsmXbd/A37kfSP328ccWDTcLoQ/80kk8IJ43MoD8It0tVMFriZDlsBX4Ba4JxZ3soYIXJJirknX7LfA9/z17Z73OzmRwHP6Ba6fIkrSdXuZP78nxd3nV3De8f1RzqMMMYKbtj6nha5z5mQDf5IfRcy7lz6APvw0TcyBxRxYzIHFHFjMgcUcWCzyPHgsuq7k2nwGLklzISsGvkSPBP4oP4qYyOxXk8u8LUnzIaML3HfkjEX9ZU4r0pzIZqgfHp2LmLIVzzN5ozxFTH0El+zO5t0xssBTH8HVDN6G3Rm9QRxD4Bfl58FiDizmwGIOLObAYg4s5sBiDiw2xunKthej9H2N2aHvby8ewWIOLObAYg4s5sBiDizmwGIOLObAYg4s5sBiDizmwGIOLObAYg4s5sBiDizmwGIOLBb5o+c/L0pxzDyCxRxYzIHFxvjCkzYXeTvUuhGHvr9GHsFiDizmwGIOLObAYg4s5sBiBem/0E9pWUXfGoXXoChI/+pff9MN6xZeg6IawfD8phvWLbwGRRW4/qYb1i28BkUVuMw73jTtZH8Jr0ExI72X0QnpQc4PdDFta1D4MczMzI7HI1Sawo3wzZSrAAAAAElFTkSuQmCC" y="0"/>
|
||||
<image height="84" preserveAspectRatio="none" width="88" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABUCAYAAAAGV/BPAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACX0lEQVR4nO3dwW4SURiG4ReD3XRrN9101Ytx7bXqzYALN1VTolDt2EAqLv4z6aBD5hf8xpnyPckJLZkCeXMKzAnMTIA3wAXwqlxat1tgUS6bY/H7hlMi6mVjWLdz4Kz8vAEqYNW24ZSYuZfAVRnW7WW5XAP3wLJx3Y7mDL4Crvt4dM/Ehoi7Ip4eWgO/6PMRnSIHFnNgMQcWc2AxBxZzYDEHFpsmtnkLTMrI2Jbxk9jT+UG8Gf8MfCzjE7Hf/hX4XrY91nbP9TNg3nI5P+I20zKB5+Tj1rbAI7G3UweuF0MWwBfgDnjg38QdrD4CV0TMFbHPfgd8K9dv/vJ2RycTeMZhgZtPERWx316V3x+IuEf/Cw5dHzO4bTzrp4WmTOD38keRM8rZ7rdpYg4s5sBiDizmwGIOLObAYpn3wUMxO/DvPgA3xFrIkp530TOB38kfRU5m9avNTRkLYj1kcIEPnTlD0fyY05JYE1n3defZtYgxW/K0kjfIp4ixz+CK3dW8ewYWeOwzuF7BW7O7oteLUwj8X/l9sJgDizmwmAOLObCYA4s5sJgDi41pufJQis+spXkGizmwmAOLObCYA4s5sJgDizmwmAOLObCYA4s5sJgDizmwmAOLObCYA4s5sJgDizmwmAOLObCYA4s5sFjmgyejPE5DwnUZr5V34hks5sBiDizmwGIOLObAYg4sNiW+hX7OnqPoW6v0MSimxFf9myfdsG7pY1DUMxieTrph3dLHoKgDN0+6Yd3Sx6CoA1dlw9u2jewP6WNQTIhzGZ0RL3J+ocvZdwwKv4aZmdnp+AUvnLmt4EXUSQAAAABJRU5ErkJggg==" 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,360,382)">
|
||||
<path d="M0,0 L80,0 L80,76 L0,76 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -1371,7 +1371,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_R2017b:2687:308">
|
||||
<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,194,134)">
|
||||
<image height="88" preserveAspectRatio="none" width="73" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEkAAABYCAYAAAC5+driAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACU0lEQVR4nO2czU7bUBBGT5DLhm27YcOKh+m6z0pfJnTRDS1KVBx+XJSopYu5FgZi/CVpbMP9jjRyfq5i52SuNTeWZwJ8AT4BH9M2F2bAPG2bMX8+sCDEHDciF46Aw/R4BVTAYt3AgsigY+AkRS58SNslcAeUjdee0MykE+C0j6MbEStC0IKYamslHfR5RG8VSxKwJAFLErAkAUsSsCQBSxIohDFnwCSFwkOKv0Q1+5so1i6BHyl+EmukK+A2jVU+dxAUSefogmoegD9ERVtLqhePc+AXcA3cowkalD4kVYSQBbE+ugZu0uurDT93EBRJU7aT1JxuFbFGqtLze0LQJlNo2vH+3tadfWTSuthmip13vD+opG/72vmGfB5qxy4BBCxJwJIELEnAkgQsScCSBJQ6aSx0Vdxt7FxkKpK+7rqT/0RXxd1GL5K2/QXHws6Vurp2y5ocMmlnnEkCliTgOknAkgQsScCSBCxJwJIELEnAkgTG+FdJ2wXLKVHYPt/uvdh1JglYkoAlCViSgCUJWJKAJQlYkoAlCViSgCUJWJKAJQlYkoAlCViSgCUJWJKAJQlYkoByIWCwm/HGgjNJwJIELElgjBcn2zhN0ft9b84kAUsSsCQBSxKwJAFLErAkAUsSsCQBSxKwJIGC6Gt0REu3znfMd+CC+P4lr7QqKoimT81GublwkWJO9HZ6VdIsPa4b5eZCs9V0SXz35bqBtaRmo9xcKHnsDtY53WZpQMljVuVAxdMOYXe0SJoQ/bgPiRN3TifvuivYkpedwowxxrxl/gFG7ZJtGF5omwAAAABJRU5ErkJggg==" y="0"/>
|
||||
<image height="88" preserveAspectRatio="none" width="73" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEkAAABYCAYAAAC5+driAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACNElEQVR4nO3czU7bQBiF4TeVYcMWNmxY9WK67rWWmwEWbPhRotbhx6BEEBbfWAytoadxYpLOeaRRQuSY5GUc2QJmBHwHDoD9dFuKMTBJt/mY/L5hRYQ5zEYp9oDddH8ONMC0a8OKmEGHwFEapdhJtzPgHqizx97IZ9IR8HWIV7dB5kSgKXGodUb6MuQr2laOJHAkgSMJHEngSAJHEjiSoBK2+QGM0lAs0ngmzmYfiJO1a+AyjSviGukXcJe27Wuxgn10UiKdogdqLYAn4oy2jdRePE6An8AN8MhqAq3VEJEaIsiUuD66AW7T4/N/3O+nUCKdsFyk/HBriGukJn39SARa2yGySkPMpK6x8YdYTol0tvZXofm0WedTAIEjCRxJ4EgCRxI4ksCRBMp50qY4WfJ5vX8DpEQ67vtNVuR0yecNEmnZn+Cm+NZ3B+q1W9FKmEm9eSYJHEng8ySBIwkcSeBIAkcSOJLAkQSOJHAkgSMJHEngSAJHEjiSwJEEjiRwJIEjCRxJ4EgCRxI4ksCRBI4kcCSBIwkcSeBIAkcSOJLAkQSOJHAkgfKXblvx343r5JkkcCSBIwkcSeBIAkcSOJLAkQSOJHAkgSMJKmJdoz3eWa3zP3YOXBDvv+aDpYoqYtGnfKHcUlykMSHWdvow0jjdbxfKLUW+1HRNvPdZ14ZtpHyh3FLUvK4O9tfDbZw2qHmdVSVoeLtC2D3vRBoR63HvEh/cJX14t6uCzfhzpTAzM9tmL9A0iYvdAPlcAAAAAElFTkSuQmCC" 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,195,135)">
|
||||
<path d="M0,0 L65,0 L65,80 L0,80 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -1617,7 +1617,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_R2017b:2687:307">
|
||||
<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,64)">
|
||||
<image height="36" preserveAspectRatio="none" width="67" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAAkCAYAAADSO4eRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABfElEQVRoge2ZwU7CQBCGv5rKhateuHDyiXxWnwYuXlDTRluUStooHmYaBi2woFSzzpdMWtpN037ZbfdnE+AauAQudBsbGZDr1lb+uWGKCBiZio0hMND9BqiAsqthivSIETDWio1z3dbAAijMsQ1szxgDV33c3S/QICJKZIh0yjjr847+Oi7D4DIMLsPgMgwuw+AyDC7DkAa0uQESrRBWWu/IrO8Vmew8AHda90g2eAJetG3IdU9KiIwp4SJaVsAbMvNrZbThKAcegTmwJExEL/Qho0IevERywRx41uPNgdc9KSEyJhwnww6TCskGlf5eIiIO6fqTPee/nav66BlddczQmO4535uMf4F/Wg0uw+AyDC7D4DIMLsPgMgwpkhmGbPnHOAJugRnynAU7YkCKBCe7yBIbM60cyUc7ZWS63y6yxIZdXiyQZ6y7GrYy7CJLbBSsE/PeYZJpg4J1L4mJis3UvGCLjARZax0gL9AYX6JtUq75mp4dx3Gcn+ADSUeBy4vuJZgAAAAASUVORK5CYII=" y="0"/>
|
||||
<image height="36" preserveAspectRatio="none" width="67" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAAkCAYAAADSO4eRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABdklEQVRoge2ZwU6DQBCGPwz20qteeunJJ/JZfRq9eKkaiEK1tIEoHmZIp0orCmKzzpdMoGRD2C+7dH82Ai6Bc+BMj6GRAKkebaUfG8aIgJmp0JgCEz2vgALI2xrGyIiYAXOt0DjVYwmsgMxc28GOjDlwMcbT/QEVIiJHpkirjJMxn+jYcRkGl2FwGQaXYXAZBpdhcBmGuEObKyDS6kKt9Yas+tbIYucBuNO6R7LBE/CibftS971BFxk3dBfRUAOvyMqvkdGEoxR4BJbAhmFEDMIYMgqk4zmSC5bAs16vvnnfX6WLjGt+JsNOkwLJBoX+3iAieg/tIRljZLTV0UwNS1cZ/wL/azW4DIPLMLgMg8swuAyDyzDESGaYsueLcQDcAguknxkHYkCMBCe7yRIaC60UyUcHZSR63myyhIbdXsyQPpZtDRsZdpMlNDK2ifnLaZJog4ztKAmJgt3UvGKPjAjZa50gL9AQX6JNUi75nJ4dx3GcIXgHXtl/ytt5vLYAAAAASUVORK5CYII=" 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,65)">
|
||||
<path d="M0,0 L59,0 L59,28 L0,28 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -1691,10 +1691,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,304,315)">
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,304,195)">
|
||||
<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,304,195)">
|
||||
<g clip-path="none" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,304,315)">
|
||||
<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-->
|
||||
@ -1812,5 +1812,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2019-06-05 22:29:41 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2019-06-06 17:49:43 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 120 KiB After Width: | Height: | Size: 120 KiB |
@ -174,5 +174,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2019-06-05 22:29:42 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2019-06-06 17:49:43 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
@ -174,5 +174,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2019-06-05 22:29:42 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2019-06-06 17:49:44 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
@ -174,5 +174,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2019-06-05 22:29:42 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2019-06-06 17:49:44 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
@ -1210,31 +1210,16 @@
|
||||
<!--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,892,378)">
|
||||
<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="clip94">
|
||||
<path d="M-778.234,-155 L222.305,-155 L222.305,227 L-778.234,227 L-778.234,-155 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip94)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,892,366)">
|
||||
<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-->
|
||||
</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,892,433)">
|
||||
<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="clip95">
|
||||
<clipPath id="clip94">
|
||||
<path d="M-778.234,-210 L222.305,-210 L222.305,172 L-778.234,172 L-778.234,-210 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,892,421)">
|
||||
<g clip-path="url(#clip94)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,892,421)">
|
||||
<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-->
|
||||
@ -1245,11 +1230,26 @@
|
||||
<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="clip96">
|
||||
<clipPath id="clip95">
|
||||
<path d="M-778.234,-265 L222.305,-265 L222.305,117 L-778.234,117 L-778.234,-265 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,892,476)">
|
||||
<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,892,476)">
|
||||
<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-->
|
||||
</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,892,378)">
|
||||
<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="clip96">
|
||||
<path d="M-778.234,-155 L222.305,-155 L222.305,227 L-778.234,227 L-778.234,-155 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,892,366)">
|
||||
<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-->
|
||||
@ -2434,5 +2434,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2019-06-05 22:29:42 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2019-06-06 17:49:44 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 168 KiB After Width: | Height: | Size: 168 KiB |
@ -1264,5 +1264,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2019-06-05 22:29:37 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2019-06-06 17:49:38 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 87 KiB |
@ -10,5 +10,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2019-06-05 22:29:42 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2019-06-06 17:49:44 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 702 B After Width: | Height: | Size: 702 B |
@ -10,5 +10,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2019-06-05 22:29:43 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2019-06-06 17:49:44 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 702 B After Width: | Height: | Size: 702 B |
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 8.8 KiB |
Before Width: | Height: | Size: 325 KiB After Width: | Height: | Size: 326 KiB |
@ -1655,125 +1655,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_R2017b:2687:1484",
|
||||
"className":"Simulink.Outport",
|
||||
"icon":"WebViewIcon2",
|
||||
"name":"z_counterRaw",
|
||||
"label":"z_counterRaw",
|
||||
"parent":"BLDCmotorControl_R2017b:2687:6",
|
||||
"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":[
|
||||
"5",
|
||||
"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":"BLDCmotorControl_R2017b:2687:1313",
|
||||
"className":"Simulink.If",
|
||||
"icon":"WebViewIcon2",
|
||||
"name":"If2",
|
||||
"label":"If2",
|
||||
"parent":"BLDCmotorControl_R2017b:2687:6",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"NumInputs",
|
||||
"IfExpression",
|
||||
"ElseIfExpressions",
|
||||
"ShowElse",
|
||||
"ZeroCross",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"1",
|
||||
"u1 ~= 0",
|
||||
"",
|
||||
"off",
|
||||
"on",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"If",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_R2017b:2687:1634",
|
||||
"className":"Simulink.Goto",
|
||||
@ -1841,22 +1722,28 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_R2017b:2687:1384",
|
||||
"className":"Simulink.Goto",
|
||||
"sid":"BLDCmotorControl_R2017b:2687:1313",
|
||||
"className":"Simulink.If",
|
||||
"icon":"WebViewIcon2",
|
||||
"name":"Goto3",
|
||||
"label":"Goto3",
|
||||
"name":"If2",
|
||||
"label":"If2",
|
||||
"parent":"BLDCmotorControl_R2017b:2687:6",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
"NumInputs",
|
||||
"IfExpression",
|
||||
"ElseIfExpressions",
|
||||
"ShowElse",
|
||||
"ZeroCross",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"b_advCtrlEna",
|
||||
"local",
|
||||
"Tag"
|
||||
"1",
|
||||
"u1 ~= 0",
|
||||
"",
|
||||
"off",
|
||||
"on",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
@ -1869,102 +1756,7 @@
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_R2017b:2687:1376",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon2",
|
||||
"name":"Goto18",
|
||||
"label":"Goto18",
|
||||
"parent":"BLDCmotorControl_R2017b:2687:6",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"r_DC",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_R2017b:2687:1382",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon2",
|
||||
"name":"From18",
|
||||
"label":"From18",
|
||||
"parent":"BLDCmotorControl_R2017b:2687:6",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"b_advCtrlEna",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_R2017b:2687:1633",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon2",
|
||||
"name":"From15",
|
||||
"label":"From15",
|
||||
"parent":"BLDCmotorControl_R2017b:2687:6",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"z_dirPrev",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"blocktype":"If",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
@ -2049,19 +1841,196 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_R2017b:2687:1378",
|
||||
"sid":"BLDCmotorControl_R2017b:2687:1484",
|
||||
"className":"Simulink.Outport",
|
||||
"icon":"WebViewIcon2",
|
||||
"name":"z_counterRaw",
|
||||
"label":"z_counterRaw",
|
||||
"parent":"BLDCmotorControl_R2017b:2687:6",
|
||||
"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":[
|
||||
"5",
|
||||
"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":"BLDCmotorControl_R2017b:2687:1382",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon2",
|
||||
"name":"From11",
|
||||
"label":"From11",
|
||||
"name":"From18",
|
||||
"label":"From18",
|
||||
"parent":"BLDCmotorControl_R2017b:2687:6",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"b_advCtrlEna",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_R2017b:2687:1662",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon2",
|
||||
"name":"Goto10",
|
||||
"label":"Goto10",
|
||||
"parent":"BLDCmotorControl_R2017b:2687:6",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"r_DCabs",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_R2017b:2687:1376",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon2",
|
||||
"name":"Goto18",
|
||||
"label":"Goto18",
|
||||
"parent":"BLDCmotorControl_R2017b:2687:6",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"r_DC",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_R2017b:2687:1481",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon2",
|
||||
"name":"From12",
|
||||
"label":"From12",
|
||||
"parent":"BLDCmotorControl_R2017b:2687:6",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"z_counterRaw",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
@ -2110,6 +2079,70 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_R2017b:2687:1666",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon2",
|
||||
"name":"From17",
|
||||
"label":"From17",
|
||||
"parent":"BLDCmotorControl_R2017b:2687:6",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"r_DCabs",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_R2017b:2687:1384",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon2",
|
||||
"name":"Goto3",
|
||||
"label":"Goto3",
|
||||
"parent":"BLDCmotorControl_R2017b:2687:6",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"b_advCtrlEna",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_R2017b:2687:1483",
|
||||
"className":"Simulink.Outport",
|
||||
@ -2191,11 +2224,11 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_R2017b:2687:1481",
|
||||
"sid":"BLDCmotorControl_R2017b:2687:1378",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon2",
|
||||
"name":"From12",
|
||||
"label":"From12",
|
||||
"name":"From11",
|
||||
"label":"From11",
|
||||
"parent":"BLDCmotorControl_R2017b:2687:6",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -2203,7 +2236,7 @@
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"z_counterRaw",
|
||||
"r_DC",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
@ -2222,19 +2255,88 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_R2017b:2687:1482",
|
||||
"className":"Simulink.From",
|
||||
"sid":"BLDCmotorControl_R2017b:2687:1661",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon2",
|
||||
"name":"From16",
|
||||
"label":"From16",
|
||||
"name":"r_DCabs",
|
||||
"label":"r_DCabs",
|
||||
"parent":"BLDCmotorControl_R2017b:2687:6",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"InputConnect",
|
||||
"Interpolate",
|
||||
"LatchByDelayingOutsideSignal",
|
||||
"LatchInputForFeedbackSignals",
|
||||
"OutputFunctionCall"
|
||||
],
|
||||
"values":[
|
||||
"5",
|
||||
"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":"BLDCmotorControl_R2017b:2687:1489",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon2",
|
||||
"name":"Goto5",
|
||||
"label":"Goto5",
|
||||
"parent":"BLDCmotorControl_R2017b:2687:6",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"z_counter",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
@ -2248,7 +2350,7 @@
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
@ -2320,21 +2422,19 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_R2017b:2687:1489",
|
||||
"className":"Simulink.Goto",
|
||||
"sid":"BLDCmotorControl_R2017b:2687:1633",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon2",
|
||||
"name":"Goto5",
|
||||
"label":"Goto5",
|
||||
"name":"From15",
|
||||
"label":"From15",
|
||||
"parent":"BLDCmotorControl_R2017b:2687:6",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"z_counter",
|
||||
"local",
|
||||
"z_dirPrev",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
@ -2348,7 +2448,38 @@
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_R2017b:2687:1482",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon2",
|
||||
"name":"From16",
|
||||
"label":"From16",
|
||||
"parent":"BLDCmotorControl_R2017b:2687:6",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"z_counter",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
@ -4085,5 +4216,107 @@
|
||||
],
|
||||
"finder":[
|
||||
]
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_R2017b:2687:1661#out:1",
|
||||
"className":"Simulink.Line",
|
||||
"icon":"WebViewIcon4",
|
||||
"name":"",
|
||||
"label":"",
|
||||
"parent":"BLDCmotorControl_R2017b:2687:6",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"SignalNameFromLabel",
|
||||
"MustResolveToSignal",
|
||||
"ShowPropagatedSignal",
|
||||
"DataLogging",
|
||||
"TestPoint",
|
||||
"SignalObjectPackage",
|
||||
"StorageClass",
|
||||
"Description",
|
||||
"documentLink"
|
||||
],
|
||||
"values":[
|
||||
"",
|
||||
"off",
|
||||
"off",
|
||||
"off",
|
||||
"off",
|
||||
"Simulink",
|
||||
"Auto",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes",
|
||||
"Logging and Accessibility",
|
||||
"Code Generation",
|
||||
"Documentation"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
5,
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":[
|
||||
]
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_R2017b:2687:1666#out:1",
|
||||
"className":"Simulink.Line",
|
||||
"icon":"WebViewIcon4",
|
||||
"name":"",
|
||||
"label":"",
|
||||
"parent":"BLDCmotorControl_R2017b:2687:6",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"SignalNameFromLabel",
|
||||
"MustResolveToSignal",
|
||||
"ShowPropagatedSignal",
|
||||
"DataLogging",
|
||||
"TestPoint",
|
||||
"SignalObjectPackage",
|
||||
"StorageClass",
|
||||
"Description",
|
||||
"documentLink"
|
||||
],
|
||||
"values":[
|
||||
"",
|
||||
"off",
|
||||
"off",
|
||||
"off",
|
||||
"off",
|
||||
"Simulink",
|
||||
"Auto",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes",
|
||||
"Logging and Accessibility",
|
||||
"Code Generation",
|
||||
"Documentation"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
5,
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":[
|
||||
]
|
||||
}
|
||||
]
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 223 KiB After Width: | Height: | Size: 236 KiB |
@ -1874,7 +1874,7 @@
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"r_DC",
|
||||
"r_DCabs",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
@ -2020,6 +2020,117 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_R2017b:2687:1659",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon2",
|
||||
"name":"Goto9",
|
||||
"label":"Goto9",
|
||||
"parent":"BLDCmotorControl_R2017b:2687",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"r_DCabs",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_R2017b:2687:1667",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon2",
|
||||
"name":"From11",
|
||||
"label":"From11",
|
||||
"parent":"BLDCmotorControl_R2017b:2687",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"r_DCabs",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_R2017b:2687:1660",
|
||||
"className":"Simulink.Abs",
|
||||
"icon":"WebViewIcon2",
|
||||
"name":"Abs1",
|
||||
"label":"Abs1",
|
||||
"parent":"BLDCmotorControl_R2017b:2687",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"OutMax",
|
||||
"OutMin",
|
||||
"RndMeth",
|
||||
"SampleTime",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"ZeroCross"
|
||||
],
|
||||
"values":[
|
||||
"Inherit: Inherit via back propagation",
|
||||
"off",
|
||||
"[]",
|
||||
"[]",
|
||||
"Zero",
|
||||
"-1",
|
||||
"off",
|
||||
"on"
|
||||
],
|
||||
"tabs":[
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
1
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Abs",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_R2017b:2687:2#out:1",
|
||||
"className":"Simulink.Line",
|
||||
@ -3600,5 +3711,107 @@
|
||||
],
|
||||
"finder":[
|
||||
]
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_R2017b:2687:1660#out:1",
|
||||
"className":"Simulink.Line",
|
||||
"icon":"WebViewIcon4",
|
||||
"name":"",
|
||||
"label":"",
|
||||
"parent":"BLDCmotorControl_R2017b:2687",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"SignalNameFromLabel",
|
||||
"MustResolveToSignal",
|
||||
"ShowPropagatedSignal",
|
||||
"DataLogging",
|
||||
"TestPoint",
|
||||
"SignalObjectPackage",
|
||||
"StorageClass",
|
||||
"Description",
|
||||
"documentLink"
|
||||
],
|
||||
"values":[
|
||||
"",
|
||||
"off",
|
||||
"off",
|
||||
"off",
|
||||
"off",
|
||||
"Simulink",
|
||||
"Auto",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes",
|
||||
"Logging and Accessibility",
|
||||
"Code Generation",
|
||||
"Documentation"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
5,
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":[
|
||||
]
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_R2017b:2687:1667#out:1",
|
||||
"className":"Simulink.Line",
|
||||
"icon":"WebViewIcon4",
|
||||
"name":"",
|
||||
"label":"",
|
||||
"parent":"BLDCmotorControl_R2017b:2687",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"SignalNameFromLabel",
|
||||
"MustResolveToSignal",
|
||||
"ShowPropagatedSignal",
|
||||
"DataLogging",
|
||||
"TestPoint",
|
||||
"SignalObjectPackage",
|
||||
"StorageClass",
|
||||
"Description",
|
||||
"documentLink"
|
||||
],
|
||||
"values":[
|
||||
"",
|
||||
"off",
|
||||
"off",
|
||||
"off",
|
||||
"off",
|
||||
"Simulink",
|
||||
"Auto",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes",
|
||||
"Logging and Accessibility",
|
||||
"Code Generation",
|
||||
"Documentation"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
5,
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":[
|
||||
]
|
||||
}
|
||||
]
|
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 8.8 KiB |
Before Width: | Height: | Size: 518 KiB After Width: | Height: | Size: 533 KiB |
@ -1205,44 +1205,38 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad16" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0.3" stop-color="#b0defe" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#52a1d6" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,-1123,218)">
|
||||
<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="clip74">
|
||||
<path d="M-569.922,-75 L381.461,-75 L381.461,137 L-569.922,137 L-569.922,-75 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,-1123,206)">
|
||||
<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-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g data-tags="layout">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad17" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0.3" stop-color="#b0defe" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#52a1d6" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,-1123,168)">
|
||||
<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="clip75">
|
||||
<path d="M-569.922,-25 L381.461,-25 L381.461,187 L-569.922,187 L-569.922,-25 z"/>
|
||||
<path d="M0,-16 L16,-16 L16,0 L0,0 L0,-16 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,-1123,156)">
|
||||
<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 clip-path="url(#clip75)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,-1314.5,253.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="clip76">
|
||||
<path d="M1,1 L17,1 L17,17 L1,17 L1,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip76)" fill="none" opacity="0.8" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,-1315.5,236.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="clip77">
|
||||
<path d="M-1,-1 L15,-1 L15,15 L-1,15 L-1,-1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip77)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,-1313.5,238.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>
|
||||
@ -1258,48 +1252,54 @@
|
||||
<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="clip76">
|
||||
<clipPath id="clip79">
|
||||
<path d="M-569.922,0 L381.461,0 L381.461,212 L-569.922,212 L-569.922,0 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,-1123,131)">
|
||||
<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,-1123,131)">
|
||||
<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-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="layout">
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad19" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0.3" stop-color="#b0defe" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#52a1d6" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,-1123,243)">
|
||||
<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="clip80">
|
||||
<path d="M-569.922,-100 L381.461,-100 L381.461,112 L-569.922,112 L-569.922,-100 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,-1123,231)">
|
||||
<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-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad20" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0.3" stop-color="#b0defe" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#52a1d6" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
<clipPath id="clip78">
|
||||
<path d="M0,-16 L16,-16 L16,0 L0,0 L0,-16 z"/>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,-1123,168)">
|
||||
<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="clip81">
|
||||
<path d="M-569.922,-25 L381.461,-25 L381.461,187 L-569.922,187 L-569.922,-25 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip78)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,-1314.5,253.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="clip79">
|
||||
<path d="M1,1 L17,1 L17,17 L1,17 L1,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip79)" fill="none" opacity="0.8" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,-1315.5,236.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="clip80">
|
||||
<path d="M-1,-1 L15,-1 L15,15 L-1,15 L-1,-1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip80)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,-1313.5,238.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 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,-1123,156)">
|
||||
<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-->
|
||||
</g>
|
||||
@ -1311,15 +1311,15 @@
|
||||
<stop offset="1" stop-color="#52a1d6" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,-1123,243)">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,-1123,193)">
|
||||
<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="clip82">
|
||||
<path d="M-569.922,-100 L381.461,-100 L381.461,112 L-569.922,112 L-569.922,-100 z"/>
|
||||
<path d="M-569.922,-50 L381.461,-50 L381.461,162 L-569.922,162 L-569.922,-50 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,-1123,231)">
|
||||
<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,-1123,181)">
|
||||
<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-->
|
||||
@ -1332,15 +1332,15 @@
|
||||
<stop offset="1" stop-color="#52a1d6" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,-1123,193)">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,-1123,218)">
|
||||
<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="clip83">
|
||||
<path d="M-569.922,-50 L381.461,-50 L381.461,162 L-569.922,162 L-569.922,-50 z"/>
|
||||
<path d="M-569.922,-75 L381.461,-75 L381.461,137 L-569.922,137 L-569.922,-75 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,-1123,181)">
|
||||
<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,-1123,206)">
|
||||
<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-->
|
||||
@ -2047,5 +2047,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2019-06-05 22:29:33 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2019-06-06 17:49:34 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 144 KiB After Width: | Height: | Size: 144 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
@ -145,6 +145,9 @@
|
||||
":2687:537",
|
||||
":2687:589",
|
||||
":2687:1379",
|
||||
":2687:1659",
|
||||
":2687:1667",
|
||||
":2687:1660",
|
||||
":2687:2#out:1",
|
||||
":2687:3#out:1",
|
||||
":2687:4#out:1",
|
||||
@ -175,7 +178,9 @@
|
||||
":2687:1379#out:1",
|
||||
":2687:6#out:6",
|
||||
":2687:6#out:4",
|
||||
":2687:6#out:5"
|
||||
":2687:6#out:5",
|
||||
":2687:1660#out:1",
|
||||
":2687:1667#out:1"
|
||||
],
|
||||
"sameAsElement":true
|
||||
},
|
||||
@ -232,22 +237,25 @@
|
||||
":2687:184",
|
||||
":2687:206",
|
||||
":2687:208",
|
||||
":2687:1484",
|
||||
":2687:1313",
|
||||
":2687:1634",
|
||||
":2687:1490",
|
||||
":2687:1384",
|
||||
":2687:1376",
|
||||
":2687:1382",
|
||||
":2687:1633",
|
||||
":2687:1313",
|
||||
":2687:1383",
|
||||
":2687:1378",
|
||||
":2687:1377",
|
||||
":2687:1483",
|
||||
":2687:1484",
|
||||
":2687:1382",
|
||||
":2687:1662",
|
||||
":2687:1376",
|
||||
":2687:1481",
|
||||
":2687:1482",
|
||||
":2687:1375",
|
||||
":2687:1377",
|
||||
":2687:1666",
|
||||
":2687:1384",
|
||||
":2687:1483",
|
||||
":2687:1378",
|
||||
":2687:1661",
|
||||
":2687:1489",
|
||||
":2687:1375",
|
||||
":2687:1633",
|
||||
":2687:1482",
|
||||
":2687:1313#out:1",
|
||||
":2687:189#out:1",
|
||||
":2687:188#out:1",
|
||||
@ -281,7 +289,9 @@
|
||||
":2687:59#out:3",
|
||||
":2687:59#out:4",
|
||||
":2687:38#out:2",
|
||||
":2687:1633#out:1"
|
||||
":2687:1633#out:1",
|
||||
":2687:1661#out:1",
|
||||
":2687:1666#out:1"
|
||||
],
|
||||
"sameAsElement":true
|
||||
},
|
||||
@ -438,56 +448,57 @@
|
||||
":2687:61",
|
||||
":2687:100",
|
||||
":2687:1488",
|
||||
":2687:1487",
|
||||
":2687:1381",
|
||||
":2687:1328",
|
||||
":2687:1518",
|
||||
":2687:1507",
|
||||
":2687:1526",
|
||||
":2687:1327",
|
||||
":2687:1326",
|
||||
":2687:1651",
|
||||
":2687:1525",
|
||||
":2687:1329",
|
||||
":2687:842",
|
||||
":2687:659",
|
||||
":2687:1362",
|
||||
":2687:1401",
|
||||
":2687:1400",
|
||||
":2687:1374",
|
||||
":2687:1371",
|
||||
":2687:1326",
|
||||
":2687:1372",
|
||||
":2687:1664",
|
||||
":2687:1398",
|
||||
":2687:1533",
|
||||
":2687:1630",
|
||||
":2687:1362",
|
||||
":2687:1395",
|
||||
":2687:972",
|
||||
":2687:1521",
|
||||
":2687:1485",
|
||||
":2687:1324",
|
||||
":2687:1381",
|
||||
":2687:1371",
|
||||
":2687:1517",
|
||||
":2687:1323",
|
||||
":2687:1322",
|
||||
":2687:1401",
|
||||
":2687:1372",
|
||||
":2687:1455",
|
||||
":2687:1380",
|
||||
":2687:1641",
|
||||
":2687:1630",
|
||||
":2687:1642",
|
||||
":2687:1523",
|
||||
":2687:1486",
|
||||
":2687:660",
|
||||
":2687:1642",
|
||||
":2687:1397",
|
||||
":2687:1524",
|
||||
":2687:1340",
|
||||
":2687:1320",
|
||||
":2687:972",
|
||||
":2687:1395",
|
||||
":2687:1525",
|
||||
":2687:1321",
|
||||
":2687:1329",
|
||||
":2687:1629",
|
||||
":2687:1366",
|
||||
":2687:1518",
|
||||
":2687:1370",
|
||||
":2687:1339",
|
||||
":2687:1373",
|
||||
":2687:786",
|
||||
":2687:1524",
|
||||
":2687:1455",
|
||||
":2687:1380",
|
||||
":2687:1321",
|
||||
":2687:1327",
|
||||
":2687:1361",
|
||||
":2687:1319",
|
||||
":2687:1366",
|
||||
":2687:1323",
|
||||
":2687:1340",
|
||||
":2687:1629",
|
||||
":2687:1339",
|
||||
":2687:1374",
|
||||
":2687:1370",
|
||||
":2687:1324",
|
||||
":2687:1641",
|
||||
":2687:1663",
|
||||
":2687:1397",
|
||||
":2687:1651",
|
||||
":2687:1320",
|
||||
":2687:1665",
|
||||
":2687:1487",
|
||||
":2687:1373",
|
||||
":2687:1325",
|
||||
":2687:1366#out:1",
|
||||
":2687:1518#out:1",
|
||||
@ -508,8 +519,7 @@
|
||||
":2687:1324#out:1",
|
||||
":2687:1320#out:1",
|
||||
":2687:1321#out:1",
|
||||
":2687:1319#out:1",
|
||||
":2687:1322#out:1",
|
||||
":2687:1665#out:1",
|
||||
":2687:1329#out:1",
|
||||
":2687:1325#out:1",
|
||||
":2687:1339#out:1",
|
||||
@ -540,7 +550,8 @@
|
||||
":2687:1328#out:1",
|
||||
":2687:1326#out:1",
|
||||
":2687:1327#out:1",
|
||||
":2687:1524#out:1"
|
||||
":2687:1524#out:1",
|
||||
":2687:1663#out:1"
|
||||
],
|
||||
"sameAsElement":true
|
||||
},
|
||||
@ -561,8 +572,8 @@
|
||||
"elements":[
|
||||
":2687:1359",
|
||||
":2687:1358",
|
||||
":2687:169",
|
||||
":2687:1454",
|
||||
":2687:169",
|
||||
":2687:1344",
|
||||
":2687:1341",
|
||||
":2687:1341#out:1",
|
||||
@ -594,33 +605,33 @@
|
||||
":2687:1438",
|
||||
":2687:1451",
|
||||
":2687:1440",
|
||||
":2687:1450",
|
||||
":2687:1625",
|
||||
":2687:1443",
|
||||
":2687:1638",
|
||||
":2687:1624",
|
||||
":2687:1650",
|
||||
":2687:1645",
|
||||
":2687:1623",
|
||||
":2687:1646",
|
||||
":2687:1448",
|
||||
":2687:1439",
|
||||
":2687:1636",
|
||||
":2687:1635",
|
||||
":2687:1628",
|
||||
":2687:1436",
|
||||
":2687:1637",
|
||||
":2687:1639",
|
||||
":2687:1446",
|
||||
":2687:1444",
|
||||
":2687:1443",
|
||||
":2687:1628",
|
||||
":2687:1645",
|
||||
":2687:1636",
|
||||
":2687:1646",
|
||||
":2687:1635",
|
||||
":2687:1623",
|
||||
":2687:1439",
|
||||
":2687:1648",
|
||||
":2687:1624",
|
||||
":2687:1647",
|
||||
":2687:1434",
|
||||
":2687:1433",
|
||||
":2687:1436",
|
||||
":2687:1435",
|
||||
":2687:1437",
|
||||
":2687:1637",
|
||||
":2687:1650",
|
||||
":2687:1639",
|
||||
":2687:1450",
|
||||
":2687:1640",
|
||||
":2687:1638",
|
||||
":2687:1649",
|
||||
":2687:1433",
|
||||
":2687:1647",
|
||||
":2687:1640",
|
||||
":2687:1437",
|
||||
":2687:1435",
|
||||
":2687:1627",
|
||||
":2687:1439#out:1",
|
||||
":2687:1448#out:1",
|
||||
@ -674,8 +685,8 @@
|
||||
":2687:1651:1622",
|
||||
":2687:1651:1614",
|
||||
":2687:1651:1620",
|
||||
":2687:1651:1618",
|
||||
":2687:1651:1616",
|
||||
":2687:1651:1618",
|
||||
":2687:1651:1620#out:1",
|
||||
":2687:1651:1618#out:1",
|
||||
":2687:1651:1616#out:1",
|
||||
@ -734,7 +745,6 @@
|
||||
":2687:545",
|
||||
":2687:543",
|
||||
":2687:578",
|
||||
":2687:595",
|
||||
":2687:623",
|
||||
":2687:1460",
|
||||
":2687:1462",
|
||||
@ -775,7 +785,6 @@
|
||||
":2687:545#out:1",
|
||||
":2687:542#out:1",
|
||||
":2687:518#out:1",
|
||||
":2687:595#out:1",
|
||||
":2687:547#out:1",
|
||||
":2687:623#out:1",
|
||||
":2687:546#out:1",
|
||||
|
@ -7,9 +7,9 @@
|
||||
*
|
||||
* Code generated for Simulink model 'BLDC_controller'.
|
||||
*
|
||||
* Model version : 1.877
|
||||
* Model version : 1.879
|
||||
* Simulink Coder version : 8.13 (R2017b) 24-Jul-2017
|
||||
* C/C++ source code generated on : Wed Jun 5 22:29:28 2019
|
||||
* C/C++ source code generated on : Thu Jun 6 17:49:29 2019
|
||||
*
|
||||
* Target selection: ert.tlc
|
||||
* Embedded hardware selection: ARM Compatible->ARM Cortex
|
||||
|
@ -7,9 +7,9 @@
|
||||
*
|
||||
* Code generated for Simulink model 'BLDC_controller'.
|
||||
*
|
||||
* Model version : 1.877
|
||||
* Model version : 1.879
|
||||
* Simulink Coder version : 8.13 (R2017b) 24-Jul-2017
|
||||
* C/C++ source code generated on : Wed Jun 5 22:29:28 2019
|
||||
* C/C++ source code generated on : Thu Jun 6 17:49:29 2019
|
||||
*
|
||||
* Target selection: ert.tlc
|
||||
* Embedded hardware selection: ARM Compatible->ARM Cortex
|
||||
|
@ -7,9 +7,9 @@
|
||||
*
|
||||
* Code generated for Simulink model 'BLDC_controller'.
|
||||
*
|
||||
* Model version : 1.877
|
||||
* Model version : 1.879
|
||||
* Simulink Coder version : 8.13 (R2017b) 24-Jul-2017
|
||||
* C/C++ source code generated on : Wed Jun 5 22:29:28 2019
|
||||
* C/C++ source code generated on : Thu Jun 6 17:49:29 2019
|
||||
*
|
||||
* Target selection: ert.tlc
|
||||
* Embedded hardware selection: ARM Compatible->ARM Cortex
|
||||
|
@ -7,9 +7,9 @@
|
||||
*
|
||||
* Code generated for Simulink model 'BLDC_controller'.
|
||||
*
|
||||
* Model version : 1.877
|
||||
* Model version : 1.879
|
||||
* Simulink Coder version : 8.13 (R2017b) 24-Jul-2017
|
||||
* C/C++ source code generated on : Wed Jun 5 22:29:28 2019
|
||||
* C/C++ source code generated on : Thu Jun 6 17:49:29 2019
|
||||
*
|
||||
* Target selection: ert.tlc
|
||||
* Embedded hardware selection: ARM Compatible->ARM Cortex
|
||||
@ -26,6 +26,8 @@
|
||||
#include <limits.h>
|
||||
#endif
|
||||
|
||||
#define static static inline
|
||||
|
||||
#if ( UCHAR_MAX != (0xFFU) ) || ( SCHAR_MAX != (0x7F) )
|
||||
#error Code was generated for compiler with different sized uchar/char. \
|
||||
Consider adjusting Test hardware word size settings on the \
|
||||
@ -154,15 +156,15 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
ExtU *rtU = (ExtU *) rtM->inputs;
|
||||
ExtY *rtY = (ExtY *) rtM->outputs;
|
||||
uint8_T rtb_Sum;
|
||||
int32_T rtb_Sum2;
|
||||
int32_T rtb_Abs1;
|
||||
uint8_T rtb_BitwiseOperator;
|
||||
int32_T rtb_Sum2;
|
||||
int16_T rtb_Abs2;
|
||||
int16_T rtb_Sum1_a;
|
||||
int32_T rtb_Abs5;
|
||||
int8_T rtAction;
|
||||
int8_T rtb_Sum2_h;
|
||||
uint32_T rtb_r_phaAdvDC_XA_o2;
|
||||
int32_T rtb_Switch1_idx_0;
|
||||
int32_T rtb_Switch1_idx_1;
|
||||
|
||||
/* Outputs for Atomic SubSystem: '<Root>/BLDC_controller' */
|
||||
@ -176,6 +178,17 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
rtb_Sum = (uint8_T)((uint32_T)(uint8_T)((uint32_T)(uint8_T)(rtU->b_hallA << 2)
|
||||
+ (uint8_T)(rtU->b_hallB << 1)) + rtU->b_hallC);
|
||||
|
||||
/* Abs: '<S2>/Abs1' incorporates:
|
||||
* Inport: '<Root>/r_DC'
|
||||
*/
|
||||
if (rtU->r_DC < 0) {
|
||||
rtb_Abs1 = -rtU->r_DC;
|
||||
} else {
|
||||
rtb_Abs1 = rtU->r_DC;
|
||||
}
|
||||
|
||||
/* End of Abs: '<S2>/Abs1' */
|
||||
|
||||
/* S-Function (sfix_bitop): '<S11>/Bitwise Operator' incorporates:
|
||||
* Inport: '<Root>/b_hallA '
|
||||
* Inport: '<Root>/b_hallB'
|
||||
@ -411,19 +424,8 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
* Outport: '<Root>/a_elecAngle'
|
||||
*/
|
||||
if (rtP->b_phaAdvEna) {
|
||||
/* Abs: '<S8>/Abs2' incorporates:
|
||||
* Inport: '<Root>/r_DC'
|
||||
*/
|
||||
if (rtU->r_DC < 0) {
|
||||
rtb_Switch1_idx_0 = -rtU->r_DC;
|
||||
} else {
|
||||
rtb_Switch1_idx_0 = rtU->r_DC;
|
||||
}
|
||||
|
||||
/* End of Abs: '<S8>/Abs2' */
|
||||
|
||||
/* PreLookup: '<S8>/r_phaAdvDC_XA' */
|
||||
rtb_BitwiseOperator = plook_u8s32u32n31_evenc_s(rtb_Switch1_idx_0,
|
||||
rtb_BitwiseOperator = plook_u8s32u32n31_evenc_s(rtb_Abs1,
|
||||
rtP->r_phaAdvDC_XA[0], (uint32_T)rtP->r_phaAdvDC_XA[1] -
|
||||
rtP->r_phaAdvDC_XA[0], 10U, &rtb_r_phaAdvDC_XA_o2);
|
||||
|
||||
@ -435,11 +437,10 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
* Outport: '<Root>/a_elecAngle'
|
||||
* Product: '<S8>/Product2'
|
||||
*/
|
||||
rtb_Switch1_idx_0 = (int16_T)(rtb_Abs2 * rtDW->Switch2) + rtY->a_elecAngle;
|
||||
rtb_Abs5 = (int16_T)(rtb_Abs2 * rtDW->Switch2) + rtY->a_elecAngle;
|
||||
|
||||
/* Math: '<S8>/Math Function' */
|
||||
rtDW->Switch_PhaAdv = rtb_Switch1_idx_0 - div_nde_s32_floor
|
||||
(rtb_Switch1_idx_0, 360) * 360;
|
||||
rtDW->Switch_PhaAdv = rtb_Abs5 - div_nde_s32_floor(rtb_Abs5, 360) * 360;
|
||||
} else {
|
||||
rtDW->Switch_PhaAdv = rtY->a_elecAngle;
|
||||
}
|
||||
@ -526,20 +527,6 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
|
||||
/* End of SwitchCase: '<S9>/Switch Case' */
|
||||
|
||||
/* Abs: '<S14>/Abs1' incorporates:
|
||||
* Inport: '<Root>/r_DC'
|
||||
* Signum: '<S14>/Sign1'
|
||||
*/
|
||||
if (rtU->r_DC < 0) {
|
||||
rtb_Switch1_idx_0 = -rtU->r_DC;
|
||||
rtb_Switch1_idx_1 = -1;
|
||||
} else {
|
||||
rtb_Switch1_idx_0 = rtU->r_DC;
|
||||
rtb_Switch1_idx_1 = (rtU->r_DC > 0);
|
||||
}
|
||||
|
||||
/* End of Abs: '<S14>/Abs1' */
|
||||
|
||||
/* Signum: '<S14>/Sign' */
|
||||
if (rtDW->Switch2 < 0) {
|
||||
rtb_Sum2_h = -1;
|
||||
@ -549,6 +536,17 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
|
||||
/* End of Signum: '<S14>/Sign' */
|
||||
|
||||
/* Signum: '<S14>/Sign1' incorporates:
|
||||
* Inport: '<Root>/r_DC'
|
||||
*/
|
||||
if (rtU->r_DC < 0) {
|
||||
rtb_Abs5 = -1;
|
||||
} else {
|
||||
rtb_Abs5 = (rtU->r_DC > 0);
|
||||
}
|
||||
|
||||
/* End of Signum: '<S14>/Sign1' */
|
||||
|
||||
/* Switch: '<S10>/Switch1' incorporates:
|
||||
* Constant: '<S12>/vec_hallToPos'
|
||||
* Constant: '<S14>/CTRL_COMM'
|
||||
@ -569,12 +567,11 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
* About '<S10>/z_commutMap_M1':
|
||||
* 2-dimensional Direct Look-Up returning a Column
|
||||
*/
|
||||
if ((rtP->z_ctrlTypSel != 0) && (rtb_Switch1_idx_0 > rtP->r_commDCDeacv) &&
|
||||
(rtb_Sum2_h == rtb_Switch1_idx_1) && rtDW->n_commDeacv_Mode &&
|
||||
(!rtDW->dz_counter_Mode)) {
|
||||
rtb_Switch1_idx_0 = rtU->r_DC * rtDW->Merge;
|
||||
if ((rtP->z_ctrlTypSel != 0) && (rtb_Abs1 > rtP->r_commDCDeacv) && (rtb_Sum2_h
|
||||
== rtb_Abs5) && rtDW->n_commDeacv_Mode && (!rtDW->dz_counter_Mode)) {
|
||||
rtb_Abs5 = rtU->r_DC * rtDW->Merge;
|
||||
rtb_Switch1_idx_1 = rtU->r_DC * rtDW->Merge1;
|
||||
rtb_Abs5 = rtU->r_DC * rtDW->Merge2;
|
||||
rtb_Abs1 = rtU->r_DC * rtDW->Merge2;
|
||||
} else {
|
||||
if (rtConstP.vec_hallToPos_Value[rtb_Sum] > 5) {
|
||||
/* LookupNDDirect: '<S10>/z_commutMap_M1'
|
||||
@ -608,10 +605,10 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
* About '<S10>/z_commutMap_M1':
|
||||
* 2-dimensional Direct Look-Up returning a Column
|
||||
*/
|
||||
rtb_Abs5 = rtb_Sum2_h * 3;
|
||||
rtb_Switch1_idx_0 = rtU->r_DC * rtConstP.z_commutMap_M1_table[rtb_Abs5];
|
||||
rtb_Switch1_idx_1 = rtConstP.z_commutMap_M1_table[1 + rtb_Abs5] * rtU->r_DC;
|
||||
rtb_Abs5 = rtConstP.z_commutMap_M1_table[2 + rtb_Abs5] * rtU->r_DC;
|
||||
rtb_Abs1 = rtb_Sum2_h * 3;
|
||||
rtb_Abs5 = rtU->r_DC * rtConstP.z_commutMap_M1_table[rtb_Abs1];
|
||||
rtb_Switch1_idx_1 = rtConstP.z_commutMap_M1_table[1 + rtb_Abs1] * rtU->r_DC;
|
||||
rtb_Abs1 = rtConstP.z_commutMap_M1_table[2 + rtb_Abs1] * rtU->r_DC;
|
||||
}
|
||||
|
||||
/* End of Switch: '<S10>/Switch1' */
|
||||
@ -620,7 +617,7 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
* Constant: '<S10>/Constant1'
|
||||
* Product: '<S10>/Divide1'
|
||||
*/
|
||||
rtY->DC_phaA = rtb_Switch1_idx_0 / 1000;
|
||||
rtY->DC_phaA = rtb_Abs5 / 1000;
|
||||
|
||||
/* Outport: '<Root>/DC_phaB' incorporates:
|
||||
* Constant: '<S10>/Constant1'
|
||||
@ -656,7 +653,7 @@ void BLDC_controller_step(RT_MODEL *const rtM)
|
||||
* Constant: '<S10>/Constant1'
|
||||
* Product: '<S10>/Divide1'
|
||||
*/
|
||||
rtY->DC_phaC = rtb_Abs5 / 1000;
|
||||
rtY->DC_phaC = rtb_Abs1 / 1000;
|
||||
|
||||
/* End of Outputs for SubSystem: '<Root>/BLDC_controller' */
|
||||
|
||||
|
@ -7,9 +7,9 @@
|
||||
*
|
||||
* Code generated for Simulink model 'BLDC_controller'.
|
||||
*
|
||||
* Model version : 1.877
|
||||
* Model version : 1.879
|
||||
* Simulink Coder version : 8.13 (R2017b) 24-Jul-2017
|
||||
* C/C++ source code generated on : Wed Jun 5 22:29:28 2019
|
||||
* C/C++ source code generated on : Thu Jun 6 17:49:29 2019
|
||||
*
|
||||
* Target selection: ert.tlc
|
||||
* Embedded hardware selection: ARM Compatible->ARM Cortex
|
||||
@ -94,7 +94,6 @@ const ConstP rtConstP = {
|
||||
{ 0, 5, 3, 4, 1, 0, 2, 0 }
|
||||
};
|
||||
|
||||
/* Tunable parameters (auto storage) */
|
||||
P rtP = {
|
||||
/* Variable: cf_speedCoef
|
||||
* Referenced by: '<S16>/cf_spdCoef'
|
||||
|
11
Src/main.c
@ -23,7 +23,6 @@
|
||||
#include "defines.h"
|
||||
#include "setup.h"
|
||||
#include "config.h"
|
||||
#include <stdlib.h>
|
||||
//#include "hd44780.h"
|
||||
|
||||
// Matlab includes and defines - from auto-code generation
|
||||
@ -31,8 +30,8 @@
|
||||
#include "BLDC_controller.h" /* Model's header file */
|
||||
#include "rtwtypes.h"
|
||||
|
||||
static RT_MODEL rtM_Left_; /* Real-time model */
|
||||
static RT_MODEL rtM_Right_; /* Real-time model */
|
||||
RT_MODEL rtM_Left_; /* Real-time model */
|
||||
RT_MODEL rtM_Right_; /* Real-time model */
|
||||
RT_MODEL *const rtM_Left = &rtM_Left_;
|
||||
RT_MODEL *const rtM_Right = &rtM_Right_;
|
||||
|
||||
@ -263,9 +262,11 @@ int main(void) {
|
||||
timeout = 0;
|
||||
#endif
|
||||
|
||||
// Bypass - only for testing purposes
|
||||
// cmd2 = cmd2-500;
|
||||
// cmd1 = 0;
|
||||
|
||||
// ####### LOW-PASS FILTER #######
|
||||
cmd2 = cmd2-500;
|
||||
cmd1 = 0;
|
||||
steer = steer * (1.0 - FILTER) + cmd1 * FILTER;
|
||||
speed = speed * (1.0 - FILTER) + cmd2 * FILTER;
|
||||
|
||||
|