<?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: iLogic look up table without Excel in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-look-up-table-without-excel/m-p/10361922#M49238</link>
    <description>&lt;P&gt;Wow that is quite the awesome form/model.&amp;nbsp; This is part of a larger more complex multi solid body model that the bodies are exported to separate parts. That would be extremely helpful if you could think of a way that it could be done in the part.&lt;/P&gt;</description>
    <pubDate>Thu, 03 Jun 2021 18:07:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-06-03T18:07:29Z</dc:date>
    <item>
      <title>iLogic look up table without Excel</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-look-up-table-without-excel/m-p/10359383#M49229</link>
      <description>&lt;P&gt;I'm trying to create an ilogic lookup table without using excel.&amp;nbsp; We have a machine with several flanges on it and I want to put the design parameters of the flange like OD, Hole size, Hole QTY, etc. to reference for each flange.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought about using case, but I dont think you can use it for different parameters this is a simplified example of what I am trying to do.&lt;/P&gt;&lt;P&gt;FlangeA=multiselect value (3,4,5)&lt;/P&gt;&lt;P&gt;FlangeB=MultiSelect Value (3,4,5)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Each flange needs 3 parameters, OD, ID, and HoleD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to populate all these values by just selecting the size on each mutiselect pull down&lt;/P&gt;&lt;P&gt;FlangeA_OD, FlangeA_ID, FlangeA_HoleD&lt;/P&gt;&lt;P&gt;FlangeB_OD, FlangeB_ID, FlangeB_HoleD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So if Flange A is 3 it looks up the values it needs and feeds them to the FlangeA_ parameters, and Flange B is 4 it looks up the values it needs and feeds them to the FlangeB_ parameters&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;What I'm trying to prevent from doing is this:&lt;/P&gt;&lt;P&gt;If FlangeA=3 then&amp;nbsp;FlangeA_OD=1 : FlangeA_ID=2:&amp;nbsp; FlangeA_HoleD=.5&lt;/P&gt;&lt;P&gt;If FlangeA=4 then&amp;nbsp;FlangeA_OD=2 : FlangeA_ID=3:&amp;nbsp; FlangeA_HoleD=.75&lt;/P&gt;&lt;P&gt;If FlangeA=5 then&amp;nbsp;FlangeA_OD=3 : FlangeA_ID=4:&amp;nbsp; FlangeA_HoleD=1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If FlangeB=3 then&amp;nbsp;FlangeB_OD=1 : FlangeB_ID=2:&amp;nbsp; FlangeB_HoleD=.5&lt;/P&gt;&lt;P&gt;If FlangeB=4 then&amp;nbsp;FlangeB_OD=2 : FlangeB_ID=3:&amp;nbsp; FlangeB_HoleD=.75&lt;/P&gt;&lt;P&gt;If FlangeB=5 then&amp;nbsp;FlangeB_OD=3 : FlangeB_ID=4:&amp;nbsp; FlangeB_HoleD=1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Again, this is a simplified version so there are many more sizes and many more parameters. I know this can be done with excel but it is very slow to do it this way on our model. And I'd like to keep it all in ilogic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 21:31:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-look-up-table-without-excel/m-p/10359383#M49229</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-02T21:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic look up table without Excel</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-look-up-table-without-excel/m-p/10359593#M49230</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is how I've handled this type of thing in the past.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also just as a tip, you can search and ask programming questions of this type on the &lt;STRONG&gt;Inventor Customization&lt;/STRONG&gt; &lt;STRONG&gt;forum&lt;/STRONG&gt;&amp;nbsp; where there are more programming related discussions&lt;BR /&gt;&lt;A href="http://forums.autodesk.com/t5/Autodesk-Inventor-Customization/bd-p/120" target="_blank" rel="noopener"&gt;http://forums.autodesk.com/t5/Autodesk-Inventor-Customization/bd-p/120&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;BR /&gt;Best of luck to you in all of your Inventor pursuits,&lt;BR /&gt;Curtis&lt;BR /&gt;&lt;A href="http://inventortrenches.blogspot.com" target="_blank" rel="noopener"&gt;http://inventortrenches.blogspot.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;'table data
Dim oList As New ArrayList
'FlangeA Size | FlangeA_OD | FlangeA_ID | FlangeA_HoleD
oList.Add(3 &amp;amp; "|" &amp;amp; 1 &amp;amp; "|" &amp;amp; 2 &amp;amp; "|" &amp;amp; 0.50)
oList.Add(4 &amp;amp; "|" &amp;amp; 2 &amp;amp; "|" &amp;amp; 3 &amp;amp; "|" &amp;amp; 0.75)
oList.Add(5 &amp;amp; "|" &amp;amp; 3 &amp;amp; "|" &amp;amp; 4 &amp;amp; "|" &amp;amp; 1.00)
oList.Add(6 &amp;amp; "|" &amp;amp; 4 &amp;amp; "|" &amp;amp; 5 &amp;amp; "|" &amp;amp; 1.25)
oList.Add(7 &amp;amp; "|" &amp;amp; 5 &amp;amp; "|" &amp;amp; 6 &amp;amp; "|" &amp;amp; 1.50)
oList.Add(8 &amp;amp; "|" &amp;amp; 6 &amp;amp; "|" &amp;amp; 7 &amp;amp; "|" &amp;amp; 1.75)
oList.Add(9 &amp;amp; "|" &amp;amp; 7 &amp;amp; "|" &amp;amp; 8 &amp;amp; "|" &amp;amp; 2.00)

'Look at each row
For Each oRow In oList
	'split the string using the vertical bar char
	oValues = Split(oRow, "|")	

'set the flange parameters 
	If oValues(0) = Parameter("FlangeA") Then
		Parameter("FlangeA_OD") = oValues(1) 
		Parameter("FlangeA_ID") = oValues(2) 
		Parameter("FlangeA_HoleD")  = oValues(3) 
	End If
Next&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 23:38:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-look-up-table-without-excel/m-p/10359593#M49230</guid>
      <dc:creator>Curtis_Waguespack</dc:creator>
      <dc:date>2021-06-02T23:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic look up table without Excel</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-look-up-table-without-excel/m-p/10359690#M49231</link>
      <description>&lt;P&gt;Hi! I am wondering if you could leverage LibXL. In certain Excel workflows, Inventor does read the spreadsheet via LibXL without having to launch Excel.exe.&lt;/P&gt;
&lt;P&gt;Many thanks!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2021 00:43:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-look-up-table-without-excel/m-p/10359690#M49231</guid>
      <dc:creator>johnsonshiue</dc:creator>
      <dc:date>2021-06-03T00:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic look up table without Excel</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-look-up-table-without-excel/m-p/10361158#M49232</link>
      <description>&lt;P&gt;Thank you, for the tip about the Inventor Customization forum.&amp;nbsp; I think this is just what I'm looking for. So if I wanted to set the parameters for FlangeB, FlangeC ... FlangeX. etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would replicate this block for each flange?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;'set the flange parameters 
	If oValues(0) = Parameter("FlangeX") Then
		Parameter("FlangeX_OD") = oValues(1) 
		Parameter("FlangeX_ID") = oValues(2) 
		Parameter("FlangeX_HoleD")  = oValues(3) 
	End If
Next&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2021 13:46:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-look-up-table-without-excel/m-p/10361158#M49232</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-03T13:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic look up table without Excel</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-look-up-table-without-excel/m-p/10361418#M49233</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd probably do it something like this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The oTriggers are just to get the rule to run when those parameters are changed in a form... that might or might not apply to your situation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I padded the values with trailing zeros, etc just to keep things lined up, but that's just for ease of reading and isn't required.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd set up a throwaway spreadsheet to create the table data, and then paste that into the rule, see the attached zip file containing the file called Format List.xlsx file for an example.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;BR /&gt;Best of luck to you in all of your Inventor pursuits,&lt;BR /&gt;Curtis&lt;BR /&gt;&lt;A href="http://inventortrenches.blogspot.com" target="_blank" rel="noopener"&gt;http://inventortrenches.blogspot.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;oTrigger = FlangeB
oTrigger = FlangeA
'table data
Dim oList As New ArrayList
'Flange Name | Flange Size | Flange OD | Flange ID | Flange HoleD
'values    0           1            2            3            4
oList.Add("A" &amp;amp; "|" &amp;amp; 3.00 &amp;amp; "|" &amp;amp; 1.00 &amp;amp; "|" &amp;amp; 2.00 &amp;amp; "|" &amp;amp; 0.50)
oList.Add("A" &amp;amp; "|" &amp;amp; 4.00 &amp;amp; "|" &amp;amp; 2.00 &amp;amp; "|" &amp;amp; 3.00 &amp;amp; "|" &amp;amp; 0.75)
oList.Add("A" &amp;amp; "|" &amp;amp; 5.00 &amp;amp; "|" &amp;amp; 3.00 &amp;amp; "|" &amp;amp; 4.00 &amp;amp; "|" &amp;amp; 1.00)
oList.Add("A" &amp;amp; "|" &amp;amp; 6.00 &amp;amp; "|" &amp;amp; 4.00 &amp;amp; "|" &amp;amp; 5.00 &amp;amp; "|" &amp;amp; 1.25)
oList.Add("A" &amp;amp; "|" &amp;amp; 7.00 &amp;amp; "|" &amp;amp; 5.00 &amp;amp; "|" &amp;amp; 6.00 &amp;amp; "|" &amp;amp; 1.50)
oList.Add("A" &amp;amp; "|" &amp;amp; 8.00 &amp;amp; "|" &amp;amp; 6.00 &amp;amp; "|" &amp;amp; 7.00 &amp;amp; "|" &amp;amp; 1.75)
oList.Add("B" &amp;amp; "|" &amp;amp; 3.20 &amp;amp; "|" &amp;amp; 1.30 &amp;amp; "|" &amp;amp; 2.10 &amp;amp; "|" &amp;amp; 2.00)
oList.Add("B" &amp;amp; "|" &amp;amp; 4.20 &amp;amp; "|" &amp;amp; 2.30 &amp;amp; "|" &amp;amp; 3.10 &amp;amp; "|" &amp;amp; 2.25)
oList.Add("B" &amp;amp; "|" &amp;amp; 5.20 &amp;amp; "|" &amp;amp; 3.30 &amp;amp; "|" &amp;amp; 4.10 &amp;amp; "|" &amp;amp; 2.50)
oList.Add("B" &amp;amp; "|" &amp;amp; 6.20 &amp;amp; "|" &amp;amp; 4.30 &amp;amp; "|" &amp;amp; 5.10 &amp;amp; "|" &amp;amp; 2.75)
oList.Add("B" &amp;amp; "|" &amp;amp; 7.20 &amp;amp; "|" &amp;amp; 5.30 &amp;amp; "|" &amp;amp; 6.10 &amp;amp; "|" &amp;amp; 3.00)



'Look at each row
For Each oRow In oList
	'split the string using the vertical bar char
	oValues = Split(oRow, "|")
	
	'get the first value in the array and use it as the lookup key
	' this is the Letter A, B, etc
	oKey = oValues(0) 

	'set the flange parameters by plugging the key/letter into the paramter names
	'example: "Flange" &amp;amp; oKey = FlangeA, where oKey is A
	If oValues(1) = Parameter("Flange" &amp;amp; oKey) Then
		Parameter("Flange" &amp;amp; oKey) = oValues(1) 
		Parameter("Flange"&amp;amp; oKey &amp;amp; "_OD") = oValues(2) 
		Parameter("Flange"&amp;amp; oKey &amp;amp; "_ID") = oValues(3) 
		Parameter("Flange"&amp;amp; oKey &amp;amp; "_HoleD")  = oValues(4) 
	End If
Next
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2021 15:11:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-look-up-table-without-excel/m-p/10361418#M49233</guid>
      <dc:creator>Curtis_Waguespack</dc:creator>
      <dc:date>2021-06-03T15:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic look up table without Excel</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-look-up-table-without-excel/m-p/10361437#M49234</link>
      <description>&lt;P&gt;Sorry, I think I did a bad job explaining what I was trying to do.&amp;nbsp; I should have probably just shown what I was actually trying to do from the start.&amp;nbsp; I'm trying to basically&amp;nbsp;&lt;SPAN style="font-family: inherit;"&gt;put&amp;nbsp; this table into ilogic&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.engineeringtoolbox.com/flanges-bolts-dimensions-d_464.html" target="_blank" rel="noopener"&gt;https://www.engineeringtoolbox.com/flanges-bolts-dimensions-d_464.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There is an ANSI standard flange and our machine has several of these on it, and they can all change size.&amp;nbsp; They will all&amp;nbsp; be one of the flanges on this list though.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So if FlangeA=6, then it would go to that table and pull the required dimensions for FlangeA_OD, FlangeA_ID, etc.&amp;nbsp; Also if FlangeB=6 (or 4 or whatever) it will pull FlangeB_OD, and FlangeB_ID, etc from the same list.&amp;nbsp; based on what FlangeB is.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2021 15:11:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-look-up-table-without-excel/m-p/10361437#M49234</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-03T15:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic look up table without Excel</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-look-up-table-without-excel/m-p/10361470#M49235</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What version of Inventor are you running? I might be able to provide an example file, showing how this works...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I might still be misunderstanding, but I think this approach can be used for your task.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;BR /&gt;Best of luck to you in all of your Inventor pursuits,&lt;BR /&gt;Curtis&lt;BR /&gt;&lt;A href="http://inventortrenches.blogspot.com" target="_blank"&gt;http://inventortrenches.blogspot.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2021 15:22:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-look-up-table-without-excel/m-p/10361470#M49235</guid>
      <dc:creator>Curtis_Waguespack</dc:creator>
      <dc:date>2021-06-03T15:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic look up table without Excel</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-look-up-table-without-excel/m-p/10361641#M49236</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/105031"&gt;@Curtis_Waguespack&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Thank you for all the attention to this, I really appreciate it. I'm on Inventor 2021.&amp;nbsp; I have spent some time and created a simplified version of our model with 3 flanges I think it shows what I'm trying to accomplish.&amp;nbsp; For proprietary reasons I cant share the actual model, but I think this gets the point across.&amp;nbsp; Just imagine more flanges and pipes &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;There is an ilogic form that lets you pick flange sizes for 1 Inlet and 2 Effluent pipes then I've created an ilogic rule with information for each flange.&amp;nbsp; The data is duplicated on all 3 flanges but with different parameter names attached to it.&amp;nbsp; What I'd like to do is just put that information in an ilogic table once and then based on what parameter is selected for each flange, it would query the table for the rest of the parameters.&amp;nbsp; This way the data is only entered in one place and all the flanges reference the same data.&amp;nbsp; I hope this clarifies it.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2021 16:26:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-look-up-table-without-excel/m-p/10361641#M49236</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-03T16:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic look up table without Excel</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-look-up-table-without-excel/m-p/10361897#M49237</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unofrtunatley I don't have 2021 on this machine, but I have 2019, 2020 and 2022, so I could look at your file in 2022, but couldn't make changes that you can access. But here is a quick example in 2019... but its an assembly file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would expect this to be an assembly, unless there is a very compelling reason to do this as a single part file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The problem with making it a part file, is that it becomes a house of cards, particularly when we try to make it dynamic with automation via iLogic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In any case here is a example as an assembly in inventor 2019. If you must have it as a single part, I can put together a quick example later.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;BR /&gt;Best of luck to you in all of your Inventor pursuits,&lt;BR /&gt;Curtis&lt;BR /&gt;&lt;A href="http://inventortrenches.blogspot.com" target="_blank"&gt;http://inventortrenches.blogspot.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2021 17:57:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-look-up-table-without-excel/m-p/10361897#M49237</guid>
      <dc:creator>Curtis_Waguespack</dc:creator>
      <dc:date>2021-06-03T17:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic look up table without Excel</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-look-up-table-without-excel/m-p/10361922#M49238</link>
      <description>&lt;P&gt;Wow that is quite the awesome form/model.&amp;nbsp; This is part of a larger more complex multi solid body model that the bodies are exported to separate parts. That would be extremely helpful if you could think of a way that it could be done in the part.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2021 18:07:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-look-up-table-without-excel/m-p/10361922#M49238</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-03T18:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic look up table without Excel</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-look-up-table-without-excel/m-p/10362226#M49239</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's a part version of this, it's pretty much the same as the assembly version as far as creating a "lookup table"...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;again, since you're going to be doing a lot of this, I'd use a throw away spreadsheet to create the list rows and copy and paste that into the rule... see the one in my previous post as an example.&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="Curtis_W_0-1622751252193.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/926399i79F2B01D774A4FA8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Curtis_W_0-1622751252193.png" alt="Curtis_W_0-1622751252193.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;BR /&gt;Best of luck to you in all of your Inventor pursuits,&lt;BR /&gt;Curtis&lt;BR /&gt;&lt;A href="http://inventortrenches.blogspot.com" target="_blank"&gt;http://inventortrenches.blogspot.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2021 20:14:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-look-up-table-without-excel/m-p/10362226#M49239</guid>
      <dc:creator>Curtis_Waguespack</dc:creator>
      <dc:date>2021-06-03T20:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic look up table without Excel</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-look-up-table-without-excel/m-p/10362237#M49240</link>
      <description>&lt;P&gt;Awesome! Thank you so much I think this will save me a lot of time.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2021 20:18:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-look-up-table-without-excel/m-p/10362237#M49240</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-03T20:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic look up table without Excel</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-look-up-table-without-excel/m-p/10364740#M49241</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/105031"&gt;@Curtis_Waguespack&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think I've got it close, but for some reason its throwing me an error when I try to run the code.&amp;nbsp; Would you be able to take a look and see what I'm doing wrong?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 18:42:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-look-up-table-without-excel/m-p/10364740#M49241</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-04T18:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic look up table without Excel</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-look-up-table-without-excel/m-p/10364923#M49242</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I loaded Inventor 2021 yesterday, so I was able to make some edits to your model... here it is... I put some notes in the code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;BR /&gt;Best of luck to you in all of your Inventor pursuits,&lt;BR /&gt;Curtis&lt;BR /&gt;&lt;A href="http://inventortrenches.blogspot.com" target="_blank"&gt;http://inventortrenches.blogspot.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 20:05:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-look-up-table-without-excel/m-p/10364923#M49242</guid>
      <dc:creator>Curtis_Waguespack</dc:creator>
      <dc:date>2021-06-04T20:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic look up table without Excel</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-look-up-table-without-excel/m-p/10364935#M49243</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/105031"&gt;@Curtis_Waguespack&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for looking at the file, I think the same file may have got uploaded.&amp;nbsp; There doesn't seem to be any changes.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 20:13:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-look-up-table-without-excel/m-p/10364935#M49243</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-04T20:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic look up table without Excel</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-look-up-table-without-excel/m-p/10364940#M49244</link>
      <description>&lt;P&gt;ooops!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":face_with_rolling_eyes:"&gt;🙄&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;try this one&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 20:16:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-look-up-table-without-excel/m-p/10364940#M49244</guid>
      <dc:creator>Curtis_Waguespack</dc:creator>
      <dc:date>2021-06-04T20:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic look up table without Excel</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-look-up-table-without-excel/m-p/10364997#M49245</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/105031"&gt;@Curtis_Waguespack&lt;/a&gt;&amp;nbsp;This is exactly what I was trying to do Thank you so much!&amp;nbsp; There were a couple parameters that I missed on the inlet pipe that you noted.&amp;nbsp; I've uploaded the final corrected model in case anyone would find this useful in the future.&amp;nbsp; Thank you so much for the help, it is greatly appreciated!&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 20:54:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-look-up-table-without-excel/m-p/10364997#M49245</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-04T20:54:39Z</dc:date>
    </item>
  </channel>
</rss>

