<?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 How control Torque in Position Mode? in Kinetis Motor Suite</title>
    <link>https://community.nxp.com/t5/Kinetis-Motor-Suite/How-control-Torque-in-Position-Mode/m-p/599669#M57</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;There are any configuration for control the torque of motor when I use the Position Control Mode ?&lt;/P&gt;&lt;P&gt;By default, in position mode, the motor use all torque posible. I need control (decrease) the torque in certains circunstances.&lt;/P&gt;&lt;P&gt;In KMS I don't see any variable to do this.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Sensored Velocity, the torque mode, don't works for me, because I need a fixed position Setpoint.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank's&lt;/P&gt;&lt;P&gt;Sergi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Feb 2017 19:06:27 GMT</pubDate>
    <dc:creator>sergigomis</dc:creator>
    <dc:date>2017-02-24T19:06:27Z</dc:date>
    <item>
      <title>How control Torque in Position Mode?</title>
      <link>https://community.nxp.com/t5/Kinetis-Motor-Suite/How-control-Torque-in-Position-Mode/m-p/599669#M57</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;There are any configuration for control the torque of motor when I use the Position Control Mode ?&lt;/P&gt;&lt;P&gt;By default, in position mode, the motor use all torque posible. I need control (decrease) the torque in certains circunstances.&lt;/P&gt;&lt;P&gt;In KMS I don't see any variable to do this.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Sensored Velocity, the torque mode, don't works for me, because I need a fixed position Setpoint.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank's&lt;/P&gt;&lt;P&gt;Sergi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 19:06:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Motor-Suite/How-control-Torque-in-Position-Mode/m-p/599669#M57</guid>
      <dc:creator>sergigomis</dc:creator>
      <dc:date>2017-02-24T19:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: How control Torque in Position Mode?</title>
      <link>https://community.nxp.com/t5/Kinetis-Motor-Suite/How-control-Torque-in-Position-Mode/m-p/599670#M58</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sergi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In KMS&amp;nbsp;we don't expose the control to directly limit the maximum (and minimum) torque that can be commanded by the position controller. &amp;nbsp;But this control does exist in the firmware. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add it to the watch window, it has the following configuration:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2017-02-27 08_16_26-Variable Definition.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/14126i391C413184109916/image-size/large?v=v2&amp;amp;px=999" role="button" title="2017-02-27 08_16_26-Variable Definition.png" alt="2017-02-27 08_16_26-Variable Definition.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The corresponding negative&amp;nbsp;limit is position.config.IqRefMin. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KMS initially configures these to be equal to the Rated Current * sqrt(2). &amp;nbsp;They can be freely modified at run-time, just ensure that position.config.IqRefMax is always greater than position.config.IqRefMin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 13:22:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Motor-Suite/How-control-Torque-in-Position-Mode/m-p/599670#M58</guid>
      <dc:creator>linestream-adam</dc:creator>
      <dc:date>2017-02-27T13:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: How control Torque in Position Mode?</title>
      <link>https://community.nxp.com/t5/Kinetis-Motor-Suite/How-control-Torque-in-Position-Mode/m-p/599671#M59</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam.&lt;/P&gt;&lt;P&gt;Great !!!!&lt;/P&gt;&lt;P&gt;Only one annotation:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;The variables to modify are&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp; "user.command.IqRefMax" and "user.command.IqRefMin".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Works very good !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;Thanks again for your solution Adam.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;Sergi.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 18:16:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Motor-Suite/How-control-Torque-in-Position-Mode/m-p/599671#M59</guid>
      <dc:creator>sergigomis</dc:creator>
      <dc:date>2017-02-27T18:16:33Z</dc:date>
    </item>
  </channel>
</rss>

