<?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: Injection Molding Process Control Panel in Moldflow Insight Forum</title>
    <link>https://forums.autodesk.com/t5/moldflow-insight-forum/injection-molding-process-control-panel/m-p/12848664#M446</link>
    <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1810719"&gt;@adevadkar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;First you need access in Excel to the Developer tab,&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.microsoft.com/en-us/office/show-the-developer-tab-e1192344-5e56-4d45-931b-e5fd9bea2d45" target="_blank" rel="noopener"&gt;Show the Developer tab&lt;/A&gt;&lt;/P&gt;&lt;P&gt;On the File tab, go to Options &amp;gt; Customize Ribbon.&lt;BR /&gt;Under Customize the Ribbon and under Main Tabs, select the Developer check box.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To connect Excel to Moldflow Synergy, the code is similar as for vbs.&lt;/P&gt;&lt;P&gt;Prompt out Set Locale. It will cause a syntax error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="visual-basic"&gt;'SetLocale ("en-us")  : For vbs
  Dim SynergyGetter, Synergy
  On Error Resume Next
  Set SynergyGetter = GetObject(CreateObject("WScript.Shell").ExpandEnvironmentStrings("%SAInstance%"))
  On Error GoTo 0
  If (Not IsEmpty(SynergyGetter)) Then
    Set Synergy = SynergyGetter.GetSASynergy
  Else
    Set Synergy = CreateObject("synergy.Synergy")
  End If
  Synergy.SetUnits "Metric"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;The coding is in general similar, but not always 1:1 , vbs:vba.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps to get you started,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Berndt&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jun 2024 07:42:41 GMT</pubDate>
    <dc:creator>bernor_mf</dc:creator>
    <dc:date>2024-06-19T07:42:41Z</dc:date>
    <item>
      <title>Injection Molding Process Control Panel</title>
      <link>https://forums.autodesk.com/t5/moldflow-insight-forum/injection-molding-process-control-panel/m-p/12848450#M445</link>
      <description>&lt;P&gt;Hello Guys,&lt;BR /&gt;I am creating macro to take Processing input from Excel sheet to the Moldflow to set the injection molding window.&lt;BR /&gt;Like the Control Panel of Injection molding Machine for Moldflow can anyone help to link the excel and Moldflow.&lt;BR /&gt;Also Created Moldflow IDEA post for the Same Vote for this to get this feature in Moldflow.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/moldflow-ideas/injection-molding-process-control-panel/idi-p/12848433" target="_blank"&gt;Injection Molding Process Control Panel - Autodesk Community&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Thanks in Advance&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 05:53:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/moldflow-insight-forum/injection-molding-process-control-panel/m-p/12848450#M445</guid>
      <dc:creator>adevadkar</dc:creator>
      <dc:date>2024-06-19T05:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Injection Molding Process Control Panel</title>
      <link>https://forums.autodesk.com/t5/moldflow-insight-forum/injection-molding-process-control-panel/m-p/12848664#M446</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1810719"&gt;@adevadkar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;First you need access in Excel to the Developer tab,&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.microsoft.com/en-us/office/show-the-developer-tab-e1192344-5e56-4d45-931b-e5fd9bea2d45" target="_blank" rel="noopener"&gt;Show the Developer tab&lt;/A&gt;&lt;/P&gt;&lt;P&gt;On the File tab, go to Options &amp;gt; Customize Ribbon.&lt;BR /&gt;Under Customize the Ribbon and under Main Tabs, select the Developer check box.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To connect Excel to Moldflow Synergy, the code is similar as for vbs.&lt;/P&gt;&lt;P&gt;Prompt out Set Locale. It will cause a syntax error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="visual-basic"&gt;'SetLocale ("en-us")  : For vbs
  Dim SynergyGetter, Synergy
  On Error Resume Next
  Set SynergyGetter = GetObject(CreateObject("WScript.Shell").ExpandEnvironmentStrings("%SAInstance%"))
  On Error GoTo 0
  If (Not IsEmpty(SynergyGetter)) Then
    Set Synergy = SynergyGetter.GetSASynergy
  Else
    Set Synergy = CreateObject("synergy.Synergy")
  End If
  Synergy.SetUnits "Metric"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;The coding is in general similar, but not always 1:1 , vbs:vba.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps to get you started,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Berndt&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 07:42:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/moldflow-insight-forum/injection-molding-process-control-panel/m-p/12848664#M446</guid>
      <dc:creator>bernor_mf</dc:creator>
      <dc:date>2024-06-19T07:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Injection Molding Process Control Panel</title>
      <link>https://forums.autodesk.com/t5/moldflow-insight-forum/injection-molding-process-control-panel/m-p/12848692#M447</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I posted this idea a while ago:&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/moldflow-ideas/transfer-from-relative-processing-conditions-to-absolute-imm/idi-p/6561002" target="_blank" rel="noopener"&gt;Transfer from relative processing conditions to absolute IMM setup&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Kudos if you agree.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Berndt&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 07:53:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/moldflow-insight-forum/injection-molding-process-control-panel/m-p/12848692#M447</guid>
      <dc:creator>bernor_mf</dc:creator>
      <dc:date>2024-06-19T07:53:15Z</dc:date>
    </item>
  </channel>
</rss>

