Updated block setting
No functional impact
27
01_Matlab/03_CreateParamTable/setBlockSetting.m
Normal file
@ -0,0 +1,27 @@
|
||||
function setBlockSetting(topLevelModel,block,setting,value)
|
||||
% This function changes a certain setting for a specific type of blocks found within the main model
|
||||
% ============================================================
|
||||
% Example
|
||||
% setBlockSetting(bdroot, 'Inport', 'BackgroundColor', 'cyan');
|
||||
% setBlockSetting(bdroot, 'Outport', 'BackgroundColor', 'orange');
|
||||
% ============================================================
|
||||
|
||||
% Load Top Model
|
||||
if( ~bdIsLoaded( topLevelModel ) )
|
||||
load_system( topLevelModel ); % If Model is not already loaded, load it
|
||||
end
|
||||
|
||||
|
||||
%% Find Model Reference Blocks in the top level model:
|
||||
topLevelModelHandle = get_param( topLevelModel , 'Handle' );
|
||||
blkHandles = find_system( topLevelModelHandle, 'findall', 'on', 'FollowLinks', 'off', 'LookUnderMasks', 'on', 'blocktype', block);
|
||||
|
||||
if( ~isempty( blkHandles ) ) % If the model contains model references
|
||||
|
||||
for k = 1 : length(blkHandles)
|
||||
set_param(blkHandles(k), setting, value);
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
disp('---- Setting done ----');
|
@ -8,7 +8,7 @@
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt",
|
||||
"name":"BLDCmotorControl_FOC_R2017b_fixdt",
|
||||
"fullname":"BLDCmotorControl_FOC_R2017b_fixdt",
|
||||
"label":"BLDCmotorControl_FOC_R2017b_fixdt*",
|
||||
"label":"BLDCmotorControl_FOC_R2017b_fixdt",
|
||||
"parent":0,
|
||||
"descendants":[
|
||||
2,
|
||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 704 KiB After Width: | Height: | Size: 704 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 310 KiB After Width: | Height: | Size: 310 KiB |
@ -317,106 +317,6 @@
|
||||
"masktype":"Bitwise Operator"
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8232",
|
||||
"className":"Simulink.UnitDelay",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"UnitDelay2",
|
||||
"label":"UnitDelay2",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8225",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitialCondition",
|
||||
"InputProcessing",
|
||||
"SampleTime",
|
||||
"StateName",
|
||||
"CodeGenStateStorageTypeQualifier",
|
||||
"StateMustResolveToSignalObject",
|
||||
"StateSignalObject",
|
||||
"StateStorageClass"
|
||||
],
|
||||
"values":[
|
||||
"0",
|
||||
"Inherited",
|
||||
"-1",
|
||||
"",
|
||||
"",
|
||||
"off",
|
||||
[
|
||||
],
|
||||
"Auto"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"State Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
4
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"UnitDelay",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8231",
|
||||
"className":"Simulink.UnitDelay",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"UnitDelay1",
|
||||
"label":"UnitDelay1",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8225",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitialCondition",
|
||||
"InputProcessing",
|
||||
"SampleTime",
|
||||
"StateName",
|
||||
"CodeGenStateStorageTypeQualifier",
|
||||
"StateMustResolveToSignalObject",
|
||||
"StateSignalObject",
|
||||
"StateStorageClass"
|
||||
],
|
||||
"values":[
|
||||
"0",
|
||||
"Inherited",
|
||||
"-1",
|
||||
"",
|
||||
"",
|
||||
"off",
|
||||
[
|
||||
],
|
||||
"Auto"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"State Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
4
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"UnitDelay",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8233",
|
||||
"className":"Simulink.UnitDelay",
|
||||
@ -467,6 +367,56 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8232",
|
||||
"className":"Simulink.UnitDelay",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"UnitDelay2",
|
||||
"label":"UnitDelay2",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8225",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitialCondition",
|
||||
"InputProcessing",
|
||||
"SampleTime",
|
||||
"StateName",
|
||||
"CodeGenStateStorageTypeQualifier",
|
||||
"StateMustResolveToSignalObject",
|
||||
"StateSignalObject",
|
||||
"StateStorageClass"
|
||||
],
|
||||
"values":[
|
||||
"0",
|
||||
"Inherited",
|
||||
"-1",
|
||||
"",
|
||||
"",
|
||||
"off",
|
||||
[
|
||||
],
|
||||
"Auto"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"State Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
4
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"UnitDelay",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8230",
|
||||
"className":"Simulink.DataTypeConversion",
|
||||
@ -514,6 +464,56 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8231",
|
||||
"className":"Simulink.UnitDelay",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"UnitDelay1",
|
||||
"label":"UnitDelay1",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8225",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitialCondition",
|
||||
"InputProcessing",
|
||||
"SampleTime",
|
||||
"StateName",
|
||||
"CodeGenStateStorageTypeQualifier",
|
||||
"StateMustResolveToSignalObject",
|
||||
"StateSignalObject",
|
||||
"StateStorageClass"
|
||||
],
|
||||
"values":[
|
||||
"0",
|
||||
"Inherited",
|
||||
"-1",
|
||||
"",
|
||||
"",
|
||||
"off",
|
||||
[
|
||||
],
|
||||
"Auto"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"State Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
4
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"UnitDelay",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8226#out:1",
|
||||
"className":"Simulink.Line",
|
||||
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 63 KiB |
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.9 KiB |
@ -36,7 +36,7 @@
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,49,137)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d100" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,50,138)">
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,50,138)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -99,7 +99,7 @@
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,49,172)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d100" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,50,173)">
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,50,173)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -162,7 +162,7 @@
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,49,207)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d100" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,50,208)">
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,50,208)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -225,7 +225,7 @@
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,479,152)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#e60000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,480,153)">
|
||||
<g clip-path="none" fill="#ff8000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,480,153)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -592,7 +592,7 @@
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,479,237)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#e60000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,480,238)">
|
||||
<g clip-path="none" fill="#ff8000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,480,238)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -768,5 +768,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2019-10-06 14:06:47 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2019-10-12 18:20:56 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB |
@ -593,6 +593,56 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8259",
|
||||
"className":"Simulink.UnitDelay",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"UnitDelay2",
|
||||
"label":"UnitDelay2",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8247",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitialCondition",
|
||||
"InputProcessing",
|
||||
"SampleTime",
|
||||
"StateName",
|
||||
"CodeGenStateStorageTypeQualifier",
|
||||
"StateMustResolveToSignalObject",
|
||||
"StateSignalObject",
|
||||
"StateStorageClass"
|
||||
],
|
||||
"values":[
|
||||
"0",
|
||||
"Elements as channels (sample based)",
|
||||
"-1",
|
||||
"",
|
||||
"",
|
||||
"off",
|
||||
[
|
||||
],
|
||||
"Auto"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"State Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
4
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"UnitDelay",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8262",
|
||||
"className":"Simulink.Outport",
|
||||
@ -674,44 +724,25 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8259",
|
||||
"className":"Simulink.UnitDelay",
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8249",
|
||||
"className":"Simulink.ActionPort",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"UnitDelay2",
|
||||
"label":"UnitDelay2",
|
||||
"name":"Action Port",
|
||||
"label":"Action Port",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8247",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitialCondition",
|
||||
"InputProcessing",
|
||||
"SampleTime",
|
||||
"StateName",
|
||||
"CodeGenStateStorageTypeQualifier",
|
||||
"StateMustResolveToSignalObject",
|
||||
"StateSignalObject",
|
||||
"StateStorageClass"
|
||||
"InitializeStates",
|
||||
"PropagateVarSize"
|
||||
],
|
||||
"values":[
|
||||
"0",
|
||||
"Elements as channels (sample based)",
|
||||
"-1",
|
||||
"",
|
||||
"",
|
||||
"off",
|
||||
[
|
||||
],
|
||||
"Auto"
|
||||
"held",
|
||||
"Only when execution is resumed"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"State Attributes",
|
||||
"-Other"
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
4
|
||||
]
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
@ -719,7 +750,7 @@
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"UnitDelay",
|
||||
"blocktype":"ActionPort",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
@ -773,37 +804,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8249",
|
||||
"className":"Simulink.ActionPort",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Action Port",
|
||||
"label":"Action Port",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8247",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitializeStates",
|
||||
"PropagateVarSize"
|
||||
],
|
||||
"values":[
|
||||
"held",
|
||||
"Only when execution is resumed"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"ActionPort",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8259#out:1",
|
||||
"className":"Simulink.Line",
|
||||
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
@ -17,7 +17,7 @@
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,69,147)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d100" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,70,148)">
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,70,148)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -80,7 +80,7 @@
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,639,192)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#e60000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,640,193)">
|
||||
<g clip-path="none" fill="#ff8000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,640,193)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -778,59 +778,11 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8262">
|
||||
<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,639,227)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#e60000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,640,228)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip115">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip115)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,655,235)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">2</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,640,228)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,655,244)">
|
||||
<path d="M-22.0859,0 L22.0859,0 L22.0859,14 L-22.0859,14 L-22.0859,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip116">
|
||||
<path d="M-564.914,-186 L44.1719,-186 L44.1719,19 L-564.914,19 L-564.914,-186 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip116)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,632.914,244)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="42.1719" x="1" xml:space="preserve" y="10">z_dirPrev</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8259">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,149,187)">
|
||||
<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,150,188)">
|
||||
<path d="M0,0 L20,0 L20,24 L0,24 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -838,35 +790,35 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip118">
|
||||
<clipPath id="clip115">
|
||||
<path d="M0,0 L20,0 L20,24 L0,24 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip118)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,150,188)">
|
||||
<g clip-path="url(#clip115)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,150,188)">
|
||||
<path d="M0,0 L20,0 L20,24 L0,24 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip124">
|
||||
<clipPath id="clip121">
|
||||
<path d="M-2,-13 L7,-13 L7,18 L-2,18 L-2,-13 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip124)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.7,0,0,0.7,158.5,198.5)">
|
||||
<g clip-path="url(#clip121)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.7,0,0,0.7,158.5,198.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="clip125">
|
||||
<clipPath id="clip122">
|
||||
<path d="M-2,-13 L7,-13 L7,18 L-2,18 L-2,-13 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip125)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.7,0,0,0.7,158.5,198.5)">
|
||||
<g clip-path="url(#clip122)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.7,0,0,0.7,158.5,198.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="clip126">
|
||||
<clipPath id="clip123">
|
||||
<path d="M-2,-13 L7,-13 L7,18 L-2,18 L-2,-13 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip126)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.7,0,0,0.7,158.5,198.5)">
|
||||
<g clip-path="url(#clip123)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.7,0,0,0.7,158.5,198.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-->
|
||||
@ -892,11 +844,11 @@
|
||||
<path d="M0,-12 L16.4844,-12 L16.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip140">
|
||||
<clipPath id="clip137">
|
||||
<path d="M-104,-128 L505.086,-128 L505.086,77 L-104,77 L-104,-128 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip140)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,172,186)">
|
||||
<g clip-path="url(#clip137)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,172,186)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="14.4844" x="1" xml:space="preserve" y="9">int8</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -906,6 +858,102 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8262">
|
||||
<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,639,227)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ff8000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,640,228)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip139">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip139)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,655,235)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">2</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,640,228)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,655,244)">
|
||||
<path d="M-22.0859,0 L22.0859,0 L22.0859,14 L-22.0859,14 L-22.0859,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip140">
|
||||
<path d="M-564.914,-186 L44.1719,-186 L44.1719,19 L-564.914,19 L-564.914,-186 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip140)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,632.914,244)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="42.1719" x="1" xml:space="preserve" y="10">z_dirPrev</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8249">
|
||||
<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,164,59)">
|
||||
<image height="36" preserveAspectRatio="none" width="67" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAAkCAYAAADSO4eRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABhElEQVRoge2ZwU7CQBCGv5rKhateuHDiYTz7rL6M9OIFNTTaolQCUTzMNAxYYBWoZDNfMtnSbEr7ZbfszybALXANXGkbG2Mg19ZWvtkxRQT0TMVGF+jo8QKogLKpY4qMiB7Q14qNS23nwBQozLk17MjoA4M27u4fWCAiSmSKNMq4aPOOzh2XYXAZBpdhcBkGl2FwGQaXYUgD+twBiVYIS60vZNX3gSx2noFHrSckG7wC79p3H/dABgw32sx870GEyMgIF1GzBD6RlV8tow5HOfACTIAZYSJaoQ0ZFfLgJZILJsCbnl/88ronJUTGkL/JsNOkQrJBpZ9niIiDh/YxaWNkNNXZTA1LqIxzYQDcnOri/tNqcBkGl2FwGQaXYXAZBpdhSJHM0GXLP8YR8ACMkOcs2BEDUiQ42U2W2Bhp5Ug+2iljrMf1Jkts2O3FAnnGeVPHWobdZImNglVi3jtNxtqhYDVKYqJiPTVP2SIjQfZaO8gLNMaXaJ2U5/xMz47jOM4x+AavNIY4osnh9wAAAABJRU5ErkJggg==" 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,165,60)">
|
||||
<path d="M0,0 L59,0 L59,28 L0,28 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip142">
|
||||
<path d="M-29,-14 L30,-14 L30,14 L-29,14 L-29,-14 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip142)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,194,74)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="17.1719" x="-8.57812" xml:space="preserve" y="3.5">if { }</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,165,60)">
|
||||
<path d="M0,0 L59,0 L59,28 L0,28 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,194.5,90)">
|
||||
<path d="M-25.3984,0 L25.3984,0 L25.3984,14 L-25.3984,14 L-25.3984,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip143">
|
||||
<path d="M-101.102,-32 L507.984,-32 L507.984,173 L-101.102,173 L-101.102,-32 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip143)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,169.102,90)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="48.7969" x="1" xml:space="preserve" y="10">Action Port</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8260">
|
||||
@ -918,35 +966,35 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip142">
|
||||
<clipPath id="clip145">
|
||||
<path d="M0,0 L20,0 L20,24 L0,24 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip142)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,590,223)">
|
||||
<g clip-path="url(#clip145)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,590,223)">
|
||||
<path d="M0,0 L20,0 L20,24 L0,24 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip148">
|
||||
<clipPath id="clip151">
|
||||
<path d="M-2,-13 L7,-13 L7,18 L-2,18 L-2,-13 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip148)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.7,0,0,0.7,598.5,233.5)">
|
||||
<g clip-path="url(#clip151)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.7,0,0,0.7,598.5,233.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="clip149">
|
||||
<clipPath id="clip152">
|
||||
<path d="M-2,-13 L7,-13 L7,18 L-2,18 L-2,-13 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip149)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.7,0,0,0.7,598.5,233.5)">
|
||||
<g clip-path="url(#clip152)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.7,0,0,0.7,598.5,233.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="clip150">
|
||||
<clipPath id="clip153">
|
||||
<path d="M-2,-13 L7,-13 L7,18 L-2,18 L-2,-13 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip150)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.7,0,0,0.7,598.5,233.5)">
|
||||
<g clip-path="url(#clip153)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.7,0,0,0.7,598.5,233.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-->
|
||||
@ -972,11 +1020,11 @@
|
||||
<path d="M-11.9531,0 L11.9531,0 L11.9531,14 L-11.9531,14 L-11.9531,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip164">
|
||||
<clipPath id="clip167">
|
||||
<path d="M-520.047,-191 L89.0391,-191 L89.0391,14 L-520.047,14 L-520.047,-191 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip164)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="0.6" stroke-width="1" transform="matrix(1,0,0,1,588.047,249)">
|
||||
<g clip-path="url(#clip167)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="0.6" stroke-width="1" transform="matrix(1,0,0,1,588.047,249)">
|
||||
<text fill="#000000" fill-opacity="0.6" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="21.9062" x="1" xml:space="preserve" y="10">Ini=0</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -987,11 +1035,11 @@
|
||||
<path d="M0,-12 L16.4844,-12 L16.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip165">
|
||||
<clipPath id="clip168">
|
||||
<path d="M-544,-163 L65.0859,-163 L65.0859,42 L-544,42 L-544,-163 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip165)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,612,221)">
|
||||
<g clip-path="url(#clip168)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,612,221)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="14.4844" x="1" xml:space="preserve" y="9">int8</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -1001,54 +1049,6 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8249">
|
||||
<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,164,59)">
|
||||
<image height="36" preserveAspectRatio="none" width="67" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAAkCAYAAADSO4eRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABQ0lEQVRoge2ZsU7DMBCGv1ShS1dYunTqwyBGnpWXgS4sXZIhHdohkYDhLuIHOa0lSkDWfdLprOgUx59sD7kKeATugFvPpdEArWeN9nthjQlYS5TGClj6eABOwCFVWGM7Yg1sPErjxnMPHIFOnn1Bd8YG2M7xdX/AgIk4YEckKWMx5xf9d0KGEDKEkCGEDCFkCCFDCBlCnVHzBFQe9xM1L8AukXcZ718Abxl1zxfmeM94x1lyZDz8dJIL5IiYhTgmQsgQQoaQc2fksPWYumCvxa/OETtDCBlCyBBChhAyhJAhhAyhxv4Wr5j4Y1wAr8AeW2eH9U2GVGGNdZa0yVIae48WaxWcldH4eGyylIa2FztsjX2qcJShTZbS6LB1dWQck8YLOj53SUmcPI6SkzIqrNe6xC7QEi/RwaOX8RhBEATBNfgA9UJUHVC2gw4AAAAASUVORK5CYII=" 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,165,60)">
|
||||
<path d="M0,0 L59,0 L59,28 L0,28 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip167">
|
||||
<path d="M-29,-14 L30,-14 L30,14 L-29,14 L-29,-14 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip167)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,194,74)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="17.1719" x="-8.57812" xml:space="preserve" y="3.5">if { }</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,165,60)">
|
||||
<path d="M0,0 L59,0 L59,28 L0,28 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,194.5,90)">
|
||||
<path d="M-25.3984,0 L25.3984,0 L25.3984,14 L-25.3984,14 L-25.3984,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip168">
|
||||
<path d="M-101.102,-32 L507.984,-32 L507.984,173 L-101.102,173 L-101.102,-32 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip168)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,169.102,90)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="48.7969" x="1" xml:space="preserve" y="10">Action Port</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8259#out:1">
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="PathIntersectionsEnabledTag">
|
||||
@ -1279,5 +1279,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2019-10-06 14:06:47 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2019-10-12 18:20:57 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 88 KiB |
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 343 KiB After Width: | Height: | Size: 343 KiB |
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 7.6 KiB |
@ -15,7 +15,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8272:2515:1577">
|
||||
<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,139,18)">
|
||||
<image height="140" preserveAspectRatio="none" width="48" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAACMCAYAAAA6CiqJAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAChklEQVR4nO2dzW7TQBhFT1DoplvYdNMVD8Oa9+DteJoWCTYFlAglrWKqVjQsZgyua8M4sed66D3SyGk0ceb0SzK/Hi+Ad8Br4FU8zoEVsI7HZlq3My4JhT5rpDlwCpzEx/dABWy7Mi4J//kz4DymOfAyHu+AHbBpPPeIZgTOgTc5SpfIPaHwW8LHp1PgRc4STYEF1FhAjQXUFC+wTMjzAVjElMI+pgdCTfqDUBl9A77E9JXQrvk0rLhPSRG4JL3wNXvgJ6E2rQXqxtga+A5cDzxnJzkEKkJht4Q2zTVwE58/mhSBCw4TaH6EKkK7pop/3xLkjiZHBLrSw8Dz9ZIi8HGsN5uC4n9GLaDGAmosoMYCaiygxgJqihdIaU7vR3y/C0L/oj4eTWqPbCjZRrlTe2RDmZXAIRF4e8BrDiJF4P3kpTiC4n+FLKDGAmosoGaqiqyPz8AVYah9M8YJp2pK9HEV05qetQ9DyR2B5iqUIiOw4c9ERzaBMSNQ8Xiy42hyR6Ce4Lgj8wzNbCm+HrCAGguosYCa4gVSKrKxGHOI8jfFR6B4gdyj06NTfAQsoKZ4gZxdykkmPXL2yGQCY0Vgklmb4vvEuYdVRudZRGDWAsXXAxZQYwE1FlBjATUWUGMBNRZQU7zAVMPr2cZTn0UEPDo9JRZQYwE1FlBjATUWUGMBNRZQYwE1XmowAC816KL4eWIvNVBTvEDx9YAF1BQv4MFdNRZQYwE1FlCzJFwefkrP7vIi2psHVPRcf7wkXOPevFnBHGhvHvBXgVV8XN+sYA60Nw/YEcr3hFqgebOCOdDePOCfEahixlVXJgHtzQN29AgsCPfgOCF8iefyRW5vHtBMxpj/iV9+x7CNyIVc1gAAAABJRU5ErkJggg==" y="0"/>
|
||||
<image height="140" preserveAspectRatio="none" width="48" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAACMCAYAAAA6CiqJAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACgElEQVR4nO2dzW7TQBhFT5DpplvYdNMVD8Oa9+DteJqCBJsCSoSSohjUiobFjIXr2jBO7Lkeeo80cmK57px8iefX4xXwBngJvIjbJbAGNnHbTpvugRUh0xettATOgbP4+g6ogV3fgRXhk78ALmNaAs/j9hbYA9vWvge0I3AJvMqRu0TuCJnfEb4+vQLPcuZoDiygxgJqLKCmeIEq4Zh3wCqmFA4x3RNK0h+Ewugr8DmmL4R6zcdx2X1MisB70jPfcAB+EUrTRqCpjG2Ab8DNyHP2kkOgJmR2R6jT3ADf4/6TSRG44jiB9leoJtRr6vj+J0HuZHJEoC/djzzfICkCH6b6Z3NQ/GXUAmosoMYCaooXSCnIjuEwsP+KULI325MpPgIWUGMBNSlXoaEryiJIbZGNJVsvd2qLbCyLEjgmAq+P+JujSBF4O3suTqD4q5AF1FhAjQXUzFWQDfEJuCZ0tW+nOOFcVYkhrmPaMDD3YSy5I9CehVJkBLb8GejIJjBlBGoeDnacTO4INAMct2QeoVksxZcDFlBjATUWUFO8QPFdi8VHwAJqLKDGAmpyNilnGfTI2SKTCUwVgVlGbYpvE+fuVpmcJxGBRQsUXw5YQI0F1FhAjQXUWECNBdRYQE3xArnvH5icJxEBD3DMiQXUWECNBdRYQI0F1FhAjQXUWECNpxqMwFMN+ih+nNhTDdQUL1B8OWABNcULuHNXjQXUWECNBdRUhNvDzxlYXV5Ed/GAmoH7jyvCPe7thxUsge7iAX8VWMfXzcMKlkB38YA9IX+PaATaDytYAt3FA/4ZgToeuO47SEB38YA9AwIrwjM4zgg/4qX8kLuLB7STMeZ/4jdX8LCNBKhZFgAAAABJRU5ErkJggg==" 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,140,19)">
|
||||
<path d="M0,0 L40,0 L40,132 L0,132 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -257,7 +257,7 @@
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,34,77)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d100" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,35,78)">
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,35,78)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -320,7 +320,7 @@
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,224,77)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#e60000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,225,78)">
|
||||
<g clip-path="none" fill="#ff8000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,225,78)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -368,7 +368,7 @@
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,34,122)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d100" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,35,123)">
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,35,123)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -486,36 +486,36 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,105,144)">
|
||||
<path d="M-22.3984,0 L22.3984,0 L22.3984,14 L-22.3984,14 L-22.3984,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip59">
|
||||
<path d="M-49.6016,-127 L177.398,-127 L177.398,14 L-49.6016,14 L-49.6016,-127 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip59)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="0.6" stroke-width="1" transform="matrix(1,0,0,1,82.6016,144)">
|
||||
<text fill="#000000" fill-opacity="0.6" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="42.7969" x="1" xml:space="preserve" y="10">Ini=initVal</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,117,128)">
|
||||
<path d="M0,-12 L21.4844,-12 L21.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip60">
|
||||
<clipPath id="clip59">
|
||||
<path d="M-84,-99 L143,-99 L143,42 L-84,42 L-84,-99 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip60)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,117,116)">
|
||||
<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,117,116)">
|
||||
<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 data-tags="blk">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,105,144)">
|
||||
<path d="M-22.3984,0 L22.3984,0 L22.3984,14 L-22.3984,14 L-22.3984,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip60">
|
||||
<path d="M-49.6016,-127 L177.398,-127 L177.398,14 L-49.6016,14 L-49.6016,-127 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip60)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="0.6" stroke-width="1" transform="matrix(1,0,0,1,82.6016,144)">
|
||||
<text fill="#000000" fill-opacity="0.6" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="42.7969" x="1" xml:space="preserve" y="10">Ini=initVal</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
@ -592,5 +592,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2019-10-06 14:06:49 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2019-10-12 18:20:59 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 41 KiB |
@ -1,86 +1,4 @@
|
||||
[
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8272:2515",
|
||||
"className":"Simulink.SubSystem",
|
||||
"icon":"WebViewIcon4",
|
||||
"name":"rst_Delay",
|
||||
"label":"rst_Delay",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8272",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"initVal"
|
||||
],
|
||||
"values":[
|
||||
"z_cntInit"
|
||||
],
|
||||
"tabs":[
|
||||
],
|
||||
"tabs_idx":[
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ContainerHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"SubSystem",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8272:2415",
|
||||
"className":"Simulink.MinMax",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"MinMax",
|
||||
"label":"MinMax",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8272",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"OutDataTypeStr",
|
||||
"Function",
|
||||
"InputSameDT",
|
||||
"Inputs",
|
||||
"LockScale",
|
||||
"OutMax",
|
||||
"OutMin",
|
||||
"RndMeth",
|
||||
"SampleTime",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"ZeroCross"
|
||||
],
|
||||
"values":[
|
||||
"Inherit: Inherit via internal rule",
|
||||
"min",
|
||||
"off",
|
||||
"2",
|
||||
"off",
|
||||
"[]",
|
||||
"[]",
|
||||
"Floor",
|
||||
"-1",
|
||||
"off",
|
||||
"on"
|
||||
],
|
||||
"tabs":[
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
1
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"MinMax",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8272:2418",
|
||||
"className":"Simulink.Outport",
|
||||
@ -161,6 +79,35 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8272:2515",
|
||||
"className":"Simulink.SubSystem",
|
||||
"icon":"WebViewIcon4",
|
||||
"name":"rst_Delay",
|
||||
"label":"rst_Delay",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8272",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"initVal"
|
||||
],
|
||||
"values":[
|
||||
"z_cntInit"
|
||||
],
|
||||
"tabs":[
|
||||
],
|
||||
"tabs_idx":[
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ContainerHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"SubSystem",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8272:2414",
|
||||
"className":"Simulink.Inport",
|
||||
@ -287,6 +234,59 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8272:2415",
|
||||
"className":"Simulink.MinMax",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"MinMax",
|
||||
"label":"MinMax",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8272",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"OutDataTypeStr",
|
||||
"Function",
|
||||
"InputSameDT",
|
||||
"Inputs",
|
||||
"LockScale",
|
||||
"OutMax",
|
||||
"OutMin",
|
||||
"RndMeth",
|
||||
"SampleTime",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"ZeroCross"
|
||||
],
|
||||
"values":[
|
||||
"Inherit: Inherit via internal rule",
|
||||
"min",
|
||||
"off",
|
||||
"2",
|
||||
"off",
|
||||
"[]",
|
||||
"[]",
|
||||
"Floor",
|
||||
"-1",
|
||||
"off",
|
||||
"on"
|
||||
],
|
||||
"tabs":[
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
1
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"MinMax",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8272:2412",
|
||||
"className":"Simulink.Inport",
|
||||
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
@ -10,12 +10,60 @@
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8272">
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8272:2418">
|
||||
<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,439,22)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ff8000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,440,23)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip2">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip2)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,455,30)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,440,23)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,455,39)">
|
||||
<path d="M-7.65625,0 L7.65625,0 L7.65625,14 L-7.65625,14 L-7.65625,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip3">
|
||||
<path d="M-414.344,-23 L27.6562,-23 L27.6562,189 L-414.344,189 L-414.344,-23 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip3)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,447.344,39)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="13.3125" x="1" xml:space="preserve" y="10">cnt</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8272:2515">
|
||||
<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,86)">
|
||||
<image height="44" preserveAspectRatio="none" width="58" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAAsCAYAAAA0NKuuAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABQklEQVRoge2aPW/CMBCGHyrDwloWFqb+ov58snRhIYMZyJAM7XCOaqqgWiJfPt8jnS5CJ9mv3uDk7GyAT+AAvIecE1egDjmO+m+hQ8Qdo8iJPbAL1x3QALehQoc4eQROIXJiG3IL3AEf/fZA7OgJ+JhjdiPTISJvyG07KPRtzhktiQnVhgnVhgnVRjFC3dITAM5ANZCrqOb71UGKcdSEasOEaqMYoSmPl/PEc/gCLkgv6ZFdgm7sQVKEVv+XvMQlRI00z4sJndrReIPLI7sF7diDrMFRjzjpWfjWndrRJsQ9yir/o12INrpW6egsFPMcNaHaMKHaMKHacMg75p4np1ArJ7nzccgLdXyYmhPJnU/vKPwepuZEcufTC40PU3MiufPphTah8DpUtGKSO58N8g3DDlmMcluQnnU+ua01hmGUwg9bE3IVMWwEnwAAAABJRU5ErkJggg==" y="0"/>
|
||||
<image height="44" preserveAspectRatio="none" width="58" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAAsCAYAAAA0NKuuAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABf0lEQVRoge2aTU/CQBBAH6Zy4aoXLpz8Rf5Wf4168IIaGm1RKqFRPMw0LFpg5WNll3nJZEszafZlN+1klg5wDVwCFzrGxAjIdXQj/5mYIXJ9J2KiB3T1ugYqoGxLzJCV7AMDjZg413EGTIDCubeEu6ID4CrE7PZMjUiWyLZtFT0LOaP/xERTw0RTw0RT42REM4+cG6Cj4cNc4wupWD6Qj/kz8KjxhNSjr8C75m565k74iN7hL9kwBz6RqqURbYrtHHgBxsCUzZJ7IYRohUiVSC06Bt70fv3H526Nj+gt24m6W7dC6tFKf08RyZ23pC8hVrQtgmxXFx/R+4PPIgAn83kx0dQw0dQw0dTw+Y4Gq14OycmsqImmhommhommRob0cnqsOIU6ch6AIeJQsKY9kyHNKvcwNSaGGjnSk1orOtLr5jA1Jtyj/QKZ/6wtsRF1D1NjomDRXdy4dUeaULBY3VioWO4wTlgh2kH+w9BFXkaxvZCaruKM351GwzCM4+MbcvmA3GQmfWgAAAAASUVORK5CYII=" 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,87)">
|
||||
<path d="M0,0 L50,0 L50,36 L0,36 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -23,51 +71,51 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip2">
|
||||
<clipPath id="clip5">
|
||||
<path d="M-47,-8 L3,-8 L3,28 L-47,28 L-47,-8 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip2)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,247,95)">
|
||||
<g clip-path="url(#clip5)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,247,95)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="5" x="-5" xml:space="preserve" y="3">u</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip3">
|
||||
<clipPath id="clip6">
|
||||
<path d="M-47,-28 L3,-28 L3,8 L-47,8 L-47,-28 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip3)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,247,115)">
|
||||
<g clip-path="url(#clip6)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,247,115)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="9.98438" x="-9.98438" xml:space="preserve" y="3">rst</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip4">
|
||||
<clipPath id="clip7">
|
||||
<path d="M-3,-18 L47,-18 L47,18 L-3,18 L-3,-18 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip4)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,203,105)">
|
||||
<g clip-path="url(#clip7)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,203,105)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="4.5" x="0" xml:space="preserve" y="3">y</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip5">
|
||||
<clipPath id="clip8">
|
||||
<path d="M-22,-14 L28,-14 L28,22 L-22,22 L-22,-14 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip5)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,222,101)">
|
||||
<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,222,101)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="0" xml:space="preserve" y="1">1</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip6">
|
||||
<clipPath id="clip9">
|
||||
<path d="M-23,-29 L27,-29 L27,7 L-23,7 L-23,-29 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip6)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,223,116)">
|
||||
<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,223,116)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5" x="0" xml:space="preserve" y="1">z</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip7">
|
||||
<clipPath id="clip10">
|
||||
<path d="M199.5,86.5 L249.5,86.5 L249.5,122.5 L199.5,122.5 L199.5,86.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip7)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<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="222,105 228,105" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -80,61 +128,61 @@
|
||||
<!--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,198,107)">
|
||||
<path d="M-21.4844,0 L0,0 L0,12 L-21.4844,12 L-21.4844,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip8">
|
||||
<path d="M-143.516,-91 L298.484,-91 L298.484,121 L-143.516,121 L-143.516,-91 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip8)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,176.516,107)">
|
||||
<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 data-tags="blk">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,225,125)">
|
||||
<path d="M-27.7578,0 L27.7578,0 L27.7578,14 L-27.7578,14 L-27.7578,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip9">
|
||||
<clipPath id="clip11">
|
||||
<path d="M-164.242,-109 L277.758,-109 L277.758,103 L-164.242,103 L-164.242,-109 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip9)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="0.6" stroke-width="1" transform="matrix(1,0,0,1,197.242,125)">
|
||||
<g clip-path="url(#clip11)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="0.6" stroke-width="1" transform="matrix(1,0,0,1,197.242,125)">
|
||||
<text fill="#000000" fill-opacity="0.6" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="53.5156" x="1" xml:space="preserve" y="10">Ini=z_cntInit</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,198,107)">
|
||||
<path d="M-21.4844,0 L0,0 L0,12 L-21.4844,12 L-21.4844,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip12">
|
||||
<path d="M-143.516,-91 L298.484,-91 L298.484,121 L-143.516,121 L-143.516,-91 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip12)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,176.516,107)">
|
||||
<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 data-tags="layout">
|
||||
<defs>
|
||||
<clipPath id="clip11">
|
||||
<clipPath id="clip14">
|
||||
<path d="M0,-16 L16,-16 L16,0 L0,0 L0,-16 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip11)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,200.5,122.5)">
|
||||
<g clip-path="url(#clip14)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,200.5,122.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="clip12">
|
||||
<clipPath id="clip15">
|
||||
<path d="M1,1 L17,1 L17,17 L1,17 L1,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip12)" fill="none" opacity="0.8" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,199.5,105.5)">
|
||||
<g clip-path="url(#clip15)" fill="none" opacity="0.8" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,199.5,105.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="clip13">
|
||||
<clipPath id="clip16">
|
||||
<path d="M-1,-1 L15,-1 L15,15 L-1,15 L-1,-1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip13)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,201.5,107.5)">
|
||||
<g clip-path="url(#clip16)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,201.5,107.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-->
|
||||
@ -146,11 +194,146 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8272:2414">
|
||||
<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,34,157)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,35,158)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip19">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip19)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,50,165)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">3</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,35,158)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,50,174)">
|
||||
<path d="M-6.54688,0 L6.54688,0 L6.54688,14 L-6.54688,14 L-6.54688,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip20">
|
||||
<path d="M-10.4531,-158 L431.547,-158 L431.547,54 L-10.4531,54 L-10.4531,-158 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip20)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,43.4531,174)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="11.0938" x="1" xml:space="preserve" y="10">rst</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,67,163)">
|
||||
<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="clip21">
|
||||
<path d="M-34,-135 L408,-135 L408,77 L-34,77 L-34,-135 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip21)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,67,151)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="31.9844" x="1" xml:space="preserve" y="9">boolean</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8272:2416">
|
||||
<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,19)">
|
||||
<image height="28" preserveAspectRatio="none" width="28" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACC0lEQVRIie2Wb0/bMBDGf0kDa1mjKgMJmJjGvv+HmkCaBFOhKg2hGW2zF35OMcZuCxLvOOmR8+d8j8/nu3MGfAXGwASogGPgBPim70OgwMkKWAI1cA9MgTtgBsz1/QnYkJBCRiuRnAJnQgWUCcKFSEpgBBwAuXQ20ulShBORfQcugB8i3MfDMfAFGHhkK2AN/EsRVvLsAvgFXALne3o49v6tgWegFdlzzMsCF7MzeXYJ/JTHpVZfAJn0Oy1gJBx6C2lx8WuEpUhfEZ7Qx+1c75Ngq0wy+nhZzFrcFtfy/EGoY4Q5LlaVN5pnIZkvA+mUmufbmABHWtgryXFxKL1xF1mMNLSxlXAYoIgpJqQQaWhjuI2wCJDFFBOSReYboruUxz5+pOS4I+0jWiES0kXmG9YpwmWA1RsILf9CG9EcNELLHxvb1OoCWUvXn2tjkyIscDVx5o0jLWRbevhk94GN+S7CKX0OjenLVaq02TYuNPfGw9QjjIZmgKsOuYwaOlzl7+SNFeYl8Chv/gJ/gN/AlZ5vcf1xId2ohzNcktr2rXCx2Kc93QDXHtlM/1q29MM5fT5abGr2a0+2lbe83M5o/Iyw1vNGik8y+N4rRtI7I7Q7iB2GBtde7nZ4OBesFTWan7zPQH/6rM9ZIT7yECNseNloWxIdPkXov1vxPfBgB8pOq+E95fBTPuVt8h8hv9hLNIZhvAAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,170,20)">
|
||||
<path d="M20,10 C20,15.5228 15.5228,20 10,20 C4.47715,20 0,15.5228 0,10 C0,4.47715 4.47715,0 10,0 C15.5228,0 20,4.47715 20,10 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip23">
|
||||
<path d="M169.5,19.5 L189.5,19.5 L189.5,39.5 L169.5,39.5 L169.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip23)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="173,30 177,30" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip24">
|
||||
<path d="M169.5,19.5 L189.5,19.5 L189.5,39.5 L169.5,39.5 L169.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip24)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="175,28 175,32" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip25">
|
||||
<path d="M169.5,19.5 L189.5,19.5 L189.5,39.5 L169.5,39.5 L169.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip25)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="178,35 182,35" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip26">
|
||||
<path d="M169.5,19.5 L189.5,19.5 L189.5,39.5 L169.5,39.5 L169.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip26)" fill="none" opacity="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="180,33 180,37" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,170,20)">
|
||||
<path d="M20,10 C20,15.5228 15.5228,20 10,20 C4.47715,20 0,15.5228 0,10 C0,4.47715 4.47715,0 10,0 C15.5228,0 20,4.47715 20,10 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,192,28)">
|
||||
<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="clip27">
|
||||
<path d="M-159,0 L283,0 L283,212 L-159,212 L-159,0 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,192,16)">
|
||||
<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_FOC_R2017b_fixdt:8272:2415">
|
||||
<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,309,68)">
|
||||
<image height="55" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAA3CAYAAABgtziQAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABRklEQVRoge2ZsW6DMBBAHxXNkrVdsmTqx3Tuf/Tz+jPN0iULDO5ABhjawYfqpCHiDBchcU862UKO7+kgBukK4A14Bp5ktKQCahnTqC8XliKzS8KSLbCReQecgO9rC0tipXbAXsKSRxlboAFCcu2fWF+xPfBiLAaxUg2xUtWQ2MMdRLJwMS0upsXFtCxWrByxplDu+ZMjcsliK+ZiWlxMy6rEPufYZMw59qHc88AMH5xjxHIq8JrxmzPGiB2mJsnBqmKT8YppWdU5NgsupsXFtCxWzOocu8tLPOfkX/fXxfvUJDks9uF3MS0upsXFtJTEJsCWgUbAzHwBR8kZiC2bbkis5ry/Y8lRoiZ2Rm6KVTLv+zuWpN23IPnaW2Jpf8eSIDkCI25lJQsCf9Wz4iTRJONVsYLYFtwQH37rP0An0SbzPhzHAfgFDL1OwHASGJ4AAAAASUVORK5CYII=" y="0"/>
|
||||
<image height="55" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAA3CAYAAABgtziQAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAByElEQVRoge2Z3U7CMBSAP3Ryw63ecMOVD+O17+Fr+VBgjCQSyKaMvwUZqBc9DQU3s27rnEm/5KQN6eiX042Ong5wD9wA19K6JAQiac2IzgcGItM3wiU9oCv9FEiARdbAAJWpPjCQcMmVtDtgA8TGZz/EdMYGwK1jMVCZ2qAyFeaJXTQgUgovZosXs8WL2dJasaDi9Snq13sIjIz2seL3VsrYAfgAVsD6rK1MWTFT6l1iLm3mpmxLkaX8AjpGf29IRcDUiKhJsZUxzpR6F5lnYCz9N2DZlNjoTGyLupe02Bh4BWao5Vz/pdhKJPQSzjguY9KU2DBDTGcsQi3fXKTWqKVuRCwvYwuJpQglIvXZlFhWxhIjtiKUop7aWigi9gRcSv8gAjr2ErUJ2YhN6560CK3dxL2YLV7MFi9mS2vFir4oNk7RvdKWyqdGRd8ubGlErEzG7kpcc0IRsYeqk5ShtU+lF7PFi9nixWwJUEWAHjmFgJp5ASYyZ4z6+5fmiUWc1ndcMpEwjxNyxULp6/qOS8zqWyzz7X4TM+s7LolljpgCSxnKgJhj9lyhjxU2Rpsp1kGVBbuom9/1A6CPFnacHjW4vrc9nv/DN+4HrCkAs3sNAAAAAElFTkSuQmCC" 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,310,69)">
|
||||
<path d="M0,0 L30,0 L30,47 L0,47 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -158,19 +341,19 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip16">
|
||||
<clipPath id="clip29">
|
||||
<path d="M0,0 L30,0 L30,47 L0,47 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip16)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,310,69)">
|
||||
<g clip-path="url(#clip29)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,310,69)">
|
||||
<path d="M0,0 L30,0 L30,47 L0,47 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip22">
|
||||
<clipPath id="clip35">
|
||||
<path d="M-9,-5 L13,-5 L13,10 L-9,10 L-9,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip22)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,322.5,90)">
|
||||
<g clip-path="url(#clip35)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,322.5,90)">
|
||||
<path d="M-7.20312,6 L-7.20312,-0.21875 L-6.26562,-0.21875 L-6.26562,0.65625 C-6.06771,0.34375 -5.80729,0.0963542 -5.48438,-0.0859375 C-5.16146,-0.268229 -4.79167,-0.359375 -4.375,-0.359375 C-3.91667,-0.359375 -3.53906,-0.265625 -3.24219,-0.078125 C-2.94531,0.109375 -2.73958,0.375 -2.625,0.71875 C-2.125,0 -1.48438,-0.359375 -0.703125,-0.359375 C-0.078125,-0.359375 0.398438,-0.190104 0.726562,0.148438 C1.05469,0.486979 1.21875,1.01562 1.21875,1.73438 L1.21875,6 L0.171875,6 L0.171875,2.07812 C0.171875,1.66146 0.138021,1.35938 0.0703125,1.17188 C0.00260417,0.984375 -0.119792,0.833333 -0.296875,0.71875 C-0.473958,0.604167 -0.6875,0.546875 -0.9375,0.546875 C-1.375,0.546875 -1.73698,0.692708 -2.02344,0.984375 C-2.3099,1.27604 -2.45312,1.74479 -2.45312,2.39062 L-2.45312,6 L-3.51562,6 L-3.51562,1.95312 C-3.51562,1.48438 -3.60156,1.13281 -3.77344,0.898438 C-3.94531,0.664062 -4.22396,0.546875 -4.60938,0.546875 C-4.91146,0.546875 -5.1875,0.625 -5.4375,0.78125 C-5.6875,0.9375 -5.86979,1.16667 -5.98438,1.46875 C-6.09896,1.77083 -6.15625,2.20312 -6.15625,2.76562 L-6.15625,6 L-7.20312,6 M2.78125,-1.375 L2.78125,-2.59375 L3.84375,-2.59375 L3.84375,-1.375 L2.78125,-1.375 M2.78125,6 L2.78125,-0.21875 L3.84375,-0.21875 L3.84375,6 L2.78125,6 M5.4375,6 L5.4375,-0.21875 L6.39062,-0.21875 L6.39062,0.65625 C6.83854,-0.0208333 7.49479,-0.359375 8.35938,-0.359375 C8.73438,-0.359375 9.08073,-0.291667 9.39844,-0.15625 C9.71615,-0.0208333 9.95312,0.15625 10.1094,0.375 C10.2656,0.59375 10.375,0.848958 10.4375,1.14062 C10.4688,1.33854 10.4844,1.68229 10.4844,2.17188 L10.4844,6 L9.4375,6 L9.4375,2.21875 C9.4375,1.78125 9.39583,1.45833 9.3125,1.25 C9.22917,1.04167 9.08333,0.872396 8.875,0.742188 C8.66667,0.611979 8.42188,0.546875 8.14062,0.546875 C7.69271,0.546875 7.30469,0.690104 6.97656,0.976562 C6.64844,1.26302 6.48438,1.80208 6.48438,2.59375 L6.48438,6 L5.4375,6" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -196,194 +379,11 @@
|
||||
<path d="M-21.4844,0 L0,0 L0,12 L-21.4844,12 L-21.4844,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip36">
|
||||
<clipPath id="clip49">
|
||||
<path d="M-253.516,-81 L188.484,-81 L188.484,131 L-253.516,131 L-253.516,-81 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip36)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,286.516,97)">
|
||||
<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_FOC_R2017b_fixdt:8272:2418">
|
||||
<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,439,22)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#e60000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,440,23)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip38">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip38)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,455,30)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,440,23)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,455,39)">
|
||||
<path d="M-7.65625,0 L7.65625,0 L7.65625,14 L-7.65625,14 L-7.65625,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip39">
|
||||
<path d="M-414.344,-23 L27.6562,-23 L27.6562,189 L-414.344,189 L-414.344,-23 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip39)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,447.344,39)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="13.3125" x="1" xml:space="preserve" y="10">cnt</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8272:2414">
|
||||
<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,34,157)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d100" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,35,158)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip41">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip41)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,50,165)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">3</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,35,158)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,50,174)">
|
||||
<path d="M-6.54688,0 L6.54688,0 L6.54688,14 L-6.54688,14 L-6.54688,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip42">
|
||||
<path d="M-10.4531,-158 L431.547,-158 L431.547,54 L-10.4531,54 L-10.4531,-158 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip42)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,43.4531,174)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="11.0938" x="1" xml:space="preserve" y="10">rst</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,67,163)">
|
||||
<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="clip43">
|
||||
<path d="M-34,-135 L408,-135 L408,77 L-34,77 L-34,-135 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,67,151)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="31.9844" x="1" xml:space="preserve" y="9">boolean</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8272:2416">
|
||||
<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,19)">
|
||||
<image height="28" preserveAspectRatio="none" width="28" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACC0lEQVRIie2Wb0/bMBDGf0kDa1mjKgMJmJjGvv+HmkCaBFOhKg2hGW2zF35OMcZuCxLvOOmR8+d8j8/nu3MGfAXGwASogGPgBPim70OgwMkKWAI1cA9MgTtgBsz1/QnYkJBCRiuRnAJnQgWUCcKFSEpgBBwAuXQ20ulShBORfQcugB8i3MfDMfAFGHhkK2AN/EsRVvLsAvgFXALne3o49v6tgWegFdlzzMsCF7MzeXYJ/JTHpVZfAJn0Oy1gJBx6C2lx8WuEpUhfEZ7Qx+1c75Ngq0wy+nhZzFrcFtfy/EGoY4Q5LlaVN5pnIZkvA+mUmufbmABHWtgryXFxKL1xF1mMNLSxlXAYoIgpJqQQaWhjuI2wCJDFFBOSReYboruUxz5+pOS4I+0jWiES0kXmG9YpwmWA1RsILf9CG9EcNELLHxvb1OoCWUvXn2tjkyIscDVx5o0jLWRbevhk94GN+S7CKX0OjenLVaq02TYuNPfGw9QjjIZmgKsOuYwaOlzl7+SNFeYl8Chv/gJ/gN/AlZ5vcf1xId2ohzNcktr2rXCx2Kc93QDXHtlM/1q29MM5fT5abGr2a0+2lbe83M5o/Iyw1vNGik8y+N4rRtI7I7Q7iB2GBtde7nZ4OBesFTWan7zPQH/6rM9ZIT7yECNseNloWxIdPkXov1vxPfBgB8pOq+E95fBTPuVt8h8hv9hLNIZhvAAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,170,20)">
|
||||
<path d="M20,10 C20,15.5228 15.5228,20 10,20 C4.47715,20 0,15.5228 0,10 C0,4.47715 4.47715,0 10,0 C15.5228,0 20,4.47715 20,10 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip45">
|
||||
<path d="M169.5,19.5 L189.5,19.5 L189.5,39.5 L169.5,39.5 L169.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip45)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="173,30 177,30" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip46">
|
||||
<path d="M169.5,19.5 L189.5,19.5 L189.5,39.5 L169.5,39.5 L169.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip46)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="175,28 175,32" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip47">
|
||||
<path d="M169.5,19.5 L189.5,19.5 L189.5,39.5 L169.5,39.5 L169.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip47)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="178,35 182,35" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip48">
|
||||
<path d="M169.5,19.5 L189.5,19.5 L189.5,39.5 L169.5,39.5 L169.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip48)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="180,33 180,37" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,170,20)">
|
||||
<path d="M20,10 C20,15.5228 15.5228,20 10,20 C4.47715,20 0,15.5228 0,10 C0,4.47715 4.47715,0 10,0 C15.5228,0 20,4.47715 20,10 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,192,28)">
|
||||
<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="clip49">
|
||||
<path d="M-159,0 L283,0 L283,212 L-159,212 L-159,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip49)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,192,16)">
|
||||
<g clip-path="url(#clip49)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,286.516,97)">
|
||||
<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-->
|
||||
@ -399,7 +399,7 @@
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,34,22)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d100" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,35,23)">
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,35,23)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -462,7 +462,7 @@
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,34,197)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d100" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,35,198)">
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,35,198)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -625,5 +625,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2019-10-06 14:06:49 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2019-10-12 18:20:58 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 8.4 KiB |
Before Width: | Height: | Size: 279 KiB After Width: | Height: | Size: 279 KiB |
@ -1098,11 +1098,60 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8412",
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8420",
|
||||
"className":"Simulink.Constant",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"a_elecAngle1",
|
||||
"label":"a_elecAngle1",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8384",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Value",
|
||||
"VectorParams1D",
|
||||
"SampleTime",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"FramePeriod"
|
||||
],
|
||||
"values":[
|
||||
"a_elecAngle",
|
||||
"on",
|
||||
"inf",
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(0,16,6)",
|
||||
"off",
|
||||
"inf"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Constant",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8411",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto6",
|
||||
"label":"Goto6",
|
||||
"name":"Goto5",
|
||||
"label":"Goto5",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8384",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -1111,7 +1160,7 @@
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"b_enaFOC",
|
||||
"z_posHighRes",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
@ -1163,99 +1212,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8404",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From7",
|
||||
"label":"From7",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8384",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"z_counterRaw",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8403",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From6",
|
||||
"label":"From6",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8384",
|
||||
"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":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8400",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From5",
|
||||
"label":"From5",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8384",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"a_elecAngle",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8405",
|
||||
"className":"Simulink.From",
|
||||
@ -1288,21 +1244,19 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8411",
|
||||
"className":"Simulink.Goto",
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8404",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto5",
|
||||
"label":"Goto5",
|
||||
"name":"From7",
|
||||
"label":"From7",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8384",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"z_posHighRes",
|
||||
"local",
|
||||
"z_counterRaw",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
@ -1316,7 +1270,7 @@
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
@ -1409,51 +1363,27 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8394",
|
||||
"className":"Simulink.Product",
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8412",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Divide3",
|
||||
"label":"Divide3",
|
||||
"name":"Goto6",
|
||||
"label":"Goto6",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8384",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Inputs",
|
||||
"Multiplication",
|
||||
"InputSameDT",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"**",
|
||||
"Element-wise(.*)",
|
||||
"off",
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(1,16,15)",
|
||||
"off",
|
||||
"Simplest",
|
||||
"off",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
"b_enaFOC",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
9
|
||||
]
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
@ -1461,56 +1391,7 @@
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Product",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8420",
|
||||
"className":"Simulink.Constant",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"a_elecAngle1",
|
||||
"label":"a_elecAngle1",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8384",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Value",
|
||||
"VectorParams1D",
|
||||
"SampleTime",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"FramePeriod"
|
||||
],
|
||||
"values":[
|
||||
"a_elecAngle",
|
||||
"on",
|
||||
"inf",
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(0,16,6)",
|
||||
"off",
|
||||
"inf"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Constant",
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
@ -1546,11 +1427,68 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8396",
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8392",
|
||||
"className":"Simulink.Product",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Divide1",
|
||||
"label":"Divide1",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8384",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Inputs",
|
||||
"Multiplication",
|
||||
"InputSameDT",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"*/",
|
||||
"Element-wise(.*)",
|
||||
"off",
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(0,16,16)",
|
||||
"off",
|
||||
"Simplest",
|
||||
"on",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
9
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Product",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8403",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From10",
|
||||
"label":"From10",
|
||||
"name":"From6",
|
||||
"label":"From6",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8384",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -1558,7 +1496,38 @@
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"b_enaFOC",
|
||||
"z_counter",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8400",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From5",
|
||||
"label":"From5",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8384",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"a_elecAngle",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
@ -1643,6 +1612,94 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8396",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From10",
|
||||
"label":"From10",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8384",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"b_enaFOC",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8394",
|
||||
"className":"Simulink.Product",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Divide3",
|
||||
"label":"Divide3",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8384",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Inputs",
|
||||
"Multiplication",
|
||||
"InputSameDT",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"**",
|
||||
"Element-wise(.*)",
|
||||
"off",
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(1,16,15)",
|
||||
"off",
|
||||
"Simplest",
|
||||
"off",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
9
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Product",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8395",
|
||||
"className":"Simulink.From",
|
||||
@ -1674,63 +1731,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8392",
|
||||
"className":"Simulink.Product",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Divide1",
|
||||
"label":"Divide1",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8384",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Inputs",
|
||||
"Multiplication",
|
||||
"InputSameDT",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"*/",
|
||||
"Element-wise(.*)",
|
||||
"off",
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(0,16,16)",
|
||||
"off",
|
||||
"Simplest",
|
||||
"on",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
9
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Product",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8385#out:1",
|
||||
"className":"Simulink.Line",
|
||||
|
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 6.8 KiB |
Before Width: | Height: | Size: 181 KiB After Width: | Height: | Size: 181 KiB |
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 281 KiB After Width: | Height: | Size: 281 KiB |
@ -48,86 +48,6 @@
|
||||
"finder":[
|
||||
]
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2426",
|
||||
"className":"Simulink.Outport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"yDefault",
|
||||
"label":"yDefault",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2423",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"EnsureOutportIsVirtual",
|
||||
"InitialOutput",
|
||||
"MustResolveToSignalObject",
|
||||
"OutputWhenDisabled",
|
||||
"OutputWhenUnConnected",
|
||||
"OutputWhenUnconnectedValue",
|
||||
"SignalName",
|
||||
"SignalObject",
|
||||
"SourceOfInitialOutputValue",
|
||||
"StorageClass",
|
||||
"VectorParamsAs1DForOutWhenUnconnected"
|
||||
],
|
||||
"values":[
|
||||
"1",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"off",
|
||||
"[]",
|
||||
"off",
|
||||
"held",
|
||||
"off",
|
||||
"0",
|
||||
"",
|
||||
[
|
||||
],
|
||||
"Dialog",
|
||||
"Auto",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Outport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2425",
|
||||
"className":"Simulink.ActionPort",
|
||||
@ -226,6 +146,86 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2426",
|
||||
"className":"Simulink.Outport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"yDefault",
|
||||
"label":"yDefault",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2423",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"EnsureOutportIsVirtual",
|
||||
"InitialOutput",
|
||||
"MustResolveToSignalObject",
|
||||
"OutputWhenDisabled",
|
||||
"OutputWhenUnConnected",
|
||||
"OutputWhenUnconnectedValue",
|
||||
"SignalName",
|
||||
"SignalObject",
|
||||
"SourceOfInitialOutputValue",
|
||||
"StorageClass",
|
||||
"VectorParamsAs1DForOutWhenUnconnected"
|
||||
],
|
||||
"values":[
|
||||
"1",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"off",
|
||||
"[]",
|
||||
"off",
|
||||
"held",
|
||||
"off",
|
||||
"0",
|
||||
"",
|
||||
[
|
||||
],
|
||||
"Dialog",
|
||||
"Auto",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Outport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2424#out:1",
|
||||
"className":"Simulink.Line",
|
||||
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |
@ -30,59 +30,11 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8486:2426">
|
||||
<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,49,172)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#e60000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,50,173)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip4">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip4)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,65,180)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,50,173)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,65,189)">
|
||||
<path d="M-19.3047,0 L19.3047,0 L19.3047,14 L-19.3047,14 L-19.3047,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip5">
|
||||
<path d="M-257.695,-91 L39.3047,-91 L39.3047,14 L-257.695,14 L-257.695,-91 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip5)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,45.6953,189)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="36.6094" x="1" xml:space="preserve" y="10">yDefault</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8486:2425">
|
||||
<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,-106,99)">
|
||||
<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"/>
|
||||
<image height="36" preserveAspectRatio="none" width="67" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAAkCAYAAADSO4eRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABI0lEQVRoge2ZsU7DQBAFJ8ikSQtNmlT5GGo+nzQ0aeziUiSFXUCxG+WBDgQCxdHpjbS6k7Wy9kbrK7wL4Bl4BB5ybY0eGHLVGD4ndoSAtURrrIBl7ifgBBxqiR3REWtgk9Ea97mOwBEo8uwD2hkbYHuN6mZgIkQciE+kKuPumhXdOpYhWIZgGYJlCJYhWIZgGUI3dwHAC7CrrLtfvuftr4W4MwTLECxDsAzhFi7QbcbT3IW4MwTLECxDsAzBMgTLECxD6Ii/xSu++GPcAK/AnjhnIeYmUy2xIyZLOmRpjX3GQIwKvpXR5/48ZGkNHS8W4oxjLfEsQ4csrVGIcxV+8Jn0mVC4dElLnDKOslZlLIhZ65K4QFu8RKeMUfbnMMYY8x+8A6LESmScbNrmAAAAAElFTkSuQmCC" 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,-105,100)">
|
||||
<path d="M0,0 L59,0 L59,28 L0,28 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -90,11 +42,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip7">
|
||||
<clipPath id="clip4">
|
||||
<path d="M-29,-14 L30,-14 L30,14 L-29,14 L-29,-14 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip7)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,-76,114)">
|
||||
<g clip-path="url(#clip4)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,-76,114)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="30.5" x="-15.25" xml:space="preserve" y="3.5">else { }</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -112,11 +64,11 @@
|
||||
<path d="M-25.3984,0 L25.3984,0 L25.3984,14 L-25.3984,14 L-25.3984,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip8">
|
||||
<clipPath id="clip5">
|
||||
<path d="M-111.102,-32 L185.898,-32 L185.898,73 L-111.102,73 L-111.102,-32 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip8)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,-100.898,130)">
|
||||
<g clip-path="url(#clip5)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,-100.898,130)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="48.7969" x="1" xml:space="preserve" y="10">Action Port</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -132,17 +84,17 @@
|
||||
<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,-211,172)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d100" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,-210,173)">
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,-210,173)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip10">
|
||||
<clipPath id="clip7">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 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,-195,180)">
|
||||
<g clip-path="url(#clip7)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,-195,180)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -160,11 +112,11 @@
|
||||
<path d="M-13.7656,0 L13.7656,0 L13.7656,14 L-13.7656,14 L-13.7656,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip11">
|
||||
<clipPath id="clip8">
|
||||
<path d="M-3.23438,-91 L293.766,-91 L293.766,14 L-3.23438,14 L-3.23438,-91 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,-208.766,189)">
|
||||
<g clip-path="url(#clip8)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,-208.766,189)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="25.5312" x="1" xml:space="preserve" y="10">yPrev</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -175,11 +127,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="clip12">
|
||||
<clipPath id="clip9">
|
||||
<path d="M-34,-68 L263,-68 L263,37 L-34,37 L-34,-68 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip12)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,-178,166)">
|
||||
<g clip-path="url(#clip9)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,-178,166)">
|
||||
<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-->
|
||||
@ -189,6 +141,54 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8486:2426">
|
||||
<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,49,172)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ff8000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,50,173)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip11">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip11)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,65,180)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,50,173)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,65,189)">
|
||||
<path d="M-19.3047,0 L19.3047,0 L19.3047,14 L-19.3047,14 L-19.3047,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip12">
|
||||
<path d="M-257.695,-91 L39.3047,-91 L39.3047,14 L-257.695,14 L-257.695,-91 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip12)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,45.6953,189)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="36.6094" x="1" xml:space="preserve" y="10">yDefault</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8486:2424#out:1">
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="PathIntersectionsEnabledTag">
|
||||
@ -205,5 +205,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2019-10-06 14:06:52 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2019-10-12 18:21:02 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@ -1,4 +1,115 @@
|
||||
[
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2445",
|
||||
"className":"Simulink.RelationalOperator",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Relational Operator2",
|
||||
"label":"Relational Operator2",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2428",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Operator",
|
||||
"InputSameDT",
|
||||
"OutDataTypeStr",
|
||||
"RndMeth",
|
||||
"SampleTime",
|
||||
"ZeroCross"
|
||||
],
|
||||
"values":[
|
||||
">",
|
||||
"off",
|
||||
"boolean",
|
||||
"Simplest",
|
||||
"-1",
|
||||
"on"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Data Type",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
1,
|
||||
4
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"RelationalOperator",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2443",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto17",
|
||||
"label":"Goto17",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2428",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"yPrev",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2441",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto",
|
||||
"label":"Goto",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2428",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"tDeacv",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2446",
|
||||
"className":"Simulink.Switch",
|
||||
@ -56,51 +167,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2445",
|
||||
"className":"Simulink.RelationalOperator",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Relational Operator2",
|
||||
"label":"Relational Operator2",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2428",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Operator",
|
||||
"InputSameDT",
|
||||
"OutDataTypeStr",
|
||||
"RndMeth",
|
||||
"SampleTime",
|
||||
"ZeroCross"
|
||||
],
|
||||
"values":[
|
||||
">",
|
||||
"off",
|
||||
"boolean",
|
||||
"Simplest",
|
||||
"-1",
|
||||
"on"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Data Type",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
1,
|
||||
4
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"RelationalOperator",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2447",
|
||||
"className":"Simulink.Outport",
|
||||
@ -181,70 +247,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2443",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto17",
|
||||
"label":"Goto17",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2428",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"yPrev",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2438",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From2",
|
||||
"label":"From2",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2428",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"yDeacv",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2440",
|
||||
"className":"Simulink.From",
|
||||
@ -276,35 +278,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2435",
|
||||
"className":"Simulink.SubSystem",
|
||||
"icon":"WebViewIcon4",
|
||||
"name":"Counter",
|
||||
"label":"Counter",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2428",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"z_cntInit"
|
||||
],
|
||||
"values":[
|
||||
"0"
|
||||
],
|
||||
"tabs":[
|
||||
],
|
||||
"tabs_idx":[
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ContainerHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"SubSystem",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2434",
|
||||
"className":"Simulink.Constant",
|
||||
@ -355,11 +328,11 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2439",
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2436",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From7",
|
||||
"label":"From7",
|
||||
"name":"From1",
|
||||
"label":"From1",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2428",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -367,7 +340,71 @@
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"tDeacv",
|
||||
"yPrev",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2442",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto1",
|
||||
"label":"Goto1",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2428",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"yDeacv",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2438",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From2",
|
||||
"label":"From2",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2428",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"yDeacv",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
@ -417,27 +454,43 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2441",
|
||||
"className":"Simulink.Goto",
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2433",
|
||||
"className":"Simulink.Constant",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto",
|
||||
"label":"Goto",
|
||||
"name":"Constant1",
|
||||
"label":"Constant1",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2428",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
"Value",
|
||||
"VectorParams1D",
|
||||
"SampleTime",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"FramePeriod"
|
||||
],
|
||||
"values":[
|
||||
"tDeacv",
|
||||
"local",
|
||||
"Tag"
|
||||
"0",
|
||||
"on",
|
||||
"inf",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via back propagation",
|
||||
"off",
|
||||
"inf"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":0
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
@ -445,38 +498,7 @@
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2436",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From1",
|
||||
"label":"From1",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2428",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"yPrev",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"blocktype":"Constant",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
@ -547,88 +569,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2442",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto1",
|
||||
"label":"Goto1",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2428",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"yDeacv",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2433",
|
||||
"className":"Simulink.Constant",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Constant1",
|
||||
"label":"Constant1",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2428",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Value",
|
||||
"VectorParams1D",
|
||||
"SampleTime",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"FramePeriod"
|
||||
],
|
||||
"values":[
|
||||
"0",
|
||||
"on",
|
||||
"inf",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via back propagation",
|
||||
"off",
|
||||
"inf"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Constant",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2430",
|
||||
"className":"Simulink.Inport",
|
||||
@ -696,37 +636,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2437",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From10",
|
||||
"label":"From10",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2428",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"tDeacv",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2444",
|
||||
"className":"Simulink.Goto",
|
||||
@ -760,6 +669,66 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2435",
|
||||
"className":"Simulink.SubSystem",
|
||||
"icon":"WebViewIcon4",
|
||||
"name":"Counter",
|
||||
"label":"Counter",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2428",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"z_cntInit"
|
||||
],
|
||||
"values":[
|
||||
"0"
|
||||
],
|
||||
"tabs":[
|
||||
],
|
||||
"tabs_idx":[
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ContainerHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"SubSystem",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2439",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From7",
|
||||
"label":"From7",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2428",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"tDeacv",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2429",
|
||||
"className":"Simulink.Inport",
|
||||
@ -827,6 +796,37 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2437",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From10",
|
||||
"label":"From10",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2428",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"tDeacv",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2438#out:1",
|
||||
"className":"Simulink.Line",
|
||||
|
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 6.7 KiB |
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 99 KiB |
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 8.0 KiB |
@ -15,7 +15,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8486:2435:2515:1577">
|
||||
<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,139,18)">
|
||||
<image height="140" preserveAspectRatio="none" width="48" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAACMCAYAAAA6CiqJAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACUUlEQVR4nO2dwW7TQBRFT5DpplvYdNMVH8Oa/+Dv+JoWCTYFlAglRTFVKxoWMxaua8M4duZ60D3Sk51o4ryTF2cmcTxeAe+A18CruFwCa2ATl+3YdBtWhKQvWrEEzoGzuP4A1MCur2FFeOUvgMsYS+BlXN4De2Dbuu8J7QpcAm9yZJfIAyH5HeHt0yvwImdGp8ACaiygxgJqiheoEtp8AFYxUjjEeCT0pD8JndE34EuMr4Rxzadx6T4nReCa9OQbDsAvQm/aCDSDsQ3wHbgduc1ecgjUhGR3hDHNLfAj3j+ZFIErjhNov4VqwrimjrfvCHKTyVGBvngcub1BUgQ+zvVkp6D4j1ELqLGAGguoKV4gpSM7zPh8V4SevVlOpvgKWECNBdQUL5D6jWws2X7lTv1GNpZFCRxTgbdHPOYoUgTenzyLCRS/E1tAjQXUWEDNqTqyIT4DN4Sf2rdzbPBUQ4khbmJsGPjvw1hyV6D9L5QiK7Dlz4GObAJzVqDm6cGOyeSuQHOA457MR2gWS/H9gAXUWECNBdRYQI0F1FhAjQXUWECNBdRYQI0F1FhAjQXUWECNBdRYQI0F1FhAjQXUWECNBdRYQI0F1FhAjQXUWECNBdRYQI0F1FhAjQXUWECNBdRYQE3xArmn55md4itgATUWUGMBNRXh9PBzBmaXF9GdPKBm4PzjinCOe/tiBUugO3nAXwXWcb25WMES6E4esCfk94xGoH2xgiXQnTzgnxWoY8N1XyMB3ckD9gwIrAjX4Dgj7MRL2ZG7kwe0wxjzP/EbjXafRQY+0m8AAAAASUVORK5CYII=" y="0"/>
|
||||
<image height="140" preserveAspectRatio="none" width="48" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAACMCAYAAAA6CiqJAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABi0lEQVR4nO3dMU/CQABH8T+msrjqwsLkJ/L7Dy4sMJQBBjrocEc8TTUkBF5r3i+5tCEXuEdhvVskeUvykuS5Xqdgm2RXr+3Y/ZzYpSx61YwpeEqyrPdDkmOS/djELuWbXyVZ1zEFj/V6SnJI0jevfdM+gXWS13us7kJDyuL3KT+f0YCHe67oFgygGUAzgDb7gO6COYsbfv7HtW8w+ydgAM0AmgE0A2gG0AygGUAzgGYAzQCaATQDaAbQDKAZQDOAZgDNAJoBNANoBtAMoBlAM4BmAM0AmgE0A2gG0AygGUAzgGYAzQCaATQDaAbQDKAZQDOAZgDNAJoBNANoBtAMoBlAM4BmAM0AmgE0A2gG0GYfcMlmkVdv6HhLs38CBtAMoBlA61J2ln/KL7vLQ96TbFLW1qecPzCMTexSTlVoDyuYgk0du5Tt+/8M2Nb782EFU9AeYdGnrOs0NvEc0B5WMAV9ylr6XPAT2tYJfb6eBu1Yx6G5jgYsUs7gWKb8iafyRx7qODX35yHpP/kEct9FoCwS7TYAAAAASUVORK5CYII=" 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,140,19)">
|
||||
<path d="M0,0 L40,0 L40,132 L0,132 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -257,7 +257,7 @@
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,34,77)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d100" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,35,78)">
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,35,78)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -320,7 +320,7 @@
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,224,77)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#e60000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,225,78)">
|
||||
<g clip-path="none" fill="#ff8000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,225,78)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -368,7 +368,7 @@
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,34,122)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d100" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,35,123)">
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,35,123)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -592,5 +592,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2019-10-06 14:06:53 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2019-10-12 18:21:02 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 40 KiB |
@ -1,4 +1,183 @@
|
||||
[
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2435:2416",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum1",
|
||||
"label":"Sum1",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2435",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"round",
|
||||
"|++",
|
||||
"on",
|
||||
"Inherit: Same as first input",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as first input",
|
||||
"off",
|
||||
"Simplest",
|
||||
"off",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2435:2414",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"rst",
|
||||
"label":"rst",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2435",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"InputConnect",
|
||||
"Interpolate",
|
||||
"LatchByDelayingOutsideSignal",
|
||||
"LatchInputForFeedbackSignals",
|
||||
"OutputFunctionCall"
|
||||
],
|
||||
"values":[
|
||||
"3",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"",
|
||||
"on",
|
||||
"off",
|
||||
"off",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Inport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2435:2415",
|
||||
"className":"Simulink.MinMax",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"MinMax",
|
||||
"label":"MinMax",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2435",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"OutDataTypeStr",
|
||||
"Function",
|
||||
"InputSameDT",
|
||||
"Inputs",
|
||||
"LockScale",
|
||||
"OutMax",
|
||||
"OutMin",
|
||||
"RndMeth",
|
||||
"SampleTime",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"ZeroCross"
|
||||
],
|
||||
"values":[
|
||||
"Inherit: Inherit via internal rule",
|
||||
"min",
|
||||
"off",
|
||||
"2",
|
||||
"off",
|
||||
"[]",
|
||||
"[]",
|
||||
"Floor",
|
||||
"-1",
|
||||
"off",
|
||||
"on"
|
||||
],
|
||||
"tabs":[
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
1
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"MinMax",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2435:2418",
|
||||
"className":"Simulink.Outport",
|
||||
@ -79,132 +258,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2435:2414",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"rst",
|
||||
"label":"rst",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2435",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"InputConnect",
|
||||
"Interpolate",
|
||||
"LatchByDelayingOutsideSignal",
|
||||
"LatchInputForFeedbackSignals",
|
||||
"OutputFunctionCall"
|
||||
],
|
||||
"values":[
|
||||
"3",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"",
|
||||
"on",
|
||||
"off",
|
||||
"off",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Inport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2435:2416",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum1",
|
||||
"label":"Sum1",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2435",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"round",
|
||||
"|++",
|
||||
"on",
|
||||
"Inherit: Same as first input",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as first input",
|
||||
"off",
|
||||
"Simplest",
|
||||
"off",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2435:2413",
|
||||
"className":"Simulink.Inport",
|
||||
@ -272,88 +325,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2435:2515",
|
||||
"className":"Simulink.SubSystem",
|
||||
"icon":"WebViewIcon4",
|
||||
"name":"rst_Delay",
|
||||
"label":"rst_Delay",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2435",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"initVal"
|
||||
],
|
||||
"values":[
|
||||
"z_cntInit"
|
||||
],
|
||||
"tabs":[
|
||||
],
|
||||
"tabs_idx":[
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ContainerHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"SubSystem",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2435:2415",
|
||||
"className":"Simulink.MinMax",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"MinMax",
|
||||
"label":"MinMax",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2435",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"OutDataTypeStr",
|
||||
"Function",
|
||||
"InputSameDT",
|
||||
"Inputs",
|
||||
"LockScale",
|
||||
"OutMax",
|
||||
"OutMin",
|
||||
"RndMeth",
|
||||
"SampleTime",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"ZeroCross"
|
||||
],
|
||||
"values":[
|
||||
"Inherit: Inherit via internal rule",
|
||||
"min",
|
||||
"off",
|
||||
"2",
|
||||
"off",
|
||||
"[]",
|
||||
"[]",
|
||||
"Floor",
|
||||
"-1",
|
||||
"off",
|
||||
"on"
|
||||
],
|
||||
"tabs":[
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
1
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"MinMax",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2435:2412",
|
||||
"className":"Simulink.Inport",
|
||||
@ -421,6 +392,35 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2435:2515",
|
||||
"className":"Simulink.SubSystem",
|
||||
"icon":"WebViewIcon4",
|
||||
"name":"rst_Delay",
|
||||
"label":"rst_Delay",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2435",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"initVal"
|
||||
],
|
||||
"values":[
|
||||
"z_cntInit"
|
||||
],
|
||||
"tabs":[
|
||||
],
|
||||
"tabs_idx":[
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ContainerHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"SubSystem",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2435:2515#out:1",
|
||||
"className":"Simulink.Line",
|
||||
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.5 KiB |
@ -10,117 +10,6 @@
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8486:2435">
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8486:2435:2418">
|
||||
<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,439,22)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#e60000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,440,23)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip2">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip2)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,455,30)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,440,23)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,455,39)">
|
||||
<path d="M-7.65625,0 L7.65625,0 L7.65625,14 L-7.65625,14 L-7.65625,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip3">
|
||||
<path d="M-414.344,-23 L27.6562,-23 L27.6562,189 L-414.344,189 L-414.344,-23 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip3)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,447.344,39)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="13.3125" x="1" xml:space="preserve" y="10">cnt</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8486:2435:2414">
|
||||
<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,34,157)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d100" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,35,158)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip5">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip5)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,50,165)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">3</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,35,158)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,50,174)">
|
||||
<path d="M-6.54688,0 L6.54688,0 L6.54688,14 L-6.54688,14 L-6.54688,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip6">
|
||||
<path d="M-10.4531,-158 L431.547,-158 L431.547,54 L-10.4531,54 L-10.4531,-158 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip6)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,43.4531,174)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="11.0938" x="1" xml:space="preserve" y="10">rst</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,67,163)">
|
||||
<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="clip7">
|
||||
<path d="M-34,-135 L408,-135 L408,77 L-34,77 L-34,-135 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip7)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,67,151)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="31.9844" x="1" xml:space="preserve" y="9">boolean</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
@ -134,35 +23,35 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip9">
|
||||
<clipPath id="clip2">
|
||||
<path d="M169.5,19.5 L189.5,19.5 L189.5,39.5 L169.5,39.5 L169.5,19.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)">
|
||||
<g clip-path="url(#clip2)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="173,30 177,30" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip10">
|
||||
<clipPath id="clip3">
|
||||
<path d="M169.5,19.5 L189.5,19.5 L189.5,39.5 L169.5,39.5 L169.5,19.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)">
|
||||
<g clip-path="url(#clip3)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="175,28 175,32" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip11">
|
||||
<clipPath id="clip4">
|
||||
<path d="M169.5,19.5 L189.5,19.5 L189.5,39.5 L169.5,39.5 L169.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip11)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<g clip-path="url(#clip4)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="178,35 182,35" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip12">
|
||||
<clipPath id="clip5">
|
||||
<path d="M169.5,19.5 L189.5,19.5 L189.5,39.5 L169.5,39.5 L169.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip12)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<g clip-path="url(#clip5)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="180,33 180,37" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -180,11 +69,11 @@
|
||||
<path d="M0,-12 L26.4844,-12 L26.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip13">
|
||||
<clipPath id="clip6">
|
||||
<path d="M-159,0 L283,0 L283,212 L-159,212 L-159,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip13)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,192,16)">
|
||||
<g clip-path="url(#clip6)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,192,16)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="24.4844" x="1" xml:space="preserve" y="9">uint16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -196,194 +85,59 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8486:2435:2413">
|
||||
<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,34,197)">
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8486:2435:2414">
|
||||
<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,34,157)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d100" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,35,198)">
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,35,158)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip15">
|
||||
<clipPath id="clip8">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip15)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,50,205)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">2</text>
|
||||
<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,50,165)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">3</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,35,198)">
|
||||
<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,35,158)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,50,214)">
|
||||
<path d="M-10.4375,0 L10.4375,0 L10.4375,14 L-10.4375,14 L-10.4375,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,50,174)">
|
||||
<path d="M-6.54688,0 L6.54688,0 L6.54688,14 L-6.54688,14 L-6.54688,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip16">
|
||||
<path d="M-6.5625,-198 L435.438,-198 L435.438,14 L-6.5625,14 L-6.5625,-198 z"/>
|
||||
<clipPath id="clip9">
|
||||
<path d="M-10.4531,-158 L431.547,-158 L431.547,54 L-10.4531,54 L-10.4531,-158 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip16)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,39.5625,214)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="18.875" x="1" xml:space="preserve" y="10">max</text>
|
||||
<g clip-path="url(#clip9)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,43.4531,174)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="11.0938" x="1" xml:space="preserve" y="10">rst</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,67,203)">
|
||||
<path d="M0,-12 L26.4844,-12 L26.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,67,163)">
|
||||
<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="clip17">
|
||||
<path d="M-34,-175 L408,-175 L408,37 L-34,37 L-34,-175 z"/>
|
||||
<clipPath id="clip10">
|
||||
<path d="M-34,-135 L408,-135 L408,77 L-34,77 L-34,-135 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip17)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,67,191)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="24.4844" x="1" xml:space="preserve" y="9">uint16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8486:2435:2515">
|
||||
<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,86)">
|
||||
<image height="44" preserveAspectRatio="none" width="58" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAAsCAYAAAA0NKuuAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABf0lEQVRoge2aTU/CQBBAH6Zy4aoXLpz8Rf5Wf4168IIaGm1RKqFRPMw0LFpg5WNll3nJZEszafZlN+1klg5wDVwCFzrGxAjIdXQj/5mYIXJ9J2KiB3T1ugYqoGxLzJCV7AMDjZg413EGTIDCubeEu6ID4CrE7PZMjUiWyLZtFT0LOaP/xERTw0RTw0RT42REM4+cG6Cj4cNc4wupWD6Qj/kz8KjxhNSjr8C75m565k74iN7hL9kwBz6RqqURbYrtHHgBxsCUzZJ7IYRohUiVSC06Bt70fv3H526Nj+gt24m6W7dC6tFKf08RyZ23pC8hVrQtgmxXFx/R+4PPIgAn83kx0dQw0dQw0dTw+Y4Gq14OycmsqImmhommhommRob0cnqsOIU6ch6AIeJQsKY9kyHNKvcwNSaGGjnSk1orOtLr5jA1Jtyj/QKZ/6wtsRF1D1NjomDRXdy4dUeaULBY3VioWO4wTlgh2kH+w9BFXkaxvZCaruKM351GwzCM4+MbcvmA3GQmfWgAAAAASUVORK5CYII=" 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,87)">
|
||||
<path d="M0,0 L50,0 L50,36 L0,36 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip19">
|
||||
<path d="M-47,-8 L3,-8 L3,28 L-47,28 L-47,-8 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip19)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,247,95)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="5" x="-5" xml:space="preserve" y="3">u</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip20">
|
||||
<path d="M-47,-28 L3,-28 L3,8 L-47,8 L-47,-28 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip20)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,247,115)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="9.98438" x="-9.98438" xml:space="preserve" y="3">rst</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip21">
|
||||
<path d="M-3,-18 L47,-18 L47,18 L-3,18 L-3,-18 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip21)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,203,105)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="4.5" x="0" xml:space="preserve" y="3">y</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip22">
|
||||
<path d="M-22,-14 L28,-14 L28,22 L-22,22 L-22,-14 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip22)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,222,101)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="0" xml:space="preserve" y="1">1</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip23">
|
||||
<path d="M-23,-29 L27,-29 L27,7 L-23,7 L-23,-29 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip23)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,223,116)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5" x="0" xml:space="preserve" y="1">z</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip24">
|
||||
<path d="M199.5,86.5 L249.5,86.5 L249.5,122.5 L199.5,122.5 L199.5,86.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip24)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="222,105 228,105" 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,200,87)">
|
||||
<path d="M0,0 L50,0 L50,36 L0,36 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,225,125)">
|
||||
<path d="M-27.7578,0 L27.7578,0 L27.7578,14 L-27.7578,14 L-27.7578,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip25">
|
||||
<path d="M-164.242,-109 L277.758,-109 L277.758,103 L-164.242,103 L-164.242,-109 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip25)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="0.6" stroke-width="1" transform="matrix(1,0,0,1,197.242,125)">
|
||||
<text fill="#000000" fill-opacity="0.6" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="53.5156" x="1" xml:space="preserve" y="10">Ini=z_cntInit</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,198,107)">
|
||||
<path d="M-26.4844,0 L0,0 L0,12 L-26.4844,12 L-26.4844,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip26">
|
||||
<path d="M-138.516,-91 L303.484,-91 L303.484,121 L-138.516,121 L-138.516,-91 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip26)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,171.516,107)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="24.4844" x="1" xml:space="preserve" y="9">uint16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="layout">
|
||||
<defs>
|
||||
<clipPath id="clip28">
|
||||
<path d="M0,-16 L16,-16 L16,0 L0,0 L0,-16 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip28)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,200.5,122.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="clip29">
|
||||
<path d="M1,1 L17,1 L17,17 L1,17 L1,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip29)" fill="none" opacity="0.8" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,199.5,105.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="clip30">
|
||||
<path d="M-1,-1 L15,-1 L15,15 L-1,15 L-1,-1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip30)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,201.5,107.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(#clip10)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,67,151)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="31.9844" x="1" xml:space="preserve" y="9">boolean</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
@ -396,7 +150,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8486:2435:2415">
|
||||
<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,309,68)">
|
||||
<image height="55" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAA3CAYAAABgtziQAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABP0lEQVRoge2ZsW6DMBCGPyqaJWu7ZMnUh+nc9+jj5WXapUsWGNyBDDC0gw/VaSHiHA5R5T7pZAs5+NOFRBZ/AbwAj8CDjJZUQC1jWvXvhaXI7JKyZAtsZN4BJ+BzaGFJ7NQO2EtZci9jCzRASK79Ees7tgeejMUgdqohdqoaE7tbQCQLF9PiYlpcTMu/FiuUdVhKTMv7HDe5KbG3OW5yUx1brdgsuJgWF9PiYlrKCWu+zC0GWG3HXEyLi2lxMS1T/sdyTqRXvzWaIpZz8FtELKdjzxmfOWOK2Ou1m+Sw2offxbS4mBYX01ISQ4AtI0HAzHwAR9kzECObbkys5jzfseQoVROTkYtilcz7fMeSNH0Lsl97SSzNdywJskdgwldZyYLAT/esOEk1yTgoVhBjwQ3x4bf+AXRSbTLvy3EcgG9CT0ycQK8EgQAAAABJRU5ErkJggg==" y="0"/>
|
||||
<image height="55" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAA3CAYAAABgtziQAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABGUlEQVRoge2ZMW+DMBBGHxHJkrVZsmTqL+r/H7JkgcEdyABDOvhQnTZEHOlVDN+TTraQwU8HDNZXAR/AAXizMZIGaG0sq/25sDaZY1GR7IGdzQfgCnw+WliTO3UETlaRbG3sgQ5IxbVfYmPHTsB7sBjkTnXkTjVTYpt/EFmExLxIzIvEvKxWrJ6xplrw3NuCe+5Ybcck5kViXiTmRWJeJOZFYl4k5kViXiTmRWJeJOZlzrny5TPiElbbMYl5kZgXiXmpySHAnokg4I85AxfbM5Ejm2FKrOU+34nkYtWSk5GnYo3Nx3wnkjJ9S7Zf/0yszHciSbZHYsarbGxB4rt7UVytumJ8KFaRY8Ed+eOP/gEGq76YjyWEAPgCtMNE9gyjR30AAAAASUVORK5CYII=" 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,310,69)">
|
||||
<path d="M0,0 L30,0 L30,47 L0,47 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -404,19 +158,19 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip33">
|
||||
<clipPath id="clip12">
|
||||
<path d="M0,0 L30,0 L30,47 L0,47 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip33)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,310,69)">
|
||||
<g clip-path="url(#clip12)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,310,69)">
|
||||
<path d="M0,0 L30,0 L30,47 L0,47 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip39">
|
||||
<clipPath id="clip18">
|
||||
<path d="M-9,-5 L13,-5 L13,10 L-9,10 L-9,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip39)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,322.5,90)">
|
||||
<g clip-path="url(#clip18)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,322.5,90)">
|
||||
<path d="M-7.20312,6 L-7.20312,-0.21875 L-6.26562,-0.21875 L-6.26562,0.65625 C-6.06771,0.34375 -5.80729,0.0963542 -5.48438,-0.0859375 C-5.16146,-0.268229 -4.79167,-0.359375 -4.375,-0.359375 C-3.91667,-0.359375 -3.53906,-0.265625 -3.24219,-0.078125 C-2.94531,0.109375 -2.73958,0.375 -2.625,0.71875 C-2.125,0 -1.48438,-0.359375 -0.703125,-0.359375 C-0.078125,-0.359375 0.398438,-0.190104 0.726562,0.148438 C1.05469,0.486979 1.21875,1.01562 1.21875,1.73438 L1.21875,6 L0.171875,6 L0.171875,2.07812 C0.171875,1.66146 0.138021,1.35938 0.0703125,1.17188 C0.00260417,0.984375 -0.119792,0.833333 -0.296875,0.71875 C-0.473958,0.604167 -0.6875,0.546875 -0.9375,0.546875 C-1.375,0.546875 -1.73698,0.692708 -2.02344,0.984375 C-2.3099,1.27604 -2.45312,1.74479 -2.45312,2.39062 L-2.45312,6 L-3.51562,6 L-3.51562,1.95312 C-3.51562,1.48438 -3.60156,1.13281 -3.77344,0.898438 C-3.94531,0.664062 -4.22396,0.546875 -4.60938,0.546875 C-4.91146,0.546875 -5.1875,0.625 -5.4375,0.78125 C-5.6875,0.9375 -5.86979,1.16667 -5.98438,1.46875 C-6.09896,1.77083 -6.15625,2.20312 -6.15625,2.76562 L-6.15625,6 L-7.20312,6 M2.78125,-1.375 L2.78125,-2.59375 L3.84375,-2.59375 L3.84375,-1.375 L2.78125,-1.375 M2.78125,6 L2.78125,-0.21875 L3.84375,-0.21875 L3.84375,6 L2.78125,6 M5.4375,6 L5.4375,-0.21875 L6.39062,-0.21875 L6.39062,0.65625 C6.83854,-0.0208333 7.49479,-0.359375 8.35938,-0.359375 C8.73438,-0.359375 9.08073,-0.291667 9.39844,-0.15625 C9.71615,-0.0208333 9.95312,0.15625 10.1094,0.375 C10.2656,0.59375 10.375,0.848958 10.4375,1.14062 C10.4688,1.33854 10.4844,1.68229 10.4844,2.17188 L10.4844,6 L9.4375,6 L9.4375,2.21875 C9.4375,1.78125 9.39583,1.45833 9.3125,1.25 C9.22917,1.04167 9.08333,0.872396 8.875,0.742188 C8.66667,0.611979 8.42188,0.546875 8.14062,0.546875 C7.69271,0.546875 7.30469,0.690104 6.97656,0.976562 C6.64844,1.26302 6.48438,1.80208 6.48438,2.59375 L6.48438,6 L5.4375,6" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -442,11 +196,122 @@
|
||||
<path d="M-26.4844,0 L0,0 L0,12 L-26.4844,12 L-26.4844,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip53">
|
||||
<clipPath id="clip32">
|
||||
<path d="M-248.516,-81 L193.484,-81 L193.484,131 L-248.516,131 L-248.516,-81 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip53)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,281.516,97)">
|
||||
<g clip-path="url(#clip32)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,281.516,97)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="24.4844" x="1" xml:space="preserve" y="9">uint16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8486:2435:2418">
|
||||
<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,439,22)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ff8000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,440,23)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip34">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip34)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,455,30)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,440,23)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,455,39)">
|
||||
<path d="M-7.65625,0 L7.65625,0 L7.65625,14 L-7.65625,14 L-7.65625,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip35">
|
||||
<path d="M-414.344,-23 L27.6562,-23 L27.6562,189 L-414.344,189 L-414.344,-23 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,447.344,39)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="13.3125" x="1" xml:space="preserve" y="10">cnt</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8486:2435:2413">
|
||||
<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,34,197)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,35,198)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip37">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip37)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,50,205)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">2</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,35,198)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,50,214)">
|
||||
<path d="M-10.4375,0 L10.4375,0 L10.4375,14 L-10.4375,14 L-10.4375,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip38">
|
||||
<path d="M-6.5625,-198 L435.438,-198 L435.438,14 L-6.5625,14 L-6.5625,-198 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip38)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,39.5625,214)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="18.875" x="1" xml:space="preserve" y="10">max</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,67,203)">
|
||||
<path d="M0,-12 L26.4844,-12 L26.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip39">
|
||||
<path d="M-34,-175 L408,-175 L408,37 L-34,37 L-34,-175 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip39)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,67,191)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="24.4844" x="1" xml:space="preserve" y="9">uint16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -462,17 +327,17 @@
|
||||
<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,34,22)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d100" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,35,23)">
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,35,23)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip55">
|
||||
<clipPath id="clip41">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip55)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,50,30)">
|
||||
<g clip-path="url(#clip41)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,50,30)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -490,11 +355,11 @@
|
||||
<path d="M-7.38281,0 L7.38281,0 L7.38281,14 L-7.38281,14 L-7.38281,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip56">
|
||||
<clipPath id="clip42">
|
||||
<path d="M-9.61719,-23 L432.383,-23 L432.383,189 L-9.61719,189 L-9.61719,-23 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip56)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,42.6172,39)">
|
||||
<g clip-path="url(#clip42)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,42.6172,39)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="12.7656" x="1" xml:space="preserve" y="10">inc</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -505,11 +370,11 @@
|
||||
<path d="M0,-12 L26.4844,-12 L26.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip57">
|
||||
<clipPath id="clip43">
|
||||
<path d="M-34,0 L408,0 L408,212 L-34,212 L-34,0 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,67,16)">
|
||||
<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,67,16)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="24.4844" x="1" xml:space="preserve" y="9">uint16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -519,6 +384,141 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8486:2435:2515">
|
||||
<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,86)">
|
||||
<image height="44" preserveAspectRatio="none" width="58" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAAsCAYAAAA0NKuuAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABGklEQVRoge2asWrDQAxAn8s1S9Z0yZKpX9T/H7JksYfLkAz20A6SiVquiSFp6pP1QNxhhNFDx2GQG+ADeAM2utZEC3S62uh+JiZEbmuiJtbASvcDcAaOpcSEdHIL7DRq4lXXHjgB2Tz7hu3oDnh/RnUPZkAkj8ixLYq+PLOi/yREvRGi3ghRbyxGNE3Iaf68itt83vuCxXQ0RL0Rot4IUW+EqDdC1BuLEZ3yUX/3B/UcWExHQ9QbIeqNEPVGQiZQa36ZQs2cPXBAHDIyHx1KiQmZDtthak0cNDpkbHhVtNX9OEytCTvaz0j9fSlxFLXD1JrISM2ZCUe31YTMpbu1cNY4mbUo2iD/MKyQy6i2C2nQ6M1+jCAIgvnxBQyvRODv8w4OAAAAAElFTkSuQmCC" 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,87)">
|
||||
<path d="M0,0 L50,0 L50,36 L0,36 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip45">
|
||||
<path d="M-47,-8 L3,-8 L3,28 L-47,28 L-47,-8 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip45)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,247,95)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="5" x="-5" xml:space="preserve" y="3">u</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip46">
|
||||
<path d="M-47,-28 L3,-28 L3,8 L-47,8 L-47,-28 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip46)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,247,115)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="9.98438" x="-9.98438" xml:space="preserve" y="3">rst</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip47">
|
||||
<path d="M-3,-18 L47,-18 L47,18 L-3,18 L-3,-18 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip47)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,203,105)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="4.5" x="0" xml:space="preserve" y="3">y</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip48">
|
||||
<path d="M-22,-14 L28,-14 L28,22 L-22,22 L-22,-14 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip48)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,222,101)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="0" xml:space="preserve" y="1">1</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip49">
|
||||
<path d="M-23,-29 L27,-29 L27,7 L-23,7 L-23,-29 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip49)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,223,116)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5" x="0" xml:space="preserve" y="1">z</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip50">
|
||||
<path d="M199.5,86.5 L249.5,86.5 L249.5,122.5 L199.5,122.5 L199.5,86.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip50)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="222,105 228,105" 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,200,87)">
|
||||
<path d="M0,0 L50,0 L50,36 L0,36 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,225,125)">
|
||||
<path d="M-27.7578,0 L27.7578,0 L27.7578,14 L-27.7578,14 L-27.7578,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip51">
|
||||
<path d="M-164.242,-109 L277.758,-109 L277.758,103 L-164.242,103 L-164.242,-109 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip51)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="0.6" stroke-width="1" transform="matrix(1,0,0,1,197.242,125)">
|
||||
<text fill="#000000" fill-opacity="0.6" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="53.5156" x="1" xml:space="preserve" y="10">Ini=z_cntInit</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,198,107)">
|
||||
<path d="M-26.4844,0 L0,0 L0,12 L-26.4844,12 L-26.4844,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip52">
|
||||
<path d="M-138.516,-91 L303.484,-91 L303.484,121 L-138.516,121 L-138.516,-91 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip52)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,171.516,107)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="24.4844" x="1" xml:space="preserve" y="9">uint16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="layout">
|
||||
<defs>
|
||||
<clipPath id="clip54">
|
||||
<path d="M0,-16 L16,-16 L16,0 L0,0 L0,-16 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip54)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,200.5,122.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="clip55">
|
||||
<path d="M1,1 L17,1 L17,17 L1,17 L1,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip55)" fill="none" opacity="0.8" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,199.5,105.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="clip56">
|
||||
<path d="M-1,-1 L15,-1 L15,15 L-1,15 L-1,-1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip56)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,201.5,107.5)">
|
||||
<image height="16" preserveAspectRatio="none" width="16" x="-1" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA60lEQVQ4jb3TzyqEURjH8Y/BzFBWygUwa1cj4Q5YKffAzGI27oGysPBvchncgGImYyMuQLI4z5uTnN63lKdOp36d7/P/8E/WQR/TOH20m8Jd3GKC7TgTDJrALVzhCWuZvhOZmKtx8ImtyOI102eaRN/EMfaxlOk9qYTDEtjFJd5whgfsZvAY1wpN7EgNG/uuef4HfBPvfoVH8agXWhWlgkcluB2e827v4RHneMdFCYajiLCaaYvhZIiNEljZVBpXbstYqANbBb2HO5yqmfls3Cs4wAvWcYJ7aRc+6rIgNXEglfIsLUnjz/In+wKCVS3tgySTGgAAAABJRU5ErkJggg==" y="-1"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8486:2435:2515#out:1">
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="PathIntersectionsEnabledTag">
|
||||
@ -625,5 +625,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2019-10-06 14:06:53 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2019-10-12 18:21:02 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
@ -44,6 +44,39 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2489",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto2",
|
||||
"label":"Goto2",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2473",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"b_cntRst",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2487",
|
||||
"className":"Simulink.Goto",
|
||||
@ -157,6 +190,37 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2484",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From7",
|
||||
"label":"From7",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2473",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"tAcv",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2486",
|
||||
"className":"Simulink.Goto",
|
||||
@ -190,130 +254,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2485",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From8",
|
||||
"label":"From8",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2473",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"b_cntRst",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2483",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From2",
|
||||
"label":"From2",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2473",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"yAcv",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2481",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From1",
|
||||
"label":"From1",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2473",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"yPrev",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2484",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From7",
|
||||
"label":"From7",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2473",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"tAcv",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2488",
|
||||
"className":"Simulink.Goto",
|
||||
@ -378,6 +318,148 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2481",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From1",
|
||||
"label":"From1",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2473",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"yPrev",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2483",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From2",
|
||||
"label":"From2",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2473",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"yAcv",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2485",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From8",
|
||||
"label":"From8",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2473",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"b_cntRst",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2479",
|
||||
"className":"Simulink.Constant",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Constant6",
|
||||
"label":"Constant6",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2473",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Value",
|
||||
"VectorParams1D",
|
||||
"SampleTime",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"FramePeriod"
|
||||
],
|
||||
"values":[
|
||||
"1",
|
||||
"on",
|
||||
"inf",
|
||||
"[]",
|
||||
"[]",
|
||||
"uint16",
|
||||
"off",
|
||||
"inf"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Constant",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2491",
|
||||
"className":"Simulink.Switch",
|
||||
@ -436,131 +518,31 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2478",
|
||||
"className":"Simulink.Constant",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Constant1",
|
||||
"label":"Constant1",
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2480",
|
||||
"className":"Simulink.SubSystem",
|
||||
"icon":"WebViewIcon4",
|
||||
"name":"Counter",
|
||||
"label":"Counter",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2473",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Value",
|
||||
"VectorParams1D",
|
||||
"SampleTime",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"FramePeriod"
|
||||
"z_cntInit"
|
||||
],
|
||||
"values":[
|
||||
"1",
|
||||
"on",
|
||||
"inf",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via back propagation",
|
||||
"off",
|
||||
"inf"
|
||||
"0"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
"jshandler":"webview/handlers/ContainerHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Constant",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2477",
|
||||
"className":"Simulink.ActionPort",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Action Port",
|
||||
"label":"Action Port",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2473",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitializeStates",
|
||||
"PropagateVarSize"
|
||||
],
|
||||
"values":[
|
||||
"held",
|
||||
"Only when execution is resumed"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"ActionPort",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2479",
|
||||
"className":"Simulink.Constant",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Constant6",
|
||||
"label":"Constant6",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2473",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Value",
|
||||
"VectorParams1D",
|
||||
"SampleTime",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"FramePeriod"
|
||||
],
|
||||
"values":[
|
||||
"1",
|
||||
"on",
|
||||
"inf",
|
||||
"[]",
|
||||
"[]",
|
||||
"uint16",
|
||||
"off",
|
||||
"inf"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Constant",
|
||||
"blocktype":"SubSystem",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
@ -631,35 +613,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2480",
|
||||
"className":"Simulink.SubSystem",
|
||||
"icon":"WebViewIcon4",
|
||||
"name":"Counter",
|
||||
"label":"Counter",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2473",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"z_cntInit"
|
||||
],
|
||||
"values":[
|
||||
"0"
|
||||
],
|
||||
"tabs":[
|
||||
],
|
||||
"tabs_idx":[
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ContainerHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"SubSystem",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2475",
|
||||
"className":"Simulink.Inport",
|
||||
@ -727,6 +680,86 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2477",
|
||||
"className":"Simulink.ActionPort",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Action Port",
|
||||
"label":"Action Port",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2473",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitializeStates",
|
||||
"PropagateVarSize"
|
||||
],
|
||||
"values":[
|
||||
"held",
|
||||
"Only when execution is resumed"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"ActionPort",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2478",
|
||||
"className":"Simulink.Constant",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Constant1",
|
||||
"label":"Constant1",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2473",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Value",
|
||||
"VectorParams1D",
|
||||
"SampleTime",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"FramePeriod"
|
||||
],
|
||||
"values":[
|
||||
"1",
|
||||
"on",
|
||||
"inf",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via back propagation",
|
||||
"off",
|
||||
"inf"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Constant",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2474",
|
||||
"className":"Simulink.Inport",
|
||||
@ -794,39 +827,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2489",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto2",
|
||||
"label":"Goto2",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2473",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"b_cntRst",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2480#out:1",
|
||||
"className":"Simulink.Line",
|
||||
|
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 6.6 KiB |
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 100 KiB |
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 8.0 KiB |
@ -15,7 +15,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8486:2480:2515:1577">
|
||||
<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,139,18)">
|
||||
<image height="140" preserveAspectRatio="none" width="48" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAACMCAYAAAA6CiqJAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACVklEQVR4nO2dwW7TQBRFT5DpplvYdNMVH8Oa/+Dv+JoWCTYFlAglRTFVKxoWMxaua8M4jn1n0D3SkxNr4ryTl3gmcTxeAe+A18CruMyBNbCJy3Zsug0rQtIXrciBc+As3n4AamDX17AivPIXwGWMHHgZl/fAHti21j2hXYFL4M0S2SXyQEh+R3j79Aq8WDKjObCAGguosYCa4gWqhDYfgFWMFA4xHgk96U9CZ/QN+BLjK2Fc82lcus9JEbgmPfmGA/CL0Js2As1gbAN8B25HbrOXJQRqQrI7wpjmFvgR108mReCK4wTab6GaMK6p4/07gtxklqhAXzyO3N4gKQIfT/Vkc1D8btQCaiygxgJqihdI6ciO4TCw/orQszfLyRRfAQuosYCalL3Q0B4lC1K/kY1lsV+5U7+RjSUrgWMq8PaIxxxFisD72bOYQPF7IQuosYAaC6iZqyMb4jNwQ/ipfXuKDc41lBjiJsaGgf8+jGXpCrT/hVJkBbb8OdCxmMApK1Dz9GDHZJauQHOA456Fj9BkS/H9gAXUWECNBdRYQI0F1FhAjQXUWECNBdRYQI0F1FhAjQXUWECNBdRYQI0F1FhAjQXUWECNBdRYQI0F1FhAjQXUWECNBdRYQI0F1FhAjQXUWECNBdRYQE3xAsVPjFF8BSygxgJqLKCmIpwefs7A7PIiupMH1Aycf1wRznFvX6wgB7qTB/xVYB1vNxcryIHu5AF7Qn7PaATaFyvIge7kAf+sQB0brvsaCehOHrBnQGBFuAbHGeFDnMsHuTt5QDuMMf8TvwH3+aBG8EvjtAAAAABJRU5ErkJggg==" y="0"/>
|
||||
<image height="140" preserveAspectRatio="none" width="48" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAACMCAYAAAA6CiqJAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABi0lEQVR4nO3dMU/CQABH8T+msrjqwsLkJ/L7Dy4sMJQBBjrocEc8TTUkBF5r3i+5tCEXuEdhvVskeUvykuS5Xqdgm2RXr+3Y/ZzYpSx61YwpeEqyrPdDkmOS/djELuWbXyVZ1zEFj/V6SnJI0jevfdM+gXWS13us7kJDyuL3KT+f0YCHe67oFgygGUAzgDb7gO6COYsbfv7HtW8w+ydgAM0AmgE0A2gG0AygGUAzgGYAzQCaATQDaAbQDKAZQDOAZgDNAJoBNANoBtAMoBlAM4BmAM0AmgE0A2gG0AygGUAzgGYAzQCaATQDaAbQDKAZQDOAZgDNAJoBNANoBtAMoBlAM4BmAM0AmgE0A2gG0GYfcMlmkVdv6HhLs38CBtAMoBlA61J2ln/KL7vLQ96TbFLW1qecPzCMTexSTlVoDyuYgk0du5Tt+/8M2Nb782EFU9AeYdGnrOs0NvEc0B5WMAV9ylr6XPAT2tYJfb6eBu1Yx6G5jgYsUs7gWKb8iafyRx7qODX35yHpP/kEct9FoCwS7TYAAAAASUVORK5CYII=" 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,140,19)">
|
||||
<path d="M0,0 L40,0 L40,132 L0,132 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -257,7 +257,7 @@
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,34,77)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d100" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,35,78)">
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,35,78)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -320,7 +320,7 @@
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,224,77)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#e60000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,225,78)">
|
||||
<g clip-path="none" fill="#ff8000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,225,78)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -368,7 +368,7 @@
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,34,122)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d100" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,35,123)">
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,35,123)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -592,5 +592,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2019-10-06 14:06:54 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2019-10-12 18:21:03 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 40 KiB |
@ -1,113 +1,4 @@
|
||||
[
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2480:2418",
|
||||
"className":"Simulink.Outport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"cnt",
|
||||
"label":"cnt",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2480",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"EnsureOutportIsVirtual",
|
||||
"InitialOutput",
|
||||
"MustResolveToSignalObject",
|
||||
"OutputWhenDisabled",
|
||||
"OutputWhenUnConnected",
|
||||
"OutputWhenUnconnectedValue",
|
||||
"SignalName",
|
||||
"SignalObject",
|
||||
"SourceOfInitialOutputValue",
|
||||
"StorageClass",
|
||||
"VectorParamsAs1DForOutWhenUnconnected"
|
||||
],
|
||||
"values":[
|
||||
"1",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"off",
|
||||
"[]",
|
||||
"off",
|
||||
"held",
|
||||
"off",
|
||||
"0",
|
||||
"",
|
||||
[
|
||||
],
|
||||
"Dialog",
|
||||
"Auto",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Outport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2480:2515",
|
||||
"className":"Simulink.SubSystem",
|
||||
"icon":"WebViewIcon4",
|
||||
"name":"rst_Delay",
|
||||
"label":"rst_Delay",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2480",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"initVal"
|
||||
],
|
||||
"values":[
|
||||
"z_cntInit"
|
||||
],
|
||||
"tabs":[
|
||||
],
|
||||
"tabs_idx":[
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ContainerHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"SubSystem",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2480:2416",
|
||||
"className":"Simulink.Sum",
|
||||
@ -220,6 +111,153 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2480:2418",
|
||||
"className":"Simulink.Outport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"cnt",
|
||||
"label":"cnt",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2480",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"EnsureOutportIsVirtual",
|
||||
"InitialOutput",
|
||||
"MustResolveToSignalObject",
|
||||
"OutputWhenDisabled",
|
||||
"OutputWhenUnConnected",
|
||||
"OutputWhenUnconnectedValue",
|
||||
"SignalName",
|
||||
"SignalObject",
|
||||
"SourceOfInitialOutputValue",
|
||||
"StorageClass",
|
||||
"VectorParamsAs1DForOutWhenUnconnected"
|
||||
],
|
||||
"values":[
|
||||
"1",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"off",
|
||||
"[]",
|
||||
"off",
|
||||
"held",
|
||||
"off",
|
||||
"0",
|
||||
"",
|
||||
[
|
||||
],
|
||||
"Dialog",
|
||||
"Auto",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Outport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2480:2414",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"rst",
|
||||
"label":"rst",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2480",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"InputConnect",
|
||||
"Interpolate",
|
||||
"LatchByDelayingOutsideSignal",
|
||||
"LatchInputForFeedbackSignals",
|
||||
"OutputFunctionCall"
|
||||
],
|
||||
"values":[
|
||||
"3",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"",
|
||||
"on",
|
||||
"off",
|
||||
"off",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Inport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2480:2413",
|
||||
"className":"Simulink.Inport",
|
||||
@ -287,6 +325,35 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2480:2515",
|
||||
"className":"Simulink.SubSystem",
|
||||
"icon":"WebViewIcon4",
|
||||
"name":"rst_Delay",
|
||||
"label":"rst_Delay",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2480",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"initVal"
|
||||
],
|
||||
"values":[
|
||||
"z_cntInit"
|
||||
],
|
||||
"tabs":[
|
||||
],
|
||||
"tabs_idx":[
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ContainerHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"SubSystem",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2480:2412",
|
||||
"className":"Simulink.Inport",
|
||||
@ -354,73 +421,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2480:2414",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"rst",
|
||||
"label":"rst",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2480",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"InputConnect",
|
||||
"Interpolate",
|
||||
"LatchByDelayingOutsideSignal",
|
||||
"LatchInputForFeedbackSignals",
|
||||
"OutputFunctionCall"
|
||||
],
|
||||
"values":[
|
||||
"3",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"",
|
||||
"on",
|
||||
"off",
|
||||
"off",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Inport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8486:2480:2515#out:1",
|
||||
"className":"Simulink.Line",
|
||||
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.5 KiB |
@ -10,189 +10,6 @@
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8486:2480">
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8486:2480:2418">
|
||||
<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,439,22)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#e60000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,440,23)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip2">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip2)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,455,30)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,440,23)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,455,39)">
|
||||
<path d="M-7.65625,0 L7.65625,0 L7.65625,14 L-7.65625,14 L-7.65625,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip3">
|
||||
<path d="M-414.344,-23 L27.6562,-23 L27.6562,189 L-414.344,189 L-414.344,-23 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip3)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,447.344,39)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="13.3125" x="1" xml:space="preserve" y="10">cnt</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8486:2480:2515">
|
||||
<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,86)">
|
||||
<image height="44" preserveAspectRatio="none" width="58" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAAsCAYAAAA0NKuuAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABf0lEQVRoge2aTU/CQBBAH6Zy4aoXLpz8Rf5Wf4168IIaGm1RKqFRPMw0LFpg5WNll3nJZEszafZlN+1klg5wDVwCFzrGxAjIdXQj/5mYIXJ9J2KiB3T1ugYqoGxLzJCV7AMDjZg413EGTIDCubeEu6ID4CrE7PZMjUiWyLZtFT0LOaP/xERTw0RTw0RT42REM4+cG6Cj4cNc4wupWD6Qj/kz8KjxhNSjr8C75m565k74iN7hL9kwBz6RqqURbYrtHHgBxsCUzZJ7IYRohUiVSC06Bt70fv3H526Nj+gt24m6W7dC6tFKf08RyZ23pC8hVrQtgmxXFx/R+4PPIgAn83kx0dQw0dQw0dTw+Y4Gq14OycmsqImmhommhommRob0cnqsOIU6ch6AIeJQsKY9kyHNKvcwNSaGGjnSk1orOtLr5jA1Jtyj/QKZ/6wtsRF1D1NjomDRXdy4dUeaULBY3VioWO4wTlgh2kH+w9BFXkaxvZCaruKM351GwzCM4+MbcvmA3GQmfWgAAAAASUVORK5CYII=" 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,87)">
|
||||
<path d="M0,0 L50,0 L50,36 L0,36 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip5">
|
||||
<path d="M-47,-8 L3,-8 L3,28 L-47,28 L-47,-8 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip5)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,247,95)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="5" x="-5" xml:space="preserve" y="3">u</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip6">
|
||||
<path d="M-47,-28 L3,-28 L3,8 L-47,8 L-47,-28 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip6)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,247,115)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="9.98438" x="-9.98438" xml:space="preserve" y="3">rst</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip7">
|
||||
<path d="M-3,-18 L47,-18 L47,18 L-3,18 L-3,-18 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip7)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,203,105)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="4.5" x="0" xml:space="preserve" y="3">y</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip8">
|
||||
<path d="M-22,-14 L28,-14 L28,22 L-22,22 L-22,-14 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,222,101)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="0" xml:space="preserve" y="1">1</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip9">
|
||||
<path d="M-23,-29 L27,-29 L27,7 L-23,7 L-23,-29 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,223,116)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5" x="0" xml:space="preserve" y="1">z</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip10">
|
||||
<path d="M199.5,86.5 L249.5,86.5 L249.5,122.5 L199.5,122.5 L199.5,86.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="222,105 228,105" 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,200,87)">
|
||||
<path d="M0,0 L50,0 L50,36 L0,36 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,198,107)">
|
||||
<path d="M-26.4844,0 L0,0 L0,12 L-26.4844,12 L-26.4844,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip11">
|
||||
<path d="M-138.516,-91 L303.484,-91 L303.484,121 L-138.516,121 L-138.516,-91 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,171.516,107)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="24.4844" x="1" xml:space="preserve" y="9">uint16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,225,125)">
|
||||
<path d="M-27.7578,0 L27.7578,0 L27.7578,14 L-27.7578,14 L-27.7578,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip12">
|
||||
<path d="M-164.242,-109 L277.758,-109 L277.758,103 L-164.242,103 L-164.242,-109 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip12)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="0.6" stroke-width="1" transform="matrix(1,0,0,1,197.242,125)">
|
||||
<text fill="#000000" fill-opacity="0.6" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="53.5156" x="1" xml:space="preserve" y="10">Ini=z_cntInit</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="layout">
|
||||
<defs>
|
||||
<clipPath id="clip14">
|
||||
<path d="M0,-16 L16,-16 L16,0 L0,0 L0,-16 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip14)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,200.5,122.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="clip15">
|
||||
<path d="M1,1 L17,1 L17,17 L1,17 L1,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip15)" fill="none" opacity="0.8" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,199.5,105.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="clip16">
|
||||
<path d="M-1,-1 L15,-1 L15,15 L-1,15 L-1,-1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip16)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,201.5,107.5)">
|
||||
<image height="16" preserveAspectRatio="none" width="16" x="-1" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA60lEQVQ4jb3TzyqEURjH8Y/BzFBWygUwa1cj4Q5YKffAzGI27oGysPBvchncgGImYyMuQLI4z5uTnN63lKdOp36d7/P/8E/WQR/TOH20m8Jd3GKC7TgTDJrALVzhCWuZvhOZmKtx8ImtyOI102eaRN/EMfaxlOk9qYTDEtjFJd5whgfsZvAY1wpN7EgNG/uuef4HfBPvfoVH8agXWhWlgkcluB2e827v4RHneMdFCYajiLCaaYvhZIiNEljZVBpXbstYqANbBb2HO5yqmfls3Cs4wAvWcYJ7aRc+6rIgNXEglfIsLUnjz/In+wKCVS3tgySTGgAAAABJRU5ErkJggg==" y="-1"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
@ -206,35 +23,35 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip19">
|
||||
<clipPath id="clip2">
|
||||
<path d="M169.5,19.5 L189.5,19.5 L189.5,39.5 L169.5,39.5 L169.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip19)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<g clip-path="url(#clip2)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="173,30 177,30" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip20">
|
||||
<clipPath id="clip3">
|
||||
<path d="M169.5,19.5 L189.5,19.5 L189.5,39.5 L169.5,39.5 L169.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip20)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<g clip-path="url(#clip3)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="175,28 175,32" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip21">
|
||||
<clipPath id="clip4">
|
||||
<path d="M169.5,19.5 L189.5,19.5 L189.5,39.5 L169.5,39.5 L169.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip21)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<g clip-path="url(#clip4)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="178,35 182,35" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip22">
|
||||
<clipPath id="clip5">
|
||||
<path d="M169.5,19.5 L189.5,19.5 L189.5,39.5 L169.5,39.5 L169.5,19.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip22)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<g clip-path="url(#clip5)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="180,33 180,37" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -252,11 +69,11 @@
|
||||
<path d="M0,-12 L26.4844,-12 L26.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip23">
|
||||
<clipPath id="clip6">
|
||||
<path d="M-159,0 L283,0 L283,212 L-159,212 L-159,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip23)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,192,16)">
|
||||
<g clip-path="url(#clip6)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,192,16)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="24.4844" x="1" xml:space="preserve" y="9">uint16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -270,7 +87,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8486:2480:2415">
|
||||
<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,309,68)">
|
||||
<image height="55" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAA3CAYAAABgtziQAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAByElEQVRoge2Z3U7CMBSAP3Ryw63ecMOVD+O17+Fr+VBgjCQSyKaMvwUZqBc9DQU3s27rnEm/5KQN6eiX042Ong5wD9wA19K6JAQiac2IzgcGItM3wiU9oCv9FEiARdbAAJWpPjCQcMmVtDtgA8TGZz/EdMYGwK1jMVCZ2qAyFeaJXTQgUgovZosXs8WL2dJasaDi9Snq13sIjIz2seL3VsrYAfgAVsD6rK1MWTFT6l1iLm3mpmxLkaX8AjpGf29IRcDUiKhJsZUxzpR6F5lnYCz9N2DZlNjoTGyLupe02Bh4BWao5Vz/pdhKJPQSzjguY9KU2DBDTGcsQi3fXKTWqKVuRCwvYwuJpQglIvXZlFhWxhIjtiKUop7aWigi9gRcSv8gAjr2ErUJ2YhN6560CK3dxL2YLV7MFi9mS2vFir4oNk7RvdKWyqdGRd8ubGlErEzG7kpcc0IRsYeqk5ShtU+lF7PFi9nixWwJUEWAHjmFgJp5ASYyZ4z6+5fmiUWc1ndcMpEwjxNyxULp6/qOS8zqWyzz7X4TM+s7LolljpgCSxnKgJhj9lyhjxU2Rpsp1kGVBbuom9/1A6CPFnacHjW4vrc9nv/DN+4HrCkAs3sNAAAAAElFTkSuQmCC" y="0"/>
|
||||
<image height="55" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAA3CAYAAABgtziQAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABrklEQVRoge2ZXU/CMBRADzp54VVfeOHJX+SP9EeBMZJIIJsw+ViQgfrQ21BwMytb60x6kpvbkEJP7t1Y1naAB+AOuJXskhhIJJuRnE+MRKZvhEt6QFfGOZAB70UTI1Sl+sBAwiU3knfABkiNz36I6YoNgHvHYqAqtUFVKi4Tu/IgchFBzJYgZksQs6W1YlHN7+eof+8hMDLyY83frVWxA/ABrID1Wa7NpWKm1FxiIbnwoWxLlVZ+AR1jvDekEmBqROJTbGXMM6XmIvMMjGX8Bix9iY3OxLaoa0mLjYFXYIZq5/ovxVYioVs449jGzJfYsEBMVyxBtW8hUmtUq72IlVXsXWIpQplIffoSK6pYZsRWhHLUXdsIVcSegGsZH0RAx16iMSEbsWnTi1ahtQ/xIGZLELMliNkSxGwJYra0Vqzqy4h3WluxIGZLELMliNkSoQ4BepQcBDTMCzCRNVPU619eJpZwer7jkomEuZ1QKhbLWJ/vuMQ8fUtlvd1vYub5jktSWSOlQitjmZByrJ4r9LbCxsiFYh3UsWAXdfG7vgH01sKO060G19d2IPB/+AZ+fqiO++U/awAAAABJRU5ErkJggg==" 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,310,69)">
|
||||
<path d="M0,0 L30,0 L30,47 L0,47 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -278,19 +95,19 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip25">
|
||||
<clipPath id="clip8">
|
||||
<path d="M0,0 L30,0 L30,47 L0,47 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip25)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,310,69)">
|
||||
<g clip-path="url(#clip8)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,310,69)">
|
||||
<path d="M0,0 L30,0 L30,47 L0,47 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip31">
|
||||
<clipPath id="clip14">
|
||||
<path d="M-9,-5 L13,-5 L13,10 L-9,10 L-9,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip31)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,322.5,90)">
|
||||
<g clip-path="url(#clip14)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,322.5,90)">
|
||||
<path d="M-7.20312,6 L-7.20312,-0.21875 L-6.26562,-0.21875 L-6.26562,0.65625 C-6.06771,0.34375 -5.80729,0.0963542 -5.48438,-0.0859375 C-5.16146,-0.268229 -4.79167,-0.359375 -4.375,-0.359375 C-3.91667,-0.359375 -3.53906,-0.265625 -3.24219,-0.078125 C-2.94531,0.109375 -2.73958,0.375 -2.625,0.71875 C-2.125,0 -1.48438,-0.359375 -0.703125,-0.359375 C-0.078125,-0.359375 0.398438,-0.190104 0.726562,0.148438 C1.05469,0.486979 1.21875,1.01562 1.21875,1.73438 L1.21875,6 L0.171875,6 L0.171875,2.07812 C0.171875,1.66146 0.138021,1.35938 0.0703125,1.17188 C0.00260417,0.984375 -0.119792,0.833333 -0.296875,0.71875 C-0.473958,0.604167 -0.6875,0.546875 -0.9375,0.546875 C-1.375,0.546875 -1.73698,0.692708 -2.02344,0.984375 C-2.3099,1.27604 -2.45312,1.74479 -2.45312,2.39062 L-2.45312,6 L-3.51562,6 L-3.51562,1.95312 C-3.51562,1.48438 -3.60156,1.13281 -3.77344,0.898438 C-3.94531,0.664062 -4.22396,0.546875 -4.60938,0.546875 C-4.91146,0.546875 -5.1875,0.625 -5.4375,0.78125 C-5.6875,0.9375 -5.86979,1.16667 -5.98438,1.46875 C-6.09896,1.77083 -6.15625,2.20312 -6.15625,2.76562 L-6.15625,6 L-7.20312,6 M2.78125,-1.375 L2.78125,-2.59375 L3.84375,-2.59375 L3.84375,-1.375 L2.78125,-1.375 M2.78125,6 L2.78125,-0.21875 L3.84375,-0.21875 L3.84375,6 L2.78125,6 M5.4375,6 L5.4375,-0.21875 L6.39062,-0.21875 L6.39062,0.65625 C6.83854,-0.0208333 7.49479,-0.359375 8.35938,-0.359375 C8.73438,-0.359375 9.08073,-0.291667 9.39844,-0.15625 C9.71615,-0.0208333 9.95312,0.15625 10.1094,0.375 C10.2656,0.59375 10.375,0.848958 10.4375,1.14062 C10.4688,1.33854 10.4844,1.68229 10.4844,2.17188 L10.4844,6 L9.4375,6 L9.4375,2.21875 C9.4375,1.78125 9.39583,1.45833 9.3125,1.25 C9.22917,1.04167 9.08333,0.872396 8.875,0.742188 C8.66667,0.611979 8.42188,0.546875 8.14062,0.546875 C7.69271,0.546875 7.30469,0.690104 6.97656,0.976562 C6.64844,1.26302 6.48438,1.80208 6.48438,2.59375 L6.48438,6 L5.4375,6" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -316,11 +133,11 @@
|
||||
<path d="M-26.4844,0 L0,0 L0,12 L-26.4844,12 L-26.4844,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip45">
|
||||
<clipPath id="clip28">
|
||||
<path d="M-248.516,-81 L193.484,-81 L193.484,131 L-248.516,131 L-248.516,-81 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip45)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,281.516,97)">
|
||||
<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,281.516,97)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="24.4844" x="1" xml:space="preserve" y="9">uint16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -332,122 +149,44 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8486:2480:2413">
|
||||
<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,34,197)">
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8486:2480:2418">
|
||||
<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,439,22)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d100" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,35,198)">
|
||||
<g clip-path="none" fill="#ff8000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,440,23)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip47">
|
||||
<clipPath id="clip30">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip47)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,50,205)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">2</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,35,198)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,50,214)">
|
||||
<path d="M-10.4375,0 L10.4375,0 L10.4375,14 L-10.4375,14 L-10.4375,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip48">
|
||||
<path d="M-6.5625,-198 L435.438,-198 L435.438,14 L-6.5625,14 L-6.5625,-198 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip48)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,39.5625,214)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="18.875" x="1" xml:space="preserve" y="10">max</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,67,203)">
|
||||
<path d="M0,-12 L26.4844,-12 L26.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip49">
|
||||
<path d="M-34,-175 L408,-175 L408,37 L-34,37 L-34,-175 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip49)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,67,191)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="24.4844" x="1" xml:space="preserve" y="9">uint16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8486:2480:2412">
|
||||
<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,34,22)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d100" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,35,23)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip51">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip51)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,50,30)">
|
||||
<g clip-path="url(#clip30)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,455,30)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,35,23)">
|
||||
<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,440,23)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,50,39)">
|
||||
<path d="M-7.38281,0 L7.38281,0 L7.38281,14 L-7.38281,14 L-7.38281,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,455,39)">
|
||||
<path d="M-7.65625,0 L7.65625,0 L7.65625,14 L-7.65625,14 L-7.65625,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip52">
|
||||
<path d="M-9.61719,-23 L432.383,-23 L432.383,189 L-9.61719,189 L-9.61719,-23 z"/>
|
||||
<clipPath id="clip31">
|
||||
<path d="M-414.344,-23 L27.6562,-23 L27.6562,189 L-414.344,189 L-414.344,-23 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip52)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,42.6172,39)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="12.7656" x="1" xml:space="preserve" y="10">inc</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</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,67,28)">
|
||||
<path d="M0,-12 L26.4844,-12 L26.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip53">
|
||||
<path d="M-34,0 L408,0 L408,212 L-34,212 L-34,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip53)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,67,16)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="24.4844" x="1" xml:space="preserve" y="9">uint16</text>
|
||||
<g clip-path="url(#clip31)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,447.344,39)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="13.3125" x="1" xml:space="preserve" y="10">cnt</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
@ -462,17 +201,17 @@
|
||||
<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,34,157)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d100" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,35,158)">
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,35,158)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip55">
|
||||
<clipPath id="clip33">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip55)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,50,165)">
|
||||
<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,50,165)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">3</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -490,11 +229,11 @@
|
||||
<path d="M-6.54688,0 L6.54688,0 L6.54688,14 L-6.54688,14 L-6.54688,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip56">
|
||||
<clipPath id="clip34">
|
||||
<path d="M-10.4531,-158 L431.547,-158 L431.547,54 L-10.4531,54 L-10.4531,-158 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip56)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,43.4531,174)">
|
||||
<g clip-path="url(#clip34)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,43.4531,174)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="11.0938" x="1" xml:space="preserve" y="10">rst</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -505,11 +244,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="clip57">
|
||||
<clipPath id="clip35">
|
||||
<path d="M-34,-135 L408,-135 L408,77 L-34,77 L-34,-135 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,67,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,67,151)">
|
||||
<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-->
|
||||
@ -519,6 +258,267 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8486:2480:2413">
|
||||
<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,34,197)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,35,198)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip37">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip37)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,50,205)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">2</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,35,198)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,50,214)">
|
||||
<path d="M-10.4375,0 L10.4375,0 L10.4375,14 L-10.4375,14 L-10.4375,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip38">
|
||||
<path d="M-6.5625,-198 L435.438,-198 L435.438,14 L-6.5625,14 L-6.5625,-198 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip38)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,39.5625,214)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="18.875" x="1" xml:space="preserve" y="10">max</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,67,203)">
|
||||
<path d="M0,-12 L26.4844,-12 L26.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip39">
|
||||
<path d="M-34,-175 L408,-175 L408,37 L-34,37 L-34,-175 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip39)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,67,191)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="24.4844" x="1" xml:space="preserve" y="9">uint16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8486:2480:2515">
|
||||
<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,86)">
|
||||
<image height="44" preserveAspectRatio="none" width="58" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAAsCAYAAAA0NKuuAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABf0lEQVRoge2aTU/CQBBAH6Zy4aoXLpz8Rf5Wf4168IIaGm1RKqFRPMw0LFpg5WNll3nJZEszafZlN+1klg5wDVwCFzrGxAjIdXQj/5mYIXJ9J2KiB3T1ugYqoGxLzJCV7AMDjZg413EGTIDCubeEu6ID4CrE7PZMjUiWyLZtFT0LOaP/xERTw0RTw0RT42REM4+cG6Cj4cNc4wupWD6Qj/kz8KjxhNSjr8C75m565k74iN7hL9kwBz6RqqURbYrtHHgBxsCUzZJ7IYRohUiVSC06Bt70fv3H526Nj+gt24m6W7dC6tFKf08RyZ23pC8hVrQtgmxXFx/R+4PPIgAn83kx0dQw0dQw0dTw+Y4Gq14OycmsqImmhommhommRob0cnqsOIU6ch6AIeJQsKY9kyHNKvcwNSaGGjnSk1orOtLr5jA1Jtyj/QKZ/6wtsRF1D1NjomDRXdy4dUeaULBY3VioWO4wTlgh2kH+w9BFXkaxvZCaruKM351GwzCM4+MbcvmA3GQmfWgAAAAASUVORK5CYII=" 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,87)">
|
||||
<path d="M0,0 L50,0 L50,36 L0,36 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip41">
|
||||
<path d="M-47,-8 L3,-8 L3,28 L-47,28 L-47,-8 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip41)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,247,95)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="5" x="-5" xml:space="preserve" y="3">u</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip42">
|
||||
<path d="M-47,-28 L3,-28 L3,8 L-47,8 L-47,-28 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip42)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,247,115)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="9.98438" x="-9.98438" xml:space="preserve" y="3">rst</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip43">
|
||||
<path d="M-3,-18 L47,-18 L47,18 L-3,18 L-3,-18 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip43)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,203,105)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="4.5" x="0" xml:space="preserve" y="3">y</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip44">
|
||||
<path d="M-22,-14 L28,-14 L28,22 L-22,22 L-22,-14 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip44)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,222,101)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="0" xml:space="preserve" y="1">1</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip45">
|
||||
<path d="M-23,-29 L27,-29 L27,7 L-23,7 L-23,-29 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip45)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,223,116)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5" x="0" xml:space="preserve" y="1">z</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip46">
|
||||
<path d="M199.5,86.5 L249.5,86.5 L249.5,122.5 L199.5,122.5 L199.5,86.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip46)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="222,105 228,105" 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,200,87)">
|
||||
<path d="M0,0 L50,0 L50,36 L0,36 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,225,125)">
|
||||
<path d="M-27.7578,0 L27.7578,0 L27.7578,14 L-27.7578,14 L-27.7578,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip47">
|
||||
<path d="M-164.242,-109 L277.758,-109 L277.758,103 L-164.242,103 L-164.242,-109 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip47)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="0.6" stroke-width="1" transform="matrix(1,0,0,1,197.242,125)">
|
||||
<text fill="#000000" fill-opacity="0.6" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="53.5156" x="1" xml:space="preserve" y="10">Ini=z_cntInit</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,198,107)">
|
||||
<path d="M-26.4844,0 L0,0 L0,12 L-26.4844,12 L-26.4844,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip48">
|
||||
<path d="M-138.516,-91 L303.484,-91 L303.484,121 L-138.516,121 L-138.516,-91 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip48)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,171.516,107)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="24.4844" x="1" xml:space="preserve" y="9">uint16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="layout">
|
||||
<defs>
|
||||
<clipPath id="clip50">
|
||||
<path d="M0,-16 L16,-16 L16,0 L0,0 L0,-16 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip50)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,200.5,122.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="clip51">
|
||||
<path d="M1,1 L17,1 L17,17 L1,17 L1,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip51)" fill="none" opacity="0.8" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,199.5,105.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="clip52">
|
||||
<path d="M-1,-1 L15,-1 L15,15 L-1,15 L-1,-1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip52)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,201.5,107.5)">
|
||||
<image height="16" preserveAspectRatio="none" width="16" x="-1" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA60lEQVQ4jb3TzyqEURjH8Y/BzFBWygUwa1cj4Q5YKffAzGI27oGysPBvchncgGImYyMuQLI4z5uTnN63lKdOp36d7/P/8E/WQR/TOH20m8Jd3GKC7TgTDJrALVzhCWuZvhOZmKtx8ImtyOI102eaRN/EMfaxlOk9qYTDEtjFJd5whgfsZvAY1wpN7EgNG/uuef4HfBPvfoVH8agXWhWlgkcluB2e827v4RHneMdFCYajiLCaaYvhZIiNEljZVBpXbstYqANbBb2HO5yqmfls3Cs4wAvWcYJ7aRc+6rIgNXEglfIsLUnjz/In+wKCVS3tgySTGgAAAABJRU5ErkJggg==" y="-1"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8486:2480:2412">
|
||||
<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,34,22)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,35,23)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip55">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip55)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,50,30)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,35,23)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,50,39)">
|
||||
<path d="M-7.38281,0 L7.38281,0 L7.38281,14 L-7.38281,14 L-7.38281,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip56">
|
||||
<path d="M-9.61719,-23 L432.383,-23 L432.383,189 L-9.61719,189 L-9.61719,-23 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip56)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,42.6172,39)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="12.7656" x="1" xml:space="preserve" y="10">inc</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</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,67,28)">
|
||||
<path d="M0,-12 L26.4844,-12 L26.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip57">
|
||||
<path d="M-34,0 L408,0 L408,212 L-34,212 L-34,0 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,67,16)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="24.4844" x="1" xml:space="preserve" y="9">uint16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8486:2480:2515#out:1">
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="PathIntersectionsEnabledTag">
|
||||
@ -625,5 +625,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2019-10-06 14:06:54 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2019-10-12 18:21:03 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.9 KiB |
@ -17,7 +17,7 @@
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,404,92)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#e60000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,405,93)">
|
||||
<g clip-path="none" fill="#ff8000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,405,93)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -158,7 +158,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8486:2507:2504">
|
||||
<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,63)">
|
||||
<image height="75" preserveAspectRatio="none" width="48" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAABLCAYAAAA25wSFAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABw0lEQVRoge2bwU7CQBBAH6ZyId70woWT/+HVs59h4r/4MX6GX6AevHCBQ9FQE4jiYbZxMVUXlu3sxnnJpE2zlHlM26UwHQBXwBlw6pY5MAPmbunH/PvACkl67EUOjIChW18DDbDoGlghn/wYmLjIgWO3XAFLoPa2beFXYAKc95FdIGsk+QVy+HQKHPWZUQpMQBsT0MYEtCleoAoYcwcMXISwcfGBzKRvyGR0vU+CfxEi8Eh48i0b4B2ZTVuBJPQh0AAvO74+mBCBB/YT8A+hZsfXB9NHBdpIQojAU6o3PwTFX0ZNQBsT0CbkKrRJnkUExVfABLQxAW1MQJvQ+4FURP8WG3o/kIpeBFJW4DJ2B9oViEa7AtH8iwpkLVD8PGAC2piANiagTfECIRPZbcT+bzq2vQL3LqIpfia2L3PaFC9Q/FXIBLQxAW00/uA4AS5cRFN8BUxAGxPQxgS0qZDG6hE/NFcr8QxMkdxqpGGqs+eoQh4q8Hv1c2DqYo702/0qMHPrba9+DvhPcNRIXquuga2A36ufAzWSS03AITRzA2q+qqFN42LpLTsFBsgjKEPkJM7lRG4bBVdsNw7mco4ahnEoPgFp5XI8SXqXhAAAAABJRU5ErkJggg==" y="0"/>
|
||||
<image height="75" preserveAspectRatio="none" width="48" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAABLCAYAAAA25wSFAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABuUlEQVRoge2bsU7DMBBAX1HoUrHB0qUT/8HKzGfwfXwGXwAMLF3aIQU1SKmgDOcIFwVw6zpni3vSyVHltvd6SayklxFwA1wA527MgQWwdKMfy+8TKyTpqRc5MAHGbnsDNMCqb2KF/PJTYOYiB07d2AJroPZe28GvwAy4HCK7QDZI8itk9+kVOBkyoxSYgDYmoI0JaFO8QBUw5w4YuQhh6+IDWUnfkMXo9pAE/yJE4JHw5Du2wDuymnYCSRhCoAFe9nx/MCECDxwm4O9CzZ7vD2aICnSRhBCBp1RffgyKP42agDYmoE3IWWibPIsIiq+ACWhjAtqYgDah1wOpiL4XG3o9kIpBBFJW4Dr2A7QrEI12BaL5FxXIWqD4dcAEtDEBbUxAm+IFQhayGPpuybwC9y6iKb4CJqCNCWhjAtqYgDYaf3CcAVcuoim+AiagjQloYwLaVEhj9YQfmquVeAbmSG410jDV23NUIQ8V+L36OTB3sUT67X4VWLjtrlc/B/wnOGokr7ZvYifg9+rnQI3kUhOwCy3chJqvamjTuFh7Y6/ACHkEZYwcxLkcyF2jYMtu42Aux6hhGMfiE4bpbsWFLzD7AAAAAElFTkSuQmCC" 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,64)">
|
||||
<path d="M0,0 L40,0 L40,67 L0,67 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -224,7 +224,7 @@
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,159,72)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d100" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,160,73)">
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,160,73)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -345,5 +345,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2019-10-06 14:06:54 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2019-10-12 18:21:03 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 6.6 KiB |
Before Width: | Height: | Size: 186 KiB After Width: | Height: | Size: 186 KiB |
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.9 KiB |
@ -17,7 +17,7 @@
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,404,92)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#e60000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,405,93)">
|
||||
<g clip-path="none" fill="#ff8000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,405,93)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -158,7 +158,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8519:2504">
|
||||
<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,63)">
|
||||
<image height="75" preserveAspectRatio="none" width="48" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAABLCAYAAAA25wSFAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABw0lEQVRoge2bwU7CQBBAH6ZyId70woWT/+HVs59h4r/4MX6GX6AevHCBQ9FQE4jiYbZxMVUXlu3sxnnJpE2zlHlM26UwHQBXwBlw6pY5MAPmbunH/PvACkl67EUOjIChW18DDbDoGlghn/wYmLjIgWO3XAFLoPa2beFXYAKc95FdIGsk+QVy+HQKHPWZUQpMQBsT0MYEtCleoAoYcwcMXISwcfGBzKRvyGR0vU+CfxEi8Eh48i0b4B2ZTVuBJPQh0AAvO74+mBCBB/YT8A+hZsfXB9NHBdpIQojAU6o3PwTFX0ZNQBsT0CbkKrRJnkUExVfABLQxAW1MQJvQ+4FURP8WG3o/kIpeBFJW4DJ2B9oViEa7AtH8iwpkLVD8PGAC2piANiagTfECIRPZbcT+bzq2vQL3LqIpfia2L3PaFC9Q/FXIBLQxAW00/uA4AS5cRFN8BUxAGxPQxgS0qZDG6hE/NFcr8QxMkdxqpGGqs+eoQh4q8Hv1c2DqYo702/0qMHPrba9+DvhPcNRIXquuga2A36ufAzWSS03AITRzA2q+qqFN42LpLTsFBsgjKEPkJM7lRG4bBVdsNw7mco4ahnEoPgFp5XI8SXqXhAAAAABJRU5ErkJggg==" y="0"/>
|
||||
<image height="75" preserveAspectRatio="none" width="48" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAABLCAYAAAA25wSFAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABuUlEQVRoge2bsU7DMBBAX1HoUrHB0qUT/8HKzGfwfXwGXwAMLF3aIQU1SKmgDOcIFwVw6zpni3vSyVHltvd6SayklxFwA1wA527MgQWwdKMfy+8TKyTpqRc5MAHGbnsDNMCqb2KF/PJTYOYiB07d2AJroPZe28GvwAy4HCK7QDZI8itk9+kVOBkyoxSYgDYmoI0JaFO8QBUw5w4YuQhh6+IDWUnfkMXo9pAE/yJE4JHw5Du2wDuymnYCSRhCoAFe9nx/MCECDxwm4O9CzZ7vD2aICnSRhBCBp1RffgyKP42agDYmoE3IWWibPIsIiq+ACWhjAtqYgDah1wOpiL4XG3o9kIpBBFJW4Dr2A7QrEI12BaL5FxXIWqD4dcAEtDEBbUxAm+IFQhayGPpuybwC9y6iKb4CJqCNCWhjAtqYgDYaf3CcAVcuoim+AiagjQloYwLaVEhj9YQfmquVeAbmSG410jDV23NUIQ8V+L36OTB3sUT67X4VWLjtrlc/B/wnOGokr7ZvYifg9+rnQI3kUhOwCy3chJqvamjTuFh7Y6/ACHkEZYwcxLkcyF2jYMtu42Aux6hhGMfiE4bpbsWFLzD7AAAAAElFTkSuQmCC" 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,64)">
|
||||
<path d="M0,0 L40,0 L40,67 L0,67 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -224,7 +224,7 @@
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,159,72)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d100" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,160,73)">
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,160,73)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -345,5 +345,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2019-10-06 14:06:54 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2019-10-12 18:21:03 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
@ -191,44 +191,27 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8654",
|
||||
"className":"Simulink.UnitDelay",
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8651",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"UnitDelay1",
|
||||
"label":"UnitDelay1",
|
||||
"name":"Goto9",
|
||||
"label":"Goto9",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8535",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitialCondition",
|
||||
"InputProcessing",
|
||||
"SampleTime",
|
||||
"StateName",
|
||||
"CodeGenStateStorageTypeQualifier",
|
||||
"StateMustResolveToSignalObject",
|
||||
"StateSignalObject",
|
||||
"StateStorageClass"
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"0",
|
||||
"Elements as channels (sample based)",
|
||||
"-1",
|
||||
"",
|
||||
"",
|
||||
"off",
|
||||
[
|
||||
],
|
||||
"Auto"
|
||||
"b_motEna",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"State Attributes",
|
||||
"-Other"
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
4
|
||||
]
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
@ -236,7 +219,7 @@
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"UnitDelay",
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
@ -274,11 +257,11 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:9423",
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8646",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto7",
|
||||
"label":"Goto7",
|
||||
"name":"Goto4",
|
||||
"label":"Goto4",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8535",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -287,40 +270,7 @@
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"b_motStdStill",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8647",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto5",
|
||||
"label":"Goto5",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8535",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"b_toTrqMod",
|
||||
"b_toSpdMod",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
@ -373,11 +323,11 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8642",
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8643",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto16",
|
||||
"label":"Goto16",
|
||||
"name":"Goto2",
|
||||
"label":"Goto2",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8535",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -386,7 +336,7 @@
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"z_ctrlModPrev",
|
||||
"b_toActive",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
@ -406,11 +356,11 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8640",
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8639",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto1",
|
||||
"label":"Goto1",
|
||||
"name":"Goto",
|
||||
"label":"Goto",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8535",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -419,7 +369,7 @@
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"b_toOpen",
|
||||
"z_ctrlMod",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
@ -470,104 +420,11 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8636",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From7",
|
||||
"label":"From7",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8535",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"b_toTrqMod",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8635",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From6",
|
||||
"label":"From6",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8535",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"z_ctrlModReq",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8630",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From2",
|
||||
"label":"From2",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8535",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"b_toSpdMod",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8643",
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8640",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto2",
|
||||
"label":"Goto2",
|
||||
"name":"Goto1",
|
||||
"label":"Goto1",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8535",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -575,9 +432,102 @@
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"b_toOpen",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8632",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From3",
|
||||
"label":"From3",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8535",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"z_ctrlModPrev",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8625",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From1",
|
||||
"label":"From1",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8535",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"b_toOpen",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8624",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From",
|
||||
"label":"From",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8535",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"b_toActive",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
@ -591,57 +541,24 @@
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8651",
|
||||
"className":"Simulink.Goto",
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8633",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto9",
|
||||
"label":"Goto9",
|
||||
"name":"From4",
|
||||
"label":"From4",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8535",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"b_motEna",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:9424",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From10",
|
||||
"label":"From10",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8535",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"b_motStdStill",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
@ -757,11 +674,11 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8625",
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:9424",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From1",
|
||||
"label":"From1",
|
||||
"name":"From10",
|
||||
"label":"From10",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8535",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -769,7 +686,7 @@
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"b_toOpen",
|
||||
"b_motStdStill",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
@ -788,44 +705,11 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8639",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto",
|
||||
"label":"Goto",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8535",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"z_ctrlMod",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8633",
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8636",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From4",
|
||||
"label":"From4",
|
||||
"name":"From7",
|
||||
"label":"From7",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8535",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -833,7 +717,7 @@
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"b_motEna",
|
||||
"b_toTrqMod",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
@ -852,11 +736,11 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8624",
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8630",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From",
|
||||
"label":"From",
|
||||
"name":"From2",
|
||||
"label":"From2",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8535",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -864,7 +748,7 @@
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"b_toActive",
|
||||
"b_toSpdMod",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
@ -882,6 +766,56 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8654",
|
||||
"className":"Simulink.UnitDelay",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"UnitDelay1",
|
||||
"label":"UnitDelay1",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8535",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitialCondition",
|
||||
"InputProcessing",
|
||||
"SampleTime",
|
||||
"StateName",
|
||||
"CodeGenStateStorageTypeQualifier",
|
||||
"StateMustResolveToSignalObject",
|
||||
"StateSignalObject",
|
||||
"StateStorageClass"
|
||||
],
|
||||
"values":[
|
||||
"0",
|
||||
"Elements as channels (sample based)",
|
||||
"-1",
|
||||
"",
|
||||
"",
|
||||
"off",
|
||||
[
|
||||
],
|
||||
"Auto"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"State Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
4
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"UnitDelay",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8546",
|
||||
"className":"Simulink.SubSystem",
|
||||
@ -979,37 +913,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8628",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From12",
|
||||
"label":"From12",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8535",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"b_errFlag",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8539",
|
||||
"className":"Simulink.Inport",
|
||||
@ -1077,6 +980,103 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:9423",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto7",
|
||||
"label":"Goto7",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8535",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"b_motStdStill",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8647",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto5",
|
||||
"label":"Goto5",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8535",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"b_toTrqMod",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8635",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From6",
|
||||
"label":"From6",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8535",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"z_ctrlModReq",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8537",
|
||||
"className":"Simulink.Inport",
|
||||
@ -1144,6 +1144,39 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8642",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto16",
|
||||
"label":"Goto16",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8535",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"z_ctrlModPrev",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:9422",
|
||||
"className":"Simulink.Inport",
|
||||
@ -1212,21 +1245,19 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8646",
|
||||
"className":"Simulink.Goto",
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8628",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto4",
|
||||
"label":"Goto4",
|
||||
"name":"From12",
|
||||
"label":"From12",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8535",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"b_toSpdMod",
|
||||
"local",
|
||||
"b_errFlag",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
@ -1240,7 +1271,7 @@
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
@ -1311,37 +1342,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8632",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From3",
|
||||
"label":"From3",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8535",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"z_ctrlModPrev",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8634#out:1",
|
||||
"className":"Simulink.Line",
|
||||
|
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 7.7 KiB |
Before Width: | Height: | Size: 144 KiB After Width: | Height: | Size: 144 KiB |
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 8.6 KiB |
Before Width: | Height: | Size: 239 KiB After Width: | Height: | Size: 239 KiB |
@ -44,6 +44,51 @@
|
||||
"finder":[
|
||||
]
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8603:28",
|
||||
"className":"Stateflow.State",
|
||||
"icon":"WebViewIcon7",
|
||||
"name":"VOLTAGE_MODE",
|
||||
"label":"VOLTAGE_MODE",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8603",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"HasOutputData",
|
||||
"InlineOption",
|
||||
"LabelString",
|
||||
"DataLogging",
|
||||
"TestPoint",
|
||||
"Description",
|
||||
"Document"
|
||||
],
|
||||
"values":[
|
||||
false,
|
||||
"Auto",
|
||||
"VOLTAGE_MODE\n\nentry:\nz_ctrlMod = VLT_MODE;",
|
||||
false,
|
||||
false,
|
||||
"",
|
||||
""
|
||||
],
|
||||
"tabs":[
|
||||
"General",
|
||||
"Logging",
|
||||
"Documentation"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
5
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":[
|
||||
]
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8603:6",
|
||||
"className":"Stateflow.State",
|
||||
@ -134,84 +179,6 @@
|
||||
"finder":[
|
||||
]
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8603:28",
|
||||
"className":"Stateflow.State",
|
||||
"icon":"WebViewIcon7",
|
||||
"name":"VOLTAGE_MODE",
|
||||
"label":"VOLTAGE_MODE",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8603",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"HasOutputData",
|
||||
"InlineOption",
|
||||
"LabelString",
|
||||
"DataLogging",
|
||||
"TestPoint",
|
||||
"Description",
|
||||
"Document"
|
||||
],
|
||||
"values":[
|
||||
false,
|
||||
"Auto",
|
||||
"VOLTAGE_MODE\n\nentry:\nz_ctrlMod = VLT_MODE;",
|
||||
false,
|
||||
false,
|
||||
"",
|
||||
""
|
||||
],
|
||||
"tabs":[
|
||||
"General",
|
||||
"Logging",
|
||||
"Documentation"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
5
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":[
|
||||
]
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8603:12",
|
||||
"className":"Stateflow.Transition",
|
||||
"icon":"WebViewIcon8",
|
||||
"name":"",
|
||||
"label":"",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8603",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"ExecutionOrder",
|
||||
"LabelString",
|
||||
"Description",
|
||||
"Document"
|
||||
],
|
||||
"values":[
|
||||
2,
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":[
|
||||
]
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8603:33",
|
||||
"className":"Stateflow.Transition",
|
||||
@ -245,39 +212,6 @@
|
||||
"finder":[
|
||||
]
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8603:31",
|
||||
"className":"Stateflow.Transition",
|
||||
"icon":"WebViewIcon8",
|
||||
"name":"",
|
||||
"label":"[b_toTrqMod]",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8603",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"ExecutionOrder",
|
||||
"LabelString",
|
||||
"Description",
|
||||
"Document"
|
||||
],
|
||||
"values":[
|
||||
1,
|
||||
"[b_toTrqMod]",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":[
|
||||
]
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8603:30",
|
||||
"className":"Stateflow.Transition",
|
||||
@ -344,6 +278,72 @@
|
||||
"finder":[
|
||||
]
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8603:12",
|
||||
"className":"Stateflow.Transition",
|
||||
"icon":"WebViewIcon8",
|
||||
"name":"",
|
||||
"label":"",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8603",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"ExecutionOrder",
|
||||
"LabelString",
|
||||
"Description",
|
||||
"Document"
|
||||
],
|
||||
"values":[
|
||||
2,
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":[
|
||||
]
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8603:31",
|
||||
"className":"Stateflow.Transition",
|
||||
"icon":"WebViewIcon8",
|
||||
"name":"",
|
||||
"label":"[b_toTrqMod]",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8603",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"ExecutionOrder",
|
||||
"LabelString",
|
||||
"Description",
|
||||
"Document"
|
||||
],
|
||||
"values":[
|
||||
1,
|
||||
"[b_toTrqMod]",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":[
|
||||
]
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8603:9",
|
||||
"className":"Stateflow.Transition",
|
||||
@ -423,11 +423,11 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8603:14",
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8603:13",
|
||||
"className":"Stateflow.Transition",
|
||||
"icon":"WebViewIcon8",
|
||||
"name":"",
|
||||
"label":"[b_toOpen]",
|
||||
"label":"[b_toActive]",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8603",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -438,7 +438,7 @@
|
||||
],
|
||||
"values":[
|
||||
1,
|
||||
"[b_toOpen]",
|
||||
"[b_toActive]",
|
||||
"",
|
||||
""
|
||||
],
|
||||
@ -456,11 +456,11 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8603:13",
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8603:14",
|
||||
"className":"Stateflow.Transition",
|
||||
"icon":"WebViewIcon8",
|
||||
"name":"",
|
||||
"label":"[b_toActive]",
|
||||
"label":"[b_toOpen]",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8603",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -471,7 +471,7 @@
|
||||
],
|
||||
"values":[
|
||||
1,
|
||||
"[b_toActive]",
|
||||
"[b_toOpen]",
|
||||
"",
|
||||
""
|
||||
],
|
||||
|
@ -49,64 +49,120 @@
|
||||
<g clip-path="url(#clip3)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,267.884,331.846)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="43.3125" x="1" xml:space="preserve" y="12">ACTIVE</text>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad3" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f5e9d1" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#ae5400" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,296.619,574.588)">
|
||||
<path d="M14,7 C14,10.866 10.866,14 7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 C10.866,0 14,3.13401 14,7 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,296.619,574.588)">
|
||||
<path d="M13,7 C13,10.3137 10.3137,13 7,13 C3.68629,13 1,10.3137 1,7 C1,3.68629 3.68629,1 7,1 C10.3137,1 13,3.68629 13,7 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad4" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f5e9d1" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#ae5400" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,296.619,482.796)">
|
||||
<path d="M14,7 C14,10.866 10.866,14 7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 C10.866,0 14,3.13401 14,7 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,296.619,482.796)">
|
||||
<path d="M13,7 C13,10.3137 10.3137,13 7,13 C3.68629,13 1,10.3137 1,7 C1,3.68629 3.68629,1 7,1 C10.3137,1 13,3.68629 13,7 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad5" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f5e9d1" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#ae5400" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,296.619,395.596)">
|
||||
<path d="M14,7 C14,10.866 10.866,14 7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 C10.866,0 14,3.13401 14,7 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,296.619,395.596)">
|
||||
<path d="M13,7 C13,10.3137 10.3137,13 7,13 C3.68629,13 1,10.3137 1,7 C1,3.68629 3.68629,1 7,1 C10.3137,1 13,3.68629 13,7 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8603:6">
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8603:28">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad7" x1="0" x2="0" y1="0" y2="1">
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad4" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f5e9d1" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="url(#grad7)" opacity="0.4" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,422.9,455.579)">
|
||||
<g clip-path="none" fill="url(#grad4)" opacity="0.4" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,422.9,547.371)">
|
||||
<image height="75" preserveAspectRatio="none" width="163" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKMAAABLCAYAAAAcezdvAAAACXBIWXMAAA7EAAAOxAGVKw4bAAADz0lEQVR4nO3dW08bRxiA4XfNAuEQEdIUpWojVf3/P6o3TaQEysmcMe7FN6Mdr3dNEtx2FL2PNFqD7U0uXn3esQlpgDfAa+AQeAu8A34GDoA9YBtogQnQIC16AmbAPXADXAAnwHFap8A5MAXugPnYiVoixJ+AI+A98Eu63Y9xIz3HIJXN03pkMcZDop0top2meOzd2Mna9MQj4FfgQ1pHxMTcJWLcxMmoYU9EjA/ANXBJNLVD94qaH5PXbOhELfHS/J6I8A/gd5yMet68OA5Nxh26ifiQ7r9LazTGd8RL8wcixN/SyXbpJiIYoRY1xXEzre1ibbAY6RVx3XjFyLVjS2xWjop1COynk5d/qDQmN9ISQ6whpt8FsXk5B87SypuZpRgnxMvxAXGNeEA3ERsMUd+mISbiK2JjnJvKx31iak6Gnjwhrgv3iAj36Cai9D0aYkLu0DVVrpUxbveWu2atQ3kNudW7PRpjm9ZmOkov1bDYVn+NxjghXufz0amoden3Va7BB5dbdGmdmhVrSf89RIPUOpXhNQPfWzA4LqX/gzGqGsaoahijqmGMqoYxqhrGqGoYo6phjKrGun4wwk9uNPqv/r6Wk1HVMEZVwxhVDWNUNYxR1TBGVcMYVQ1jVDWMUdUwRlXDGFUNY1Q1jFHVMEZVwxhVDWNUNYxR1TBGVcMYVQ1jVDWMUdUwRlXDGFUNY1Q1jFHVMEZVwxhVDWNUNYxR1TBGVcMYVY1+jC/+HXtSz7x3HJVjNEL9G+bFGvp6QQs8pTvz8Xt+C60xa0jZVv/2kgkwAx6Lo2FpHeZEUzMivlnv6yUT4B54SMf7/+SvqR/dnBhsZVd5PbAixhvgOh1vcDrqZfI14T1dUzfAbTresSLGy7Qu0vGWGKUGqW9VhnhF9DSla2zKihhb4AQ4TOstsJ3u2wE20m3/aw09pwxxCpwSbZ0Af6evn43xC7BHxLdLBJg3MzvpMeX7kYYpWH7lfCRCuyLC+wR8TOtz+t4VEevoWzsnxDTcJKJ7IEbqARHpNl2QfmKjUn6rZkZ3jXhJNPUX8CcR4xfgjC7GQS1RbI7tKT34HHjDcowNTkaFPN3GYvxIBPkJOCb2JHmDPKglis0nfUhPOGd5Mm5giFq0ajJ+JibiMYvXi6Mb45YYnRQnvGY4Riej+sZiPE3rjGhpmu6brTpZjmsLeEXEtwfsA68ZjlHK8g56Rky9W7q3cKbEYLsmQh19ec7KuDaIKLeIAMvlZNSQ/mS8o4syf+Ly1R+iDIXV0O2cJ0Sk+bYxKis3MDnIp96SJEmSpB/TP1WtFEuveyftAAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad8" x1="0" x2="0" y1="0" y2="1">
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad5" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f8eed9" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="url(#grad8)" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,424.4,457.079)">
|
||||
<g clip-path="none" fill="url(#grad5)" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,424.4,548.871)">
|
||||
<path d="M0,8.70272 C0,3.89634 3.89634,0 8.70272,0 L144.693,0 C149.5,0 153.396,3.89634 153.396,8.70272 L153.396,56.7313 C153.396,61.5377 149.5,65.434 144.693,65.434 L8.70272,65.434 C3.89634,65.434 0,61.5377 0,56.7313 L0,8.70272 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad9" x1="0" x2="0" y1="0" y2="1">
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad6" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f8eed9" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,427.329,548.8)">
|
||||
<path d="M0,0 L134.703,0 L134.703,58 L0,58 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip5">
|
||||
<path d="M-165.338,-413.885 L220.005,-413.885 L220.005,98.3102 L-165.338,98.3102 L-165.338,-413.885 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip5)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,427.329,548.8)">
|
||||
<path d="M1,1 L98.5156,1 L98.5156,15 L1,15 L1,1 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip6">
|
||||
<path d="M-165.338,-413.885 L220.005,-413.885 L220.005,98.3102 L-165.338,98.3102 L-165.338,-413.885 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip6)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,427.329,548.8)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="97.5156" x="1" xml:space="preserve" y="12">VOLTAGE_MODE</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip7">
|
||||
<path d="M-165.338,-413.885 L220.005,-413.885 L220.005,98.3102 L-165.338,98.3102 L-165.338,-413.885 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip7)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,427.329,548.8)">
|
||||
<path d="M1,29 L30.9844,29 L30.9844,43 L1,43 L1,29 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip8">
|
||||
<path d="M-165.338,-413.885 L220.005,-413.885 L220.005,98.3102 L-165.338,98.3102 L-165.338,-413.885 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip8)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,427.329,548.8)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="29.9844" x="1" xml:space="preserve" y="40">entry:</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip9">
|
||||
<path d="M-165.338,-413.885 L220.005,-413.885 L220.005,98.3102 L-165.338,98.3102 L-165.338,-413.885 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip9)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,427.329,548.8)">
|
||||
<path d="M1,43 L133.703,43 L133.703,57 L1,57 L1,43 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip10">
|
||||
<path d="M-165.338,-413.885 L220.005,-413.885 L220.005,98.3102 L-165.338,98.3102 L-165.338,-413.885 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip10)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,427.329,548.8)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="132.703" x="1" xml:space="preserve" y="54">z_ctrlMod = VLT_MODE;</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="frame">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad8" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f8eed9" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,424.4,548.871)">
|
||||
<path d="M0,8.70272 C0,3.89634 3.89634,0 8.70272,0 L144.693,0 C149.5,0 153.396,3.89634 153.396,8.70272 L153.396,56.7313 C153.396,61.5377 149.5,65.434 144.693,65.434 L8.70272,65.434 C3.89634,65.434 0,61.5377 0,56.7313 L0,8.70272 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8603:6">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad11" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f5e9d1" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="url(#grad11)" opacity="0.4" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,422.9,455.579)">
|
||||
<image height="75" preserveAspectRatio="none" width="163" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKMAAABLCAYAAAAcezdvAAAACXBIWXMAAA7EAAAOxAGVKw4bAAADz0lEQVR4nO3dW08bRxiA4XfNAuEQEdIUpWojVf3/P6o3TaQEysmcMe7FN6Mdr3dNEtx2FL2PNFqD7U0uXn3esQlpgDfAa+AQeAu8A34GDoA9YBtogQnQIC16AmbAPXADXAAnwHFap8A5MAXugPnYiVoixJ+AI+A98Eu63Y9xIz3HIJXN03pkMcZDop0top2meOzd2Mna9MQj4FfgQ1pHxMTcJWLcxMmoYU9EjA/ANXBJNLVD94qaH5PXbOhELfHS/J6I8A/gd5yMet68OA5Nxh26ifiQ7r9LazTGd8RL8wcixN/SyXbpJiIYoRY1xXEzre1ibbAY6RVx3XjFyLVjS2xWjop1COynk5d/qDQmN9ISQ6whpt8FsXk5B87SypuZpRgnxMvxAXGNeEA3ERsMUd+mISbiK2JjnJvKx31iak6Gnjwhrgv3iAj36Cai9D0aYkLu0DVVrpUxbveWu2atQ3kNudW7PRpjm9ZmOkov1bDYVn+NxjghXufz0amoden3Va7BB5dbdGmdmhVrSf89RIPUOpXhNQPfWzA4LqX/gzGqGsaoahijqmGMqoYxqhrGqGoYo6phjKrGun4wwk9uNPqv/r6Wk1HVMEZVwxhVDWNUNYxR1TBGVcMYVQ1jVDWMUdUwRlXDGFUNY1Q1jFHVMEZVwxhVDWNUNYxR1TBGVcMYVQ1jVDWMUdUwRlXDGFUNY1Q1jFHVMEZVwxhVDWNUNYxR1TBGVcMYVY1+jC/+HXtSz7x3HJVjNEL9G+bFGvp6QQs8pTvz8Xt+C60xa0jZVv/2kgkwAx6Lo2FpHeZEUzMivlnv6yUT4B54SMf7/+SvqR/dnBhsZVd5PbAixhvgOh1vcDrqZfI14T1dUzfAbTresSLGy7Qu0vGWGKUGqW9VhnhF9DSla2zKihhb4AQ4TOstsJ3u2wE20m3/aw09pwxxCpwSbZ0Af6evn43xC7BHxLdLBJg3MzvpMeX7kYYpWH7lfCRCuyLC+wR8TOtz+t4VEevoWzsnxDTcJKJ7IEbqARHpNl2QfmKjUn6rZkZ3jXhJNPUX8CcR4xfgjC7GQS1RbI7tKT34HHjDcowNTkaFPN3GYvxIBPkJOCb2JHmDPKglis0nfUhPOGd5Mm5giFq0ajJ+JibiMYvXi6Mb45YYnRQnvGY4Riej+sZiPE3rjGhpmu6brTpZjmsLeEXEtwfsA68ZjlHK8g56Rky9W7q3cKbEYLsmQh19ec7KuDaIKLeIAMvlZNSQ/mS8o4syf+Ly1R+iDIXV0O2cJ0Sk+bYxKis3MDnIp96SJEmSpB/TP1WtFEuveyftAAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad12" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f8eed9" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="url(#grad12)" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,424.4,457.079)">
|
||||
<path d="M0,8.70272 C0,3.89634 3.89634,0 8.70272,0 L144.693,0 C149.5,0 153.396,3.89634 153.396,8.70272 L153.396,56.7313 C153.396,61.5377 149.5,65.434 144.693,65.434 L8.70272,65.434 C3.89634,65.434 0,61.5377 0,56.7313 L0,8.70272 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad13" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f8eed9" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
@ -115,57 +171,57 @@
|
||||
<path d="M0,0 L138.25,0 L138.25,58 L0,58 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip5">
|
||||
<clipPath id="clip12">
|
||||
<path d="M-165.338,-322.093 L220.005,-322.093 L220.005,190.103 L-165.338,190.103 L-165.338,-322.093 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip5)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,427.329,457.008)">
|
||||
<g clip-path="url(#clip12)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,427.329,457.008)">
|
||||
<path d="M1,1 L84.2969,1 L84.2969,15 L1,15 L1,1 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip6">
|
||||
<clipPath id="clip13">
|
||||
<path d="M-165.338,-322.093 L220.005,-322.093 L220.005,190.103 L-165.338,190.103 L-165.338,-322.093 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip6)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,427.329,457.008)">
|
||||
<g clip-path="url(#clip13)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,427.329,457.008)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="83.2969" x="1" xml:space="preserve" y="12">SPEED_MODE</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip7">
|
||||
<clipPath id="clip14">
|
||||
<path d="M-165.338,-322.093 L220.005,-322.093 L220.005,190.103 L-165.338,190.103 L-165.338,-322.093 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip7)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,427.329,457.008)">
|
||||
<g clip-path="url(#clip14)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,427.329,457.008)">
|
||||
<path d="M1,29 L30.9844,29 L30.9844,43 L1,43 L1,29 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip8">
|
||||
<clipPath id="clip15">
|
||||
<path d="M-165.338,-322.093 L220.005,-322.093 L220.005,190.103 L-165.338,190.103 L-165.338,-322.093 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip8)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,427.329,457.008)">
|
||||
<g clip-path="url(#clip15)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,427.329,457.008)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="29.9844" x="1" xml:space="preserve" y="40">entry:</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip9">
|
||||
<clipPath id="clip16">
|
||||
<path d="M-165.338,-322.093 L220.005,-322.093 L220.005,190.103 L-165.338,190.103 L-165.338,-322.093 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip9)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,427.329,457.008)">
|
||||
<g clip-path="url(#clip16)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,427.329,457.008)">
|
||||
<path d="M1,43 L137.25,43 L137.25,57 L1,57 L1,43 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip10">
|
||||
<clipPath id="clip17">
|
||||
<path d="M-165.338,-322.093 L220.005,-322.093 L220.005,190.103 L-165.338,190.103 L-165.338,-322.093 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip10)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,427.329,457.008)">
|
||||
<g clip-path="url(#clip17)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,427.329,457.008)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="136.25" x="1" xml:space="preserve" y="54">z_ctrlMod = SPD_MODE;</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="frame">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad11" x1="0" x2="0" y1="0" y2="1">
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad15" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f8eed9" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
@ -180,25 +236,25 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8603:4">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad14" x1="0" x2="0" y1="0" y2="1">
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad18" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f5e9d1" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="url(#grad14)" opacity="0.4" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,423.806,369.738)">
|
||||
<g clip-path="none" fill="url(#grad18)" opacity="0.4" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,423.806,369.738)">
|
||||
<image height="72" preserveAspectRatio="none" width="161" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKEAAABICAYAAACeGpX8AAAACXBIWXMAAA7EAAAOxAGVKw4bAAADrklEQVR4nO3da09TWRSH8aenhyI4gqNgjEbfzPf/TpNozIyiLXJpgULnxVrLszmXFpDJivH/S3Z2ay/E5Mk67SmhI+AFsA/8CbwEDnztAbvABKiBCpHGCrgBroAFcAZMgSNf3/z6CTAHlkNPVGMBHgCvgNfAG7++TxPhGItw9H/8b+SXs/L9GovwAjgFZsAz4AnW1ogm1lgdNTYBXwFvgffAO+AQTUJZb2gS/gFsYb2ssFCXfr/LvieqsUPwayzAv3w/xCbhDt0INQ1laBJGhDEB47a5r6visT/U2KH3DTYB32MT8TkWYIxUhSel6GHsawJs+6pppt4cm5CnvuZYuLdEhAfY9DvEAtylCVBkSPRRYQGOsEP0KXDsa4ZNyCkWbG+Ee9ihN/ZyAorcRbQywQ7H0VM0FW9Wxn0PrrGpVy4FKA9Rhlj2tFPsvRFW/qBYWyhAebgRNsTiNWL5WjHe4HZUfsPYd01BeQztpsbF3lH1LJGfVdF8wLGxL537k8c22rA62mUqRnlMo9beS4dfSacIJZ0ilHSKUNIpQkmnCCWdIpR0ilDSKUJJ1/tbDQ+gT1p+X51f178vTUJJpwglnSKUdIpQ0ilCSacIJZ0ilHSKUNIpQkmnCCWdIpR0ilDSKUJJpwglnSKUdIpQ0ilCSacIJZ0ilHSKUNIpQkmnCCWdIpR0ilDSKUJJpwglnSKUdIpQ0ilCSRcRrlq7yGNod9XbV73pDvf8YSIrXzetPVZH5XeKdT10R5F7uKbpKfa43FEBS+zr4pe+RH7GittNlW11vvUdLMILXwvfY3yK3FcEGC3FHpd7h1wFnPk69/2qeEKRu1phk25B01S5FgxMwhqYtdY29jeoJ/7E+nvUskm8AVkAJ1hHU5qmvrMhwiPgGbDn+5Y/6VO/HN/WrRilVJ5ViUPwCfAF+NfXZ+Cr//vaCL8AT7DJV/kdz4F9YAebjOVXxytGidMt19jLtwVwCnwD/gH+Bj5iIU6xCOP9RkftD9zCAlwBl9gI3Qd2aSKsUIDSiFMvZYRTLMIPwCdswM2woXY59ES1PzA+OYmxekwT4YRmEipCgfWTsDwUH2EtnbPm9F+NjUr8ThfYO5lj7DWiJqEMiUm4BOY0k/ArFuMU6+gMm4KDZ1tqrNIbbhc9o4lQk1Dahibhd18nfn3OmteCIaIaY68Lt7E3KTvFak9ChSgRYXwSssCG2ZwmvAu/beP55nZQFRZk3bN0OJZSeThuL33qJiIiIiIiv5b/AGqdFESGyBLUAAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad15" x1="0" x2="0" y1="0" y2="1">
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad19" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f9efda" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="url(#grad15)" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,425.306,371.238)">
|
||||
<g clip-path="none" fill="url(#grad19)" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,425.306,371.238)">
|
||||
<path d="M0,8.34136 C0,3.73455 3.73455,0 8.34136,0 L143.244,0 C147.85,0 151.585,3.73455 151.585,8.34136 L151.585,54.3756 C151.585,58.9824 147.85,62.717 143.244,62.717 L8.34136,62.717 C3.73455,62.717 0,58.9824 0,54.3756 L0,8.34136 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad16" x1="0" x2="0" y1="0" y2="1">
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad20" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f9efda" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
@ -207,57 +263,57 @@
|
||||
<path d="M0,0 L138.703,0 L138.703,58 L0,58 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip12">
|
||||
<clipPath id="clip19">
|
||||
<path d="M-166.244,-236.252 L219.099,-236.252 L219.099,275.944 L-166.244,275.944 L-166.244,-236.252 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip12)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,428.235,371.167)">
|
||||
<g clip-path="url(#clip19)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,428.235,371.167)">
|
||||
<path d="M1,1 L94.7344,1 L94.7344,15 L1,15 L1,1 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip13">
|
||||
<clipPath id="clip20">
|
||||
<path d="M-166.244,-236.252 L219.099,-236.252 L219.099,275.944 L-166.244,275.944 L-166.244,-236.252 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip13)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,428.235,371.167)">
|
||||
<g clip-path="url(#clip20)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,428.235,371.167)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="93.7344" x="1" xml:space="preserve" y="12">TORQUE_MODE</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip14">
|
||||
<clipPath id="clip21">
|
||||
<path d="M-166.244,-236.252 L219.099,-236.252 L219.099,275.944 L-166.244,275.944 L-166.244,-236.252 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip14)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,428.235,371.167)">
|
||||
<g clip-path="url(#clip21)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,428.235,371.167)">
|
||||
<path d="M1,29 L30.9844,29 L30.9844,43 L1,43 L1,29 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip15">
|
||||
<clipPath id="clip22">
|
||||
<path d="M-166.244,-236.252 L219.099,-236.252 L219.099,275.944 L-166.244,275.944 L-166.244,-236.252 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip15)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,428.235,371.167)">
|
||||
<g clip-path="url(#clip22)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,428.235,371.167)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="29.9844" x="1" xml:space="preserve" y="40">entry:</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip16">
|
||||
<clipPath id="clip23">
|
||||
<path d="M-166.244,-236.252 L219.099,-236.252 L219.099,275.944 L-166.244,275.944 L-166.244,-236.252 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip16)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,428.235,371.167)">
|
||||
<g clip-path="url(#clip23)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,428.235,371.167)">
|
||||
<path d="M1,43 L137.703,43 L137.703,57 L1,57 L1,43 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip17">
|
||||
<clipPath id="clip24">
|
||||
<path d="M-166.244,-236.252 L219.099,-236.252 L219.099,275.944 L-166.244,275.944 L-166.244,-236.252 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip17)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,428.235,371.167)">
|
||||
<g clip-path="url(#clip24)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,428.235,371.167)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="136.703" x="1" xml:space="preserve" y="54">z_ctrlMod = TRQ_MODE;</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="frame">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad18" x1="0" x2="0" y1="0" y2="1">
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad22" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f9efda" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
@ -269,141 +325,48 @@
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8603:28">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad21" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f5e9d1" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="url(#grad21)" opacity="0.4" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,422.9,547.371)">
|
||||
<image height="75" preserveAspectRatio="none" width="163" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKMAAABLCAYAAAAcezdvAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAD1ElEQVR4nO3dW28TVxRA4TWOE5MLCqE0omqRqv7/H9WXggSkuTlXx3Ef9jma4/GMQ8Btj2B90tE48XjgYWnPjB1CA7wCXgJHwGvgDfAzcAjsAxNgDIyABmnZIzAH7oEb4AI4AT6ndQqcA1PgDlgMHWhMhPgTcAy8BX5Jj7sxbqXXGKSyRVoPLMd4RLSzQ7TTFPveDR1snF54DPwKvEvrmJiYe0SM2zgZ1e+RiHEGXAOXRFO7tGfUvE9e874DjYlT81siwj+A33Ey6mmLYts3GXdpJ+IsPX+X1mCMb4hT8zsixN/SwfZoJyIYoZY1xXY7rUmxtliO9Iq4brxi4NpxTNysHBfrCDhIBy//UGlIbmRMDLGGmH4XxM3LOXCWVr6ZWYlxRJyOD4lrxEPaidhgiHqehpiIL4gb49xU3h4QU3PU9+IRcV24T0S4TzsRpa/REBNyl7apcq2NcdJZ3jVrE8pryJ3O48EYx2ltp630rRqW2+quwRhHxHk+b52K2pRuX+Xq3bm8RZc2qVmzVnTfQzRIbVIZXtPzvSW941L6PxijqmGMqoYxqhrGqGoYo6phjKqGMaoaxqhqbOoHI/zk5sc1+K/9nsvJqGoYo6phjKqGMaoaxqhqGKOqYYyqhjGqGsaoahijqmGMqoYxqhrGqGoYo6phjKqGMaoaxqhqGKOqYYyqhjGqGsaoahijqmGMqoYxqhrGqGoYo6phjKqGMaoaxqhqGKOqsalfibexX4umH1d3MhqVNm3R2Q7KMRqh/g2LYvV9vWQEPKYnH4d2kr5S2Vb38YoRMAceiq1BahMWRFNzIr555+sVI+AemKXt/X/y19T3bkEMtrKrvGasifEGuE7bG5yO+jb5mvCetqkb4DZt71gT42VaF2l7S4xSg9RzlSFeET1NaRubsibGMXACHKX1Gpik53aBrfTY/1pDTylDnAKnRFsnwN/p6ydj/ATsE/HtEQHmm5ndtE/5fqRhClbPnA9EaFdEeB+A92l9TN+7ImLtPevmyTgBtonoZsRIPSQindAG6ceHKuW3aua014iXRFN/AX8SMX4Czmhj7DUmis2xPaadz4FXrMbY4GRUyNNtKMb3RJAfgM/EPUm+Qe41JorNB52lF5yzOhm3MEQtWzcZPxIT8TPL14uDN8ZjYnRSHPCa/hidjOoaivE0rTOipWl6br7uYDmuHeAFEd8+cAC8pD9GKct30HNi6t3SvoUzJQbbNRHq4Ok5K+PaIqLcIQIsl5NRfbqT8Y42yvyJyxd/iNIXVkN75zwiIs2PjVFZeQOTg3zsLEmSJEn6Pv0D3FIUSiD/S4wAAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad22" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f8eed9" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="url(#grad22)" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,424.4,548.871)">
|
||||
<path d="M0,8.70272 C0,3.89634 3.89634,0 8.70272,0 L144.693,0 C149.5,0 153.396,3.89634 153.396,8.70272 L153.396,56.7313 C153.396,61.5377 149.5,65.434 144.693,65.434 L8.70272,65.434 C3.89634,65.434 0,61.5377 0,56.7313 L0,8.70272 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad23" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f8eed9" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,427.329,548.8)">
|
||||
<path d="M0,0 L134.703,0 L134.703,58 L0,58 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip19">
|
||||
<path d="M-165.338,-413.885 L220.005,-413.885 L220.005,98.3102 L-165.338,98.3102 L-165.338,-413.885 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip19)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,427.329,548.8)">
|
||||
<path d="M1,1 L98.5156,1 L98.5156,15 L1,15 L1,1 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip20">
|
||||
<path d="M-165.338,-413.885 L220.005,-413.885 L220.005,98.3102 L-165.338,98.3102 L-165.338,-413.885 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip20)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,427.329,548.8)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="97.5156" x="1" xml:space="preserve" y="12">VOLTAGE_MODE</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip21">
|
||||
<path d="M-165.338,-413.885 L220.005,-413.885 L220.005,98.3102 L-165.338,98.3102 L-165.338,-413.885 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip21)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,427.329,548.8)">
|
||||
<path d="M1,29 L30.9844,29 L30.9844,43 L1,43 L1,29 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip22">
|
||||
<path d="M-165.338,-413.885 L220.005,-413.885 L220.005,98.3102 L-165.338,98.3102 L-165.338,-413.885 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip22)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,427.329,548.8)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="29.9844" x="1" xml:space="preserve" y="40">entry:</text>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip23">
|
||||
<path d="M-165.338,-413.885 L220.005,-413.885 L220.005,98.3102 L-165.338,98.3102 L-165.338,-413.885 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip23)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,427.329,548.8)">
|
||||
<path d="M1,43 L133.703,43 L133.703,57 L1,57 L1,43 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip24">
|
||||
<path d="M-165.338,-413.885 L220.005,-413.885 L220.005,98.3102 L-165.338,98.3102 L-165.338,-413.885 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip24)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,427.329,548.8)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="132.703" x="1" xml:space="preserve" y="54">z_ctrlMod = VLT_MODE;</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="frame">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad25" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f8eed9" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,424.4,548.871)">
|
||||
<path d="M0,8.70272 C0,3.89634 3.89634,0 8.70272,0 L144.693,0 C149.5,0 153.396,3.89634 153.396,8.70272 L153.396,56.7313 C153.396,61.5377 149.5,65.434 144.693,65.434 L8.70272,65.434 C3.89634,65.434 0,61.5377 0,56.7313 L0,8.70272 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad24" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f5e9d1" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#ae5400" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,296.619,574.588)">
|
||||
<path d="M14,7 C14,10.866 10.866,14 7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 C10.866,0 14,3.13401 14,7 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="line">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8603:12">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad27" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f5e9d1" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,263.491,330.453)">
|
||||
<path d="M40.1283,79.1434 C40.1283,79.1434 40.1283,81.0333 40.1283,81.9782 C40.1283,82.9231 40.1283,83.868 40.1283,84.813 C40.1283,85.7579 40.1283,86.7028 40.1283,87.6477 C40.1283,88.5927 40.1283,89.5376 40.1283,90.4825 C40.1283,91.4275 40.1283,92.3724 40.1283,93.3173 C40.1283,94.2622 40.1283,95.2072 40.1283,96.1521 C40.1283,97.097 40.1283,98.042 40.1283,98.9869 C40.1283,99.9318 40.1283,100.877 40.1283,101.822 C40.1283,102.767 40.1283,103.712 40.1283,104.656 C40.1283,105.601 40.1283,106.546 40.1283,107.491 C40.1283,108.436 40.1283,109.381 40.1283,110.326 C40.1283,111.271 40.1283,112.216 40.1283,113.161 C40.1283,114.106 40.1283,115.051 40.1283,115.996 C40.1283,116.941 40.1283,117.885 40.1283,118.83 C40.1283,119.775 40.1283,120.72 40.1283,121.665 C40.1283,122.61 40.1283,123.555 40.1283,124.5 C40.1283,125.445 40.1283,126.39 40.1283,127.335 C40.1283,128.28 40.1283,129.225 40.1283,130.169 C40.1283,131.114 40.1283,132.059 40.1283,133.004 C40.1283,133.949 40.1283,134.894 40.1283,135.839 C40.1283,136.784 40.1283,137.729 40.1283,138.674 C40.1283,139.619 40.1283,140.564 40.1283,141.509 C40.1283,142.454 40.1283,144.343 40.1283,144.343" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="0.01" stroke="none" stroke-opacity="0" transform="matrix(6.12323e-17,-1,1,6.12323e-17,303.619,409.596)">
|
||||
<path d="M2,0 C2,1.10457 1.10457,2 0,2 C-1.10457,2 -2,1.10457 -2,0 C-2,-1.10457 -1.10457,-2 0,-2 C1.10457,-2 2,-1.10457 2,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,296.283,409.316)">
|
||||
<image height="24" preserveAspectRatio="none" width="17" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAYCAYAAAAcYhYyAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA3klEQVQ4je2STUrDUBSFv5tG0HRgDdIiBYt01JGLcCFuxSW0uCnBQQddQSZCHBiRRqiDHgcNmj7Diy1vmANvcO+5fO+8HwggA9A6u8e4cbwXsKX1r59bISqzB9At2KXjFWCvmFaWTBY+SAzcgaUN3inoCmmsz8wsmcx9kBS42E/AoFqAnSFmbUlc1QA/Gvkgkc/8r2LgrSHJgRBjg/gCelWvcGYKIPdDxNTZvQRUq0WL4gpwXuud/B3T0AcJcrHBXufd6ZVOvfv+Xoj0RGS/Z5Y+9kcsZ8vj8Tk7dQqob5HBMQqAK292AAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,299.283,420.316)">
|
||||
<path d="M0,-8 L8.67188,-8 L8.67188,8 L0,8 L0,-8 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip25">
|
||||
<path d="M-37.2924,-277.401 L348.051,-277.401 L348.051,234.795 L-37.2924,234.795 L-37.2924,-277.401 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip25)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,299.283,412.316)">
|
||||
<text fill="#4a549a" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="6.67188" x="1" xml:space="preserve" y="12">2</text>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(-1,0,0,-1,303.619,474.796)">
|
||||
<path d="M-2,0 L2,0 L0,-8 L-2,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,296.619,574.588)">
|
||||
<path d="M13,7 C13,10.3137 10.3137,13 7,13 C3.68629,13 1,10.3137 1,7 C1,3.68629 3.68629,1 7,1 C10.3137,1 13,3.68629 13,7 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad25" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f5e9d1" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#ae5400" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,296.619,482.796)">
|
||||
<path d="M14,7 C14,10.866 10.866,14 7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 C10.866,0 14,3.13401 14,7 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,296.619,482.796)">
|
||||
<path d="M13,7 C13,10.3137 10.3137,13 7,13 C3.68629,13 1,10.3137 1,7 C1,3.68629 3.68629,1 7,1 C10.3137,1 13,3.68629 13,7 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad26" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f5e9d1" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#ae5400" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,296.619,395.596)">
|
||||
<path d="M14,7 C14,10.866 10.866,14 7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 C10.866,0 14,3.13401 14,7 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,296.619,395.596)">
|
||||
<path d="M13,7 C13,10.3137 10.3137,13 7,13 C3.68629,13 1,10.3137 1,7 C1,3.68629 3.68629,1 7,1 C10.3137,1 13,3.68629 13,7 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="line">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8603:33">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad28" x1="0" x2="0" y1="0" y2="1">
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad27" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f5e9d1" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
@ -422,67 +385,11 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="line">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8603:31">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad29" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f5e9d1" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,263.491,330.453)">
|
||||
<path d="M47.1283,72.1434 C47.1283,72.1434 50.2207,72.1434 51.7669,72.1434 C53.313,72.1434 54.8592,72.1434 56.4054,72.1434 C57.9516,72.1434 59.4978,72.1434 61.044,72.1434 C62.5902,72.1434 64.1363,72.1434 65.6825,72.1434 C67.2287,72.1434 68.7749,72.1434 70.3211,72.1434 C71.8673,72.1434 73.4135,72.1434 74.9596,72.1434 C76.5058,72.1434 78.052,72.1434 79.5982,72.1434 C81.1444,72.1434 82.6906,72.1434 84.2368,72.1434 C85.7829,72.1434 87.3291,72.1434 88.8753,72.1434 C90.4215,72.1434 91.9677,72.1434 93.5139,72.1434 C95.0601,72.1434 96.6062,72.1434 98.1524,72.1434 C99.6986,72.1434 101.245,72.1434 102.791,72.1434 C104.337,72.1434 105.883,72.1434 107.43,72.1434 C108.976,72.1434 110.522,72.1434 112.068,72.1434 C113.614,72.1434 115.16,72.1434 116.707,72.1434 C118.253,72.1434 119.799,72.1434 121.345,72.1434 C122.891,72.1434 124.438,72.1434 125.984,72.1434 C127.53,72.1434 129.076,72.1434 130.622,72.1434 C132.169,72.1434 133.715,72.1434 135.261,72.1434 C136.807,72.1434 138.353,72.1434 139.899,72.1434 C141.446,72.1434 142.992,72.1434 144.538,72.1434 C146.084,72.1434 147.63,72.1434 149.177,72.1434 C150.723,72.1434 153.815,72.1434 153.815,72.1434" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="0.01" stroke="none" stroke-opacity="0" transform="matrix(-1,0,0,-1,310.619,402.596)">
|
||||
<path d="M2,0 C2,1.10457 1.10457,2 0,2 C-1.10457,2 -2,1.10457 -2,0 C-2,-1.10457 -1.10457,-2 0,-2 C1.10457,-2 2,-1.10457 2,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,327.525,384.596)">
|
||||
<path d="M0,0 L72.875,0 L72.875,16 L0,16 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip27">
|
||||
<path d="M-65.5344,-249.681 L319.809,-249.681 L319.809,262.515 L-65.5344,262.515 L-65.5344,-249.681 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip27)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,327.525,384.596)">
|
||||
<path d="M1,1 L71.875,1 L71.875,15 L1,15 L1,1 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip28">
|
||||
<path d="M-65.5344,-249.681 L319.809,-249.681 L319.809,262.515 L-65.5344,262.515 L-65.5344,-249.681 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip28)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,327.525,384.596)">
|
||||
<text fill="#4a549a" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="70.875" x="1" xml:space="preserve" y="12">[b_toTrqMod]</text>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,309.093,391.596)">
|
||||
<image height="24" preserveAspectRatio="none" width="17" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAYCAYAAAAcYhYyAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAs0lEQVQ4je2RsQrCMBCGv4sdFezUSXBz8wVcfReHrr6Kz1MEn8DBxUURhEKhS8DJnIOhlhZshg4d+i0J+ZMvxx0MBQFQ+1gjLgWSWpaj5iDTxblLEn1VLgU2QFzLSsQB7Dolau9bX0EMzBt50n7SxiC6Crn4X9IDkV9zoGxkpT8PkDguGMUPqjEdPQZJZLbMgEztbQ/yqhLRIkQAPfVkOJKo2om5ou6XKE8m71Mfn4yMDIsPypApXQST6g0AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,312.093,402.596)">
|
||||
<path d="M0,-8 L8.67188,-8 L8.67188,8 L0,8 L0,-8 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip29">
|
||||
<path d="M-50.1025,-259.681 L335.241,-259.681 L335.241,252.514 L-50.1025,252.514 L-50.1025,-259.681 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip29)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,312.093,394.596)">
|
||||
<text fill="#4a549a" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="6.67188" x="1" xml:space="preserve" y="12">1</text>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(6.12323e-17,1,-1,6.12323e-17,417.306,402.596)">
|
||||
<path d="M-2,0 L2,0 L0,-8 L-2,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="line">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8603:30">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad30" x1="0" x2="0" y1="0" y2="1">
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad28" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f5e9d1" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
@ -500,11 +407,11 @@
|
||||
<path d="M0,-8 L8.67188,-8 L8.67188,8 L0,8 L0,-8 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip30">
|
||||
<clipPath id="clip25">
|
||||
<path d="M-37.2924,-364.601 L348.051,-364.601 L348.051,147.594 L-37.2924,147.594 L-37.2924,-364.601 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip30)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,299.283,499.516)">
|
||||
<g clip-path="url(#clip25)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,299.283,499.516)">
|
||||
<text fill="#4a549a" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="6.67188" x="1" xml:space="preserve" y="12">2</text>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(-1,0,0,-1,303.619,566.588)">
|
||||
@ -519,7 +426,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8603:32">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad31" x1="0" x2="0" y1="0" y2="1">
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad29" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f5e9d1" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
@ -534,19 +441,19 @@
|
||||
<path d="M0,0 L76.6719,0 L76.6719,16 L0,16 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip32">
|
||||
<clipPath id="clip27">
|
||||
<path d="M-62.3834,-332.081 L322.96,-332.081 L322.96,180.115 L-62.3834,180.115 L-62.3834,-332.081 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip32)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,324.374,466.996)">
|
||||
<g clip-path="url(#clip27)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,324.374,466.996)">
|
||||
<path d="M1,1 L75.6719,1 L75.6719,15 L1,15 L1,1 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip33">
|
||||
<clipPath id="clip28">
|
||||
<path d="M-62.3834,-332.081 L322.96,-332.081 L322.96,180.115 L-62.3834,180.115 L-62.3834,-332.081 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip33)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,324.374,466.996)">
|
||||
<g clip-path="url(#clip28)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,324.374,466.996)">
|
||||
<text fill="#4a549a" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="74.6719" x="1" xml:space="preserve" y="12">[b_toSpdMod]</text>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,309.093,478.796)">
|
||||
@ -556,11 +463,11 @@
|
||||
<path d="M0,-8 L8.67188,-8 L8.67188,8 L0,8 L0,-8 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip34">
|
||||
<clipPath id="clip29">
|
||||
<path d="M-50.1025,-346.881 L335.241,-346.881 L335.241,165.315 L-50.1025,165.315 L-50.1025,-346.881 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip34)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,312.093,481.796)">
|
||||
<g clip-path="url(#clip29)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,312.093,481.796)">
|
||||
<text fill="#4a549a" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="6.67188" x="1" xml:space="preserve" y="12">1</text>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(6.12323e-17,1,-1,6.12323e-17,416.4,489.796)">
|
||||
@ -571,6 +478,99 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="line">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8603:12">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad30" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f5e9d1" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,263.491,330.453)">
|
||||
<path d="M40.1283,79.1434 C40.1283,79.1434 40.1283,81.0333 40.1283,81.9782 C40.1283,82.9231 40.1283,83.868 40.1283,84.813 C40.1283,85.7579 40.1283,86.7028 40.1283,87.6477 C40.1283,88.5927 40.1283,89.5376 40.1283,90.4825 C40.1283,91.4275 40.1283,92.3724 40.1283,93.3173 C40.1283,94.2622 40.1283,95.2072 40.1283,96.1521 C40.1283,97.097 40.1283,98.042 40.1283,98.9869 C40.1283,99.9318 40.1283,100.877 40.1283,101.822 C40.1283,102.767 40.1283,103.712 40.1283,104.656 C40.1283,105.601 40.1283,106.546 40.1283,107.491 C40.1283,108.436 40.1283,109.381 40.1283,110.326 C40.1283,111.271 40.1283,112.216 40.1283,113.161 C40.1283,114.106 40.1283,115.051 40.1283,115.996 C40.1283,116.941 40.1283,117.885 40.1283,118.83 C40.1283,119.775 40.1283,120.72 40.1283,121.665 C40.1283,122.61 40.1283,123.555 40.1283,124.5 C40.1283,125.445 40.1283,126.39 40.1283,127.335 C40.1283,128.28 40.1283,129.225 40.1283,130.169 C40.1283,131.114 40.1283,132.059 40.1283,133.004 C40.1283,133.949 40.1283,134.894 40.1283,135.839 C40.1283,136.784 40.1283,137.729 40.1283,138.674 C40.1283,139.619 40.1283,140.564 40.1283,141.509 C40.1283,142.454 40.1283,144.343 40.1283,144.343" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="0.01" stroke="none" stroke-opacity="0" transform="matrix(6.12323e-17,-1,1,6.12323e-17,303.619,409.596)">
|
||||
<path d="M2,0 C2,1.10457 1.10457,2 0,2 C-1.10457,2 -2,1.10457 -2,0 C-2,-1.10457 -1.10457,-2 0,-2 C1.10457,-2 2,-1.10457 2,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,296.283,409.316)">
|
||||
<image height="24" preserveAspectRatio="none" width="17" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAYCAYAAAAcYhYyAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA3klEQVQ4je2STUrDUBSFv5tG0HRgDdIiBYt01JGLcCFuxSW0uCnBQQddQSZCHBiRRqiDHgcNmj7Diy1vmANvcO+5fO+8HwggA9A6u8e4cbwXsKX1r59bISqzB9At2KXjFWCvmFaWTBY+SAzcgaUN3inoCmmsz8wsmcx9kBS42E/AoFqAnSFmbUlc1QA/Gvkgkc/8r2LgrSHJgRBjg/gCelWvcGYKIPdDxNTZvQRUq0WL4gpwXuud/B3T0AcJcrHBXufd6ZVOvfv+Xoj0RGS/Z5Y+9kcsZ8vj8Tk7dQqob5HBMQqAK292AAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,299.283,420.316)">
|
||||
<path d="M0,-8 L8.67188,-8 L8.67188,8 L0,8 L0,-8 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip30">
|
||||
<path d="M-37.2924,-277.401 L348.051,-277.401 L348.051,234.795 L-37.2924,234.795 L-37.2924,-277.401 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip30)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,299.283,412.316)">
|
||||
<text fill="#4a549a" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="6.67188" x="1" xml:space="preserve" y="12">2</text>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(-1,0,0,-1,303.619,474.796)">
|
||||
<path d="M-2,0 L2,0 L0,-8 L-2,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="line">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8603:31">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad31" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f5e9d1" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,263.491,330.453)">
|
||||
<path d="M47.1283,72.1434 C47.1283,72.1434 50.2207,72.1434 51.7669,72.1434 C53.313,72.1434 54.8592,72.1434 56.4054,72.1434 C57.9516,72.1434 59.4978,72.1434 61.044,72.1434 C62.5902,72.1434 64.1363,72.1434 65.6825,72.1434 C67.2287,72.1434 68.7749,72.1434 70.3211,72.1434 C71.8673,72.1434 73.4135,72.1434 74.9596,72.1434 C76.5058,72.1434 78.052,72.1434 79.5982,72.1434 C81.1444,72.1434 82.6906,72.1434 84.2368,72.1434 C85.7829,72.1434 87.3291,72.1434 88.8753,72.1434 C90.4215,72.1434 91.9677,72.1434 93.5139,72.1434 C95.0601,72.1434 96.6062,72.1434 98.1524,72.1434 C99.6986,72.1434 101.245,72.1434 102.791,72.1434 C104.337,72.1434 105.883,72.1434 107.43,72.1434 C108.976,72.1434 110.522,72.1434 112.068,72.1434 C113.614,72.1434 115.16,72.1434 116.707,72.1434 C118.253,72.1434 119.799,72.1434 121.345,72.1434 C122.891,72.1434 124.438,72.1434 125.984,72.1434 C127.53,72.1434 129.076,72.1434 130.622,72.1434 C132.169,72.1434 133.715,72.1434 135.261,72.1434 C136.807,72.1434 138.353,72.1434 139.899,72.1434 C141.446,72.1434 142.992,72.1434 144.538,72.1434 C146.084,72.1434 147.63,72.1434 149.177,72.1434 C150.723,72.1434 153.815,72.1434 153.815,72.1434" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="0.01" stroke="none" stroke-opacity="0" transform="matrix(-1,0,0,-1,310.619,402.596)">
|
||||
<path d="M2,0 C2,1.10457 1.10457,2 0,2 C-1.10457,2 -2,1.10457 -2,0 C-2,-1.10457 -1.10457,-2 0,-2 C1.10457,-2 2,-1.10457 2,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,327.525,384.596)">
|
||||
<path d="M0,0 L72.875,0 L72.875,16 L0,16 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip32">
|
||||
<path d="M-65.5344,-249.681 L319.809,-249.681 L319.809,262.515 L-65.5344,262.515 L-65.5344,-249.681 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip32)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,327.525,384.596)">
|
||||
<path d="M1,1 L71.875,1 L71.875,15 L1,15 L1,1 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip33">
|
||||
<path d="M-65.5344,-249.681 L319.809,-249.681 L319.809,262.515 L-65.5344,262.515 L-65.5344,-249.681 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip33)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,327.525,384.596)">
|
||||
<text fill="#4a549a" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="70.875" x="1" xml:space="preserve" y="12">[b_toTrqMod]</text>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,309.093,391.596)">
|
||||
<image height="24" preserveAspectRatio="none" width="17" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAYCAYAAAAcYhYyAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAs0lEQVQ4je2RsQrCMBCGv4sdFezUSXBz8wVcfReHrr6Kz1MEn8DBxUURhEKhS8DJnIOhlhZshg4d+i0J+ZMvxx0MBQFQ+1gjLgWSWpaj5iDTxblLEn1VLgU2QFzLSsQB7Dolau9bX0EMzBt50n7SxiC6Crn4X9IDkV9zoGxkpT8PkDguGMUPqjEdPQZJZLbMgEztbQ/yqhLRIkQAPfVkOJKo2om5ou6XKE8m71Mfn4yMDIsPypApXQST6g0AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,312.093,402.596)">
|
||||
<path d="M0,-8 L8.67188,-8 L8.67188,8 L0,8 L0,-8 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip34">
|
||||
<path d="M-50.1025,-259.681 L335.241,-259.681 L335.241,252.514 L-50.1025,252.514 L-50.1025,-259.681 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip34)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,312.093,394.596)">
|
||||
<text fill="#4a549a" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="6.67188" x="1" xml:space="preserve" y="12">1</text>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(6.12323e-17,1,-1,6.12323e-17,417.306,402.596)">
|
||||
<path d="M-2,0 L2,0 L0,-8 L-2,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="line">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8603:9">
|
||||
@ -617,7 +617,7 @@
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="0.4" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,363.764,169.406)">
|
||||
<image height="75" preserveAspectRatio="none" width="171" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKsAAABLCAYAAAAPrHebAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAEFUlEQVR4nO3dW27bVhRG4UWKtnxJ4EtSI0EboOhAOpEOrpPJQIoCadIm8aWRZF0sqQ97H/CEIinKloQe+P+ADaoxrfphZYuUDScDzoGXwAVwCbwGfgDOgFOgDxRADmSIbGYJPAAz4B74BlwDX3xugFtgAIyBRdMTFVior4Ar4A3w1h9XY+355yhY6WrpMwemWKwD4CvwgrKtcO4CC7ZWgW3UK+BH4J3PFbZxT/wJD9BmlcdZYLHGm/USW4ShqxDqQ3TuisI/8Q0W6S/Az2izytMto2PdZj3BWlpgcU6xrTqhJdbX2Ev/OyzUn7Bte0JZPihS2UwWHTOstUPgyI8F5bXsGBhhIQ9puHYtsJupq2gusOuJg8r/VOSxQkPxjfoCi/MumlufnJpYc+zl/gy7Rj2j3Kjhb4TItmRYc33sxv48mjP/s2PKS87v5Nh16SkWabjoFdmVDIvxiLK9eI5oibVfGd31y65l2FLsY3HGxz4tsRY+B5TveYnsWrjpiic02Bhr7h8MR21V2ZdeZfLo8Yr4JV+Ryr5llclpubGvvodaPem3mifsMiIL4BPwHvi95uNxK9XHtfKmD7j3G36BIjuzLtY/9/JViHSwLlaR/w3FKslQrJIMxSrJUKySDMUqyVCskoxd/eCKvov1fCzXn7Id2qySDMUqyVCskgzFKslQrJKMde8GdL3T092/7Jw2qyRDsUoyFKskQ7FKMhSrJEOxSjIUqyRDsUoyFKskQ7FKMhSrJEOxSjIUqyRDsUoyFKskQ7FKMhSrJEOxSjIUqyRDsUoyFKskQ7FKMhSrJEOxSjK29Ssv9/ZrD+X5qm5WRSfb1rWpZeW4Il93gsgTLKNp+1jdrCiwf2NzGR31e6tkG3Lgrc+vDecsWqb2CefAQ3TUlpV9ibubV2ZFDkyBmR+n+/ka5ZlbYoFOKzPxY+NmvQdGfrxH21V2K1yTziibCzP2adys33z+9WM4WcHKtoWmZsCQ77sL0xhrAXwFLnwugb5/7Bjo+WPddMlTxRt1CNxi7YW5pkOsn4FTLM4TLNBw0Xvs58Tvxypc6aL6yhyuUUdYqJ+AD8BfwN+UsU5ouGYNm7UPHGBRzvyTzrCI+5TB6tuzsomwTedYqGOsrWvgI/AHFuxnLOChn9f4PusNZYwLP/kOOGc11gxtVukuvH8/p7yhGlDG+sGPIdaRn1er8JPwJw1PeMfqZu2hUGUzTZv1BvjH54v/94CWSwCwCIf+ODzhiPpYtVllU2GzhlfsONYbbFHeYaG2blUo4zsEjrA4T4EXwEvqYxXpqm6zDqIZYpFOsBuwVnF8PSzaQyzQeLRZ5TGqm3XiM6b8rtUDLS/9sbrwMso7/xyLODxWrNJVuKOPfzhlzpofVhEREREREZE9+A/0vCDawlhV5QAAAABJRU5ErkJggg==" y="0"/>
|
||||
<image height="75" preserveAspectRatio="none" width="171" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKsAAABLCAYAAAAPrHebAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAEKElEQVR4nO3d224bVRSH8W/GkziHVk5CCUVQCfEcvElfjiuehLeAC4RUTm2TmNqOD7HNxVpbszOe8SHOWGz4/6SlcZuJm4uvyzNO1GbABfASuASugFfA50APOAe6QAHkQIbIbpbAAzAD7oFPwA3wwecWuAMGwBhYND1RgYX6GXANvAa+9MfVWDv+OQpWtrX0mQNTLNYB8BF4QdlWOHeBBVurwDbqNfAV8MbnGtu4Z/6ER2izytMssFjjzXqFLcLQVQj1ITp3ReGf+BqL9FvgG7RZZX/L6Fi3Wc+wlhZYnFNsq05YE+sr7KX/DRbq19i2PaMsHxSp7CaLjhnW2jFw4seC8lp2DIywkIc0XLsW2M3UdTSX2PXEUeUPFXmq0FB8o77A4uxHc+eTUxNrjr3c97Br1B7lRg1/I0SeS4Y118Vu7C+i6fnvnVJecj6SY9el51ik4aJXpC0ZFuMJZXvxnLAm1m5ldNcvbcuwpdjF4oyPXdbEWvgcUb7nJdK2cNMVT2iwMdbcPxiO2qpyKJ3K5NHjFfFLviKVQ8sqk7Pmxr6IPomak94CPzzhi1huPkX+w/rAzz4/+fH7yjlxlNXHtfKmD7gfd/0qRdqyKdZfD/JViGxhU6wi/xqKVZKhWCUZilWSoVglGYpVkqFYJRlt/eCKvnX7/3Gw71Zqs0oyFKskQ7FKMhSrJEOxSjI2vRuw7Z2e7v6lddqskgzFKslQrJIMxSrJUKySDMUqyVCskgzFKslQrJIMxSrJUKySDMUqyVCskgzFKslQrJIMxSrJUKySDMUqyVCskgzFKslQrJIMxSrJUKySDMUqbVpWjnt5rn/yUv9JmwRLn0XluLfqZlV08hzmWKTxcZONWzjfdILIjpbAAzCrHOvOWzcrClbXtf7dKtlHDnzh892GcxdrpvaJ51j54agtK4cSdzevzIocmGKreuoj0rZwqTCtzMSPjZv1Hhj58R5tV2lXuCadUTYXZuzTuFk/+fztx3CygpXnFpqaAUMedxemMdYC+Ahc+lwBXf/YKdDxx7rpkn3FG3UI3GHthblhi1jfA+dYnGdYoOGi99TPid+PVbiyjeorc7hGHWGh/gG8A34D/qSMdULDNWvYrF3gCIty5p/UwyLuUgarb8/KLsI2nWOhjrG2boDfgV+wYN9jAQ/9vMb3WW8pY1z4yX3ggtVYM7RZZXvh/fs55Q3VgDLWd34MsY78vFqFn4Q/aXjCPqubtYNCld00bdZb4C+fD/7rAWsuAcAiHPrj8IQj6mPVZpVdhc0aXrHjWG+xRdnHQl27VaGM7xg4weI8B14AL6mPVWRbdZt1EM0Qi3RC/c8PPBLH18GiPcYCjUebVZ6iulknPmPK71o9sOalP1YXXkZ5559jEYfHilW2Fe7o4x9OmbPhh1VERERERETkAP4BDvcy+660xCgAAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad36" x1="0" x2="0" y1="0" y2="1">
|
||||
@ -703,49 +703,13 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="line">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8603:14">
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8603:13">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="objectBoundingBox" id="grad40" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#fff8e9" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#f8eed9" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0,0)">
|
||||
<path d="M478.189,330.453 C478.189,330.453 478.189,327.957 478.189,326.709 C478.189,325.461 478.189,324.213 478.189,322.965 C478.189,321.717 478.189,320.469 478.189,319.221 C478.189,317.973 478.189,316.725 478.189,315.477 C478.189,314.229 478.189,312.981 478.189,311.733 C478.189,310.485 478.189,309.237 478.189,307.988 C478.189,306.74 478.189,305.492 478.189,304.244 C478.189,302.996 478.189,301.748 478.189,300.5 C478.189,299.252 478.189,298.004 478.189,296.756 C478.189,295.508 478.189,294.26 478.189,293.012 C478.189,291.764 478.189,290.516 478.189,289.268 C478.189,288.02 478.189,286.772 478.189,285.524 C478.189,284.276 478.189,283.028 478.189,281.78 C478.189,280.532 478.189,279.284 478.189,278.036 C478.189,276.788 478.189,275.54 478.189,274.292 C478.189,273.044 478.189,271.796 478.189,270.548 C478.189,269.3 478.189,268.052 478.189,266.804 C478.189,265.556 478.189,264.308 478.189,263.06 C478.189,261.812 478.189,260.564 478.189,259.316 C478.189,258.068 478.189,256.82 478.189,255.572 C478.189,254.324 478.189,253.076 478.189,251.828 C478.189,250.58 478.189,249.332 478.189,248.084 C478.189,246.836 478.189,244.34 478.189,244.34" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="0.01" stroke="none" stroke-opacity="0" transform="matrix(6.12323e-17,1,-1,6.12323e-17,478.189,330.453)">
|
||||
<path d="M2,0 C2,1.10457 1.10457,2 0,2 C-1.10457,2 -2,1.10457 -2,0 C-2,-1.10457 -1.10457,-2 0,-2 C1.10457,-2 2,-1.10457 2,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,490.521,271.057)">
|
||||
<path d="M0,0 L61.3438,0 L61.3438,16 L0,16 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip43">
|
||||
<path d="M-228.53,-136.142 L156.813,-136.142 L156.813,376.054 L-228.53,376.054 L-228.53,-136.142 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip43)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,490.521,271.057)">
|
||||
<path d="M1,1 L60.3438,1 L60.3438,15 L1,15 L1,1 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip44">
|
||||
<path d="M-228.53,-136.142 L156.813,-136.142 L156.813,376.054 L-228.53,376.054 L-228.53,-136.142 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip44)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,490.521,271.057)">
|
||||
<text fill="#4a549a" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="59.3438" x="1" xml:space="preserve" y="12">[b_toOpen]</text>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,478.189,244.34)">
|
||||
<path d="M-2,0 L2,0 L0,-8 L-2,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="line">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8603:13">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0,0)">
|
||||
<path d="M400.302,236.34 C400.302,236.34 400.302,238.836 400.302,240.084 C400.302,241.332 400.302,242.58 400.302,243.828 C400.302,245.076 400.302,246.324 400.302,247.572 C400.302,248.82 400.302,250.068 400.302,251.316 C400.302,252.564 400.302,253.812 400.302,255.06 C400.302,256.308 400.302,257.556 400.302,258.804 C400.302,260.052 400.302,261.3 400.302,262.548 C400.302,263.796 400.302,265.044 400.302,266.292 C400.302,267.54 400.302,268.788 400.302,270.036 C400.302,271.284 400.302,272.532 400.302,273.78 C400.302,275.028 400.302,276.276 400.302,277.524 C400.302,278.772 400.302,280.02 400.302,281.268 C400.302,282.516 400.302,283.764 400.302,285.012 C400.302,286.26 400.302,287.508 400.302,288.756 C400.302,290.004 400.302,291.252 400.302,292.5 C400.302,293.748 400.302,294.996 400.302,296.244 C400.302,297.492 400.302,298.74 400.302,299.988 C400.302,301.237 400.302,302.485 400.302,303.733 C400.302,304.981 400.302,306.229 400.302,307.477 C400.302,308.725 400.302,309.973 400.302,311.221 C400.302,312.469 400.302,313.717 400.302,314.965 C400.302,316.213 400.302,317.461 400.302,318.709 C400.302,319.957 400.302,322.453 400.302,322.453" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
@ -756,19 +720,19 @@
|
||||
<path d="M0,0 L64.6562,0 L64.6562,16 L0,16 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip46">
|
||||
<clipPath id="clip43">
|
||||
<path d="M-65.7224,-135.786 L319.621,-135.786 L319.621,376.41 L-65.7224,376.41 L-65.7224,-135.786 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip46)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,327.713,270.701)">
|
||||
<g clip-path="url(#clip43)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,327.713,270.701)">
|
||||
<path d="M1,1 L63.6562,1 L63.6562,15 L1,15 L1,1 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip47">
|
||||
<clipPath id="clip44">
|
||||
<path d="M-65.7224,-135.786 L319.621,-135.786 L319.621,376.41 L-65.7224,376.41 L-65.7224,-135.786 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip47)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,327.713,270.701)">
|
||||
<g clip-path="url(#clip44)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,327.713,270.701)">
|
||||
<text fill="#4a549a" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="62.6562" x="1" xml:space="preserve" y="12">[b_toActive]</text>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(-1,1.22465e-16,-1.22465e-16,-1,400.302,322.453)">
|
||||
@ -779,6 +743,42 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="line">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8603:14">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0,0)">
|
||||
<path d="M478.189,330.453 C478.189,330.453 478.189,327.957 478.189,326.709 C478.189,325.461 478.189,324.213 478.189,322.965 C478.189,321.717 478.189,320.469 478.189,319.221 C478.189,317.973 478.189,316.725 478.189,315.477 C478.189,314.229 478.189,312.981 478.189,311.733 C478.189,310.485 478.189,309.237 478.189,307.988 C478.189,306.74 478.189,305.492 478.189,304.244 C478.189,302.996 478.189,301.748 478.189,300.5 C478.189,299.252 478.189,298.004 478.189,296.756 C478.189,295.508 478.189,294.26 478.189,293.012 C478.189,291.764 478.189,290.516 478.189,289.268 C478.189,288.02 478.189,286.772 478.189,285.524 C478.189,284.276 478.189,283.028 478.189,281.78 C478.189,280.532 478.189,279.284 478.189,278.036 C478.189,276.788 478.189,275.54 478.189,274.292 C478.189,273.044 478.189,271.796 478.189,270.548 C478.189,269.3 478.189,268.052 478.189,266.804 C478.189,265.556 478.189,264.308 478.189,263.06 C478.189,261.812 478.189,260.564 478.189,259.316 C478.189,258.068 478.189,256.82 478.189,255.572 C478.189,254.324 478.189,253.076 478.189,251.828 C478.189,250.58 478.189,249.332 478.189,248.084 C478.189,246.836 478.189,244.34 478.189,244.34" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="0.01" stroke="none" stroke-opacity="0" transform="matrix(6.12323e-17,1,-1,6.12323e-17,478.189,330.453)">
|
||||
<path d="M2,0 C2,1.10457 1.10457,2 0,2 C-1.10457,2 -2,1.10457 -2,0 C-2,-1.10457 -1.10457,-2 0,-2 C1.10457,-2 2,-1.10457 2,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,490.521,271.057)">
|
||||
<path d="M0,0 L61.3438,0 L61.3438,16 L0,16 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip46">
|
||||
<path d="M-228.53,-136.142 L156.813,-136.142 L156.813,376.054 L-228.53,376.054 L-228.53,-136.142 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip46)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,490.521,271.057)">
|
||||
<path d="M1,1 L60.3438,1 L60.3438,15 L1,15 L1,1 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip47">
|
||||
<path d="M-228.53,-136.142 L156.813,-136.142 L156.813,376.054 L-228.53,376.054 L-228.53,-136.142 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip47)" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,490.521,271.057)">
|
||||
<text fill="#4a549a" fill-opacity="1" font-family="Arial" font-size="12" font-style="normal" font-weight="400" stroke="none" textLength="59.3438" x="1" xml:space="preserve" y="12">[b_toOpen]</text>
|
||||
</g>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#4a549a" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,478.189,244.34)">
|
||||
<path d="M-2,0 L2,0 L0,-8 L-2,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="line">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8603:2">
|
||||
@ -798,5 +798,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2019-10-06 14:06:56 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2019-10-12 18:21:05 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 9.5 KiB |
Before Width: | Height: | Size: 692 KiB After Width: | Height: | Size: 691 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 139 KiB After Width: | Height: | Size: 139 KiB |
@ -128,6 +128,280 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8679",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto13",
|
||||
"label":"Goto13",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8671",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"i_phaA",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8682",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum1",
|
||||
"label":"Sum1",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8671",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"rectangular",
|
||||
"++",
|
||||
"off",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(1,16,4)",
|
||||
"off",
|
||||
"Simplest",
|
||||
"on",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8678",
|
||||
"className":"Simulink.Gain",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Gain4",
|
||||
"label":"Gain4",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8671",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Gain",
|
||||
"Multiplication",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"ParamMin",
|
||||
"ParamMax",
|
||||
"ParamDataTypeStr",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"1/sqrt(3)",
|
||||
"Element-wise(K.*u)",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as input",
|
||||
"off",
|
||||
"Zero",
|
||||
"off",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"Parameter Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
8,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Gain",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8677",
|
||||
"className":"Simulink.Gain",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Gain2",
|
||||
"label":"Gain2",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8671",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Gain",
|
||||
"Multiplication",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"ParamMin",
|
||||
"ParamMax",
|
||||
"ParamDataTypeStr",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"2/sqrt(3)",
|
||||
"Element-wise(K.*u)",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as input",
|
||||
"off",
|
||||
"Zero",
|
||||
"off",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"Parameter Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
8,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Gain",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8680",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto15",
|
||||
"label":"Goto15",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8671",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"i_phaB",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8676",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From1",
|
||||
"label":"From1",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8671",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"i_phaB",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8683",
|
||||
"className":"Simulink.Outport",
|
||||
@ -209,53 +483,25 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8682",
|
||||
"className":"Simulink.Sum",
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8675",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum1",
|
||||
"label":"Sum1",
|
||||
"name":"From",
|
||||
"label":"From",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8671",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"rectangular",
|
||||
"++",
|
||||
"off",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(1,16,4)",
|
||||
"off",
|
||||
"Simplest",
|
||||
"on",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
"i_phaA",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
@ -263,7 +509,7 @@
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
@ -300,221 +546,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8678",
|
||||
"className":"Simulink.Gain",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Gain4",
|
||||
"label":"Gain4",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8671",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Gain",
|
||||
"Multiplication",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"ParamMin",
|
||||
"ParamMax",
|
||||
"ParamDataTypeStr",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"1/sqrt(3)",
|
||||
"Element-wise(K.*u)",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as input",
|
||||
"off",
|
||||
"Zero",
|
||||
"off",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"Parameter Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
8,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Gain",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8680",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto15",
|
||||
"label":"Goto15",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8671",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"i_phaB",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8677",
|
||||
"className":"Simulink.Gain",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Gain2",
|
||||
"label":"Gain2",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8671",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Gain",
|
||||
"Multiplication",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"ParamMin",
|
||||
"ParamMax",
|
||||
"ParamDataTypeStr",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"2/sqrt(3)",
|
||||
"Element-wise(K.*u)",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as input",
|
||||
"off",
|
||||
"Zero",
|
||||
"off",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"Parameter Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
8,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Gain",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8679",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto13",
|
||||
"label":"Goto13",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8671",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"i_phaA",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8676",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From1",
|
||||
"label":"From1",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8671",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"i_phaB",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8674",
|
||||
"className":"Simulink.ActionPort",
|
||||
@ -680,37 +711,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8675",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From",
|
||||
"label":"From",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8671",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"i_phaA",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8673#out:1",
|
||||
"className":"Simulink.Line",
|
||||
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.5 KiB |
@ -68,7 +68,7 @@
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,629,222)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#e60000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,630,223)">
|
||||
<g clip-path="none" fill="#ff8000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,630,223)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -112,44 +112,29 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8683">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,629,132)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8679">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,69,133)">
|
||||
<image height="20" preserveAspectRatio="none" width="128" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAUCAYAAABFyTWeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABaUlEQVRoge2Zy27CMBBFD2AoJH38/+d1w6ZZBKmkEWlRFzMWxnIgC3sRmCNdOQErSJnrO05YcJ+lygFr1YtqO3J86zt/DRdc28jLF9DoGKqJJ7roPHexU+cbvb4DVsBCZeSjRu4zwAB0wCE10SEFKlHsse/8b61UlgD5Wet4Ao5AG3x2hTdAhbjmVVUDO5UvXC4jhAngE8cSID8DUvwDEv+jBgjx8b8F3oAPHWtVxbUprNgzJzZAiiXinh1ihncdfVJUXApvxZ4Z1n+fnCkJ8If0kx9kRf8iu8oWawGzJzbAGSlwWGy/i7RN4APigB5Z5T3wTdnHwI3KHgPL8gnskd1/iyT2kJroDdDrub0Iegz2qgZ5DLxpgJAzlzZQyhT2Krg84avgFmnjp9TEKZvAnKbwCRC2AEuA/LTIym+50wJy3vipprAEKE+nOkZjF08svfJSpoj/C7AEyM+gOgXHXoZhGIZhGMaz8w/7glXF59GMEgAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#e60000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,630,133)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,70,134)">
|
||||
<path d="M30,0 L120,0 L120,12 L30,12 L0,6 L30,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip11">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
<path d="M-74,-5 L46,-5 L46,7 L-74,7 L-74,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip11)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,645,140)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
<g clip-path="url(#clip11)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,144,139)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="36.5938" x="-18.2969" xml:space="preserve" y="3.5">[i_phaA]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,630,133)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,645,149)">
|
||||
<path d="M-23.7422,0 L23.7422,0 L23.7422,14 L-23.7422,14 L-23.7422,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip12">
|
||||
<path d="M-608.258,-84 L47.4844,-84 L47.4844,139 L-608.258,139 L-608.258,-84 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip12)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,621.258,149)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="45.4844" x="1" xml:space="preserve" y="10">i_alphaAB</text>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,70,134)">
|
||||
<path d="M30,0 L120,0 L120,12 L30,12 L0,6 L30,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
@ -169,13 +154,21 @@
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip13">
|
||||
<path d="M539.5,171.5 L564.5,171.5 L564.5,282.5 L539.5,282.5 L539.5,171.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip13)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="543,200 547,200" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip14">
|
||||
<path d="M539.5,171.5 L564.5,171.5 L564.5,282.5 L539.5,282.5 L539.5,171.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip14)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="543,200 547,200" vector-effect="none"/>
|
||||
<polyline fill="none" points="545,198 545,202" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip15">
|
||||
@ -183,7 +176,7 @@
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip15)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="545,198 545,202" vector-effect="none"/>
|
||||
<polyline fill="none" points="543,255 547,255" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip16">
|
||||
@ -191,14 +184,6 @@
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip16)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="543,255 547,255" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip17">
|
||||
<path d="M539.5,171.5 L564.5,171.5 L564.5,282.5 L539.5,282.5 L539.5,171.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip17)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="545,253 545,257" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -216,11 +201,284 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip18">
|
||||
<clipPath id="clip17">
|
||||
<path d="M-554,-151 L101.742,-151 L101.742,72 L-554,72 L-554,-151 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip18)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,567,216)">
|
||||
<g clip-path="url(#clip17)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,567,216)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8678">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,424,176)">
|
||||
<image height="54" preserveAspectRatio="none" width="68" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAAA2CAYAAAB++T94AAAACXBIWXMAAA7EAAAOxAGVKw4bAAADcUlEQVRoge2a6W7bMBCEPzlqDifO0QsoWqAP0599/6dIjziJ47N2f6wW3NCiLVGRIzoegIDhBIY1nhnuLpkBP4ALoA+cAvfeegSegAkwA/4BS/YUOfAJuAGugAHrhOh6AEbAGJgCc4Sc1c6/dYtQQj4DH4H3rJNQRs4jQo6qZs6eqOYI+Al8Bb4B3xH76DoPrD5wBpwgpOZAVnxm0orJgUvgA/AFIWWMKKDMMiE7WUtNeG6ppJADPeAY+dWvEWVcIvYZUU7ONmL8IF6QiKVy8zrDyV8JGiAPNUbIiVHNIwkFcR54v1esHMmJc0Q1N8gvX1c1dvse0+EgDhGiyJDgPUJUc4ZY6gpnKVXJNrXYNcJZao5YqhOq2UaIhVrqCFGNWkpVU2apKqopq21eDXUIUWTFOgbeIao5R1Sj5MSophNBHEOIRZmlBshupaqpQ4pfEauldhbETQmx8IO4z3oQx5CjqpkiqmnVUi9JiGJTEE+IV41aaoqz1Iurpg1CLEJBfI2riJtY6sWDuG1CFH4Qn+JqG1VNbEVsm8zGQbwrQixCllLVNLGUqkbnNrUt9RqEWFQJ4rrE+E1mrSB+bUIUvmrUUrYijmkXbEVcKYi7QoiFH8Ra20ypVxE/eK8rTfu6SIhiUxBXtdRf4E+x7nDkrJDwTYoQC2spbRdCTeYQIeB38b9LnLp6uMleKVIhxMIGsapmgCjnongvQzLjnufjzUofnjKSq1TbwBIJxDliBb92Ucs84LbdysSlQoiG4AJ5yAluzBAq4oZIkN4hhM0IBKlFlwlZFWuBqEFnu036H1uslRLTRUJWOEvMcJZ4U4WZtcQMt03GDrOTLd1DAelXmnvd3Kka1BJN2n87UUuq/d8UkGW9R5WATHJAZANSLWGn8nUtkeQI0Q9IrRli1WBP+5IaMvsB+SaPIfyA3GSJbcQke1BlA9KvGWLPXZI8yiwLyG2WCP0t2cPuKgFZp4JM9jqEDchNF2aqqiHJCzOaC7bFjm2qtIxO8krVEvnST8jsIHTpzlfDkPBkWy2R5KW7e2Qge4yoJKaCtDVDZwIyBjlwi8xWZ1TfMfymqpMBGYMc+IVIe4TMIqtUkEkEZAxUIWMkP04ot8Sbuvx/izy8Hh+WVZCtN1Vdgc0QhW2x984S26BnpxbJ1AwHHHDAAQd0HP8BMvJ1BYPRvvEAAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,425,177)">
|
||||
<path d="M0,0 L60,23 L0,46 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip19">
|
||||
<path d="M-22,-23 L38,-23 L38,23 L-22,23 L-22,-23 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip19)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,447,200)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="37.1562" x="-18.5781" xml:space="preserve" y="3.5">1/sqrt(3)</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,425,177)">
|
||||
<path d="M0,0 L60,23 L0,46 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,487,198)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip20">
|
||||
<path d="M-474,-121 L181.742,-121 L181.742,102 L-474,102 L-474,-121 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip20)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,487,186)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8677">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,424,231)">
|
||||
<image height="54" preserveAspectRatio="none" width="68" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAAA2CAYAAAB++T94AAAACXBIWXMAAA7EAAAOxAGVKw4bAAADcUlEQVRoge2a6W7bMBCEPzlqDifO0QsoWqAP0599/6dIjziJ47N2f6wW3NCiLVGRIzoegIDhBIY1nhnuLpkBP4ALoA+cAvfeegSegAkwA/4BS/YUOfAJuAGugAHrhOh6AEbAGJgCc4Sc1c6/dYtQQj4DH4H3rJNQRs4jQo6qZs6eqOYI+Al8Bb4B3xH76DoPrD5wBpwgpOZAVnxm0orJgUvgA/AFIWWMKKDMMiE7WUtNeG6ppJADPeAY+dWvEWVcIvYZUU7ONmL8IF6QiKVy8zrDyV8JGiAPNUbIiVHNIwkFcR54v1esHMmJc0Q1N8gvX1c1dvse0+EgDhGiyJDgPUJUc4ZY6gpnKVXJNrXYNcJZao5YqhOq2UaIhVrqCFGNWkpVU2apKqopq21eDXUIUWTFOgbeIao5R1Sj5MSophNBHEOIRZmlBshupaqpQ4pfEauldhbETQmx8IO4z3oQx5CjqpkiqmnVUi9JiGJTEE+IV41aaoqz1Iurpg1CLEJBfI2riJtY6sWDuG1CFH4Qn+JqG1VNbEVsm8zGQbwrQixCllLVNLGUqkbnNrUt9RqEWFQJ4rrE+E1mrSB+bUIUvmrUUrYijmkXbEVcKYi7QoiFH8Ra20ypVxE/eK8rTfu6SIhiUxBXtdRf4E+x7nDkrJDwTYoQC2spbRdCTeYQIeB38b9LnLp6uMleKVIhxMIGsapmgCjnongvQzLjnufjzUofnjKSq1TbwBIJxDliBb92Ucs84LbdysSlQoiG4AJ5yAluzBAq4oZIkN4hhM0IBKlFlwlZFWuBqEFnu036H1uslRLTRUJWOEvMcJZ4U4WZtcQMt03GDrOTLd1DAelXmnvd3Kka1BJN2n87UUuq/d8UkGW9R5WATHJAZANSLWGn8nUtkeQI0Q9IrRli1WBP+5IaMvsB+SaPIfyA3GSJbcQke1BlA9KvGWLPXZI8yiwLyG2WCP0t2cPuKgFZp4JM9jqEDchNF2aqqiHJCzOaC7bFjm2qtIxO8krVEvnST8jsIHTpzlfDkPBkWy2R5KW7e2Qge4yoJKaCtDVDZwIyBjlwi8xWZ1TfMfymqpMBGYMc+IVIe4TMIqtUkEkEZAxUIWMkP04ot8Sbuvx/izy8Hh+WVZCtN1Vdgc0QhW2x984S26BnpxbJ1AwHHHDAAQd0HP8BMvJ1BYPRvvEAAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,425,232)">
|
||||
<path d="M0,0 L60,23 L0,46 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip22">
|
||||
<path d="M-22,-23 L38,-23 L38,23 L-22,23 L-22,-23 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip22)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,447,255)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="37.1562" x="-18.5781" xml:space="preserve" y="3.5">2/sqrt(3)</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,425,232)">
|
||||
<path d="M0,0 L60,23 L0,46 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,487,253)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip23">
|
||||
<path d="M-474,-176 L181.742,-176 L181.742,47 L-474,47 L-474,-176 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip23)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,487,241)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8680">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,69,168)">
|
||||
<image height="20" preserveAspectRatio="none" width="128" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAUCAYAAABFyTWeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABaUlEQVRoge2Zy27CMBBFD2AoJH38/+d1w6ZZBKmkEWlRFzMWxnIgC3sRmCNdOQErSJnrO05YcJ+lygFr1YtqO3J86zt/DRdc28jLF9DoGKqJJ7roPHexU+cbvb4DVsBCZeSjRu4zwAB0wCE10SEFKlHsse/8b61UlgD5Wet4Ao5AG3x2hTdAhbjmVVUDO5UvXC4jhAngE8cSID8DUvwDEv+jBgjx8b8F3oAPHWtVxbUprNgzJzZAiiXinh1ihncdfVJUXApvxZ4Z1n+fnCkJ8If0kx9kRf8iu8oWawGzJzbAGSlwWGy/i7RN4APigB5Z5T3wTdnHwI3KHgPL8gnskd1/iyT2kJroDdDrub0Iegz2qgZ5DLxpgJAzlzZQyhT2Krg84avgFmnjp9TEKZvAnKbwCRC2AEuA/LTIym+50wJy3vipprAEKE+nOkZjF08svfJSpoj/C7AEyM+gOgXHXoZhGIZhGMaz8w/7glXF59GMEgAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,70,169)">
|
||||
<path d="M30,0 L120,0 L120,12 L30,12 L0,6 L30,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip25">
|
||||
<path d="M-74,-5 L46,-5 L46,7 L-74,7 L-74,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip25)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,144,174)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="36.5938" x="-18.2969" xml:space="preserve" y="3.5">[i_phaB]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,70,169)">
|
||||
<path d="M30,0 L120,0 L120,12 L30,12 L0,6 L30,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8676">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,209,248)">
|
||||
<image height="20" preserveAspectRatio="none" width="128" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAUCAYAAABFyTWeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABUUlEQVRoge2ZzU7CUBCFv2pl41Y3bFj5RL7/E+DCHwq0/LmYuelFiwIdqiTnS05oC5n05kxn5pYCeAYegQf/FLFsXWtg5apdywPHP32XYqyz2GdTYqaPM4k4dq4NZtgaaDhs9OBJUWJP/hiYuEQsWywBNuxXgAjjeydFXgEmwFPcugX29Oct4LcKcI7xS2DhqoCZqwLmtMmQqtEeZfSKxR4FcOu682t9kiKZPccMroAP4M3j1sDNKTeoBBieY5MiGZ7MnmFmv/vvG040u4veAcR1owowPBEtYIH19U3fm1ECXJahh8A08R9NCUyBe9p+JGL5ug1sXENvA7/tAMAS4AUY+fkqaNHCuIoXQVM/brBpU8Ty718FTz1ghe0nRRx5BchbQM0fmN1FSoA58EpbDUQcx1aAi5vdRYH9FzDChkANgrF0VYBcg5othBBCCCEEAJ+G2WlPPBfvMwAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,210,249)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip27">
|
||||
<path d="M-44,-5 L76,-5 L76,7 L-44,7 L-44,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip27)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,254,254)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="36.5938" x="-18.2969" xml:space="preserve" y="3.5">[i_phaB]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,210,249)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,332,253)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip28">
|
||||
<path d="M-319,-176 L336.742,-176 L336.742,47 L-319,47 L-319,-176 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,332,241)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8683">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,629,132)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ff8000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,630,133)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip30">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip30)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,645,140)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,630,133)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,645,149)">
|
||||
<path d="M-23.7422,0 L23.7422,0 L23.7422,14 L-23.7422,14 L-23.7422,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip31">
|
||||
<path d="M-608.258,-84 L47.4844,-84 L47.4844,139 L-608.258,139 L-608.258,-84 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip31)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,621.258,149)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="45.4844" x="1" xml:space="preserve" y="10">i_alphaAB</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8675">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,209,133)">
|
||||
<image height="20" preserveAspectRatio="none" width="128" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAUCAYAAABFyTWeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABUUlEQVRoge2ZzU7CUBCFv2pl41Y3bFj5RL7/E+DCHwq0/LmYuelFiwIdqiTnS05oC5n05kxn5pYCeAYegQf/FLFsXWtg5apdywPHP32XYqyz2GdTYqaPM4k4dq4NZtgaaDhs9OBJUWJP/hiYuEQsWywBNuxXgAjjeydFXgEmwFPcugX29Oct4LcKcI7xS2DhqoCZqwLmtMmQqtEeZfSKxR4FcOu682t9kiKZPccMroAP4M3j1sDNKTeoBBieY5MiGZ7MnmFmv/vvG040u4veAcR1owowPBEtYIH19U3fm1ECXJahh8A08R9NCUyBe9p+JGL5ug1sXENvA7/tAMAS4AUY+fkqaNHCuIoXQVM/brBpU8Ty718FTz1ghe0nRRx5BchbQM0fmN1FSoA58EpbDUQcx1aAi5vdRYH9FzDChkANgrF0VYBcg5othBBCCCEEAJ+G2WlPPBfvMwAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,210,134)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip33">
|
||||
<path d="M-44,-5 L76,-5 L76,7 L-44,7 L-44,-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,254,139)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="36.5938" x="-18.2969" xml:space="preserve" y="3.5">[i_phaA]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,210,134)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,332,138)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip34">
|
||||
<path d="M-319,-61 L336.742,-61 L336.742,162 L-319,162 L-319,-61 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip34)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,332,126)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -242,131 +500,131 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip20">
|
||||
<clipPath id="clip36">
|
||||
<path d="M0,0 L20,0 L20,18 L0,18 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip20)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,445,131)">
|
||||
<g clip-path="url(#clip36)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,445,131)">
|
||||
<path d="M0,0 L20,0 L20,18 L0,18 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip25">
|
||||
<clipPath id="clip41">
|
||||
<path d="M-2,0 L43,0 L43,42 L-2,42 L-2,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip25)" fill="#ababab" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.428571,0,0,0.428571,446.429,131)">
|
||||
<g clip-path="url(#clip41)" fill="#ababab" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.428571,0,0,0.428571,446.429,131)">
|
||||
<path d="M5,4 L13,4 L13,12 L5,12 L5,4 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip26">
|
||||
<clipPath id="clip42">
|
||||
<path d="M0,1 L20,1 L20,19 L0,19 L0,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip26)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<g clip-path="url(#clip42)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<path d="M3.14286,2.71429 L6.57143,2.71429 L6.57143,6.14286 L3.14286,6.14286 L3.14286,2.71429 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip27">
|
||||
<clipPath id="clip43">
|
||||
<path d="M-2,0 L43,0 L43,42 L-2,42 L-2,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip27)" fill="#ababab" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.428571,0,0,0.428571,446.429,131)">
|
||||
<g clip-path="url(#clip43)" fill="#ababab" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.428571,0,0,0.428571,446.429,131)">
|
||||
<path d="M5,17 L13,17 L13,25 L5,25 L5,17 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip28">
|
||||
<clipPath id="clip44">
|
||||
<path d="M0,1 L20,1 L20,19 L0,19 L0,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip28)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<g clip-path="url(#clip44)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<path d="M3.14286,8.28571 L6.57143,8.28571 L6.57143,11.7143 L3.14286,11.7143 L3.14286,8.28571 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip29">
|
||||
<clipPath id="clip45">
|
||||
<path d="M-2,0 L43,0 L43,42 L-2,42 L-2,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip29)" fill="#ababab" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.428571,0,0,0.428571,446.429,131)">
|
||||
<g clip-path="url(#clip45)" fill="#ababab" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.428571,0,0,0.428571,446.429,131)">
|
||||
<path d="M5,30 L13,30 L13,38 L5,38 L5,30 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip30">
|
||||
<clipPath id="clip46">
|
||||
<path d="M0,1 L20,1 L20,19 L0,19 L0,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip30)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<g clip-path="url(#clip46)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<path d="M3.14286,13.8571 L6.57143,13.8571 L6.57143,17.2857 L3.14286,17.2857 L3.14286,13.8571 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip31">
|
||||
<clipPath id="clip47">
|
||||
<path d="M-2,0 L43,0 L43,42 L-2,42 L-2,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip31)" fill="#ababab" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.428571,0,0,0.428571,446.429,131)">
|
||||
<g clip-path="url(#clip47)" fill="#ababab" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.428571,0,0,0.428571,446.429,131)">
|
||||
<path d="M28,9 L36,9 L36,17 L28,17 L28,9 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip32">
|
||||
<clipPath id="clip48">
|
||||
<path d="M0,1 L20,1 L20,19 L0,19 L0,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip32)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<g clip-path="url(#clip48)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<path d="M13,4.85714 L16.4286,4.85714 L16.4286,8.28571 L13,8.28571 L13,4.85714 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip33">
|
||||
<clipPath id="clip49">
|
||||
<path d="M-2,0 L43,0 L43,42 L-2,42 L-2,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip33)" fill="#ababab" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.428571,0,0,0.428571,446.429,131)">
|
||||
<g clip-path="url(#clip49)" fill="#ababab" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.428571,0,0,0.428571,446.429,131)">
|
||||
<path d="M28,17 L36,17 L36,25 L28,25 L28,17 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip34">
|
||||
<clipPath id="clip50">
|
||||
<path d="M0,1 L20,1 L20,19 L0,19 L0,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip34)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<g clip-path="url(#clip50)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<path d="M13,8.28571 L16.4286,8.28571 L16.4286,11.7143 L13,11.7143 L13,8.28571 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip35">
|
||||
<clipPath id="clip51">
|
||||
<path d="M-2,0 L43,0 L43,42 L-2,42 L-2,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip35)" fill="#ababab" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.428571,0,0,0.428571,446.429,131)">
|
||||
<g clip-path="url(#clip51)" fill="#ababab" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(0.428571,0,0,0.428571,446.429,131)">
|
||||
<path d="M28,25 L36,25 L36,33 L28,33 L28,25 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip36">
|
||||
<clipPath id="clip52">
|
||||
<path d="M0,1 L20,1 L20,19 L0,19 L0,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip36)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<g clip-path="url(#clip52)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<path d="M13,11.7143 L16.4286,11.7143 L16.4286,15.1429 L13,15.1429 L13,11.7143 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip37">
|
||||
<clipPath id="clip53">
|
||||
<path d="M0,1 L20,1 L20,19 L0,19 L0,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip37)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<g clip-path="url(#clip53)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<path d="M13,6.57143 L6.57143,4.42857" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip38">
|
||||
<clipPath id="clip54">
|
||||
<path d="M0,1 L20,1 L20,19 L0,19 L0,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip38)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<g clip-path="url(#clip54)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<path d="M13,10 L6.57143,10" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip39">
|
||||
<clipPath id="clip55">
|
||||
<path d="M0,1 L20,1 L20,19 L0,19 L0,1 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip39)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<g clip-path="url(#clip55)" fill="none" opacity="1" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,445.429,130)">
|
||||
<path d="M13,13.4286 L6.57143,15.5714" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -392,221 +650,11 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip50">
|
||||
<clipPath id="clip66">
|
||||
<path d="M-454,-61 L201.742,-61 L201.742,162 L-454,162 L-454,-61 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip50)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,467,126)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8678">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,424,176)">
|
||||
<image height="54" preserveAspectRatio="none" width="68" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAAA2CAYAAAB++T94AAAACXBIWXMAAA7EAAAOxAGVKw4bAAADcUlEQVRoge2a6W7bMBCEPzlqDifO0QsoWqAP0599/6dIjziJ47N2f6wW3NCiLVGRIzoegIDhBIY1nhnuLpkBP4ALoA+cAvfeegSegAkwA/4BS/YUOfAJuAGugAHrhOh6AEbAGJgCc4Sc1c6/dYtQQj4DH4H3rJNQRs4jQo6qZs6eqOYI+Al8Bb4B3xH76DoPrD5wBpwgpOZAVnxm0orJgUvgA/AFIWWMKKDMMiE7WUtNeG6ppJADPeAY+dWvEWVcIvYZUU7ONmL8IF6QiKVy8zrDyV8JGiAPNUbIiVHNIwkFcR54v1esHMmJc0Q1N8gvX1c1dvse0+EgDhGiyJDgPUJUc4ZY6gpnKVXJNrXYNcJZao5YqhOq2UaIhVrqCFGNWkpVU2apKqopq21eDXUIUWTFOgbeIao5R1Sj5MSophNBHEOIRZmlBshupaqpQ4pfEauldhbETQmx8IO4z3oQx5CjqpkiqmnVUi9JiGJTEE+IV41aaoqz1Iurpg1CLEJBfI2riJtY6sWDuG1CFH4Qn+JqG1VNbEVsm8zGQbwrQixCllLVNLGUqkbnNrUt9RqEWFQJ4rrE+E1mrSB+bUIUvmrUUrYijmkXbEVcKYi7QoiFH8Ra20ypVxE/eK8rTfu6SIhiUxBXtdRf4E+x7nDkrJDwTYoQC2spbRdCTeYQIeB38b9LnLp6uMleKVIhxMIGsapmgCjnongvQzLjnufjzUofnjKSq1TbwBIJxDliBb92Ucs84LbdysSlQoiG4AJ5yAluzBAq4oZIkN4hhM0IBKlFlwlZFWuBqEFnu036H1uslRLTRUJWOEvMcJZ4U4WZtcQMt03GDrOTLd1DAelXmnvd3Kka1BJN2n87UUuq/d8UkGW9R5WATHJAZANSLWGn8nUtkeQI0Q9IrRli1WBP+5IaMvsB+SaPIfyA3GSJbcQke1BlA9KvGWLPXZI8yiwLyG2WCP0t2cPuKgFZp4JM9jqEDchNF2aqqiHJCzOaC7bFjm2qtIxO8krVEvnST8jsIHTpzlfDkPBkWy2R5KW7e2Qge4yoJKaCtDVDZwIyBjlwi8xWZ1TfMfymqpMBGYMc+IVIe4TMIqtUkEkEZAxUIWMkP04ot8Sbuvx/izy8Hh+WVZCtN1Vdgc0QhW2x984S26BnpxbJ1AwHHHDAAQd0HP8BMvJ1BYPRvvEAAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,425,177)">
|
||||
<path d="M0,0 L60,23 L0,46 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip52">
|
||||
<path d="M-22,-23 L38,-23 L38,23 L-22,23 L-22,-23 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip52)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,447,200)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="37.1562" x="-18.5781" xml:space="preserve" y="3.5">1/sqrt(3)</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,425,177)">
|
||||
<path d="M0,0 L60,23 L0,46 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,487,198)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip53">
|
||||
<path d="M-474,-121 L181.742,-121 L181.742,102 L-474,102 L-474,-121 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip53)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,487,186)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8680">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,69,168)">
|
||||
<image height="20" preserveAspectRatio="none" width="128" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAUCAYAAABFyTWeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABaUlEQVRoge2Zy27CMBBFD2AoJH38/+d1w6ZZBKmkEWlRFzMWxnIgC3sRmCNdOQErSJnrO05YcJ+lygFr1YtqO3J86zt/DRdc28jLF9DoGKqJJ7roPHexU+cbvb4DVsBCZeSjRu4zwAB0wCE10SEFKlHsse/8b61UlgD5Wet4Ao5AG3x2hTdAhbjmVVUDO5UvXC4jhAngE8cSID8DUvwDEv+jBgjx8b8F3oAPHWtVxbUprNgzJzZAiiXinh1ihncdfVJUXApvxZ4Z1n+fnCkJ8If0kx9kRf8iu8oWawGzJzbAGSlwWGy/i7RN4APigB5Z5T3wTdnHwI3KHgPL8gnskd1/iyT2kJroDdDrub0Iegz2qgZ5DLxpgJAzlzZQyhT2Krg84avgFmnjp9TEKZvAnKbwCRC2AEuA/LTIym+50wJy3vipprAEKE+nOkZjF08svfJSpoj/C7AEyM+gOgXHXoZhGIZhGMaz8w/7glXF59GMEgAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,70,169)">
|
||||
<path d="M30,0 L120,0 L120,12 L30,12 L0,6 L30,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip55">
|
||||
<path d="M-74,-5 L46,-5 L46,7 L-74,7 L-74,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip55)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,144,174)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="36.5938" x="-18.2969" xml:space="preserve" y="3.5">[i_phaB]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,70,169)">
|
||||
<path d="M30,0 L120,0 L120,12 L30,12 L0,6 L30,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8677">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,424,231)">
|
||||
<image height="54" preserveAspectRatio="none" width="68" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAAA2CAYAAAB++T94AAAACXBIWXMAAA7EAAAOxAGVKw4bAAADcUlEQVRoge2a6W7bMBCEPzlqDifO0QsoWqAP0599/6dIjziJ47N2f6wW3NCiLVGRIzoegIDhBIY1nhnuLpkBP4ALoA+cAvfeegSegAkwA/4BS/YUOfAJuAGugAHrhOh6AEbAGJgCc4Sc1c6/dYtQQj4DH4H3rJNQRs4jQo6qZs6eqOYI+Al8Bb4B3xH76DoPrD5wBpwgpOZAVnxm0orJgUvgA/AFIWWMKKDMMiE7WUtNeG6ppJADPeAY+dWvEWVcIvYZUU7ONmL8IF6QiKVy8zrDyV8JGiAPNUbIiVHNIwkFcR54v1esHMmJc0Q1N8gvX1c1dvse0+EgDhGiyJDgPUJUc4ZY6gpnKVXJNrXYNcJZao5YqhOq2UaIhVrqCFGNWkpVU2apKqopq21eDXUIUWTFOgbeIao5R1Sj5MSophNBHEOIRZmlBshupaqpQ4pfEauldhbETQmx8IO4z3oQx5CjqpkiqmnVUi9JiGJTEE+IV41aaoqz1Iurpg1CLEJBfI2riJtY6sWDuG1CFH4Qn+JqG1VNbEVsm8zGQbwrQixCllLVNLGUqkbnNrUt9RqEWFQJ4rrE+E1mrSB+bUIUvmrUUrYijmkXbEVcKYi7QoiFH8Ra20ypVxE/eK8rTfu6SIhiUxBXtdRf4E+x7nDkrJDwTYoQC2spbRdCTeYQIeB38b9LnLp6uMleKVIhxMIGsapmgCjnongvQzLjnufjzUofnjKSq1TbwBIJxDliBb92Ucs84LbdysSlQoiG4AJ5yAluzBAq4oZIkN4hhM0IBKlFlwlZFWuBqEFnu036H1uslRLTRUJWOEvMcJZ4U4WZtcQMt03GDrOTLd1DAelXmnvd3Kka1BJN2n87UUuq/d8UkGW9R5WATHJAZANSLWGn8nUtkeQI0Q9IrRli1WBP+5IaMvsB+SaPIfyA3GSJbcQke1BlA9KvGWLPXZI8yiwLyG2WCP0t2cPuKgFZp4JM9jqEDchNF2aqqiHJCzOaC7bFjm2qtIxO8krVEvnST8jsIHTpzlfDkPBkWy2R5KW7e2Qge4yoJKaCtDVDZwIyBjlwi8xWZ1TfMfymqpMBGYMc+IVIe4TMIqtUkEkEZAxUIWMkP04ot8Sbuvx/izy8Hh+WVZCtN1Vdgc0QhW2x984S26BnpxbJ1AwHHHDAAQd0HP8BMvJ1BYPRvvEAAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,425,232)">
|
||||
<path d="M0,0 L60,23 L0,46 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip57">
|
||||
<path d="M-22,-23 L38,-23 L38,23 L-22,23 L-22,-23 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip57)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,447,255)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="37.1562" x="-18.5781" xml:space="preserve" y="3.5">2/sqrt(3)</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,425,232)">
|
||||
<path d="M0,0 L60,23 L0,46 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,487,253)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip58">
|
||||
<path d="M-474,-176 L181.742,-176 L181.742,47 L-474,47 L-474,-176 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,487,241)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8679">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,69,133)">
|
||||
<image height="20" preserveAspectRatio="none" width="128" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAUCAYAAABFyTWeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABaUlEQVRoge2Zy27CMBBFD2AoJH38/+d1w6ZZBKmkEWlRFzMWxnIgC3sRmCNdOQErSJnrO05YcJ+lygFr1YtqO3J86zt/DRdc28jLF9DoGKqJJ7roPHexU+cbvb4DVsBCZeSjRu4zwAB0wCE10SEFKlHsse/8b61UlgD5Wet4Ao5AG3x2hTdAhbjmVVUDO5UvXC4jhAngE8cSID8DUvwDEv+jBgjx8b8F3oAPHWtVxbUprNgzJzZAiiXinh1ihncdfVJUXApvxZ4Z1n+fnCkJ8If0kx9kRf8iu8oWawGzJzbAGSlwWGy/i7RN4APigB5Z5T3wTdnHwI3KHgPL8gnskd1/iyT2kJroDdDrub0Iegz2qgZ5DLxpgJAzlzZQyhT2Krg84avgFmnjp9TEKZvAnKbwCRC2AEuA/LTIym+50wJy3vipprAEKE+nOkZjF08svfJSpoj/C7AEyM+gOgXHXoZhGIZhGMaz8w/7glXF59GMEgAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,70,134)">
|
||||
<path d="M30,0 L120,0 L120,12 L30,12 L0,6 L30,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip60">
|
||||
<path d="M-74,-5 L46,-5 L46,7 L-74,7 L-74,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip60)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,144,139)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="36.5938" x="-18.2969" xml:space="preserve" y="3.5">[i_phaA]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,70,134)">
|
||||
<path d="M30,0 L120,0 L120,12 L30,12 L0,6 L30,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8676">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,209,248)">
|
||||
<image height="20" preserveAspectRatio="none" width="128" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAUCAYAAABFyTWeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABUUlEQVRoge2ZzU7CUBCFv2pl41Y3bFj5RL7/E+DCHwq0/LmYuelFiwIdqiTnS05oC5n05kxn5pYCeAYegQf/FLFsXWtg5apdywPHP32XYqyz2GdTYqaPM4k4dq4NZtgaaDhs9OBJUWJP/hiYuEQsWywBNuxXgAjjeydFXgEmwFPcugX29Oct4LcKcI7xS2DhqoCZqwLmtMmQqtEeZfSKxR4FcOu682t9kiKZPccMroAP4M3j1sDNKTeoBBieY5MiGZ7MnmFmv/vvG040u4veAcR1owowPBEtYIH19U3fm1ECXJahh8A08R9NCUyBe9p+JGL5ug1sXENvA7/tAMAS4AUY+fkqaNHCuIoXQVM/brBpU8Ty718FTz1ghe0nRRx5BchbQM0fmN1FSoA58EpbDUQcx1aAi5vdRYH9FzDChkANgrF0VYBcg5othBBCCCEEAJ+G2WlPPBfvMwAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,210,249)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip62">
|
||||
<path d="M-44,-5 L76,-5 L76,7 L-44,7 L-44,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip62)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,254,254)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="36.5938" x="-18.2969" xml:space="preserve" y="3.5">[i_phaB]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,210,249)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,332,253)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip63">
|
||||
<path d="M-319,-176 L336.742,-176 L336.742,47 L-319,47 L-319,-176 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip63)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,332,241)">
|
||||
<g clip-path="url(#clip66)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,467,126)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -620,7 +668,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8674">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,114,69)">
|
||||
<image height="36" preserveAspectRatio="none" width="67" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAAkCAYAAADSO4eRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABLElEQVRoge2ZMU7DQBBFX9CSJi00aVJxIu7BYbgeNDRp7GJTJIVdQDFr8UEGWUoczOo/abSraBTPPo238KyAR+AeuCtrbTRAW1aN9ntiIgRsJWpjA6zLvgdOwGEsMREdsQV2JWrjtqwdcASy/PYF7Ywd8HCN6v6AnhBxIF6RURk316xo6ViGYBmCZQiWIViGYBmCZQhpQs7T7FVchudz/2CKjJdzH/JfmCLjdfYqFoJlCL5AhSmd8T57FQvBnSFYhmAZgmUIliFYhmAZQiK+Fm/44YtxBbwBe+KcmZib9GOJiZgs6ZClNvYlWmJU8KuMpuyHIUtt6HgxE2fsxhIHGTpkqY1MnCsz4TVpSkLms0tq4lTiKOuojBUxa10TF2iNl2hfopP9EMYYYy7BBzxYR2nfYxv2AAAAAElFTkSuQmCC" y="0"/>
|
||||
<image height="36" preserveAspectRatio="none" width="67" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAAkCAYAAADSO4eRAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABQ0lEQVRoge2ZMW7CQBBFH5FDQ5s0NFQ5TOqcI5fhetCkocHFUkBhNylmLX6ijTQRjnFW86TRWGhtjZ/H9ppdAG/AM/CUc20cgTZnjfb7wAYTsJaojRWwzNs9cAFOpYEN1hFrYJOjNh5z7oAzkOS3L2hnbICXKaq7Az0m4oTdIkUZD1NWNHdChhAyhJAhhAwhZAghQwgZQjPScXbAvpD3jn3fR6phe+sBxpJxC7t7FzAwBxme7pkEjwzPlfsADti8P2Ffhr2zhn8lw1PsIUeLfQz9RsZs8Mh4/fMqZkK8WoWQIYQMIWQIIUMIGULIEBps1rjih3+MK8A9O26wWaMustSGe3Y8dAZcF1lqQ5cXE3aOXWngIEMXWWojYeeVcNwmxzwgce2SmrjkOEsuylhga61L7AFa40O0z9HJ9hBBEATBGHwCcmBZmUf0bhcAAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,115,70)">
|
||||
<path d="M0,0 L59,0 L59,28 L0,28 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -628,11 +676,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip65">
|
||||
<clipPath id="clip68">
|
||||
<path d="M-29,-14 L30,-14 L30,14 L-29,14 L-29,-14 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip65)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,144,84)">
|
||||
<g clip-path="url(#clip68)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,144,84)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="17.1719" x="-8.57812" xml:space="preserve" y="3.5">if { }</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -650,11 +698,11 @@
|
||||
<path d="M-25.3984,0 L25.3984,0 L25.3984,14 L-25.3984,14 L-25.3984,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip66">
|
||||
<clipPath id="clip69">
|
||||
<path d="M-106.102,-35 L549.641,-35 L549.641,188 L-106.102,188 L-106.102,-35 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip66)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,119.102,100)">
|
||||
<g clip-path="url(#clip69)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,119.102,100)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="48.7969" x="1" xml:space="preserve" y="10">Action Port</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -670,17 +718,17 @@
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,14,167)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d100" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,15,168)">
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,15,168)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip68">
|
||||
<clipPath id="clip71">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip68)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,30,175)">
|
||||
<g clip-path="url(#clip71)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,30,175)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">2</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -698,11 +746,11 @@
|
||||
<path d="M-16.5312,0 L16.5312,0 L16.5312,14 L-16.5312,14 L-16.5312,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip69">
|
||||
<clipPath id="clip72">
|
||||
<path d="M-0.46875,-119 L655.273,-119 L655.273,104 L-0.46875,104 L-0.46875,-119 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip69)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,13.4688,184)">
|
||||
<g clip-path="url(#clip72)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,13.4688,184)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="31.0625" x="1" xml:space="preserve" y="10">i_phaB</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -713,11 +761,11 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip70">
|
||||
<clipPath id="clip73">
|
||||
<path d="M-34,-96 L621.742,-96 L621.742,127 L-34,127 L-34,-96 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip70)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,47,161)">
|
||||
<g clip-path="url(#clip73)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,47,161)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -733,17 +781,17 @@
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,14,132)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d100" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,15,133)">
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,15,133)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip72">
|
||||
<clipPath id="clip75">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip72)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,30,140)">
|
||||
<g clip-path="url(#clip75)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,30,140)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -761,11 +809,11 @@
|
||||
<path d="M-16.5312,0 L16.5312,0 L16.5312,14 L-16.5312,14 L-16.5312,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip73">
|
||||
<clipPath id="clip76">
|
||||
<path d="M-0.46875,-84 L655.273,-84 L655.273,139 L-0.46875,139 L-0.46875,-84 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip73)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,13.4688,149)">
|
||||
<g clip-path="url(#clip76)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,13.4688,149)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="31.0625" x="1" xml:space="preserve" y="10">i_phaA</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -776,59 +824,11 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip74">
|
||||
<clipPath id="clip77">
|
||||
<path d="M-34,-61 L621.742,-61 L621.742,162 L-34,162 L-34,-61 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#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,47,126)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8675">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,209,133)">
|
||||
<image height="20" preserveAspectRatio="none" width="128" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAUCAYAAABFyTWeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABUUlEQVRoge2ZzU7CUBCFv2pl41Y3bFj5RL7/E+DCHwq0/LmYuelFiwIdqiTnS05oC5n05kxn5pYCeAYegQf/FLFsXWtg5apdywPHP32XYqyz2GdTYqaPM4k4dq4NZtgaaDhs9OBJUWJP/hiYuEQsWywBNuxXgAjjeydFXgEmwFPcugX29Oct4LcKcI7xS2DhqoCZqwLmtMmQqtEeZfSKxR4FcOu682t9kiKZPccMroAP4M3j1sDNKTeoBBieY5MiGZ7MnmFmv/vvG040u4veAcR1owowPBEtYIH19U3fm1ECXJahh8A08R9NCUyBe9p+JGL5ug1sXENvA7/tAMAS4AUY+fkqaNHCuIoXQVM/brBpU8Ty718FTz1ghe0nRRx5BchbQM0fmN1FSoA58EpbDUQcx1aAi5vdRYH9FzDChkANgrF0VYBcg5othBBCCCEEAJ+G2WlPPBfvMwAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,210,134)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip76">
|
||||
<path d="M-44,-5 L76,-5 L76,7 L-44,7 L-44,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip76)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,254,139)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="36.5938" x="-18.2969" xml:space="preserve" y="3.5">[i_phaA]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,210,134)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,332,138)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip77">
|
||||
<path d="M-319,-61 L336.742,-61 L336.742,162 L-319,162 L-319,-61 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip77)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,332,126)">
|
||||
<g clip-path="url(#clip77)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,47,126)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -972,5 +972,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2019-10-06 14:07:00 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2019-10-12 18:21:10 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
@ -48,86 +48,6 @@
|
||||
"finder":[
|
||||
]
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8699",
|
||||
"className":"Simulink.Outport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"i_alphaBC",
|
||||
"label":"i_alphaBC",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8686",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"EnsureOutportIsVirtual",
|
||||
"InitialOutput",
|
||||
"MustResolveToSignalObject",
|
||||
"OutputWhenDisabled",
|
||||
"OutputWhenUnConnected",
|
||||
"OutputWhenUnconnectedValue",
|
||||
"SignalName",
|
||||
"SignalObject",
|
||||
"SourceOfInitialOutputValue",
|
||||
"StorageClass",
|
||||
"VectorParamsAs1DForOutWhenUnconnected"
|
||||
],
|
||||
"values":[
|
||||
"1",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"off",
|
||||
"[]",
|
||||
"off",
|
||||
"held",
|
||||
"off",
|
||||
"0",
|
||||
"",
|
||||
[
|
||||
],
|
||||
"Dialog",
|
||||
"Auto",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Outport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8698",
|
||||
"className":"Simulink.Sum",
|
||||
@ -187,65 +107,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8697",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum1",
|
||||
"label":"Sum1",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8686",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"rectangular",
|
||||
"--",
|
||||
"off",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(1,16,4)",
|
||||
"off",
|
||||
"Simplest",
|
||||
"on",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8696",
|
||||
"className":"Simulink.Goto",
|
||||
@ -279,191 +140,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8695",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto13",
|
||||
"label":"Goto13",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8686",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"i_phaB",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8694",
|
||||
"className":"Simulink.Gain",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Gain2",
|
||||
"label":"Gain2",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8686",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Gain",
|
||||
"Multiplication",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"ParamMin",
|
||||
"ParamMax",
|
||||
"ParamDataTypeStr",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"1/sqrt(3)",
|
||||
"Element-wise(K.*u)",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as input",
|
||||
"off",
|
||||
"Zero",
|
||||
"off",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"Parameter Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
8,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Gain",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8693",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From5",
|
||||
"label":"From5",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8686",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"i_phaC",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8692",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From4",
|
||||
"label":"From4",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8686",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"i_phaB",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8689",
|
||||
"className":"Simulink.ActionPort",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Action Port",
|
||||
"label":"Action Port",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8686",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitializeStates",
|
||||
"PropagateVarSize"
|
||||
],
|
||||
"values":[
|
||||
"held",
|
||||
"Only when execution is resumed"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"ActionPort",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8700",
|
||||
"className":"Simulink.Outport",
|
||||
@ -544,6 +220,330 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8694",
|
||||
"className":"Simulink.Gain",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Gain2",
|
||||
"label":"Gain2",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8686",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Gain",
|
||||
"Multiplication",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"ParamMin",
|
||||
"ParamMax",
|
||||
"ParamDataTypeStr",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"1/sqrt(3)",
|
||||
"Element-wise(K.*u)",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as input",
|
||||
"off",
|
||||
"Zero",
|
||||
"off",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"Parameter Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
8,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Gain",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8699",
|
||||
"className":"Simulink.Outport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"i_alphaBC",
|
||||
"label":"i_alphaBC",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8686",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"EnsureOutportIsVirtual",
|
||||
"InitialOutput",
|
||||
"MustResolveToSignalObject",
|
||||
"OutputWhenDisabled",
|
||||
"OutputWhenUnConnected",
|
||||
"OutputWhenUnconnectedValue",
|
||||
"SignalName",
|
||||
"SignalObject",
|
||||
"SourceOfInitialOutputValue",
|
||||
"StorageClass",
|
||||
"VectorParamsAs1DForOutWhenUnconnected"
|
||||
],
|
||||
"values":[
|
||||
"1",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"off",
|
||||
"[]",
|
||||
"off",
|
||||
"held",
|
||||
"off",
|
||||
"0",
|
||||
"",
|
||||
[
|
||||
],
|
||||
"Dialog",
|
||||
"Auto",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Outport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8693",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From5",
|
||||
"label":"From5",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8686",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"i_phaC",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8690",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From2",
|
||||
"label":"From2",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8686",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"i_phaB",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8689",
|
||||
"className":"Simulink.ActionPort",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Action Port",
|
||||
"label":"Action Port",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8686",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitializeStates",
|
||||
"PropagateVarSize"
|
||||
],
|
||||
"values":[
|
||||
"held",
|
||||
"Only when execution is resumed"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"ActionPort",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8695",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto13",
|
||||
"label":"Goto13",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8686",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"i_phaB",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8697",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum1",
|
||||
"label":"Sum1",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8686",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"rectangular",
|
||||
"--",
|
||||
"off",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(1,16,4)",
|
||||
"off",
|
||||
"Simplest",
|
||||
"on",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8688",
|
||||
"className":"Simulink.Inport",
|
||||
@ -612,42 +612,11 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8691",
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8692",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From3",
|
||||
"label":"From3",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8686",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"i_phaC",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8690",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From2",
|
||||
"label":"From2",
|
||||
"name":"From4",
|
||||
"label":"From4",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8686",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -740,6 +709,37 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8691",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From3",
|
||||
"label":"From3",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8686",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"i_phaC",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8691#out:1",
|
||||
"className":"Simulink.Line",
|
||||
|
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 6.0 KiB |
@ -62,54 +62,6 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8699">
|
||||
<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,734,202)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#e60000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,735,203)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip8">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip8)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,750,210)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,735,203)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,750,219)">
|
||||
<path d="M-24.0234,0 L24.0234,0 L24.0234,14 L-24.0234,14 L-24.0234,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip9">
|
||||
<path d="M-582.977,-124 L48.0469,-124 L48.0469,194 L-582.977,194 L-582.977,-124 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip9)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,725.977,219)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="46.0469" x="1" xml:space="preserve" y="10">i_alphaBC</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8698">
|
||||
@ -122,27 +74,27 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip11">
|
||||
<clipPath id="clip8">
|
||||
<path d="M544.5,296.5 L569.5,296.5 L569.5,407.5 L544.5,407.5 L544.5,296.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip11)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<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="548,325 552,325" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip12">
|
||||
<clipPath id="clip9">
|
||||
<path d="M544.5,296.5 L569.5,296.5 L569.5,407.5 L544.5,407.5 L544.5,296.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip12)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<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="550,323 550,327" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip13">
|
||||
<clipPath id="clip10">
|
||||
<path d="M544.5,296.5 L569.5,296.5 L569.5,407.5 L544.5,407.5 L544.5,296.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip13)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<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="548,380 552,380" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -160,67 +112,11 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip14">
|
||||
<clipPath id="clip11">
|
||||
<path d="M-429,-246 L202.023,-246 L202.023,72 L-429,72 L-429,-246 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip14)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,572,341)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8697">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,544,151)">
|
||||
<image height="119" preserveAspectRatio="none" width="33" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAB3CAYAAACNMymFAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABNklEQVRoge3bMU/CUBhG4ReDLKy6sDD5i/z/gwtLO9ShDLA43O/EqkCM3oHhPMnNbUjTnly6fqskr0mekzzV3suQZKx9ucbvN67rxbvF6mWbZFPX5yTHJO+XblynncAuyb5WL4+1n5LMSabFbz8iOIl9kpeOEUk7gTntBIZrEQ+dX/onRsAIGAEjYASMgBEwAkbACBgBI2AEjIARMAJGwAgYASNgBIyAETACRsAIGAEjYASMgBEwAkbACBgBI2AEjIARMAJGwAgYASNgBIyAETACRsAIGIG7iFinDYltc2VQ7B/ekhzq+VPaWN75WsSYrzN8vRxqjWkTcTcjhrpmhq+X5ZTkVM8+3YpYzvD1MtXzpvzi7xjqhimfp9LDsda82C9GrNJGNTdpH2bPj/Nc67S4Zkn37wOUk0Nzj91kZQAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,545,152)">
|
||||
<path d="M0,0 L25,0 L25,111 L0,111 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip16">
|
||||
<path d="M544.5,151.5 L569.5,151.5 L569.5,262.5 L544.5,262.5 L544.5,151.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip16)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="548,180 552,180" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip17">
|
||||
<path d="M544.5,151.5 L569.5,151.5 L569.5,262.5 L544.5,262.5 L544.5,151.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip17)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="548,235 552,235" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,545,152)">
|
||||
<path d="M0,0 L25,0 L25,111 L0,111 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,572,208)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip18">
|
||||
<path d="M-429,-101 L202.023,-101 L202.023,217 L-429,217 L-429,-101 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip18)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,572,196)">
|
||||
<g clip-path="url(#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,572,341)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -242,11 +138,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip20">
|
||||
<clipPath id="clip13">
|
||||
<path d="M-74,-5 L46,-5 L46,7 L-74,7 L-74,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip20)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,274,214)">
|
||||
<g clip-path="url(#clip13)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,274,214)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="37.1562" x="-18.5781" xml:space="preserve" y="3.5">[i_phaC]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -265,29 +161,44 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8695">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,199,173)">
|
||||
<image height="20" preserveAspectRatio="none" width="128" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAUCAYAAABFyTWeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABaUlEQVRoge2Zy27CMBBFD2AoJH38/+d1w6ZZBKmkEWlRFzMWxnIgC3sRmCNdOQErSJnrO05YcJ+lygFr1YtqO3J86zt/DRdc28jLF9DoGKqJJ7roPHexU+cbvb4DVsBCZeSjRu4zwAB0wCE10SEFKlHsse/8b61UlgD5Wet4Ao5AG3x2hTdAhbjmVVUDO5UvXC4jhAngE8cSID8DUvwDEv+jBgjx8b8F3oAPHWtVxbUprNgzJzZAiiXinh1ihncdfVJUXApvxZ4Z1n+fnCkJ8If0kx9kRf8iu8oWawGzJzbAGSlwWGy/i7RN4APigB5Z5T3wTdnHwI3KHgPL8gnskd1/iyT2kJroDdDrub0Iegz2qgZ5DLxpgJAzlzZQyhT2Krg84avgFmnjp9TEKZvAnKbwCRC2AEuA/LTIym+50wJy3vipprAEKE+nOkZjF08svfJSpoj/C7AEyM+gOgXHXoZhGIZhGMaz8w/7glXF59GMEgAAAABJRU5ErkJggg==" y="0"/>
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8700">
|
||||
<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,734,347)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,200,174)">
|
||||
<path d="M30,0 L120,0 L120,12 L30,12 L0,6 L30,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
<g clip-path="none" fill="#ff8000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,735,348)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip22">
|
||||
<path d="M-74,-5 L46,-5 L46,7 L-74,7 L-74,-5 z"/>
|
||||
<clipPath id="clip15">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip22)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,274,179)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="36.5938" x="-18.2969" xml:space="preserve" y="3.5">[i_phaB]</text>
|
||||
<g clip-path="url(#clip15)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,750,355)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">2</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,200,174)">
|
||||
<path d="M30,0 L120,0 L120,12 L30,12 L0,6 L30,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,735,348)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,750,364)">
|
||||
<path d="M-21.5234,0 L21.5234,0 L21.5234,14 L-21.5234,14 L-21.5234,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip16">
|
||||
<path d="M-585.477,-269 L45.5469,-269 L45.5469,49 L-585.477,49 L-585.477,-269 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip16)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,728.477,364)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="41.0469" x="1" xml:space="preserve" y="10">i_betaBC</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
@ -308,11 +219,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip24">
|
||||
<clipPath id="clip18">
|
||||
<path d="M-22,-23 L38,-23 L38,23 L-22,23 L-22,-23 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip24)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,647,355)">
|
||||
<g clip-path="url(#clip18)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,647,355)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="37.1562" x="-18.5781" xml:space="preserve" y="3.5">1/sqrt(3)</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -330,11 +241,11 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip25">
|
||||
<clipPath id="clip19">
|
||||
<path d="M-544,-246 L87.0234,-246 L87.0234,72 L-544,72 L-544,-246 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip25)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,687,341)">
|
||||
<g clip-path="url(#clip19)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,687,341)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -344,6 +255,54 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8699">
|
||||
<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,734,202)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ff8000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,735,203)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip21">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip21)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,750,210)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,735,203)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,750,219)">
|
||||
<path d="M-24.0234,0 L24.0234,0 L24.0234,14 L-24.0234,14 L-24.0234,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip22">
|
||||
<path d="M-582.977,-124 L48.0469,-124 L48.0469,194 L-582.977,194 L-582.977,-124 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip22)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,725.977,219)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="46.0469" x="1" xml:space="preserve" y="10">i_alphaBC</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8693">
|
||||
@ -356,11 +315,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip27">
|
||||
<clipPath id="clip24">
|
||||
<path d="M-44,-5 L76,-5 L76,7 L-44,7 L-44,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip27)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,399,379)">
|
||||
<g clip-path="url(#clip24)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,399,379)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="37.1562" x="-18.5781" xml:space="preserve" y="3.5">[i_phaC]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -378,11 +337,11 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip28">
|
||||
<clipPath id="clip25">
|
||||
<path d="M-334,-271 L297.023,-271 L297.023,47 L-334,47 L-334,-271 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,477,366)">
|
||||
<g clip-path="url(#clip25)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,477,366)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -394,43 +353,43 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8692">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,354,318)">
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8690">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,354,173)">
|
||||
<image height="20" preserveAspectRatio="none" width="128" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAUCAYAAABFyTWeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABUUlEQVRoge2ZzU7CUBCFv2pl41Y3bFj5RL7/E+DCHwq0/LmYuelFiwIdqiTnS05oC5n05kxn5pYCeAYegQf/FLFsXWtg5apdywPHP32XYqyz2GdTYqaPM4k4dq4NZtgaaDhs9OBJUWJP/hiYuEQsWywBNuxXgAjjeydFXgEmwFPcugX29Oct4LcKcI7xS2DhqoCZqwLmtMmQqtEeZfSKxR4FcOu682t9kiKZPccMroAP4M3j1sDNKTeoBBieY5MiGZ7MnmFmv/vvG040u4veAcR1owowPBEtYIH19U3fm1ECXJahh8A08R9NCUyBe9p+JGL5ug1sXENvA7/tAMAS4AUY+fkqaNHCuIoXQVM/brBpU8Ty718FTz1ghe0nRRx5BchbQM0fmN1FSoA58EpbDUQcx1aAi5vdRYH9FzDChkANgrF0VYBcg5othBBCCCEEAJ+G2WlPPBfvMwAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,355,319)">
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,355,174)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip30">
|
||||
<clipPath id="clip27">
|
||||
<path d="M-44,-5 L76,-5 L76,7 L-44,7 L-44,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip30)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,399,324)">
|
||||
<g clip-path="url(#clip27)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,399,179)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="36.5938" x="-18.2969" xml:space="preserve" y="3.5">[i_phaB]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,355,319)">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,355,174)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,477,323)">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,477,178)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip31">
|
||||
<path d="M-334,-216 L297.023,-216 L297.023,102 L-334,102 L-334,-216 z"/>
|
||||
<clipPath id="clip28">
|
||||
<path d="M-334,-71 L297.023,-71 L297.023,247 L-334,247 L-334,-71 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip31)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,477,311)">
|
||||
<g clip-path="url(#clip28)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,477,166)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -452,11 +411,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip33">
|
||||
<clipPath id="clip30">
|
||||
<path d="M-29,-14 L30,-14 L30,14 L-29,14 L-29,-14 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#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,274,129)">
|
||||
<g clip-path="url(#clip30)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,274,129)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="30.5" x="-15.25" xml:space="preserve" y="3.5">else { }</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -474,11 +433,11 @@
|
||||
<path d="M-25.3984,0 L25.3984,0 L25.3984,14 L-25.3984,14 L-25.3984,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip34">
|
||||
<clipPath id="clip31">
|
||||
<path d="M-106.102,-50 L524.922,-50 L524.922,268 L-106.102,268 L-106.102,-50 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip34)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,249.102,145)">
|
||||
<g clip-path="url(#clip31)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,249.102,145)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="48.7969" x="1" xml:space="preserve" y="10">Action Port</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -490,44 +449,85 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8700">
|
||||
<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,734,347)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8695">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,199,173)">
|
||||
<image height="20" preserveAspectRatio="none" width="128" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAUCAYAAABFyTWeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABaUlEQVRoge2Zy27CMBBFD2AoJH38/+d1w6ZZBKmkEWlRFzMWxnIgC3sRmCNdOQErSJnrO05YcJ+lygFr1YtqO3J86zt/DRdc28jLF9DoGKqJJ7roPHexU+cbvb4DVsBCZeSjRu4zwAB0wCE10SEFKlHsse/8b61UlgD5Wet4Ao5AG3x2hTdAhbjmVVUDO5UvXC4jhAngE8cSID8DUvwDEv+jBgjx8b8F3oAPHWtVxbUprNgzJzZAiiXinh1ihncdfVJUXApvxZ4Z1n+fnCkJ8If0kx9kRf8iu8oWawGzJzbAGSlwWGy/i7RN4APigB5Z5T3wTdnHwI3KHgPL8gnskd1/iyT2kJroDdDrub0Iegz2qgZ5DLxpgJAzlzZQyhT2Krg84avgFmnjp9TEKZvAnKbwCRC2AEuA/LTIym+50wJy3vipprAEKE+nOkZjF08svfJSpoj/C7AEyM+gOgXHXoZhGIZhGMaz8w/7glXF59GMEgAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#e60000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,735,348)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,200,174)">
|
||||
<path d="M30,0 L120,0 L120,12 L30,12 L0,6 L30,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip36">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
<clipPath id="clip33">
|
||||
<path d="M-74,-5 L46,-5 L46,7 L-74,7 L-74,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip36)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,750,355)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">2</text>
|
||||
<g clip-path="url(#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,274,179)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="36.5938" x="-18.2969" xml:space="preserve" y="3.5">[i_phaB]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,735,348)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,200,174)">
|
||||
<path d="M30,0 L120,0 L120,12 L30,12 L0,6 L30,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk BlockName">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,750,364)">
|
||||
<path d="M-21.5234,0 L21.5234,0 L21.5234,14 L-21.5234,14 L-21.5234,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8697">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,544,151)">
|
||||
<image height="119" preserveAspectRatio="none" width="33" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAB3CAYAAACNMymFAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABNklEQVRoge3bMU/CUBhG4ReDLKy6sDD5i/z/gwtLO9ShDLA43O/EqkCM3oHhPMnNbUjTnly6fqskr0mekzzV3suQZKx9ucbvN67rxbvF6mWbZFPX5yTHJO+XblynncAuyb5WL4+1n5LMSabFbz8iOIl9kpeOEUk7gTntBIZrEQ+dX/onRsAIGAEjYASMgBEwAkbACBgBI2AEjIARMAJGwAgYASNgBIyAETACRsAIGAEjYASMgBEwAkbACBgBI2AEjIARMAJGwAgYASNgBIyAETACRsAIGIG7iFinDYltc2VQ7B/ekhzq+VPaWN75WsSYrzN8vRxqjWkTcTcjhrpmhq+X5ZTkVM8+3YpYzvD1MtXzpvzi7xjqhimfp9LDsda82C9GrNJGNTdpH2bPj/Nc67S4Zkn37wOUk0Nzj91kZQAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,545,152)">
|
||||
<path d="M0,0 L25,0 L25,111 L0,111 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip35">
|
||||
<path d="M544.5,151.5 L569.5,151.5 L569.5,262.5 L544.5,262.5 L544.5,151.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip35)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="548,180 552,180" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip36">
|
||||
<path d="M544.5,151.5 L569.5,151.5 L569.5,262.5 L544.5,262.5 L544.5,151.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip36)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="548,235 552,235" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,545,152)">
|
||||
<path d="M0,0 L25,0 L25,111 L0,111 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,572,208)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip37">
|
||||
<path d="M-585.477,-269 L45.5469,-269 L45.5469,49 L-585.477,49 L-585.477,-269 z"/>
|
||||
<path d="M-429,-101 L202.023,-101 L202.023,217 L-429,217 L-429,-101 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip37)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,728.477,364)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="41.0469" x="1" xml:space="preserve" y="10">i_betaBC</text>
|
||||
<g clip-path="url(#clip37)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,572,196)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
@ -542,7 +542,7 @@
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,144,207)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d100" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,145,208)">
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,145,208)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -601,11 +601,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8691">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,354,228)">
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8692">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,354,318)">
|
||||
<image height="20" preserveAspectRatio="none" width="128" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAUCAYAAABFyTWeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABUUlEQVRoge2ZzU7CUBCFv2pl41Y3bFj5RL7/E+DCHwq0/LmYuelFiwIdqiTnS05oC5n05kxn5pYCeAYegQf/FLFsXWtg5apdywPHP32XYqyz2GdTYqaPM4k4dq4NZtgaaDhs9OBJUWJP/hiYuEQsWywBNuxXgAjjeydFXgEmwFPcugX29Oct4LcKcI7xS2DhqoCZqwLmtMmQqtEeZfSKxR4FcOu682t9kiKZPccMroAP4M3j1sDNKTeoBBieY5MiGZ7MnmFmv/vvG040u4veAcR1owowPBEtYIH19U3fm1ECXJahh8A08R9NCUyBe9p+JGL5ug1sXENvA7/tAMAS4AUY+fkqaNHCuIoXQVM/brBpU8Ty718FTz1ghe0nRRx5BchbQM0fmN1FSoA58EpbDUQcx1aAi5vdRYH9FzDChkANgrF0VYBcg5othBBCCCEEAJ+G2WlPPBfvMwAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,355,229)">
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,355,319)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -615,77 +615,29 @@
|
||||
<path d="M-44,-5 L76,-5 L76,7 L-44,7 L-44,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip43)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,399,234)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="37.1562" x="-18.5781" xml:space="preserve" y="3.5">[i_phaC]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,355,229)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,477,233)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip44">
|
||||
<path d="M-334,-126 L297.023,-126 L297.023,192 L-334,192 L-334,-126 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip44)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,477,221)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8690">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,354,173)">
|
||||
<image height="20" preserveAspectRatio="none" width="128" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAUCAYAAABFyTWeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABUUlEQVRoge2ZzU7CUBCFv2pl41Y3bFj5RL7/E+DCHwq0/LmYuelFiwIdqiTnS05oC5n05kxn5pYCeAYegQf/FLFsXWtg5apdywPHP32XYqyz2GdTYqaPM4k4dq4NZtgaaDhs9OBJUWJP/hiYuEQsWywBNuxXgAjjeydFXgEmwFPcugX29Oct4LcKcI7xS2DhqoCZqwLmtMmQqtEeZfSKxR4FcOu682t9kiKZPccMroAP4M3j1sDNKTeoBBieY5MiGZ7MnmFmv/vvG040u4veAcR1owowPBEtYIH19U3fm1ECXJahh8A08R9NCUyBe9p+JGL5ug1sXENvA7/tAMAS4AUY+fkqaNHCuIoXQVM/brBpU8Ty718FTz1ghe0nRRx5BchbQM0fmN1FSoA58EpbDUQcx1aAi5vdRYH9FzDChkANgrF0VYBcg5othBBCCCEEAJ+G2WlPPBfvMwAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,355,174)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip46">
|
||||
<path d="M-44,-5 L76,-5 L76,7 L-44,7 L-44,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip46)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,399,179)">
|
||||
<g clip-path="url(#clip43)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,399,324)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="36.5938" x="-18.2969" xml:space="preserve" y="3.5">[i_phaB]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,355,174)">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,355,319)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,477,178)">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,477,323)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip47">
|
||||
<path d="M-334,-71 L297.023,-71 L297.023,247 L-334,247 L-334,-71 z"/>
|
||||
<clipPath id="clip44">
|
||||
<path d="M-334,-216 L297.023,-216 L297.023,102 L-334,102 L-334,-216 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip47)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,477,166)">
|
||||
<g clip-path="url(#clip44)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,477,311)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -701,17 +653,17 @@
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,144,172)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d100" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,145,173)">
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,145,173)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip49">
|
||||
<clipPath id="clip46">
|
||||
<path d="M-15,-7 L15,-7 L15,7 L-15,7 L-15,-7 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip49)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,160,180)">
|
||||
<g clip-path="url(#clip46)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,160,180)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -729,11 +681,11 @@
|
||||
<path d="M-16.5312,0 L16.5312,0 L16.5312,14 L-16.5312,14 L-16.5312,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip50">
|
||||
<clipPath id="clip47">
|
||||
<path d="M-0.46875,-94 L630.555,-94 L630.555,224 L-0.46875,224 L-0.46875,-94 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip50)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,143.469,189)">
|
||||
<g clip-path="url(#clip47)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,143.469,189)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="31.0625" x="1" xml:space="preserve" y="10">i_phaB</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -744,11 +696,59 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip51">
|
||||
<clipPath id="clip48">
|
||||
<path d="M-34,-71 L597.023,-71 L597.023,247 L-34,247 L-34,-71 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip51)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,177,166)">
|
||||
<g clip-path="url(#clip48)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,177,166)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8691">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,354,228)">
|
||||
<image height="20" preserveAspectRatio="none" width="128" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAUCAYAAABFyTWeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABUUlEQVRoge2ZzU7CUBCFv2pl41Y3bFj5RL7/E+DCHwq0/LmYuelFiwIdqiTnS05oC5n05kxn5pYCeAYegQf/FLFsXWtg5apdywPHP32XYqyz2GdTYqaPM4k4dq4NZtgaaDhs9OBJUWJP/hiYuEQsWywBNuxXgAjjeydFXgEmwFPcugX29Oct4LcKcI7xS2DhqoCZqwLmtMmQqtEeZfSKxR4FcOu682t9kiKZPccMroAP4M3j1sDNKTeoBBieY5MiGZ7MnmFmv/vvG040u4veAcR1owowPBEtYIH19U3fm1ECXJahh8A08R9NCUyBe9p+JGL5ug1sXENvA7/tAMAS4AUY+fkqaNHCuIoXQVM/brBpU8Ty718FTz1ghe0nRRx5BchbQM0fmN1FSoA58EpbDUQcx1aAi5vdRYH9FzDChkANgrF0VYBcg5othBBCCCEEAJ+G2WlPPBfvMwAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,355,229)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip50">
|
||||
<path d="M-44,-5 L76,-5 L76,7 L-44,7 L-44,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip50)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,399,234)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="37.1562" x="-18.5781" xml:space="preserve" y="3.5">[i_phaC]</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,355,229)">
|
||||
<path d="M0,0 L90,0 L120,6 L90,12 L0,12 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,477,233)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip51">
|
||||
<path d="M-334,-126 L297.023,-126 L297.023,192 L-334,192 L-334,-126 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip51)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,477,221)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -886,5 +886,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2019-10-06 14:07:00 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2019-10-12 18:21:10 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 63 KiB |
@ -1,4 +1,84 @@
|
||||
[
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8741",
|
||||
"className":"Simulink.Outport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"iq",
|
||||
"label":"iq",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8726",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"EnsureOutportIsVirtual",
|
||||
"InitialOutput",
|
||||
"MustResolveToSignalObject",
|
||||
"OutputWhenDisabled",
|
||||
"OutputWhenUnConnected",
|
||||
"OutputWhenUnconnectedValue",
|
||||
"SignalName",
|
||||
"SignalObject",
|
||||
"SourceOfInitialOutputValue",
|
||||
"StorageClass",
|
||||
"VectorParamsAs1DForOutWhenUnconnected"
|
||||
],
|
||||
"values":[
|
||||
"1",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"off",
|
||||
"[]",
|
||||
"off",
|
||||
"held",
|
||||
"off",
|
||||
"0",
|
||||
"",
|
||||
[
|
||||
],
|
||||
"Dialog",
|
||||
"Auto",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Outport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8740",
|
||||
"className":"Simulink.Constant",
|
||||
@ -48,6 +128,37 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8739",
|
||||
"className":"Simulink.Mux",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Mux2",
|
||||
"label":"Mux2",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8726",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Inputs",
|
||||
"DisplayOption"
|
||||
],
|
||||
"values":[
|
||||
"2",
|
||||
"bar"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Mux",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8737",
|
||||
"className":"Simulink.Goto",
|
||||
@ -81,37 +192,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8739",
|
||||
"className":"Simulink.Mux",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Mux2",
|
||||
"label":"Mux2",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8726",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Inputs",
|
||||
"DisplayOption"
|
||||
],
|
||||
"values":[
|
||||
"2",
|
||||
"bar"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Mux",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8736",
|
||||
"className":"Simulink.Goto",
|
||||
@ -145,6 +225,376 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8735",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto2",
|
||||
"label":"Goto2",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8726",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"iq_raw",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8734",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto",
|
||||
"label":"Goto",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8726",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"iq",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8732",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From2",
|
||||
"label":"From2",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8726",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"iq_raw",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8733",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From3",
|
||||
"label":"From3",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8726",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"id_raw",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8731",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From1",
|
||||
"label":"From1",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8726",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"id",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8729",
|
||||
"className":"Simulink.Demux",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Demux1",
|
||||
"label":"Demux1",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8726",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Outputs",
|
||||
"DisplayOption",
|
||||
"BusSelectionMode"
|
||||
],
|
||||
"values":[
|
||||
"2",
|
||||
"bar",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Demux",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8742",
|
||||
"className":"Simulink.Outport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"id",
|
||||
"label":"id",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8726",
|
||||
"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":[
|
||||
"2",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"off",
|
||||
"[]",
|
||||
"off",
|
||||
"held",
|
||||
"off",
|
||||
"0",
|
||||
"",
|
||||
[
|
||||
],
|
||||
"Dialog",
|
||||
"Auto",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Outport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8730",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From",
|
||||
"label":"From",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8726",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"iq",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8728",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"id_raw",
|
||||
"label":"id_raw",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8726",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"InputConnect",
|
||||
"Interpolate",
|
||||
"LatchByDelayingOutsideSignal",
|
||||
"LatchInputForFeedbackSignals",
|
||||
"OutputFunctionCall"
|
||||
],
|
||||
"values":[
|
||||
"2",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"",
|
||||
"on",
|
||||
"off",
|
||||
"off",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Inport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8738",
|
||||
"className":"Simulink.SubSystem",
|
||||
@ -238,456 +688,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8742",
|
||||
"className":"Simulink.Outport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"id",
|
||||
"label":"id",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8726",
|
||||
"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":[
|
||||
"2",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"off",
|
||||
"[]",
|
||||
"off",
|
||||
"held",
|
||||
"off",
|
||||
"0",
|
||||
"",
|
||||
[
|
||||
],
|
||||
"Dialog",
|
||||
"Auto",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Outport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8741",
|
||||
"className":"Simulink.Outport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"iq",
|
||||
"label":"iq",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8726",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"EnsureOutportIsVirtual",
|
||||
"InitialOutput",
|
||||
"MustResolveToSignalObject",
|
||||
"OutputWhenDisabled",
|
||||
"OutputWhenUnConnected",
|
||||
"OutputWhenUnconnectedValue",
|
||||
"SignalName",
|
||||
"SignalObject",
|
||||
"SourceOfInitialOutputValue",
|
||||
"StorageClass",
|
||||
"VectorParamsAs1DForOutWhenUnconnected"
|
||||
],
|
||||
"values":[
|
||||
"1",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"off",
|
||||
"[]",
|
||||
"off",
|
||||
"held",
|
||||
"off",
|
||||
"0",
|
||||
"",
|
||||
[
|
||||
],
|
||||
"Dialog",
|
||||
"Auto",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Outport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8734",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto",
|
||||
"label":"Goto",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8726",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"iq",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8731",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From1",
|
||||
"label":"From1",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8726",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"id",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8730",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From",
|
||||
"label":"From",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8726",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"iq",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8732",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From2",
|
||||
"label":"From2",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8726",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"iq_raw",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8733",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From3",
|
||||
"label":"From3",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8726",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"id_raw",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8729",
|
||||
"className":"Simulink.Demux",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Demux1",
|
||||
"label":"Demux1",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8726",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Outputs",
|
||||
"DisplayOption",
|
||||
"BusSelectionMode"
|
||||
],
|
||||
"values":[
|
||||
"2",
|
||||
"bar",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Demux",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8735",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto2",
|
||||
"label":"Goto2",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8726",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"iq_raw",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8728",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"id_raw",
|
||||
"label":"id_raw",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8726",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"InputConnect",
|
||||
"Interpolate",
|
||||
"LatchByDelayingOutsideSignal",
|
||||
"LatchInputForFeedbackSignals",
|
||||
"OutputFunctionCall"
|
||||
],
|
||||
"values":[
|
||||
"2",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"",
|
||||
"on",
|
||||
"off",
|
||||
"off",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Inport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8727",
|
||||
"className":"Simulink.Inport",
|
||||
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 81 KiB |
@ -130,11 +130,11 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8738:2405",
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8738:2404",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum5",
|
||||
"label":"Sum5",
|
||||
"name":"Sum1",
|
||||
"label":"Sum1",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8738",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -154,12 +154,12 @@
|
||||
],
|
||||
"values":[
|
||||
"rectangular",
|
||||
"+-",
|
||||
"++",
|
||||
"on",
|
||||
"Inherit: Same as first input",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as first input",
|
||||
"fixdt(1,16,4)",
|
||||
"off",
|
||||
"Simplest",
|
||||
"off",
|
||||
@ -245,65 +245,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8738:2404",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum1",
|
||||
"label":"Sum1",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8738",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"rectangular",
|
||||
"++",
|
||||
"on",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(1,16,4)",
|
||||
"off",
|
||||
"Simplest",
|
||||
"off",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8738:2402",
|
||||
"className":"Simulink.Product",
|
||||
@ -410,6 +351,65 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8738:2405",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum5",
|
||||
"label":"Sum5",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8738",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"rectangular",
|
||||
"+-",
|
||||
"on",
|
||||
"Inherit: Same as first input",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as first input",
|
||||
"off",
|
||||
"Simplest",
|
||||
"off",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8738:2400",
|
||||
"className":"Simulink.Inport",
|
||||
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.5 KiB |
@ -17,7 +17,7 @@
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,539,87)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#e60000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,540,88)">
|
||||
<g clip-path="none" fill="#ff8000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,540,88)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -139,126 +139,6 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8738:2405">
|
||||
<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,239,124)">
|
||||
<image height="48" preserveAspectRatio="none" width="28" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAwCAYAAAACYxrZAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA20lEQVRYhe2YIQ/CQAyFvxHAYMHMTPGL+P8Cg7mJQ2xiM4h24YBtgWLfS17aLN196eVMWwEX4AQcPUaUgNZj6fa9cOuQunBEB2Dv+Qj0wH2ucIt1VgONO6KdxwHogFx8+wBOHTbAOQgE66zDOktLwM0fgJAEFFBAAQUUUEABBRRQQAEFFBBsAk7YjD47sX6pK3DzszI2449LwJbXhUBEN3eLjdyrwOT5tBCIqFybZD9nWAOWC4GIsv+b+eJKkxdknt3+qt7dFXEWWGF7mj32aKIPZ3QPRT5Zkv7TA6RNQuXhT3RYAAAAAElFTkSuQmCC" 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,240,125)">
|
||||
<path d="M0,0 L20,0 L20,40 L0,40 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip29">
|
||||
<path d="M239.5,124.5 L259.5,124.5 L259.5,164.5 L239.5,164.5 L239.5,124.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip29)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="243,135 247,135" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip30">
|
||||
<path d="M239.5,124.5 L259.5,124.5 L259.5,164.5 L239.5,164.5 L239.5,124.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip30)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="245,133 245,137" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip31">
|
||||
<path d="M239.5,124.5 L259.5,124.5 L259.5,164.5 L239.5,164.5 L239.5,124.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip31)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="243,155 247,155" 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,240,125)">
|
||||
<path d="M0,0 L20,0 L20,40 L0,40 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,262,143)">
|
||||
<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="clip32">
|
||||
<path d="M-169,-110 L313,-110 L313,91 L-169,91 L-169,-110 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip32)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,262,131)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="49.9844" x="1" xml:space="preserve" y="9">ufix16_En16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8738:2403">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,329,98)">
|
||||
<image height="70" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAABGCAYAAACgyeb0AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABX0lEQVRoge2asW7CMBRFD1XKwtouLEz9ov5Zfw+WLizJkA7JAEM7+CFZJm7zGhtluEd6ehGywtEVRHmWN8A78Aq8WK9JC3TW4+rShY3J7KOqyQ7Y2vUVGIGvqYUNIak9cLCqybP1CzAAffTZndgtsQPwVlkMQlIDIak2J/b0AJF/ITEvEvMiMS+rFWsK3ecInKL+sfSGq01MYl4k5kViXiTmRWJeJOZFYl4k5kViXiTmRWJeVis2Z+A9zljzCZwJO4T9IiNjjthpxpqzVUdms9dLqcTibfJVJdYTkup5oNicxEarwfpiSiV2tbpYX0wpseKs9jkmMS8S8yIxL3OeY9/VLSZYbWIS8yIxLxLz0hDe03dkzj8UJp2mRjIvlg1hiIiPtdQknaZ+FWvt+naspSbpNDXY92bF4mMtNUmnqT8TG21hO7WoIOk0NeTENoTTUFvCj7/2HyCdpuISQgD8AN2WZKMEUBVwAAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,330,99)">
|
||||
<path d="M0,0 L30,0 L30,62 L0,62 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip34">
|
||||
<path d="M329.5,98.5 L359.5,98.5 L359.5,160.5 L329.5,160.5 L329.5,98.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="348,133 342,127" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip35">
|
||||
<path d="M329.5,98.5 L359.5,98.5 L359.5,160.5 L329.5,160.5 L329.5,98.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip35)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="348,127 342,133" 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,330,99)">
|
||||
<path d="M0,0 L30,0 L30,62 L0,62 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,362,128)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip36">
|
||||
<path d="M-269,-95 L213,-95 L213,106 L-269,106 L-269,-95 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip36)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,362,116)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8738:2404">
|
||||
@ -271,35 +151,35 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip38">
|
||||
<clipPath id="clip29">
|
||||
<path d="M419.5,22.5 L449.5,22.5 L449.5,166.5 L419.5,166.5 L419.5,22.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip38)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<g clip-path="url(#clip29)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="423,60 427,60" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip39">
|
||||
<clipPath id="clip30">
|
||||
<path d="M419.5,22.5 L449.5,22.5 L449.5,166.5 L419.5,166.5 L419.5,22.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip39)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<g clip-path="url(#clip30)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="425,58 425,62" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip40">
|
||||
<clipPath id="clip31">
|
||||
<path d="M419.5,22.5 L449.5,22.5 L449.5,166.5 L419.5,166.5 L419.5,22.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip40)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<g clip-path="url(#clip31)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="423,130 427,130" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip41">
|
||||
<clipPath id="clip32">
|
||||
<path d="M419.5,22.5 L449.5,22.5 L449.5,166.5 L419.5,166.5 L419.5,22.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip41)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<g clip-path="url(#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="425,128 425,132" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -317,11 +197,67 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip42">
|
||||
<clipPath id="clip33">
|
||||
<path d="M-359,-60 L123,-60 L123,141 L-359,141 L-359,-60 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip42)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,452,81)">
|
||||
<g clip-path="url(#clip33)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,452,81)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8738:2403">
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,329,98)">
|
||||
<image height="70" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAABGCAYAAACgyeb0AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABFElEQVRoge3asW7CMBSF4Z8qZWGFhYWpT9T3H7qwJIM7hCFZOvhGdQtBnKqX6XySZQtFyi8D290A78AB2MeeqQeG2Ns1/H6wi5hjszLtgG2cZ+ACfN56sKPe1BE4xcr0GvsEjEBpPrsKW27sBLwlh0G9qZF6U/1a2MsTQv7EYSqHqRymcpjKYSqHqRymcpjKYSqHqRymcpjKYSqHqRymcpjKYSqHqRymcpjKYSqHqRymcpjKYSqHqRym6qizDztW5h/+2QdwjncW6qTKvBY28HOsJdM51kAdCLkb1sd5GWvJ1A4dlXjfdC+sHWvJVOIdhQe+yj4eKHzfXpZLrLHZb4ZtqNNQW+qPP/sPMMeamvOyzAzgC1AuQxFcVUiGAAAAAElFTkSuQmCC" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,330,99)">
|
||||
<path d="M0,0 L30,0 L30,62 L0,62 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip35">
|
||||
<path d="M329.5,98.5 L359.5,98.5 L359.5,160.5 L329.5,160.5 L329.5,98.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip35)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="348,133 342,127" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip36">
|
||||
<path d="M329.5,98.5 L359.5,98.5 L359.5,160.5 L329.5,160.5 L329.5,98.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip36)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="348,127 342,133" 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,330,99)">
|
||||
<path d="M0,0 L30,0 L30,62 L0,62 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,362,128)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip37">
|
||||
<path d="M-269,-95 L213,-95 L213,106 L-269,106 L-269,-95 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip37)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,362,116)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -343,19 +279,19 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip44">
|
||||
<clipPath id="clip39">
|
||||
<path d="M329.5,28.5 L359.5,28.5 L359.5,90.5 L329.5,90.5 L329.5,28.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip44)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<g clip-path="url(#clip39)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="348,63 342,57" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip45">
|
||||
<clipPath id="clip40">
|
||||
<path d="M329.5,28.5 L359.5,28.5 L359.5,90.5 L329.5,90.5 L329.5,28.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip45)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<g clip-path="url(#clip40)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="348,57 342,63" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -373,11 +309,11 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip46">
|
||||
<clipPath id="clip41">
|
||||
<path d="M-269,-25 L213,-25 L213,176 L-269,176 L-269,-25 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,362,46)">
|
||||
<g clip-path="url(#clip41)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,362,46)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -399,11 +335,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip48">
|
||||
<clipPath id="clip43">
|
||||
<path d="M-17,-8 L18,-8 L18,8 L-17,8 L-17,-8 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip48)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,182,135)">
|
||||
<g clip-path="url(#clip43)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,182,135)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="5.54688" x="-2.76562" xml:space="preserve" y="3.5">1</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -421,11 +357,75 @@
|
||||
<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="clip49">
|
||||
<clipPath id="clip44">
|
||||
<path d="M-109,-100 L373,-100 L373,101 L-109,101 L-109,-100 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip49)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,202,121)">
|
||||
<g clip-path="url(#clip44)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,202,121)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="49.9844" x="1" xml:space="preserve" y="9">ufix16_En16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8738:2405">
|
||||
<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,239,124)">
|
||||
<image height="48" preserveAspectRatio="none" width="28" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAwCAYAAAACYxrZAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA20lEQVRYhe2YIQ/CQAyFvxHAYMHMTPGL+P8Cg7mJQ2xiM4h24YBtgWLfS17aLN196eVMWwEX4AQcPUaUgNZj6fa9cOuQunBEB2Dv+Qj0wH2ucIt1VgONO6KdxwHogFx8+wBOHTbAOQgE66zDOktLwM0fgJAEFFBAAQUUUEABBRRQQAEFFBBsAk7YjD47sX6pK3DzszI2449LwJbXhUBEN3eLjdyrwOT5tBCIqFybZD9nWAOWC4GIsv+b+eJKkxdknt3+qt7dFXEWWGF7mj32aKIPZ3QPRT5Zkv7TA6RNQuXhT3RYAAAAAElFTkSuQmCC" 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,240,125)">
|
||||
<path d="M0,0 L20,0 L20,40 L0,40 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip46">
|
||||
<path d="M239.5,124.5 L259.5,124.5 L259.5,164.5 L239.5,164.5 L239.5,124.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip46)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="243,135 247,135" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip47">
|
||||
<path d="M239.5,124.5 L259.5,124.5 L259.5,164.5 L239.5,164.5 L239.5,124.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip47)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="245,133 245,137" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip48">
|
||||
<path d="M239.5,124.5 L259.5,124.5 L259.5,164.5 L239.5,164.5 L239.5,124.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip48)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="243,155 247,155" 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,240,125)">
|
||||
<path d="M0,0 L20,0 L20,40 L0,40 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,262,143)">
|
||||
<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="clip49">
|
||||
<path d="M-169,-110 L313,-110 L313,91 L-169,91 L-169,-110 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip49)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,262,131)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="49.9844" x="1" xml:space="preserve" y="9">ufix16_En16</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -441,7 +441,7 @@
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,94,67)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d100" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,95,68)">
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,95,68)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -504,7 +504,7 @@
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,94,37)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d100" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,95,38)">
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,95,38)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -715,5 +715,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2019-10-06 14:07:01 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2019-10-12 18:21:11 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 9.3 KiB |
Before Width: | Height: | Size: 167 KiB After Width: | Height: | Size: 167 KiB |
@ -471,118 +471,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8880",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum6",
|
||||
"label":"Sum6",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8866",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"rectangular",
|
||||
"-+",
|
||||
"off",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(1,16,4)",
|
||||
"off",
|
||||
"Simplest",
|
||||
"off",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8877",
|
||||
"className":"Simulink.MinMax",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"MinMax2",
|
||||
"label":"MinMax2",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8866",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"OutDataTypeStr",
|
||||
"Function",
|
||||
"InputSameDT",
|
||||
"Inputs",
|
||||
"LockScale",
|
||||
"OutMax",
|
||||
"OutMin",
|
||||
"RndMeth",
|
||||
"SampleTime",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"ZeroCross"
|
||||
],
|
||||
"values":[
|
||||
"Inherit: Inherit via internal rule",
|
||||
"max",
|
||||
"on",
|
||||
"1",
|
||||
"off",
|
||||
"[]",
|
||||
"[]",
|
||||
"Floor",
|
||||
"-1",
|
||||
"off",
|
||||
"on"
|
||||
],
|
||||
"tabs":[
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
1
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"MinMax",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8879",
|
||||
"className":"Simulink.Sum",
|
||||
@ -754,6 +642,214 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8880",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum6",
|
||||
"label":"Sum6",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8866",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"rectangular",
|
||||
"-+",
|
||||
"off",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(1,16,4)",
|
||||
"off",
|
||||
"Simplest",
|
||||
"off",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8878",
|
||||
"className":"Simulink.Mux",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Mux4",
|
||||
"label":"Mux4",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8866",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Inputs",
|
||||
"DisplayOption"
|
||||
],
|
||||
"values":[
|
||||
"3",
|
||||
"bar"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Mux",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8870",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Add1",
|
||||
"label":"Add1",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8866",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"rectangular",
|
||||
"-+",
|
||||
"off",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as first input",
|
||||
"off",
|
||||
"Floor",
|
||||
"off",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8869",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Add",
|
||||
"label":"Add",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8866",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"rectangular",
|
||||
"++",
|
||||
"off",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"off",
|
||||
"Floor",
|
||||
"off",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8874",
|
||||
"className":"Simulink.Gain",
|
||||
@ -872,6 +968,59 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8877",
|
||||
"className":"Simulink.MinMax",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"MinMax2",
|
||||
"label":"MinMax2",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8866",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"OutDataTypeStr",
|
||||
"Function",
|
||||
"InputSameDT",
|
||||
"Inputs",
|
||||
"LockScale",
|
||||
"OutMax",
|
||||
"OutMin",
|
||||
"RndMeth",
|
||||
"SampleTime",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"ZeroCross"
|
||||
],
|
||||
"values":[
|
||||
"Inherit: Inherit via internal rule",
|
||||
"max",
|
||||
"on",
|
||||
"1",
|
||||
"off",
|
||||
"[]",
|
||||
"[]",
|
||||
"Floor",
|
||||
"-1",
|
||||
"off",
|
||||
"on"
|
||||
],
|
||||
"tabs":[
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
1
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"MinMax",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8872",
|
||||
"className":"Simulink.Gain",
|
||||
@ -931,96 +1080,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8878",
|
||||
"className":"Simulink.Mux",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Mux4",
|
||||
"label":"Mux4",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8866",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Inputs",
|
||||
"DisplayOption"
|
||||
],
|
||||
"values":[
|
||||
"3",
|
||||
"bar"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Mux",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8870",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Add1",
|
||||
"label":"Add1",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8866",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"rectangular",
|
||||
"-+",
|
||||
"off",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as first input",
|
||||
"off",
|
||||
"Floor",
|
||||
"off",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8871",
|
||||
"className":"Simulink.Demux",
|
||||
@ -1054,65 +1113,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8869",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Add",
|
||||
"label":"Add",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8866",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"rectangular",
|
||||
"++",
|
||||
"off",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"off",
|
||||
"Floor",
|
||||
"off",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8880#out:1",
|
||||
"className":"Simulink.Line",
|
||||
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
@ -95,7 +95,7 @@
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,79,272)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d100" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,80,273)">
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,80,273)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -158,7 +158,7 @@
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,1169,297)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#e60000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,1170,298)">
|
||||
<g clip-path="none" fill="#ff8000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,1170,298)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -206,7 +206,7 @@
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,79,172)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#00d100" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,80,173)">
|
||||
<g clip-path="none" fill="#00d1d1" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,80,173)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -269,7 +269,7 @@
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,1169,237)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#e60000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,1170,238)">
|
||||
<g clip-path="none" fill="#ff8000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,1170,238)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -317,7 +317,7 @@
|
||||
<g clip-path="none" fill="none" opacity="0.65098" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,1169,357)">
|
||||
<image height="22" preserveAspectRatio="none" width="38" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABo0lEQVRIie2WXU8CMRBFD+uCgqKJQsQXiYn//z/5hAZC+HLlYwUf5ja7WYbgCsQXJpkU2tI5vZ1OqQAvwD3QAtpq74A6UAMioEI52wBrYAl8AWNgAPTVDtU305wtiwXVAZ7kHeDWAfst3MYBmwBN4Eox0XgqX3tgLQE9A12BBcWqwEUJqDzcN7AiU+xG6yGYJTAHFvItsLbAusBrAexYigUwBDsHEuwoP3eBtYBHAXWAB6ChsbJKkdtEhKldJTu+GTCVj7BcqzprEGP5lPfGrsl/hKxqzVUhTpNMgC2LsOO6zLXuxAMt1vrFWDVMVRfsv23jdUZYgi5ybXqC4OEWFmMtcUpFAJsUPMHywd1JSdtorcSJM1W/K0SMVeKmPFzplOOXi3f5B/YCjMlEcMH6WEUON3HGaQrsO/AG9DAxRvvABmQ3cSWwYz9JY0ypXg5sorGdYEN9TrGKPOU0ioUHPDziE8Vzkz/Wj8LuEkzifKE9FCwk/lhr5xPfVQsFrGE5VhfMtdpj/u1JsDcx0fc5e25+CBhh6nh+qGKeu8d3trOdDfgBs5ixBRXsvc4AAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#e60000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,1170,358)">
|
||||
<g clip-path="none" fill="#ff8000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,1170,358)">
|
||||
<path d="M7,0 L23,0 C26.866,0 30,3.13401 30,7 C30,10.866 26.866,14 23,14 L7,14 C3.13401,14 0,10.866 0,7 C0,3.13401 3.13401,0 7,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -359,134 +359,6 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8880">
|
||||
<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,324,196)">
|
||||
<image height="119" preserveAspectRatio="none" width="33" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAB3CAYAAACNMymFAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABNklEQVRoge3bMU/CUBhG4ReDLKy6sDD5i/z/gwtLO9ShDLA43O/EqkCM3oHhPMnNbUjTnly6fqskr0mekzzV3suQZKx9ucbvN67rxbvF6mWbZFPX5yTHJO+XblynncAuyb5WL4+1n5LMSabFbz8iOIl9kpeOEUk7gTntBIZrEQ+dX/onRsAIGAEjYASMgBEwAkbACBgBI2AEjIARMAJGwAgYASNgBIyAETACRsAIGAEjYASMgBEwAkbACBgBI2AEjIARMAJGwAgYASNgBIyAETACRsAIGIG7iFinDYltc2VQ7B/ekhzq+VPaWN75WsSYrzN8vRxqjWkTcTcjhrpmhq+X5ZTkVM8+3YpYzvD1MtXzpvzi7xjqhimfp9LDsda82C9GrNJGNTdpH2bPj/Nc67S4Zkn37wOUk0Nzj91kZQAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,325,197)">
|
||||
<path d="M0,0 L25,0 L25,111 L0,111 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip28">
|
||||
<path d="M324.5,196.5 L349.5,196.5 L349.5,307.5 L324.5,307.5 L324.5,196.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip28)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="328,225 332,225" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip29">
|
||||
<path d="M324.5,196.5 L349.5,196.5 L349.5,307.5 L324.5,307.5 L324.5,196.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip29)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="328,280 332,280" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip30">
|
||||
<path d="M324.5,196.5 L349.5,196.5 L349.5,307.5 L324.5,307.5 L324.5,196.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip30)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="330,278 330,282" 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,325,197)">
|
||||
<path d="M0,0 L25,0 L25,111 L0,111 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,352,253)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip31">
|
||||
<path d="M-276.305,-150 L853,-150 L853,159 L-276.305,159 L-276.305,-150 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip31)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,352,241)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8877">
|
||||
<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,589,278)">
|
||||
<image height="40" preserveAspectRatio="none" width="58" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAAoCAYAAACvpem4AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABG0lEQVRoge2ZsW7CQAxAH9XBwtouLEx8TOd+flm6sCTDMcCQDO1gRxh0rVDbAOf4SZZPyEr85ChC8Qx4A16AZ8010QCtZhvtZWFC5FYmamIJLPTcA0dgXypMyCRXwFqjJuaaO+AAZPPbGXaia2Bzi+7+mR6R3COPbVH06ZYd3ZMQ9UaIeiNEvTEZ0TTitd+BbSFvf3Gtz782M5mJhqg3QtQbIeqNyYiO+Ydho/E64j2uZjITDVFvhKg3QtQbCfm6veSbL9wPzgewQxwysnvpS4UJ2TzZRU1N7DRaZCXxo2ij52FRUxN2bZiR/rtS4SBqFzU1kZGeM1c8uo0WZE7TrYWjxsHkougM2Y8ukJdRbS+kXqMz5yGCIAgejy/ob0psJFIhbAAAAABJRU5ErkJggg==" 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,590,279)">
|
||||
<path d="M0,0 L50,0 L50,32 L0,32 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip33">
|
||||
<path d="M0,0 L50,0 L50,32 L0,32 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip33)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,590,279)">
|
||||
<path d="M0,0 L50,0 L50,32 L0,32 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip39">
|
||||
<path d="M-10,-5 L15,-5 L15,10 L-10,10 L-10,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip39)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,612.5,292.5)">
|
||||
<path d="M-8.20312,6 L-8.20312,-0.21875 L-7.26562,-0.21875 L-7.26562,0.65625 C-7.06771,0.34375 -6.80729,0.0963542 -6.48438,-0.0859375 C-6.16146,-0.268229 -5.79167,-0.359375 -5.375,-0.359375 C-4.91667,-0.359375 -4.53906,-0.265625 -4.24219,-0.078125 C-3.94531,0.109375 -3.73958,0.375 -3.625,0.71875 C-3.125,0 -2.48438,-0.359375 -1.70312,-0.359375 C-1.07812,-0.359375 -0.601562,-0.190104 -0.273438,0.148438 C0.0546875,0.486979 0.21875,1.01562 0.21875,1.73438 L0.21875,6 L-0.828125,6 L-0.828125,2.07812 C-0.828125,1.66146 -0.861979,1.35938 -0.929688,1.17188 C-0.997396,0.984375 -1.11979,0.833333 -1.29688,0.71875 C-1.47396,0.604167 -1.6875,0.546875 -1.9375,0.546875 C-2.375,0.546875 -2.73698,0.692708 -3.02344,0.984375 C-3.3099,1.27604 -3.45312,1.74479 -3.45312,2.39062 L-3.45312,6 L-4.51562,6 L-4.51562,1.95312 C-4.51562,1.48438 -4.60156,1.13281 -4.77344,0.898438 C-4.94531,0.664062 -5.22396,0.546875 -5.60938,0.546875 C-5.91146,0.546875 -6.1875,0.625 -6.4375,0.78125 C-6.6875,0.9375 -6.86979,1.16667 -6.98438,1.46875 C-7.09896,1.77083 -7.15625,2.20312 -7.15625,2.76562 L-7.15625,6 L-8.20312,6 M5.84375,5.23438 C5.44792,5.56771 5.07031,5.80208 4.71094,5.9375 C4.35156,6.07292 3.96354,6.14062 3.54688,6.14062 C2.85938,6.14062 2.33333,5.97396 1.96875,5.64062 C1.60417,5.30729 1.42188,4.88021 1.42188,4.35938 C1.42188,4.05729 1.49219,3.77865 1.63281,3.52344 C1.77344,3.26823 1.95573,3.0651 2.17969,2.91406 C2.40365,2.76302 2.65625,2.65104 2.9375,2.57812 C3.14583,2.51562 3.45833,2.45833 3.875,2.40625 C4.71875,2.3125 5.34375,2.19271 5.75,2.04688 C5.75,1.90104 5.75,1.8125 5.75,1.78125 C5.75,1.34375 5.65104,1.03646 5.45312,0.859375 C5.18229,0.630208 4.78125,0.515625 4.25,0.515625 C3.76042,0.515625 3.39583,0.601562 3.15625,0.773438 C2.91667,0.945312 2.74479,1.25 2.64062,1.6875 L1.60938,1.54688 C1.70312,1.10938 1.85677,0.755208 2.07031,0.484375 C2.28385,0.213542 2.59375,0.00520833 3,-0.140625 C3.40625,-0.286458 3.875,-0.359375 4.40625,-0.359375 C4.9375,-0.359375 5.36979,-0.296875 5.70312,-0.171875 C6.03646,-0.046875 6.28125,0.109375 6.4375,0.296875 C6.59375,0.484375 6.70312,0.723958 6.76562,1.01562 C6.79688,1.19271 6.8125,1.51562 6.8125,1.98438 L6.8125,3.39062 C6.8125,4.36979 6.83594,4.98958 6.88281,5.25 C6.92969,5.51042 7.02083,5.76042 7.15625,6 L6.04688,6 C5.94271,5.78125 5.875,5.52604 5.84375,5.23438 M5.75,2.875 C5.36458,3.03125 4.79167,3.16667 4.03125,3.28125 C3.59375,3.34375 3.28646,3.41406 3.10938,3.49219 C2.93229,3.57031 2.79427,3.68229 2.69531,3.82812 C2.59635,3.97396 2.54688,4.14062 2.54688,4.32812 C2.54688,4.60938 2.65365,4.84375 2.86719,5.03125 C3.08073,5.21875 3.39062,5.3125 3.79688,5.3125 C4.20312,5.3125 4.5651,5.22396 4.88281,5.04688 C5.20052,4.86979 5.43229,4.625 5.57812,4.3125 C5.69271,4.07292 5.75,3.72396 5.75,3.26562 L5.75,2.875 M7.75,6 L10.0156,2.76562 L7.92188,-0.21875 L9.23438,-0.21875 L10.1875,1.23438 C10.3646,1.51562 10.5104,1.75 10.625,1.9375 C10.7917,1.67708 10.9479,1.44792 11.0938,1.25 L12.1406,-0.21875 L13.4062,-0.21875 L11.25,2.70312 L13.5781,6 L12.2812,6 L11,4.0625 L10.6562,3.54688 L9.03125,6 L7.75,6" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,590,279)">
|
||||
<path d="M0,0 L50,0 L50,32 L0,32 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,642,293)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip53">
|
||||
<path d="M-566.305,-190 L563,-190 L563,119 L-566.305,119 L-566.305,-190 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip53)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,642,281)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8879">
|
||||
@ -499,19 +371,19 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip55">
|
||||
<clipPath id="clip28">
|
||||
<path d="M429.5,291.5 L454.5,291.5 L454.5,362.5 L429.5,362.5 L429.5,291.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip55)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<g clip-path="url(#clip28)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="433,310 437,310" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip56">
|
||||
<clipPath id="clip29">
|
||||
<path d="M429.5,291.5 L454.5,291.5 L454.5,362.5 L429.5,362.5 L429.5,291.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip56)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<g clip-path="url(#clip29)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="433,345 437,345" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -529,11 +401,11 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip57">
|
||||
<clipPath id="clip30">
|
||||
<path d="M-381.305,-225 L748,-225 L748,84 L-381.305,84 L-381.305,-225 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,457,316)">
|
||||
<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,457,316)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -547,7 +419,7 @@
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8876">
|
||||
<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,589,237)">
|
||||
<image height="42" preserveAspectRatio="none" width="58" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAAqCAYAAADibUizAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABJklEQVRoge2ZsU7DQAyGv6KjS1dYunTqwzDz+HRh6ZIM16EdkgEGO8JUB6pIU3qOP8nyKbIu/uXT6aR/AbwCz8CT5ppogFazjfa8MCHi1iZqYgUsdd0DJ+BQKkzIJNfARqMmHjV3wBHI5ts37EQ3wPYW3V2ZHhF5QI5tUejDLTv6T0KoN0KoN0KoN2YjNE249xuwK+TdH/b6GNvMbCYaQr0RQr0RQr0xG6FTPhjGMPqBcE5M9ApsNV4m/MfFzGaiIdQbIdQbIdQbCfErVvzgWdw578Ae0ZARN60vFSbES7TWW03sNVrEZPpVaKPrwXqrCWsEZ6T/rlQ4CLXWW01kpOfMBUe30YLM13Rr4aRxNLkodIE43kvkMqrtQuo1OrMeIgiC4P74BI2nS3HmjMaWAAAAAElFTkSuQmCC" y="0"/>
|
||||
<image height="42" preserveAspectRatio="none" width="58" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAAqCAYAAADibUizAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABHklEQVRoge2ZsW7CQAxAH9XBwtouLEx8TOd+flm6sCTDMcCQDO1gRxh0rVDbAOf4SZZPkZX4yVEUyTPgDXgBnjXXRAO0mm20l4UJkVuZqIklsNBzDxyBfakwIZNcAWuNmphr7oADkM21M+xE18DmFt39Mz0iuUde26Lo0y07uich6o0Q9UaIemMyomnEe78D20Le/uJen39tZjITDVFvhKg3QtQbIeqNyYiO+Qu40Xgd8RlXM5mJhqg3QtQbIeqNhOwrlnyzs3hwPoAd4pCRbVpfKkzILtGu3mpip9EiS6YfRRs9D6u3mrCL4Iz035UKB1G7equJjPScueLVbbQgc5puLRw1DiYXRWfIxnuBfIxq+yD1Gp05DxEEQfB4fAHz1UpwprAASgAAAABJRU5ErkJggg==" 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,590,238)">
|
||||
<path d="M0,0 L50,0 L50,34 L0,34 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
@ -555,19 +427,19 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip59">
|
||||
<clipPath id="clip32">
|
||||
<path d="M0,0 L50,0 L50,34 L0,34 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip59)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,590,238)">
|
||||
<g clip-path="url(#clip32)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,590,238)">
|
||||
<path d="M0,0 L50,0 L50,34 L0,34 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip65">
|
||||
<clipPath id="clip38">
|
||||
<path d="M-9,-5 L13,-5 L13,10 L-9,10 L-9,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip65)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,612.5,252.5)">
|
||||
<g clip-path="url(#clip38)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,612.5,252.5)">
|
||||
<path d="M-7.20312,6 L-7.20312,-0.21875 L-6.26562,-0.21875 L-6.26562,0.65625 C-6.06771,0.34375 -5.80729,0.0963542 -5.48438,-0.0859375 C-5.16146,-0.268229 -4.79167,-0.359375 -4.375,-0.359375 C-3.91667,-0.359375 -3.53906,-0.265625 -3.24219,-0.078125 C-2.94531,0.109375 -2.73958,0.375 -2.625,0.71875 C-2.125,0 -1.48438,-0.359375 -0.703125,-0.359375 C-0.078125,-0.359375 0.398438,-0.190104 0.726562,0.148438 C1.05469,0.486979 1.21875,1.01562 1.21875,1.73438 L1.21875,6 L0.171875,6 L0.171875,2.07812 C0.171875,1.66146 0.138021,1.35938 0.0703125,1.17188 C0.00260417,0.984375 -0.119792,0.833333 -0.296875,0.71875 C-0.473958,0.604167 -0.6875,0.546875 -0.9375,0.546875 C-1.375,0.546875 -1.73698,0.692708 -2.02344,0.984375 C-2.3099,1.27604 -2.45312,1.74479 -2.45312,2.39062 L-2.45312,6 L-3.51562,6 L-3.51562,1.95312 C-3.51562,1.48438 -3.60156,1.13281 -3.77344,0.898438 C-3.94531,0.664062 -4.22396,0.546875 -4.60938,0.546875 C-4.91146,0.546875 -5.1875,0.625 -5.4375,0.78125 C-5.6875,0.9375 -5.86979,1.16667 -5.98438,1.46875 C-6.09896,1.77083 -6.15625,2.20312 -6.15625,2.76562 L-6.15625,6 L-7.20312,6 M2.78125,-1.375 L2.78125,-2.59375 L3.84375,-2.59375 L3.84375,-1.375 L2.78125,-1.375 M2.78125,6 L2.78125,-0.21875 L3.84375,-0.21875 L3.84375,6 L2.78125,6 M5.4375,6 L5.4375,-0.21875 L6.39062,-0.21875 L6.39062,0.65625 C6.83854,-0.0208333 7.49479,-0.359375 8.35938,-0.359375 C8.73438,-0.359375 9.08073,-0.291667 9.39844,-0.15625 C9.71615,-0.0208333 9.95312,0.15625 10.1094,0.375 C10.2656,0.59375 10.375,0.848958 10.4375,1.14062 C10.4688,1.33854 10.4844,1.68229 10.4844,2.17188 L10.4844,6 L9.4375,6 L9.4375,2.21875 C9.4375,1.78125 9.39583,1.45833 9.3125,1.25 C9.22917,1.04167 9.08333,0.872396 8.875,0.742188 C8.66667,0.611979 8.42188,0.546875 8.14062,0.546875 C7.69271,0.546875 7.30469,0.690104 6.97656,0.976562 C6.64844,1.26302 6.48438,1.80208 6.48438,2.59375 L6.48438,6 L5.4375,6" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -593,11 +465,11 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip79">
|
||||
<clipPath id="clip52">
|
||||
<path d="M-566.305,-150 L563,-150 L563,159 L-566.305,159 L-566.305,-150 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip79)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,642,241)">
|
||||
<g clip-path="url(#clip52)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,642,241)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -619,11 +491,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip81">
|
||||
<clipPath id="clip54">
|
||||
<path d="M-29,-26 L46,-26 L46,26 L-29,26 L-29,-26 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,1024,305)">
|
||||
<g clip-path="url(#clip54)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,1024,305)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="37.1562" x="-18.5781" xml:space="preserve" y="3.5">2/sqrt(3)</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -641,11 +513,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="clip82">
|
||||
<clipPath id="clip55">
|
||||
<path d="M-996.305,-200 L133,-200 L133,109 L-996.305,109 L-996.305,-200 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,1072,291)">
|
||||
<g clip-path="url(#clip55)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,1072,291)">
|
||||
<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-->
|
||||
@ -657,91 +529,59 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8874">
|
||||
<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,204,201)">
|
||||
<image height="54" preserveAspectRatio="none" width="68" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAAA2CAYAAAB++T94AAAACXBIWXMAAA7EAAAOxAGVKw4bAAADcUlEQVRoge2a6W7bMBCEPzlqDifO0QsoWqAP0599/6dIjziJ47N2f6wW3NCiLVGRIzoegIDhBIY1nhnuLpkBP4ALoA+cAvfeegSegAkwA/4BS/YUOfAJuAGugAHrhOh6AEbAGJgCc4Sc1c6/dYtQQj4DH4H3rJNQRs4jQo6qZs6eqOYI+Al8Bb4B3xH76DoPrD5wBpwgpOZAVnxm0orJgUvgA/AFIWWMKKDMMiE7WUtNeG6ppJADPeAY+dWvEWVcIvYZUU7ONmL8IF6QiKVy8zrDyV8JGiAPNUbIiVHNIwkFcR54v1esHMmJc0Q1N8gvX1c1dvse0+EgDhGiyJDgPUJUc4ZY6gpnKVXJNrXYNcJZao5YqhOq2UaIhVrqCFGNWkpVU2apKqopq21eDXUIUWTFOgbeIao5R1Sj5MSophNBHEOIRZmlBshupaqpQ4pfEauldhbETQmx8IO4z3oQx5CjqpkiqmnVUi9JiGJTEE+IV41aaoqz1Iurpg1CLEJBfI2riJtY6sWDuG1CFH4Qn+JqG1VNbEVsm8zGQbwrQixCllLVNLGUqkbnNrUt9RqEWFQJ4rrE+E1mrSB+bUIUvmrUUrYijmkXbEVcKYi7QoiFH8Ra20ypVxE/eK8rTfu6SIhiUxBXtdRf4E+x7nDkrJDwTYoQC2spbRdCTeYQIeB38b9LnLp6uMleKVIhxMIGsapmgCjnongvQzLjnufjzUofnjKSq1TbwBIJxDliBb92Ucs84LbdysSlQoiG4AJ5yAluzBAq4oZIkN4hhM0IBKlFlwlZFWuBqEFnu036H1uslRLTRUJWOEvMcJZ4U4WZtcQMt03GDrOTLd1DAelXmnvd3Kka1BJN2n87UUuq/d8UkGW9R5WATHJAZANSLWGn8nUtkeQI0Q9IrRli1WBP+5IaMvsB+SaPIfyA3GSJbcQke1BlA9KvGWLPXZI8yiwLyG2WCP0t2cPuKgFZp4JM9jqEDchNF2aqqiHJCzOaC7bFjm2qtIxO8krVEvnST8jsIHTpzlfDkPBkWy2R5KW7e2Qge4yoJKaCtDVDZwIyBjlwi8xWZ1TfMfymqpMBGYMc+IVIe4TMIqtUkEkEZAxUIWMkP04ot8Sbuvx/izy8Hh+WVZCtN1Vdgc0QhW2x984S26BnpxbJ1AwHHHDAAQd0HP8BMvJ1BYPRvvEAAAAASUVORK5CYII=" y="0"/>
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8880">
|
||||
<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,324,196)">
|
||||
<image height="119" preserveAspectRatio="none" width="33" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAB3CAYAAACNMymFAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABNklEQVRoge3bMU/CUBhG4ReDLKy6sDD5i/z/gwtLO9ShDLA43O/EqkCM3oHhPMnNbUjTnly6fqskr0mekzzV3suQZKx9ucbvN67rxbvF6mWbZFPX5yTHJO+XblynncAuyb5WL4+1n5LMSabFbz8iOIl9kpeOEUk7gTntBIZrEQ+dX/onRsAIGAEjYASMgBEwAkbACBgBI2AEjIARMAJGwAgYASNgBIyAETACRsAIGAEjYASMgBEwAkbACBgBI2AEjIARMAJGwAgYASNgBIyAETACRsAIGIG7iFinDYltc2VQ7B/ekhzq+VPaWN75WsSYrzN8vRxqjWkTcTcjhrpmhq+X5ZTkVM8+3YpYzvD1MtXzpvzi7xjqhimfp9LDsda82C9GrNJGNTdpH2bPj/Nc67S4Zkn37wOUk0Nzj91kZQAAAABJRU5ErkJggg==" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,205,202)">
|
||||
<path d="M0,0 L60,23 L0,46 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,325,197)">
|
||||
<path d="M0,0 L25,0 L25,111 L0,111 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip84">
|
||||
<path d="M-22,-23 L38,-23 L38,23 L-22,23 L-22,-23 z"/>
|
||||
<clipPath id="clip57">
|
||||
<path d="M324.5,196.5 L349.5,196.5 L349.5,307.5 L324.5,307.5 L324.5,196.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip84)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,227,225)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="13.8594" x="-6.92188" xml:space="preserve" y="3.5">1/2</text>
|
||||
<g clip-path="url(#clip57)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="328,225 332,225" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip58">
|
||||
<path d="M324.5,196.5 L349.5,196.5 L349.5,307.5 L324.5,307.5 L324.5,196.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip58)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="328,280 332,280" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip59">
|
||||
<path d="M324.5,196.5 L349.5,196.5 L349.5,307.5 L324.5,307.5 L324.5,196.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip59)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="330,278 330,282" 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,205,202)">
|
||||
<path d="M0,0 L60,23 L0,46 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,325,197)">
|
||||
<path d="M0,0 L25,0 L25,111 L0,111 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,267,223)">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,352,253)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip85">
|
||||
<path d="M-191.305,-120 L938,-120 L938,189 L-191.305,189 L-191.305,-120 z"/>
|
||||
<clipPath id="clip60">
|
||||
<path d="M-276.305,-150 L853,-150 L853,159 L-276.305,159 L-276.305,-150 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip85)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,267,211)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En5</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8873">
|
||||
<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,794,255)">
|
||||
<image height="46" preserveAspectRatio="none" width="48" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAuCAYAAABu3ppsAAAACXBIWXMAAA7EAAAOxAGVKw4bAAADMklEQVRoge2Z227TQBCGv8Ru2gQViWOhwGNwzTUg8f7vAA1N0iS0DikXs4PH213bSdcmSBlpFbvN4f/muLYHwCdgApwCJ8AUuAZmwA2wAm6BAthyYJYBH4FXwGvgAoGZAGfACMjd+4buM/duHYRlSAQugDfAO2BMCTF2a4RE5+BAMuALcAm8d0uFT3gIcko1IgP+MUgGfAPeIt7/ADxxywcZm1etl5wqSO81kgFfKVPo0ghVkFA09FVTywfpLSIZ8Bl4Abx0ICOkgC3IhDBEKCKZA4EeQCzAc/c6dEJOnDA/InUgtnP1EpEQAO6HFWTUABLqWmdUI9JZ54oBqClIRhkRTa9YsdvzzmdJE0AIZES4TvyCt8cKcuK+JxlIWwALMqBaI6GIhCD8iOTm+/YG2RXAh9HUshFpU+z+dN8b5DEAPkhONSJ+C66b7nabshNICgAfxEbkzEA0TXetrZ1AUgL4IHUtuG66x7YpQZA8geCYabFr59L6eAo8Q645fpo1descgblyn58je6xtCKJLALUYyDkCMnNizxHvb4E7YI1cUA0efmVpfQCoaWoNkRTRYj91f98iV39TyhbbaMPmtxy29RkBvV4ogF+It28oU+gKyfc1sKFlG+0D4B74TVX4AhHuF/EV8MP9b0ULkC4BVPgdD4VPqQr3j6+RaCzdZwt6bKP3iOcKJB1WTowvPCR+5gm/Q5wQjUJKgC2lx9dOxIKy38e8rh5fBIQ3WgqALeJxK3xOdVDFxM884UVb4SkAVPitJzyWIvZc7/otKe/67SR8XwDdkxRG+E1AeMzrc8TjyW5XtgXQHq4etz38OiLWLvX4GkmVzWOFtwWww8cX3pTf6nEVrh5PelEfA7DDR4X7w6dJ+NIIbz1ZHwvgT80l4sHQ1rdu+KyRrtSZcB9Ah4/mqPbwuqmp57aHq/Da4ZMaYIOkyAzZh7QZPjo1/eGz6UO0tdyJnSB78qJBuJ2aK3acml1YjngdJPx1LVE9rsL3Hj4pLQe+I16cu+PY1LTCD+ZZmQIs+U8f8imA3rMEEb6kFJ5sanZhA+QJpTVthcmnZhc2QLxvrfPhc7SjHe1of+0Pnf+ciNtCiYoAAAAASUVORK5CYII=" 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,795,256)">
|
||||
<path d="M0,0 L40,19 L0,38 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip87">
|
||||
<path d="M-13,-19 L27,-19 L27,19 L-13,19 L-13,-19 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip87)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,808,275)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="13.8594" x="-6.92188" xml:space="preserve" y="3.5">0.5</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,795,256)">
|
||||
<path d="M0,0 L40,19 L0,38 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,837,273)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip88">
|
||||
<path d="M-761.305,-170 L368,-170 L368,139 L-761.305,139 L-761.305,-170 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip88)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,837,261)">
|
||||
<g clip-path="url(#clip60)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,352,241)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -751,54 +591,6 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8872">
|
||||
<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,204,256)">
|
||||
<image height="54" preserveAspectRatio="none" width="68" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAAA2CAYAAAB++T94AAAACXBIWXMAAA7EAAAOxAGVKw4bAAADcUlEQVRoge2a6W7bMBCEPzlqDifO0QsoWqAP0599/6dIjziJ47N2f6wW3NCiLVGRIzoegIDhBIY1nhnuLpkBP4ALoA+cAvfeegSegAkwA/4BS/YUOfAJuAGugAHrhOh6AEbAGJgCc4Sc1c6/dYtQQj4DH4H3rJNQRs4jQo6qZs6eqOYI+Al8Bb4B3xH76DoPrD5wBpwgpOZAVnxm0orJgUvgA/AFIWWMKKDMMiE7WUtNeG6ppJADPeAY+dWvEWVcIvYZUU7ONmL8IF6QiKVy8zrDyV8JGiAPNUbIiVHNIwkFcR54v1esHMmJc0Q1N8gvX1c1dvse0+EgDhGiyJDgPUJUc4ZY6gpnKVXJNrXYNcJZao5YqhOq2UaIhVrqCFGNWkpVU2apKqopq21eDXUIUWTFOgbeIao5R1Sj5MSophNBHEOIRZmlBshupaqpQ4pfEauldhbETQmx8IO4z3oQx5CjqpkiqmnVUi9JiGJTEE+IV41aaoqz1Iurpg1CLEJBfI2riJtY6sWDuG1CFH4Qn+JqG1VNbEVsm8zGQbwrQixCllLVNLGUqkbnNrUt9RqEWFQJ4rrE+E1mrSB+bUIUvmrUUrYijmkXbEVcKYi7QoiFH8Ra20ypVxE/eK8rTfu6SIhiUxBXtdRf4E+x7nDkrJDwTYoQC2spbRdCTeYQIeB38b9LnLp6uMleKVIhxMIGsapmgCjnongvQzLjnufjzUofnjKSq1TbwBIJxDliBb92Ucs84LbdysSlQoiG4AJ5yAluzBAq4oZIkN4hhM0IBKlFlwlZFWuBqEFnu036H1uslRLTRUJWOEvMcJZ4U4WZtcQMt03GDrOTLd1DAelXmnvd3Kka1BJN2n87UUuq/d8UkGW9R5WATHJAZANSLWGn8nUtkeQI0Q9IrRli1WBP+5IaMvsB+SaPIfyA3GSJbcQke1BlA9KvGWLPXZI8yiwLyG2WCP0t2cPuKgFZp4JM9jqEDchNF2aqqiHJCzOaC7bFjm2qtIxO8krVEvnST8jsIHTpzlfDkPBkWy2R5KW7e2Qge4yoJKaCtDVDZwIyBjlwi8xWZ1TfMfymqpMBGYMc+IVIe4TMIqtUkEkEZAxUIWMkP04ot8Sbuvx/izy8Hh+WVZCtN1Vdgc0QhW2x984S26BnpxbJ1AwHHHDAAQd0HP8BMvJ1BYPRvvEAAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,205,257)">
|
||||
<path d="M0,0 L60,23 L0,46 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip90">
|
||||
<path d="M-22,-23 L38,-23 L38,23 L-22,23 L-22,-23 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip90)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,227,280)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="37.1562" x="-18.5781" xml:space="preserve" y="3.5">sqrt(3)/2</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,205,257)">
|
||||
<path d="M0,0 L60,23 L0,46 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,267,278)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip91">
|
||||
<path d="M-191.305,-175 L938,-175 L938,134 L-191.305,134 L-191.305,-175 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip91)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,267,266)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En5</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8878">
|
||||
@ -811,11 +603,11 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip93">
|
||||
<clipPath id="clip62">
|
||||
<path d="M510,139 L515,139 L515,371 L510,371 L510,139 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip93)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,0,0)">
|
||||
<g clip-path="url(#clip62)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,0,0)">
|
||||
<path d="M510,139 L515,139 L515,371 L510,371 L510,139 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -833,11 +625,11 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip94">
|
||||
<clipPath id="clip63">
|
||||
<path d="M-441.305,-150 L688,-150 L688,159 L-441.305,159 L-441.305,-150 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,517,241)">
|
||||
<g clip-path="url(#clip63)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,517,241)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -859,27 +651,27 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip96">
|
||||
<clipPath id="clip65">
|
||||
<path d="M899.5,248.5 L934.5,248.5 L934.5,355.5 L899.5,355.5 L899.5,248.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip96)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<g clip-path="url(#clip65)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="903,275 907,275" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip97">
|
||||
<clipPath id="clip66">
|
||||
<path d="M899.5,248.5 L934.5,248.5 L934.5,355.5 L899.5,355.5 L899.5,248.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip97)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<g clip-path="url(#clip66)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="903,330 907,330" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip98">
|
||||
<clipPath id="clip67">
|
||||
<path d="M899.5,248.5 L934.5,248.5 L934.5,355.5 L899.5,355.5 L899.5,248.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip98)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<g clip-path="url(#clip67)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="905,328 905,332" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -897,11 +689,11 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip99">
|
||||
<clipPath id="clip68">
|
||||
<path d="M-861.305,-200 L268,-200 L268,109 L-861.305,109 L-861.305,-200 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip99)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,937,291)">
|
||||
<g clip-path="url(#clip68)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,937,291)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -911,84 +703,6 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8871">
|
||||
<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,1114,214)">
|
||||
<image height="188" preserveAspectRatio="none" width="13" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAC8CAYAAACjfSSsAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAsklEQVRoge3asQ6CMBSF4R+DLq66+Fq+/xOUAYcy4OLQEpsbqi5u/0k6cNOPC/sZgDtw5Z0UzkTIWMEtzJ/AAjwi2NAloBXIwAwceyhuynVD6qHD3vBbRCKRSCQSiUQikUgkEolEIpFIJBKJRCKRSCQSiUQi0X/QSGn7nJtZotSGFkrvaBdNwKmZTZTq0EeUwmzblCmFpS5q3zj/8nmpXtiS63PuoYHSoWr/aa2X22P28gJ3oy5PLjAWwAAAAABJRU5ErkJggg==" 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,1115,215)">
|
||||
<path d="M0,0 L5,0 L5,180 L0,180 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip101">
|
||||
<path d="M1115,215 L1120,215 L1120,395 L1115,395 L1115,215 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip101)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,0,0)">
|
||||
<path d="M1115,215 L1120,215 L1120,395 L1115,395 L1115,215 z" fill-rule="evenodd" 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,1115,215)">
|
||||
<path d="M0,0 L5,0 L5,180 L0,180 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,1122,303)">
|
||||
<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="clip102">
|
||||
<path d="M-1046.3,-200 L83,-200 L83,109 L-1046.3,109 L-1046.3,-200 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip102)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,1122,291)">
|
||||
<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 data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,1122,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="clip103">
|
||||
<path d="M-1046.3,-140 L83,-140 L83,169 L-1046.3,169 L-1046.3,-140 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip103)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,1122,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">int16</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,1122,363)">
|
||||
<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-1046.3,-260 L83,-260 L83,49 L-1046.3,49 L-1046.3,-260 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,1122,351)">
|
||||
<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_FOC_R2017b_fixdt:8869">
|
||||
@ -1001,35 +715,35 @@
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip106">
|
||||
<clipPath id="clip70">
|
||||
<path d="M704.5,233.5 L734.5,233.5 L734.5,315.5 L704.5,315.5 L704.5,233.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip106)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<g clip-path="url(#clip70)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="708,255 712,255" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip107">
|
||||
<clipPath id="clip71">
|
||||
<path d="M704.5,233.5 L734.5,233.5 L734.5,315.5 L704.5,315.5 L704.5,233.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip107)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<g clip-path="url(#clip71)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="710,253 710,257" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip108">
|
||||
<clipPath id="clip72">
|
||||
<path d="M704.5,233.5 L734.5,233.5 L734.5,315.5 L704.5,315.5 L704.5,233.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip108)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<g clip-path="url(#clip72)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="708,295 712,295" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip109">
|
||||
<clipPath id="clip73">
|
||||
<path d="M704.5,233.5 L734.5,233.5 L734.5,315.5 L704.5,315.5 L704.5,233.5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip109)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<g clip-path="url(#clip73)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,0.5,0.5)">
|
||||
<polyline fill="none" points="710,293 710,297" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -1047,11 +761,11 @@
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip110">
|
||||
<clipPath id="clip74">
|
||||
<path d="M-661.305,-170 L468,-170 L468,139 L-661.305,139 L-661.305,-170 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip110)" 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,261)">
|
||||
<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,737,261)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
@ -1061,6 +775,292 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8874">
|
||||
<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,204,201)">
|
||||
<image height="54" preserveAspectRatio="none" width="68" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAAA2CAYAAAB++T94AAAACXBIWXMAAA7EAAAOxAGVKw4bAAADcUlEQVRoge2a6W7bMBCEPzlqDifO0QsoWqAP0599/6dIjziJ47N2f6wW3NCiLVGRIzoegIDhBIY1nhnuLpkBP4ALoA+cAvfeegSegAkwA/4BS/YUOfAJuAGugAHrhOh6AEbAGJgCc4Sc1c6/dYtQQj4DH4H3rJNQRs4jQo6qZs6eqOYI+Al8Bb4B3xH76DoPrD5wBpwgpOZAVnxm0orJgUvgA/AFIWWMKKDMMiE7WUtNeG6ppJADPeAY+dWvEWVcIvYZUU7ONmL8IF6QiKVy8zrDyV8JGiAPNUbIiVHNIwkFcR54v1esHMmJc0Q1N8gvX1c1dvse0+EgDhGiyJDgPUJUc4ZY6gpnKVXJNrXYNcJZao5YqhOq2UaIhVrqCFGNWkpVU2apKqopq21eDXUIUWTFOgbeIao5R1Sj5MSophNBHEOIRZmlBshupaqpQ4pfEauldhbETQmx8IO4z3oQx5CjqpkiqmnVUi9JiGJTEE+IV41aaoqz1Iurpg1CLEJBfI2riJtY6sWDuG1CFH4Qn+JqG1VNbEVsm8zGQbwrQixCllLVNLGUqkbnNrUt9RqEWFQJ4rrE+E1mrSB+bUIUvmrUUrYijmkXbEVcKYi7QoiFH8Ra20ypVxE/eK8rTfu6SIhiUxBXtdRf4E+x7nDkrJDwTYoQC2spbRdCTeYQIeB38b9LnLp6uMleKVIhxMIGsapmgCjnongvQzLjnufjzUofnjKSq1TbwBIJxDliBb92Ucs84LbdysSlQoiG4AJ5yAluzBAq4oZIkN4hhM0IBKlFlwlZFWuBqEFnu036H1uslRLTRUJWOEvMcJZ4U4WZtcQMt03GDrOTLd1DAelXmnvd3Kka1BJN2n87UUuq/d8UkGW9R5WATHJAZANSLWGn8nUtkeQI0Q9IrRli1WBP+5IaMvsB+SaPIfyA3GSJbcQke1BlA9KvGWLPXZI8yiwLyG2WCP0t2cPuKgFZp4JM9jqEDchNF2aqqiHJCzOaC7bFjm2qtIxO8krVEvnST8jsIHTpzlfDkPBkWy2R5KW7e2Qge4yoJKaCtDVDZwIyBjlwi8xWZ1TfMfymqpMBGYMc+IVIe4TMIqtUkEkEZAxUIWMkP04ot8Sbuvx/izy8Hh+WVZCtN1Vdgc0QhW2x984S26BnpxbJ1AwHHHDAAQd0HP8BMvJ1BYPRvvEAAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,205,202)">
|
||||
<path d="M0,0 L60,23 L0,46 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip76">
|
||||
<path d="M-22,-23 L38,-23 L38,23 L-22,23 L-22,-23 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip76)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,227,225)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="13.8594" x="-6.92188" xml:space="preserve" y="3.5">1/2</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,205,202)">
|
||||
<path d="M0,0 L60,23 L0,46 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,267,223)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip77">
|
||||
<path d="M-191.305,-120 L938,-120 L938,189 L-191.305,189 L-191.305,-120 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip77)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,267,211)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En5</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8873">
|
||||
<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,794,255)">
|
||||
<image height="46" preserveAspectRatio="none" width="48" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAuCAYAAABu3ppsAAAACXBIWXMAAA7EAAAOxAGVKw4bAAADMklEQVRoge2Z227TQBCGv8Ru2gQViWOhwGNwzTUg8f7vAA1N0iS0DikXs4PH213bSdcmSBlpFbvN4f/muLYHwCdgApwCJ8AUuAZmwA2wAm6BAthyYJYBH4FXwGvgAoGZAGfACMjd+4buM/duHYRlSAQugDfAO2BMCTF2a4RE5+BAMuALcAm8d0uFT3gIcko1IgP+MUgGfAPeIt7/ADxxywcZm1etl5wqSO81kgFfKVPo0ghVkFA09FVTywfpLSIZ8Bl4Abx0ICOkgC3IhDBEKCKZA4EeQCzAc/c6dEJOnDA/InUgtnP1EpEQAO6HFWTUABLqWmdUI9JZ54oBqClIRhkRTa9YsdvzzmdJE0AIZES4TvyCt8cKcuK+JxlIWwALMqBaI6GIhCD8iOTm+/YG2RXAh9HUshFpU+z+dN8b5DEAPkhONSJ+C66b7nabshNICgAfxEbkzEA0TXetrZ1AUgL4IHUtuG66x7YpQZA8geCYabFr59L6eAo8Q645fpo1descgblyn58je6xtCKJLALUYyDkCMnNizxHvb4E7YI1cUA0efmVpfQCoaWoNkRTRYj91f98iV39TyhbbaMPmtxy29RkBvV4ogF+It28oU+gKyfc1sKFlG+0D4B74TVX4AhHuF/EV8MP9b0ULkC4BVPgdD4VPqQr3j6+RaCzdZwt6bKP3iOcKJB1WTowvPCR+5gm/Q5wQjUJKgC2lx9dOxIKy38e8rh5fBIQ3WgqALeJxK3xOdVDFxM884UVb4SkAVPitJzyWIvZc7/otKe/67SR8XwDdkxRG+E1AeMzrc8TjyW5XtgXQHq4etz38OiLWLvX4GkmVzWOFtwWww8cX3pTf6nEVrh5PelEfA7DDR4X7w6dJ+NIIbz1ZHwvgT80l4sHQ1rdu+KyRrtSZcB9Ah4/mqPbwuqmp57aHq/Da4ZMaYIOkyAzZh7QZPjo1/eGz6UO0tdyJnSB78qJBuJ2aK3acml1YjngdJPx1LVE9rsL3Hj4pLQe+I16cu+PY1LTCD+ZZmQIs+U8f8imA3rMEEb6kFJ5sanZhA+QJpTVthcmnZhc2QLxvrfPhc7SjHe1of+0Pnf+ciNtCiYoAAAAASUVORK5CYII=" 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,795,256)">
|
||||
<path d="M0,0 L40,19 L0,38 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip79">
|
||||
<path d="M-13,-19 L27,-19 L27,19 L-13,19 L-13,-19 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip79)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,808,275)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="13.8594" x="-6.92188" xml:space="preserve" y="3.5">0.5</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,795,256)">
|
||||
<path d="M0,0 L40,19 L0,38 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,837,273)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip80">
|
||||
<path d="M-761.305,-170 L368,-170 L368,139 L-761.305,139 L-761.305,-170 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,837,261)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8877">
|
||||
<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,589,278)">
|
||||
<image height="40" preserveAspectRatio="none" width="58" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAAoCAYAAACvpem4AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAB1ElEQVRoge2ZS1PCMBRGT6GKL3y7YePKX+T/X7hxA9aCPJQquPhupoEpjCMFbM2ZudPApG3O5DZJmwh4BO6AWztWiS7Qs6MfveWKMZLreFElToFDK2fAGOgXVYxRT3aAe4sqcWDHKTACUu+/BfwevQcedtG6ksmQZB+lbaFoY5ct2idBtG4E0boRROvGvxGNS7jGDPhEq5MJmrwHaJXyapGsKPeBNzvnw67xVXCP+aaNLEO0gdabMdACToAz4AK4Jhf2BZd/p+TC76wW/jVliDoaFjES94WvgBvW926CenjAFoTLFHVEaL3phI/RW4YvvK53E/IeHiLhjdmGqCOy6zdZFD5Hwv4z7AQToI2y4cXOH5TRmG2KOlYJt5FwH0m10TM+Ix/Yhnb+xuxC1BEh2QZK7SMk3bL/Z+jFObF2lSLoCPPoFpijXsvQADNGqelS9wU9jxM0L288d/rsI3WbKG0vd3jv/5O6QbRuBNG6EUTrRoy+bp+y4gv3H+cJeEYOKVqEZEUVY7Tz5G/UVIlnix5aYa0V7VrZbdRUCX/bMEXtnxZVdKL+Rk2VSFGbU36Qul2rkJL3blUYW4y8Y6FohPZHD9FgVLUBKbOYemUXgUAg8Pf4BkCinSs0OSD1AAAAAElFTkSuQmCC" 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,590,279)">
|
||||
<path d="M0,0 L50,0 L50,32 L0,32 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<defs>
|
||||
<clipPath id="clip82">
|
||||
<path d="M0,0 L50,0 L50,32 L0,32 L0,0 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip82)" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,590,279)">
|
||||
<path d="M0,0 L50,0 L50,32 L0,32 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip88">
|
||||
<path d="M-10,-5 L15,-5 L15,10 L-10,10 L-10,-5 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip88)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,612.5,292.5)">
|
||||
<path d="M-8.20312,6 L-8.20312,-0.21875 L-7.26562,-0.21875 L-7.26562,0.65625 C-7.06771,0.34375 -6.80729,0.0963542 -6.48438,-0.0859375 C-6.16146,-0.268229 -5.79167,-0.359375 -5.375,-0.359375 C-4.91667,-0.359375 -4.53906,-0.265625 -4.24219,-0.078125 C-3.94531,0.109375 -3.73958,0.375 -3.625,0.71875 C-3.125,0 -2.48438,-0.359375 -1.70312,-0.359375 C-1.07812,-0.359375 -0.601562,-0.190104 -0.273438,0.148438 C0.0546875,0.486979 0.21875,1.01562 0.21875,1.73438 L0.21875,6 L-0.828125,6 L-0.828125,2.07812 C-0.828125,1.66146 -0.861979,1.35938 -0.929688,1.17188 C-0.997396,0.984375 -1.11979,0.833333 -1.29688,0.71875 C-1.47396,0.604167 -1.6875,0.546875 -1.9375,0.546875 C-2.375,0.546875 -2.73698,0.692708 -3.02344,0.984375 C-3.3099,1.27604 -3.45312,1.74479 -3.45312,2.39062 L-3.45312,6 L-4.51562,6 L-4.51562,1.95312 C-4.51562,1.48438 -4.60156,1.13281 -4.77344,0.898438 C-4.94531,0.664062 -5.22396,0.546875 -5.60938,0.546875 C-5.91146,0.546875 -6.1875,0.625 -6.4375,0.78125 C-6.6875,0.9375 -6.86979,1.16667 -6.98438,1.46875 C-7.09896,1.77083 -7.15625,2.20312 -7.15625,2.76562 L-7.15625,6 L-8.20312,6 M5.84375,5.23438 C5.44792,5.56771 5.07031,5.80208 4.71094,5.9375 C4.35156,6.07292 3.96354,6.14062 3.54688,6.14062 C2.85938,6.14062 2.33333,5.97396 1.96875,5.64062 C1.60417,5.30729 1.42188,4.88021 1.42188,4.35938 C1.42188,4.05729 1.49219,3.77865 1.63281,3.52344 C1.77344,3.26823 1.95573,3.0651 2.17969,2.91406 C2.40365,2.76302 2.65625,2.65104 2.9375,2.57812 C3.14583,2.51562 3.45833,2.45833 3.875,2.40625 C4.71875,2.3125 5.34375,2.19271 5.75,2.04688 C5.75,1.90104 5.75,1.8125 5.75,1.78125 C5.75,1.34375 5.65104,1.03646 5.45312,0.859375 C5.18229,0.630208 4.78125,0.515625 4.25,0.515625 C3.76042,0.515625 3.39583,0.601562 3.15625,0.773438 C2.91667,0.945312 2.74479,1.25 2.64062,1.6875 L1.60938,1.54688 C1.70312,1.10938 1.85677,0.755208 2.07031,0.484375 C2.28385,0.213542 2.59375,0.00520833 3,-0.140625 C3.40625,-0.286458 3.875,-0.359375 4.40625,-0.359375 C4.9375,-0.359375 5.36979,-0.296875 5.70312,-0.171875 C6.03646,-0.046875 6.28125,0.109375 6.4375,0.296875 C6.59375,0.484375 6.70312,0.723958 6.76562,1.01562 C6.79688,1.19271 6.8125,1.51562 6.8125,1.98438 L6.8125,3.39062 C6.8125,4.36979 6.83594,4.98958 6.88281,5.25 C6.92969,5.51042 7.02083,5.76042 7.15625,6 L6.04688,6 C5.94271,5.78125 5.875,5.52604 5.84375,5.23438 M5.75,2.875 C5.36458,3.03125 4.79167,3.16667 4.03125,3.28125 C3.59375,3.34375 3.28646,3.41406 3.10938,3.49219 C2.93229,3.57031 2.79427,3.68229 2.69531,3.82812 C2.59635,3.97396 2.54688,4.14062 2.54688,4.32812 C2.54688,4.60938 2.65365,4.84375 2.86719,5.03125 C3.08073,5.21875 3.39062,5.3125 3.79688,5.3125 C4.20312,5.3125 4.5651,5.22396 4.88281,5.04688 C5.20052,4.86979 5.43229,4.625 5.57812,4.3125 C5.69271,4.07292 5.75,3.72396 5.75,3.26562 L5.75,2.875 M7.75,6 L10.0156,2.76562 L7.92188,-0.21875 L9.23438,-0.21875 L10.1875,1.23438 C10.3646,1.51562 10.5104,1.75 10.625,1.9375 C10.7917,1.67708 10.9479,1.44792 11.0938,1.25 L12.1406,-0.21875 L13.4062,-0.21875 L11.25,2.70312 L13.5781,6 L12.2812,6 L11,4.0625 L10.6562,3.54688 L9.03125,6 L7.75,6" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk*">
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,590,279)">
|
||||
<path d="M0,0 L50,0 L50,32 L0,32 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,642,293)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip102">
|
||||
<path d="M-566.305,-190 L563,-190 L563,119 L-566.305,119 L-566.305,-190 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip102)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,642,281)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En4</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8872">
|
||||
<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,204,256)">
|
||||
<image height="54" preserveAspectRatio="none" width="68" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAAA2CAYAAAB++T94AAAACXBIWXMAAA7EAAAOxAGVKw4bAAADcUlEQVRoge2a6W7bMBCEPzlqDifO0QsoWqAP0599/6dIjziJ47N2f6wW3NCiLVGRIzoegIDhBIY1nhnuLpkBP4ALoA+cAvfeegSegAkwA/4BS/YUOfAJuAGugAHrhOh6AEbAGJgCc4Sc1c6/dYtQQj4DH4H3rJNQRs4jQo6qZs6eqOYI+Al8Bb4B3xH76DoPrD5wBpwgpOZAVnxm0orJgUvgA/AFIWWMKKDMMiE7WUtNeG6ppJADPeAY+dWvEWVcIvYZUU7ONmL8IF6QiKVy8zrDyV8JGiAPNUbIiVHNIwkFcR54v1esHMmJc0Q1N8gvX1c1dvse0+EgDhGiyJDgPUJUc4ZY6gpnKVXJNrXYNcJZao5YqhOq2UaIhVrqCFGNWkpVU2apKqopq21eDXUIUWTFOgbeIao5R1Sj5MSophNBHEOIRZmlBshupaqpQ4pfEauldhbETQmx8IO4z3oQx5CjqpkiqmnVUi9JiGJTEE+IV41aaoqz1Iurpg1CLEJBfI2riJtY6sWDuG1CFH4Qn+JqG1VNbEVsm8zGQbwrQixCllLVNLGUqkbnNrUt9RqEWFQJ4rrE+E1mrSB+bUIUvmrUUrYijmkXbEVcKYi7QoiFH8Ra20ypVxE/eK8rTfu6SIhiUxBXtdRf4E+x7nDkrJDwTYoQC2spbRdCTeYQIeB38b9LnLp6uMleKVIhxMIGsapmgCjnongvQzLjnufjzUofnjKSq1TbwBIJxDliBb92Ucs84LbdysSlQoiG4AJ5yAluzBAq4oZIkN4hhM0IBKlFlwlZFWuBqEFnu036H1uslRLTRUJWOEvMcJZ4U4WZtcQMt03GDrOTLd1DAelXmnvd3Kka1BJN2n87UUuq/d8UkGW9R5WATHJAZANSLWGn8nUtkeQI0Q9IrRli1WBP+5IaMvsB+SaPIfyA3GSJbcQke1BlA9KvGWLPXZI8yiwLyG2WCP0t2cPuKgFZp4JM9jqEDchNF2aqqiHJCzOaC7bFjm2qtIxO8krVEvnST8jsIHTpzlfDkPBkWy2R5KW7e2Qge4yoJKaCtDVDZwIyBjlwi8xWZ1TfMfymqpMBGYMc+IVIe4TMIqtUkEkEZAxUIWMkP04ot8Sbuvx/izy8Hh+WVZCtN1Vdgc0QhW2x984S26BnpxbJ1AwHHHDAAQd0HP8BMvJ1BYPRvvEAAAAASUVORK5CYII=" y="0"/>
|
||||
</g>
|
||||
<g clip-path="none" fill="#ffffff" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,205,257)">
|
||||
<path d="M0,0 L60,23 L0,46 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip104">
|
||||
<path d="M-22,-23 L38,-23 L38,23 L-22,23 L-22,-23 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip104)" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,227,280)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="10" font-style="normal" font-weight="400" stroke="none" textLength="37.1562" x="-18.5781" xml:space="preserve" y="3.5">sqrt(3)/2</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk frame">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="#000000" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="2" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,205,257)">
|
||||
<path d="M0,0 L60,23 L0,46 L0,0 z" fill-rule="nonzero" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,267,278)">
|
||||
<path d="M0,-12 L46.4844,-12 L46.4844,0 L0,0 L0,-12 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip105">
|
||||
<path d="M-191.305,-175 L938,-175 L938,134 L-191.305,134 L-191.305,-175 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip105)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,267,266)">
|
||||
<text fill="#000000" fill-opacity="1" font-family="Arial" font-size="9" font-style="normal" font-weight="400" stroke="none" textLength="44.4844" x="1" xml:space="preserve" y="9">sfix16_En5</text>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<!--RAWSTRING-->
|
||||
<g id="BLDCmotorControl_FOC_R2017b_fixdt:8871">
|
||||
<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,1114,214)">
|
||||
<image height="188" preserveAspectRatio="none" width="13" x="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAC8CAYAAACjfSSsAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAsklEQVRoge3asQ6CMBSF4R+DLq66+Fq+/xOUAYcy4OLQEpsbqi5u/0k6cNOPC/sZgDtw5Z0UzkTIWMEtzJ/AAjwi2NAloBXIwAwceyhuynVD6qHD3vBbRCKRSCQSiUQikUgkEolEIpFIJBKJRCKRSCQSiUQi0X/QSGn7nJtZotSGFkrvaBdNwKmZTZTq0EeUwmzblCmFpS5q3zj/8nmpXtiS63PuoYHSoWr/aa2X22P28gJ3oy5PLjAWwAAAAABJRU5ErkJggg==" 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,1115,215)">
|
||||
<path d="M0,0 L5,0 L5,180 L0,180 L0,0 z" fill-rule="evenodd" vector-effect="none"/>
|
||||
</g>
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="blk">
|
||||
<defs>
|
||||
<clipPath id="clip107">
|
||||
<path d="M1115,215 L1120,215 L1120,395 L1115,395 L1115,215 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip107)" fill="#000000" fill-opacity="1" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,0,0)">
|
||||
<path d="M1115,215 L1120,215 L1120,395 L1115,395 L1115,215 z" fill-rule="evenodd" 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,1115,215)">
|
||||
<path d="M0,0 L5,0 L5,180 L0,180 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,1122,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="clip108">
|
||||
<path d="M-1046.3,-140 L83,-140 L83,169 L-1046.3,169 L-1046.3,-140 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip108)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,1122,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">int16</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,1122,363)">
|
||||
<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="clip109">
|
||||
<path d="M-1046.3,-260 L83,-260 L83,49 L-1046.3,49 L-1046.3,-260 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip109)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,1122,351)">
|
||||
<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 data-tags="portannotationpanel PortDataTypeString">
|
||||
<g clip-path="none" fill="none" opacity="1" stroke="none" stroke-opacity="0" transform="matrix(1,0,0,1,1122,303)">
|
||||
<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="clip110">
|
||||
<path d="M-1046.3,-200 L83,-200 L83,109 L-1046.3,109 L-1046.3,-200 z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip110)" fill="none" opacity="1" stroke="#000000" stroke-linecap="square" stroke-linejoin="bevel" stroke-opacity="1" stroke-width="1" transform="matrix(1,0,0,1,1122,291)">
|
||||
<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_FOC_R2017b_fixdt:8880#out:1">
|
||||
<!--RAWSTRING-->
|
||||
<g data-tags="PathIntersectionsEnabledTag">
|
||||
@ -1409,5 +1409,5 @@
|
||||
<!--RAWSTRING-->
|
||||
</g>
|
||||
</g>
|
||||
<!--generated on windows @ 2019-10-06 14:07:02 W. Europe Daylight Time-->
|
||||
<!--generated on windows @ 2019-10-12 18:21:12 W. Europe Daylight Time-->
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 102 KiB |
@ -476,103 +476,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8906",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto3",
|
||||
"label":"Goto3",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8886",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"r_cos",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8904",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto1",
|
||||
"label":"Goto1",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8886",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"Vd",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8901",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From7",
|
||||
"label":"From7",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8886",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"r_sin",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8908",
|
||||
"className":"Simulink.Sum",
|
||||
@ -633,19 +536,80 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8900",
|
||||
"className":"Simulink.From",
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8907",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From6",
|
||||
"label":"From6",
|
||||
"name":"Sum1",
|
||||
"label":"Sum1",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8886",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"rectangular",
|
||||
"++",
|
||||
"off",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(1,16,4)",
|
||||
"off",
|
||||
"Simplest",
|
||||
"off",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8903",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto",
|
||||
"label":"Goto",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8886",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"Vq",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
@ -659,16 +623,16 @@
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8898",
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8902",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From4",
|
||||
"label":"From4",
|
||||
"name":"From8",
|
||||
"label":"From8",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8886",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -695,11 +659,11 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8895",
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8901",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From",
|
||||
"label":"From",
|
||||
"name":"From7",
|
||||
"label":"From7",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8886",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -725,6 +689,37 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8900",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From6",
|
||||
"label":"From6",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8886",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"Vq",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8905",
|
||||
"className":"Simulink.Goto",
|
||||
@ -759,11 +754,11 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8896",
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8899",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From1",
|
||||
"label":"From1",
|
||||
"name":"From5",
|
||||
"label":"From5",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8886",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -789,63 +784,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8894",
|
||||
"className":"Simulink.Product",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Divide4",
|
||||
"label":"Divide4",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8886",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Inputs",
|
||||
"Multiplication",
|
||||
"InputSameDT",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"**",
|
||||
"Element-wise(.*)",
|
||||
"off",
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(1,16,5)",
|
||||
"off",
|
||||
"Simplest",
|
||||
"off",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
9
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Product",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8897",
|
||||
"className":"Simulink.From",
|
||||
@ -878,11 +816,42 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8902",
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8896",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From8",
|
||||
"label":"From8",
|
||||
"name":"From1",
|
||||
"label":"From1",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8886",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"r_cos",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"From",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8898",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From4",
|
||||
"label":"From4",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8886",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -909,11 +878,11 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8892",
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8894",
|
||||
"className":"Simulink.Product",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Divide2",
|
||||
"label":"Divide2",
|
||||
"name":"Divide4",
|
||||
"label":"Divide4",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8886",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -1023,11 +992,11 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8903",
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8906",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto",
|
||||
"label":"Goto",
|
||||
"name":"Goto3",
|
||||
"label":"Goto3",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8886",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -1036,7 +1005,7 @@
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"Vq",
|
||||
"r_cos",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
@ -1056,18 +1025,17 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8907",
|
||||
"className":"Simulink.Sum",
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8892",
|
||||
"className":"Simulink.Product",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum1",
|
||||
"label":"Sum1",
|
||||
"name":"Divide2",
|
||||
"label":"Divide2",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8886",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"Multiplication",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
@ -1079,13 +1047,12 @@
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"rectangular",
|
||||
"++",
|
||||
"**",
|
||||
"Element-wise(.*)",
|
||||
"off",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(1,16,4)",
|
||||
"fixdt(1,16,5)",
|
||||
"off",
|
||||
"Simplest",
|
||||
"off",
|
||||
@ -1101,7 +1068,7 @@
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
9
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
@ -1110,7 +1077,40 @@
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"blocktype":"Product",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8904",
|
||||
"className":"Simulink.Goto",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Goto1",
|
||||
"label":"Goto1",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8886",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"GotoTag",
|
||||
"TagVisibility",
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"Vd",
|
||||
"local",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Goto",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
@ -1172,11 +1172,11 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8899",
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8895",
|
||||
"className":"Simulink.From",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"From5",
|
||||
"label":"From5",
|
||||
"name":"From",
|
||||
"label":"From",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8886",
|
||||
"inspector":{
|
||||
"params":[
|
||||
@ -1184,7 +1184,7 @@
|
||||
"IconDisplay"
|
||||
],
|
||||
"values":[
|
||||
"r_cos",
|
||||
"r_sin",
|
||||
"Tag"
|
||||
],
|
||||
"tabs":[
|
||||
|
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 7.6 KiB |
Before Width: | Height: | Size: 106 KiB After Width: | Height: | Size: 106 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 440 KiB After Width: | Height: | Size: 439 KiB |
@ -1,182 +1,4 @@
|
||||
[
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8932",
|
||||
"className":"Simulink.Constant",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"cf_iqKpLimProt",
|
||||
"label":"cf_iqKpLimProt",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8924",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Value",
|
||||
"VectorParams1D",
|
||||
"SampleTime",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"FramePeriod"
|
||||
],
|
||||
"values":[
|
||||
"cf_iqKpLimProt",
|
||||
"on",
|
||||
"inf",
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(0,16,6)",
|
||||
"off",
|
||||
"inf"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Constant",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8931",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum3",
|
||||
"label":"Sum3",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8924",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"round",
|
||||
"|+-",
|
||||
"off",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"off",
|
||||
"Simplest",
|
||||
"off",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8930",
|
||||
"className":"Saturation Dynamic",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Saturation Dynamic",
|
||||
"label":"Saturation Dynamic",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8924",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"DoSatur"
|
||||
],
|
||||
"values":[
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as second input",
|
||||
"off",
|
||||
"Floor",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
],
|
||||
"tabs_idx":[
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ContainerHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"SubSystem",
|
||||
"masktype":"Saturation Dynamic"
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8928",
|
||||
"className":"Simulink.ActionPort",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Action Port",
|
||||
"label":"Action Port",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8924",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitializeStates",
|
||||
"PropagateVarSize"
|
||||
],
|
||||
"values":[
|
||||
"reset",
|
||||
"Only when execution is resumed"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"ActionPort",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8933",
|
||||
"className":"Simulink.Outport",
|
||||
@ -257,6 +79,135 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8930",
|
||||
"className":"Saturation Dynamic",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Saturation Dynamic",
|
||||
"label":"Saturation Dynamic",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8924",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"DoSatur"
|
||||
],
|
||||
"values":[
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Same as second input",
|
||||
"off",
|
||||
"Floor",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
],
|
||||
"tabs_idx":[
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ContainerHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"SubSystem",
|
||||
"masktype":"Saturation Dynamic"
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8928",
|
||||
"className":"Simulink.ActionPort",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Action Port",
|
||||
"label":"Action Port",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8924",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"InitializeStates",
|
||||
"PropagateVarSize"
|
||||
],
|
||||
"values":[
|
||||
"reset",
|
||||
"Only when execution is resumed"
|
||||
],
|
||||
"tabs":[
|
||||
"Parameter Attributes"
|
||||
],
|
||||
"tabs_idx":0
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"ActionPort",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8931",
|
||||
"className":"Simulink.Sum",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"Sum3",
|
||||
"label":"Sum3",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8924",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"IconShape",
|
||||
"Inputs",
|
||||
"InputSameDT",
|
||||
"AccumDataTypeStr",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"RndMeth",
|
||||
"SaturateOnIntegerOverflow",
|
||||
"CollapseDim",
|
||||
"CollapseMode",
|
||||
"SampleTime"
|
||||
],
|
||||
"values":[
|
||||
"round",
|
||||
"|+-",
|
||||
"off",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: Inherit via internal rule",
|
||||
"off",
|
||||
"Simplest",
|
||||
"off",
|
||||
"1",
|
||||
"All dimensions",
|
||||
"-1"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
10
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Sum",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8927",
|
||||
"className":"Simulink.Inport",
|
||||
@ -324,73 +275,6 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8926",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"iq_max",
|
||||
"label":"iq_max",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8924",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"InputConnect",
|
||||
"Interpolate",
|
||||
"LatchByDelayingOutsideSignal",
|
||||
"LatchInputForFeedbackSignals",
|
||||
"OutputFunctionCall"
|
||||
],
|
||||
"values":[
|
||||
"2",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"",
|
||||
"on",
|
||||
"off",
|
||||
"off",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Inport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8929",
|
||||
"className":"Simulink.Product",
|
||||
@ -448,6 +332,122 @@
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8932",
|
||||
"className":"Simulink.Constant",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"cf_iqKpLimProt",
|
||||
"label":"cf_iqKpLimProt",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8924",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Value",
|
||||
"VectorParams1D",
|
||||
"SampleTime",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"FramePeriod"
|
||||
],
|
||||
"values":[
|
||||
"cf_iqKpLimProt",
|
||||
"on",
|
||||
"inf",
|
||||
"[]",
|
||||
"[]",
|
||||
"fixdt(0,16,6)",
|
||||
"off",
|
||||
"inf"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
3,
|
||||
7
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Constant",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8926",
|
||||
"className":"Simulink.Inport",
|
||||
"icon":"WebViewIcon3",
|
||||
"name":"iq_max",
|
||||
"label":"iq_max",
|
||||
"parent":"BLDCmotorControl_FOC_R2017b_fixdt:8924",
|
||||
"inspector":{
|
||||
"params":[
|
||||
"Port",
|
||||
"IconDisplay",
|
||||
"OutMin",
|
||||
"OutMax",
|
||||
"OutDataTypeStr",
|
||||
"LockScale",
|
||||
"Unit",
|
||||
"PortDimensions",
|
||||
"VarSizeSig",
|
||||
"SampleTime",
|
||||
"SignalType",
|
||||
"BusOutputAsStruct",
|
||||
"InputConnect",
|
||||
"Interpolate",
|
||||
"LatchByDelayingOutsideSignal",
|
||||
"LatchInputForFeedbackSignals",
|
||||
"OutputFunctionCall"
|
||||
],
|
||||
"values":[
|
||||
"2",
|
||||
"Port number",
|
||||
"[]",
|
||||
"[]",
|
||||
"Inherit: auto",
|
||||
"off",
|
||||
"inherit",
|
||||
"-1",
|
||||
"Inherit",
|
||||
"-1",
|
||||
"auto",
|
||||
"off",
|
||||
"",
|
||||
"on",
|
||||
"off",
|
||||
"off",
|
||||
"off"
|
||||
],
|
||||
"tabs":[
|
||||
"Main",
|
||||
"Signal Attributes",
|
||||
"-Other"
|
||||
],
|
||||
"tabs_idx":[
|
||||
0,
|
||||
2,
|
||||
11
|
||||
]
|
||||
},
|
||||
"viewer":{
|
||||
"jshandler":"webview/handlers/ElementHandler"
|
||||
},
|
||||
"obj_viewer":[
|
||||
],
|
||||
"finder":{
|
||||
"blocktype":"Inport",
|
||||
"masktype":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"sid":"BLDCmotorControl_FOC_R2017b_fixdt:8925",
|
||||
"className":"Simulink.Inport",
|
||||
|