Skip to content

Commit

Permalink
Added MXV observer setting
Browse files Browse the repository at this point in the history
  • Loading branch information
vedderb committed Aug 15, 2024
1 parent d9ee24b commit e4fcfe3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion res/config/6.05/parameters_mcconf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2270,15 +2270,25 @@ p, li { white-space: pre-wrap; }
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">FOC_OBSERVER_MXLEMMING</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Observer by David Molony, also known as mxlemming. This observer does not rely on the observer gain parameter, which is a significant advantage.</p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">FOC_OBSERVER_MXV</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Same as MXLEMMING, but truncates the flux linkage in two dimensions.</p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">FOC_OBSERVER_ORTEGA_LAMBDA_COMP</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">FOC_OBSERVER_MXLEMMING_LAMBDA_COMP</span></p>
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Same as the others, but with flux linkage tracking. The flux linkage tracker uses the observer gain for both observers, but it is less critical to get it right here as the flux linkage is mostly DC (unless the current is high and the motor starts to saturate).&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</description>
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;FOC_OBSERVER_MXV_LAMBDA_COMP&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Same as the others, but with flux linkage tracking. The flux linkage tracker uses the observer gain for both observers, but it is less critical to get it right here as the flux linkage is mostly DC (unless the current is high and the motor starts to saturate).&lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;FOC_OBSERVER_MXV_LAMBDA_COMP_LIN&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Uses linear lambda compensation instead of squares.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</description>
<cDefine>MCCONF_FOC_OBSERVER_TYPE</cDefine>
<valInt>3</valInt>
<enumNames>FOC_OBSERVER_ORTEGA_ORIGINAL</enumNames>
<enumNames>FOC_OBSERVER_MXLEMMING</enumNames>
<enumNames>FOC_OBSERVER_ORTEGA_LAMBDA_COMP</enumNames>
<enumNames>FOC_OBSERVER_MXLEMMING_LAMBDA_COMP</enumNames>
<enumNames>FOC_OBSERVER_MXV</enumNames>
<enumNames>FOC_OBSERVER_MXV_LAMBDA_COMP</enumNames>
<enumNames>FOC_OBSERVER_MXV_LAMBDA_COMP_LIN</enumNames>
</foc_observer_type>
<foc_hfi_voltage_start>
<longName>HFI Start Voltage</longName>
Expand Down

0 comments on commit e4fcfe3

Please sign in to comment.