<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: function GFLIB_ControllerPIpFAsm in the example application AN5014SW in Digital Signal Controllers</title>
    <link>https://community.nxp.com/t5/Digital-Signal-Controllers/function-GFLIB-ControllerPIpFAsm-in-the-example-application/m-p/575500#M835</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Kb,&lt;/P&gt;&lt;P&gt;I do not think we have specific documentation which focuses on flux-weaking method, in general, it is okay to set the Isd as a negative value so that the motor can increase speed.&lt;/P&gt;&lt;P&gt;But I think you can refer to an1931.pdf, which has a short part about the flux-weaking, pls refer to section 3.3.4.2 Control in Field-Weakening Range.&lt;/P&gt;&lt;P&gt;I attach it here.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 24 Jul 2016 10:29:55 GMT</pubDate>
    <dc:creator>xiangjun_rong</dc:creator>
    <dc:date>2016-07-24T10:29:55Z</dc:date>
    <item>
      <title>function GFLIB_ControllerPIpFAsm in the example application AN5014SW</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/function-GFLIB-ControllerPIpFAsm-in-the-example-application/m-p/575497#M832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,this question is about the function GFLIB_ControllerPIpFAsm in the example application AN5014SW. In the description of function GFLIB_ControllerPIpFAsm, the parameters : i16PropGainShift and i16IntegGainShift are defined as positive number, but in the file PMSM_appconfig.h ,they are defined as negative number. Can you explain it for me? Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 02:56:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/function-GFLIB-ControllerPIpFAsm-in-the-example-application/m-p/575497#M832</guid>
      <dc:creator>kbk</dc:creator>
      <dc:date>2016-07-15T02:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: function GFLIB_ControllerPIpFAsm in the example application AN5014SW</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/function-GFLIB-ControllerPIpFAsm-in-the-example-application/m-p/575498#M833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Regarding your question, in general, proportional and integer shift&amp;nbsp; parameter: i16IntegGainShift and i16PropGainShift should be positive,for example for proportional value,&amp;nbsp; the actual proportional value is f16PropGain_Ksc =Ksc*2**(–i16PropGainShift), Ksc is proportioinal gain, i16PropGainShift is the proportional shift. From the formula, the i16PropGainShift parameter is used to increase the valid bits of the actual parameter if the i16PropGainShift is a positive. But If the i16PropGainShift is a negative, it can represent the value greater than 1. For example, the Ksc=0.5, it is represented as 0x4000, if you want to represent the value as 2, you can set the i16PropGainShift as 2, 0.5&amp;lt;&amp;lt;2=0.5*4=2&lt;/P&gt;&lt;P&gt;In conclusion, the shift can be positive and negative, in general, it is positive.&lt;/P&gt;&lt;P&gt;Hope it can help you.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 04:03:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/function-GFLIB-ControllerPIpFAsm-in-the-example-application/m-p/575498#M833</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2016-07-18T04:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: function GFLIB_ControllerPIpFAsm in the example application AN5014SW</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/function-GFLIB-ControllerPIpFAsm-in-the-example-application/m-p/575499#M834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's very helpful,thank you very much.&lt;/P&gt;&lt;P&gt;I have another question. Are there any document,paper,application or code about flux-weaken control of PMSM based on MC56F827xx ? Other devices is all right. I did not find any support about flux-weaken control from your website.&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;kb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 03:09:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/function-GFLIB-ControllerPIpFAsm-in-the-example-application/m-p/575499#M834</guid>
      <dc:creator>kbk</dc:creator>
      <dc:date>2016-07-21T03:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: function GFLIB_ControllerPIpFAsm in the example application AN5014SW</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/function-GFLIB-ControllerPIpFAsm-in-the-example-application/m-p/575500#M835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Kb,&lt;/P&gt;&lt;P&gt;I do not think we have specific documentation which focuses on flux-weaking method, in general, it is okay to set the Isd as a negative value so that the motor can increase speed.&lt;/P&gt;&lt;P&gt;But I think you can refer to an1931.pdf, which has a short part about the flux-weaking, pls refer to section 3.3.4.2 Control in Field-Weakening Range.&lt;/P&gt;&lt;P&gt;I attach it here.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jul 2016 10:29:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/function-GFLIB-ControllerPIpFAsm-in-the-example-application/m-p/575500#M835</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2016-07-24T10:29:55Z</dc:date>
    </item>
  </channel>
</rss>

