<?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: Working with parameters in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/working-with-parameters/m-p/8316366#M211024</link>
    <description>&lt;P&gt;As others pointed out, the issue is with the units.&amp;nbsp; Here's possibly the easiest way to resolve this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Parameter Units.png" style="width: 617px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/554472iAB69AC57753085C8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Parameter Units.png" alt="Parameter Units.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The units of your pitch parameter should really be unitless/inch (threads per inch, right?).&amp;nbsp; That makes the units come out just right, without messy conversion stuff involved.&lt;/P&gt;
&lt;HR /&gt;
&lt;P style="font-size: 11px;"&gt;&lt;STRONG&gt;Sam B&lt;/STRONG&gt;&lt;BR /&gt;Inventor Pro 2019.1.2 | Windows 7 SP1&lt;BR /&gt;&lt;A href="http://www.linkedin.com/in/samuel-bixler-281a0615b" target="_blank"&gt;LinkedIn&lt;BR /&gt;&lt;IMG src="https://0lojpg.bn1301.livefilestore.com/y4mBpjMsxHsiyE90fl7LZ99L9EQYMinMmTq-HRFH9JbCEzkKriwtHkW3fcvHd1Tn83fNmCEOxlu43NSCaM5t5LTUVxzkr2SykXazzjlH6fe8HEZ9J9xESPFwabQTX5LJ7gKPlhZsl0LCsXsW74obCNtIOOvc57pHxbFMWOTgbDVMzABJgwHnVMfJOWjsmiR3b-SgAE5duRw6SWoxUsKOxXgCw?width=220&amp;amp;height=20&amp;amp;cropmode=none" border="0" width="161" height="14" /&gt;&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Oct 2018 19:00:33 GMT</pubDate>
    <dc:creator>SBix26</dc:creator>
    <dc:date>2018-10-05T19:00:33Z</dc:date>
    <item>
      <title>Working with parameters</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/working-with-parameters/m-p/8315866#M211020</link>
      <description>&lt;P&gt;How to use in parameters with unitless parameters and not get screwed up results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From what I have figured out is unitless is actually in cm.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The parameter conv is the conversion to make lengthofthread and numofcoils work together. Seems there should be an easier way to make the two work together. so basically for every inch of lengthofthread, numofcoils needs multiplied by 10.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So am I missing something on how to take a in parameter and a unitless parameter and make them work without the extra parameter&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 840px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/554378iB3FE059DC14776A5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 15:30:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/working-with-parameters/m-p/8315866#M211020</guid>
      <dc:creator>bronc3buster842001</dc:creator>
      <dc:date>2018-10-05T15:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Working with parameters</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/working-with-parameters/m-p/8316001#M211021</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Your 'lengthofthread' parameter is in inches and the 'conv' parameter is defined as unitless. The formula for 'conv' results in 'conv' being in inches rather than unitless. The easiest way to make it work would be to define 'conv = lengthofthread * 10ul / &lt;STRONG&gt;1 in&lt;/STRONG&gt;'. It's either as simple as that, or I don't understand your question correctly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 16:26:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/working-with-parameters/m-p/8316001#M211021</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-05T16:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Working with parameters</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/working-with-parameters/m-p/8316018#M211022</link>
      <description>&lt;P&gt;Ok that works. Just didnt know to divide by 1in again&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 16:33:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/working-with-parameters/m-p/8316018#M211022</guid>
      <dc:creator>bronc3buster842001</dc:creator>
      <dc:date>2018-10-05T16:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Working with parameters</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/working-with-parameters/m-p/8316098#M211023</link>
      <description>&lt;P&gt;Just follow the equation:&lt;/P&gt;&lt;P&gt;NumberCoil (ul) = CoilLength (in) / pitch (in)&lt;/P&gt;&lt;P&gt;Don't need to convert units.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 17:01:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/working-with-parameters/m-p/8316098#M211023</guid>
      <dc:creator>Frederick_Law</dc:creator>
      <dc:date>2018-10-05T17:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Working with parameters</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/working-with-parameters/m-p/8316366#M211024</link>
      <description>&lt;P&gt;As others pointed out, the issue is with the units.&amp;nbsp; Here's possibly the easiest way to resolve this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Parameter Units.png" style="width: 617px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/554472iAB69AC57753085C8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Parameter Units.png" alt="Parameter Units.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The units of your pitch parameter should really be unitless/inch (threads per inch, right?).&amp;nbsp; That makes the units come out just right, without messy conversion stuff involved.&lt;/P&gt;
&lt;HR /&gt;
&lt;P style="font-size: 11px;"&gt;&lt;STRONG&gt;Sam B&lt;/STRONG&gt;&lt;BR /&gt;Inventor Pro 2019.1.2 | Windows 7 SP1&lt;BR /&gt;&lt;A href="http://www.linkedin.com/in/samuel-bixler-281a0615b" target="_blank"&gt;LinkedIn&lt;BR /&gt;&lt;IMG src="https://0lojpg.bn1301.livefilestore.com/y4mBpjMsxHsiyE90fl7LZ99L9EQYMinMmTq-HRFH9JbCEzkKriwtHkW3fcvHd1Tn83fNmCEOxlu43NSCaM5t5LTUVxzkr2SykXazzjlH6fe8HEZ9J9xESPFwabQTX5LJ7gKPlhZsl0LCsXsW74obCNtIOOvc57pHxbFMWOTgbDVMzABJgwHnVMfJOWjsmiR3b-SgAE5duRw6SWoxUsKOxXgCw?width=220&amp;amp;height=20&amp;amp;cropmode=none" border="0" width="161" height="14" /&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 19:00:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/working-with-parameters/m-p/8316366#M211024</guid>
      <dc:creator>SBix26</dc:creator>
      <dc:date>2018-10-05T19:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Working with parameters</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/working-with-parameters/m-p/8316741#M211025</link>
      <description>&lt;P&gt;See I didnt know you could do that. I was under the impression the units had to be one or the otherI really just started playing around with using parameters..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 23:45:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/working-with-parameters/m-p/8316741#M211025</guid>
      <dc:creator>bronc3buster842001</dc:creator>
      <dc:date>2018-10-05T23:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Working with parameters</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/working-with-parameters/m-p/8320366#M211026</link>
      <description>&lt;P&gt;Hi! Yes, you can combine units in an expression. Unit in parameter is treated like part of the equation. All parameters in Inventor require a unit (or unitless unit).&lt;/P&gt;
&lt;P&gt;Many thanks!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2018 17:12:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/working-with-parameters/m-p/8320366#M211026</guid>
      <dc:creator>johnsonshiue</dc:creator>
      <dc:date>2018-10-08T17:12:19Z</dc:date>
    </item>
  </channel>
</rss>

