<?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 Is there a way to call an add in using a script? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Is-there-a-way-to-call-an-add-in-using-a-script/m-p/9105#M9046</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Curious to see if there is a way to call an Add In that users can install in JMP and activate and run it using a script. For example if I installed the add in for generating a Gnatt chart and every morning I come in I want to run a simple script which pulls data from what ever source I use and I get it to generate a bunch of charts etc. One of the charts I would like is a a Gnatt chart. Is there a way I can get my script to call the add in and process the data and send this output to my window with the rest of my charts? Similarly can this be done with other add ins?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jul 2014 13:55:42 GMT</pubDate>
    <dc:creator>michaelkennedy</dc:creator>
    <dc:date>2014-07-31T13:55:42Z</dc:date>
    <item>
      <title>Is there a way to call an add in using a script?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-way-to-call-an-add-in-using-a-script/m-p/9105#M9046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Curious to see if there is a way to call an Add In that users can install in JMP and activate and run it using a script. For example if I installed the add in for generating a Gnatt chart and every morning I come in I want to run a simple script which pulls data from what ever source I use and I get it to generate a bunch of charts etc. One of the charts I would like is a a Gnatt chart. Is there a way I can get my script to call the add in and process the data and send this output to my window with the rest of my charts? Similarly can this be done with other add ins?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 13:55:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-way-to-call-an-add-in-using-a-script/m-p/9105#M9046</guid>
      <dc:creator>michaelkennedy</dc:creator>
      <dc:date>2014-07-31T13:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to call an add in using a script?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-way-to-call-an-add-in-using-a-script/m-p/9106#M9047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Calling an add-in script from JSL can be done with the &lt;STRONG&gt;include&lt;/STRONG&gt; statement.&amp;nbsp; You'll need to know the addin &lt;STRONG&gt;ID&lt;/STRONG&gt;.&amp;nbsp; For example suppose you have an addin called &lt;STRONG&gt;MyGreatFunction&lt;/STRONG&gt;, and the addin ID is &lt;STRONG&gt;com.jmp.MGF&lt;/STRONG&gt;.&amp;nbsp; The JSL file called by this addin is &lt;STRONG&gt;mgf_main.jsl&lt;/STRONG&gt;.&amp;nbsp; To see the ID for an addin click on &lt;STRONG&gt;View &amp;gt; Add-ins&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your JSL script you would do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: #0000dd;"&gt;include&lt;/SPAN&gt;&lt;STRONG style="color: black; font-family: 'Courier New';"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: purple;"&gt;"$ADDIN_HOME(com.jmp.MGF)\mgf_main.jsl"&lt;/SPAN&gt;&lt;STRONG style="color: black; font-family: 'Courier New';"&gt;)&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: navy;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: navy;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 13:05:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-way-to-call-an-add-in-using-a-script/m-p/9106#M9047</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2014-08-01T13:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to call an add in using a script?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-way-to-call-an-add-in-using-a-script/m-p/9107#M9048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.jmp.com/7.0.1.0/images/emoticons/happy.png"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 10:34:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-way-to-call-an-add-in-using-a-script/m-p/9107#M9048</guid>
      <dc:creator>michaelkennedy</dc:creator>
      <dc:date>2014-08-07T10:34:47Z</dc:date>
    </item>
  </channel>
</rss>

