<?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 I LOGIC in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/i-logic/m-p/9965334#M123273</link>
    <description>&lt;P&gt;Olá a todos!&lt;/P&gt;&lt;P&gt;minha duvida e o seguinte:&lt;/P&gt;&lt;P&gt;preciso que o ilogic leia uma planilha em excel, onde as informações estarão dispostas na horizontal. exemplo:&lt;/P&gt;&lt;P&gt;&lt;U&gt;material&lt;/U&gt; |&amp;nbsp;&lt;U&gt;código&amp;nbsp;erp&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;aço a36 |&amp;nbsp; &amp;nbsp; &amp;nbsp;123&lt;/P&gt;&lt;P&gt;plástico&amp;nbsp; |&amp;nbsp; &amp;nbsp; &amp;nbsp;345&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;e assim vai...&lt;/P&gt;&lt;P&gt;e essa informação terá que vir em um formulário (form), para ser inserido em campos do desenho.&lt;/P&gt;&lt;P&gt;exemplo:&lt;/P&gt;&lt;P&gt;material: -&amp;gt;escolher os vários materiais disponivel na tabela (aço, plastico, etc)&lt;/P&gt;&lt;P&gt;tipo de material -&amp;gt; escolher o tipo de material(chapa, barra redonda, etc)&lt;/P&gt;&lt;P&gt;e assim cair na legenda do desenho da seguinte maneira:&lt;/P&gt;&lt;P&gt;"chapa aço carbono a-36...."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;minha versão do inventor e 2016 e o office é 2016 também&lt;/P&gt;&lt;P&gt;sem mais, agradeço a atenção!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Dec 2020 12:11:01 GMT</pubDate>
    <dc:creator>fabio_h_munhoz</dc:creator>
    <dc:date>2020-12-28T12:11:01Z</dc:date>
    <item>
      <title>I LOGIC</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/i-logic/m-p/9965334#M123273</link>
      <description>&lt;P&gt;Olá a todos!&lt;/P&gt;&lt;P&gt;minha duvida e o seguinte:&lt;/P&gt;&lt;P&gt;preciso que o ilogic leia uma planilha em excel, onde as informações estarão dispostas na horizontal. exemplo:&lt;/P&gt;&lt;P&gt;&lt;U&gt;material&lt;/U&gt; |&amp;nbsp;&lt;U&gt;código&amp;nbsp;erp&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;aço a36 |&amp;nbsp; &amp;nbsp; &amp;nbsp;123&lt;/P&gt;&lt;P&gt;plástico&amp;nbsp; |&amp;nbsp; &amp;nbsp; &amp;nbsp;345&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;e assim vai...&lt;/P&gt;&lt;P&gt;e essa informação terá que vir em um formulário (form), para ser inserido em campos do desenho.&lt;/P&gt;&lt;P&gt;exemplo:&lt;/P&gt;&lt;P&gt;material: -&amp;gt;escolher os vários materiais disponivel na tabela (aço, plastico, etc)&lt;/P&gt;&lt;P&gt;tipo de material -&amp;gt; escolher o tipo de material(chapa, barra redonda, etc)&lt;/P&gt;&lt;P&gt;e assim cair na legenda do desenho da seguinte maneira:&lt;/P&gt;&lt;P&gt;"chapa aço carbono a-36...."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;minha versão do inventor e 2016 e o office é 2016 também&lt;/P&gt;&lt;P&gt;sem mais, agradeço a atenção!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 12:11:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/i-logic/m-p/9965334#M123273</guid>
      <dc:creator>fabio_h_munhoz</dc:creator>
      <dc:date>2020-12-28T12:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: I LOGIC</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/i-logic/m-p/9967932#M123274</link>
      <description>&lt;P&gt;Hi! I am sorry that I reply in English. Based on Google translate, you would like to have an iLogic form which reads a list of materials from an Excel table. Next, the user can select a material and a type. Then, the expression is populated to the drawing text or annotation. I believe this should be doable. Essentially, there are three rules or code sections.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) Read the lists from the table.&lt;/P&gt;
&lt;P&gt;2) Show the dropdown lists in the form.&lt;/P&gt;
&lt;P&gt;3) The user selects from the lists and the expression is populated to the drawing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is a bit involved. It is not for an iLogic beginner. Please feel free to share an example you are working on. Forum iLogic expert users can help provide further guidance.&lt;/P&gt;
&lt;P&gt;Many thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 17:53:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/i-logic/m-p/9967932#M123274</guid>
      <dc:creator>johnsonshiue</dc:creator>
      <dc:date>2020-12-29T17:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: I LOGIC</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/i-logic/m-p/9968976#M123275</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/486618"&gt;@johnsonshiue&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below link is the same post by&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3477152"&gt;@fabio_h_munhoz&lt;/a&gt;&amp;nbsp;and I have tried to provide the solution here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/inventor-forum/i-logic-formulario/m-p/9968971/highlight/false#M812262" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/inventor-forum/i-logic-formulario/m-p/9968971/highlight/false#M812262&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this will be helpful.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2020 09:16:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/i-logic/m-p/9968976#M123275</guid>
      <dc:creator>dutt.thakar</dc:creator>
      <dc:date>2020-12-30T09:16:01Z</dc:date>
    </item>
  </channel>
</rss>

