<?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: The complete idiots fast track guide to iLogic rules in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/the-complete-idiots-fast-track-guide-to-ilogic-rules/m-p/9513029#M63406</link>
    <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4983189"&gt;@fridtjofZM5ME&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To your other question about iLogic tutorials, here is a Youtube playlist that may help you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;iLogic Playlist:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=9gY8vclVNW8&amp;amp;list=PLetTiL10gBjH1duj0BKQObSejXfTD16Vh" target="_blank" rel="noopener"&gt;https://www.youtube.com/watch?v=9gY8vclVNW8&amp;amp;list=PLetTiL10gBjH1duj0BKQObSejXfTD16Vh&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 May 2020 14:02:40 GMT</pubDate>
    <dc:creator>ianteneth</dc:creator>
    <dc:date>2020-05-13T14:02:40Z</dc:date>
    <item>
      <title>The complete idiots fast track guide to iLogic rules</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/the-complete-idiots-fast-track-guide-to-ilogic-rules/m-p/9512138#M63403</link>
      <description>&lt;P&gt;Just to be clear, I have currently absolutely no idea what I'm doing with regards to iLogic programming, as this part of Inventor was completely omitted during the three years of higher education. I do however have a very basic understanding of how mathematical logic works, so I had a crack at it, and not surprisingly the three lines of code illustrated below didn't compute. Does Autodesk (or anyone else for that matter) have an illustrative web page of some kind that shows how the various commands must be written to work, without having to read through 50 pages of introduction to the subject?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the simlple case below here, I'm trying to set up a rule for "parameter A" that has one out of two values, one being a set "value_1"&amp;nbsp; and the other being an expression="Value_2". Which of the two values "parameter A" has is based on a criteria of whether or not "parameter B" has a value greater or equal to 990, or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Skjermbilde.JPG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/769579iD1BC773772DFDDA5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Skjermbilde.JPG" alt="Skjermbilde.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 08:13:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/the-complete-idiots-fast-track-guide-to-ilogic-rules/m-p/9512138#M63403</guid>
      <dc:creator>fridtjofZM5ME</dc:creator>
      <dc:date>2020-05-13T08:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: The complete idiots fast track guide to iLogic rules</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/the-complete-idiots-fast-track-guide-to-ilogic-rules/m-p/9512171#M63404</link>
      <description>&lt;P&gt;Try setting it out like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If &lt;EM&gt;some parameter&lt;/EM&gt; = &lt;EM&gt;some value&lt;/EM&gt; then&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Do something with that value&lt;/P&gt;&lt;P&gt;Elseif &lt;EM&gt;the parameter&lt;/EM&gt; = &lt;EM&gt;another value&lt;/EM&gt; then&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Do something with that value&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think that should solve it for you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 08:32:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/the-complete-idiots-fast-track-guide-to-ilogic-rules/m-p/9512171#M63404</guid>
      <dc:creator>mikejones</dc:creator>
      <dc:date>2020-05-13T08:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: The complete idiots fast track guide to iLogic rules</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/the-complete-idiots-fast-track-guide-to-ilogic-rules/m-p/9512180#M63405</link>
      <description>&lt;P&gt;Looks like that did the trick this time at least. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 08:34:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/the-complete-idiots-fast-track-guide-to-ilogic-rules/m-p/9512180#M63405</guid>
      <dc:creator>fridtjofZM5ME</dc:creator>
      <dc:date>2020-05-13T08:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: The complete idiots fast track guide to iLogic rules</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/the-complete-idiots-fast-track-guide-to-ilogic-rules/m-p/9513029#M63406</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4983189"&gt;@fridtjofZM5ME&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To your other question about iLogic tutorials, here is a Youtube playlist that may help you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;iLogic Playlist:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=9gY8vclVNW8&amp;amp;list=PLetTiL10gBjH1duj0BKQObSejXfTD16Vh" target="_blank" rel="noopener"&gt;https://www.youtube.com/watch?v=9gY8vclVNW8&amp;amp;list=PLetTiL10gBjH1duj0BKQObSejXfTD16Vh&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 14:02:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/the-complete-idiots-fast-track-guide-to-ilogic-rules/m-p/9513029#M63406</guid>
      <dc:creator>ianteneth</dc:creator>
      <dc:date>2020-05-13T14:02:40Z</dc:date>
    </item>
  </channel>
</rss>

