<?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: Advise for a applicable command to resolve the issue in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/advise-for-a-applicable-command-to-resolve-the-issue/m-p/11681518#M28175</link>
    <description>&lt;P&gt;Herewith attached, the parts are from V1 to V20, there's a slot from 1 to 33 depending on the required size, A to E are the options but there's until L on current plan. Target is to position the parts based on mapping on excel. If other constraint does not use will not be turn off, then it has a conflict to the parts to change its location. If the constraint is not shared with other parts, then it was run smoothly&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jsMK4JH_0-1673845222000.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1162984i984A2ED5C8C97060/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jsMK4JH_0-1673845222000.png" alt="jsMK4JH_0-1673845222000.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jsMK4JH_1-1673845366113.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1162985i9AFAAA71D1AFACFF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jsMK4JH_1-1673845366113.png" alt="jsMK4JH_1-1673845366113.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Jan 2023 05:03:46 GMT</pubDate>
    <dc:creator>JohnBoySarcia</dc:creator>
    <dc:date>2023-01-16T05:03:46Z</dc:date>
    <item>
      <title>Advise for a applicable command to resolve the issue</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/advise-for-a-applicable-command-to-resolve-the-issue/m-p/11681392#M28173</link>
      <description>&lt;P&gt;Hi, Good day.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is anyone can give me an advise for a command applicable to resolve the issue.&lt;/P&gt;&lt;P&gt;I'm currently using if and then or if and elseif but the program simulates per line in order. If it satisfy A having mate1 constraint active, once it read at B and it was false, then it turns off mate1. On actual I have 20 parts that others sharing some of the constraint. Target is to deactivate others except for the true ones. Others is suggesting loop but don't know how. Newbie in logics and VBA. Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;If A = 1 Then&lt;/P&gt;&lt;P&gt;Constraint.IsActive("Mate:1") = True&lt;/P&gt;&lt;P&gt;Constraint.IsActive("Mate:2") = True&lt;/P&gt;&lt;P&gt;Else&lt;/P&gt;&lt;P&gt;Constraint.IsActive("Mate:1") = False&lt;/P&gt;&lt;P&gt;Constraint.IsActive("Mate:2") = False&lt;/P&gt;&lt;P&gt;End If&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If B = 2 Then&lt;/P&gt;&lt;P&gt;Constraint.IsActive("Mate:1") = True&lt;/P&gt;&lt;P&gt;Constraint.IsActive("Mate:3") = True&lt;/P&gt;&lt;P&gt;Else&lt;/P&gt;&lt;P&gt;Constraint.IsActive("Mate:1") = False&lt;/P&gt;&lt;P&gt;Constraint.IsActive("Mate:3") = False&lt;/P&gt;&lt;P&gt;EndIf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 03:05:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/advise-for-a-applicable-command-to-resolve-the-issue/m-p/11681392#M28173</guid>
      <dc:creator>JohnBoySarcia</dc:creator>
      <dc:date>2023-01-16T03:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Advise for a applicable command to resolve the issue</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/advise-for-a-applicable-command-to-resolve-the-issue/m-p/11681467#M28174</link>
      <description>&lt;P&gt;Hello it is a little hard to follow the changes you require. Could you share some images of what you want to achieve and or how you are currently manually achieving your goal. Can you provide full list of parts, you said you had 20? What is the reason to remove the constraints?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 04:10:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/advise-for-a-applicable-command-to-resolve-the-issue/m-p/11681467#M28174</guid>
      <dc:creator>A.Acheson</dc:creator>
      <dc:date>2023-01-16T04:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Advise for a applicable command to resolve the issue</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/advise-for-a-applicable-command-to-resolve-the-issue/m-p/11681518#M28175</link>
      <description>&lt;P&gt;Herewith attached, the parts are from V1 to V20, there's a slot from 1 to 33 depending on the required size, A to E are the options but there's until L on current plan. Target is to position the parts based on mapping on excel. If other constraint does not use will not be turn off, then it has a conflict to the parts to change its location. If the constraint is not shared with other parts, then it was run smoothly&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jsMK4JH_0-1673845222000.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1162984i984A2ED5C8C97060/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jsMK4JH_0-1673845222000.png" alt="jsMK4JH_0-1673845222000.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jsMK4JH_1-1673845366113.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1162985i9AFAAA71D1AFACFF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jsMK4JH_1-1673845366113.png" alt="jsMK4JH_1-1673845366113.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 05:03:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/advise-for-a-applicable-command-to-resolve-the-issue/m-p/11681518#M28175</guid>
      <dc:creator>JohnBoySarcia</dc:creator>
      <dc:date>2023-01-16T05:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Advise for a applicable command to resolve the issue</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/advise-for-a-applicable-command-to-resolve-the-issue/m-p/11681561#M28176</link>
      <description>&lt;P&gt;The chart does help but I don't think I'm able to place the relationships between part, slot, mate and option. Can you supply a sample of one manually placed. Can you place a few parts and use capture constraints in ilogic editor to show how it is working.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 05:43:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/advise-for-a-applicable-command-to-resolve-the-issue/m-p/11681561#M28176</guid>
      <dc:creator>A.Acheson</dc:creator>
      <dc:date>2023-01-16T05:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Advise for a applicable command to resolve the issue</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/advise-for-a-applicable-command-to-resolve-the-issue/m-p/11681617#M28177</link>
      <description>&lt;P&gt;kindly skip once it looks for the excel program. Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 06:34:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/advise-for-a-applicable-command-to-resolve-the-issue/m-p/11681617#M28177</guid>
      <dc:creator>JohnBoySarcia</dc:creator>
      <dc:date>2023-01-16T06:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Advise for a applicable command to resolve the issue</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/advise-for-a-applicable-command-to-resolve-the-issue/m-p/11732014#M28178</link>
      <description>&lt;P&gt;No more development on this once since I have implemented a work around&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 04:46:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/advise-for-a-applicable-command-to-resolve-the-issue/m-p/11732014#M28178</guid>
      <dc:creator>JohnBoySarcia</dc:creator>
      <dc:date>2023-02-06T04:46:58Z</dc:date>
    </item>
  </channel>
</rss>

