<?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: Can the iLogic &amp;quot;form&amp;quot; work /live outside of Inventor? in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/can-the-ilogic-quot-form-quot-work-live-outside-of-inventor/m-p/7908527#M82937</link>
    <description>Hoi could use apprenticeserver or excel for this.&lt;BR /&gt;I would use a vb.net stand alone application for this.&lt;BR /&gt;I would not use I logic for this.&lt;BR /&gt;And then it is definitely possible.&lt;BR /&gt;If you need assistance for this please let me know.</description>
    <pubDate>Wed, 04 Apr 2018 17:55:54 GMT</pubDate>
    <dc:creator>bradeneuropeArthur</dc:creator>
    <dc:date>2018-04-04T17:55:54Z</dc:date>
    <item>
      <title>Can the iLogic "form" work /live outside of Inventor?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/can-the-ilogic-quot-form-quot-work-live-outside-of-inventor/m-p/7904582#M82869</link>
      <description>&lt;P&gt;Just wondering if there is a way to create a "form" that is not in Inventor, but that would allow the values in said form to control the parameters as they would in a regular iLogic form?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;example: I build a automated assembly, but our Engineers are not Inventor users, they don't want to come to my desk each time, so I'm looking for an alternative that would allow them to enter the values as if they were in a regular form, but that is not a form in Inventor.&lt;/P&gt;&lt;P&gt;Does iLogic give the ability to export the form to Excel or perhaps as a JavaScript .html form?&lt;/P&gt;&lt;P&gt;Or can a form be placed on a network location where they can access it outside of Inventor, but that it's entries would in turn build the model?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Apr 2018 15:08:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/can-the-ilogic-quot-form-quot-work-live-outside-of-inventor/m-p/7904582#M82869</guid>
      <dc:creator>chris</dc:creator>
      <dc:date>2018-04-03T15:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can the iLogic "form" work /live outside of Inventor?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/can-the-ilogic-quot-form-quot-work-live-outside-of-inventor/m-p/7904722#M82871</link>
      <description>&lt;P&gt;If the computer doesn't have inventor, it CANNOT drive the model. In that case, it would be a 2 step process.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Modify the values&lt;/P&gt;
&lt;P&gt;2. Upload the modified values to the model.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This means that the users can easily input information, which then gets stored somewhere. But nothing will happen until Inventor loads that information then updates the models.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Excel files are typically how people accomplish this storage/retrieval because of it's familiarity.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Apr 2018 15:43:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/can-the-ilogic-quot-form-quot-work-live-outside-of-inventor/m-p/7904722#M82871</guid>
      <dc:creator>MechMachineMan</dc:creator>
      <dc:date>2018-04-03T15:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can the iLogic "form" work /live outside of Inventor?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/can-the-ilogic-quot-form-quot-work-live-outside-of-inventor/m-p/7906894#M82919</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3950322"&gt;@chris&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2511355"&gt;@MechMachineMan&lt;/a&gt;&amp;nbsp;alluded, there is no current (easy) way of achieving what you want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, this topic on the Inventor BETA forum may or may not lead to being able to achieve it in future:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://beta.autodesk.com/project/forum/thread.html?cap=fb14413735ee42c99624e3793b19a0b2&amp;amp;forid={deb2224c-a845-44a8-a857-a54f58c97618}&amp;amp;topid={5DE49576-58E3-4034-9DFD-285B2F1975BB" target="_blank"&gt;https://beta.autodesk.com/project/forum/thread.html?cap=fb14413735ee42c99624e3793b19a0b2&amp;amp;forid={deb2224c-a845-44a8-a857-a54f58c97618}&amp;amp;topid={5DE49576-58E3-4034-9DFD-285B2F1975BB&lt;/A&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will need to join the BETA to see/contribute to the topic I have linked above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Perhaps&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/93239"&gt;@ChrisMitchell01&lt;/a&gt;&amp;nbsp;can share with us how to join the BETA - since I'm not sure if clicking the link above will take you to the "join" page if you aren't a member.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alex.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS. apologies for being coy about the topic above, NDAs and all that. &lt;img class="lia-deferred-image lia-image-emoji" src="https://forums.autodesk.com/html/@7B4B80143EBEB4F250CEEC82342F6CA1/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2018 09:01:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/can-the-ilogic-quot-form-quot-work-live-outside-of-inventor/m-p/7906894#M82919</guid>
      <dc:creator>AlexFielder</dc:creator>
      <dc:date>2018-04-04T09:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Can the iLogic "form" work /live outside of Inventor?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/can-the-ilogic-quot-form-quot-work-live-outside-of-inventor/m-p/7908019#M82934</link>
      <description>&lt;P&gt;If you don't already have access to the Inventor Beta project then you can apply using this link:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://Autode.sk/InventorBeta" target="_blank"&gt;http://Autode.sk/InventorBeta&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2018 15:17:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/can-the-ilogic-quot-form-quot-work-live-outside-of-inventor/m-p/7908019#M82934</guid>
      <dc:creator>ChrisMitchell01</dc:creator>
      <dc:date>2018-04-04T15:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Can the iLogic "form" work /live outside of Inventor?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/can-the-ilogic-quot-form-quot-work-live-outside-of-inventor/m-p/7908527#M82937</link>
      <description>Hoi could use apprenticeserver or excel for this.&lt;BR /&gt;I would use a vb.net stand alone application for this.&lt;BR /&gt;I would not use I logic for this.&lt;BR /&gt;And then it is definitely possible.&lt;BR /&gt;If you need assistance for this please let me know.</description>
      <pubDate>Wed, 04 Apr 2018 17:55:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/can-the-ilogic-quot-form-quot-work-live-outside-of-inventor/m-p/7908527#M82937</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2018-04-04T17:55:54Z</dc:date>
    </item>
  </channel>
</rss>

