<?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: Real-time data display in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Real-time-data-display/m-p/233072#M46221</link>
    <description>&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/448"&gt;@terapin&lt;/a&gt; You can run a JMP script through a batch file and execute the batch file through your task scheduler. I have a couple of jobs that work like this and they are very reliable. Only hiccup I ever have is when the password on the machine expires I needs to update the password in the task scheduler. I am not very familiar with the Schedule() function. Search the JMP Discussions for an example of running a JSL file from a batch file.</description>
    <pubDate>Sat, 09 Nov 2019 18:56:58 GMT</pubDate>
    <dc:creator>G_M</dc:creator>
    <dc:date>2019-11-09T18:56:58Z</dc:date>
    <item>
      <title>Real-time data display</title>
      <link>https://community.jmp.com/t5/Discussions/Real-time-data-display/m-p/232555#M46122</link>
      <description>&lt;P&gt;I'm wondering if JMP Pro has some instructions and capabilities that allow users to automatically run various scripts to pull data from a SQL database and update data displays (HTML or otherwise) at user specified frequencies?&amp;nbsp; I've been digging through the various manuals and haven't found anything that indicates that this capability exists within JMP Pro.&amp;nbsp; Am I trying to get JMP to do something it wasn't designed for or just missing the key section(s) of the JSL references that might indicate how I can pull this off?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 21:35:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Real-time-data-display/m-p/232555#M46122</guid>
      <dc:creator>terapin</dc:creator>
      <dc:date>2019-11-06T21:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Real-time data display</title>
      <link>https://community.jmp.com/t5/Discussions/Real-time-data-display/m-p/232569#M46124</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/448"&gt;@terapin&lt;/a&gt;&amp;nbsp;if the users in question have acces to JMP, then yes, no problem.&lt;/P&gt;&lt;P&gt;There are several ways to approach.&amp;nbsp; Perhaps the quickest way to get going is to use JMP Query Builder&lt;/P&gt;&lt;P&gt;to define the SQL, then you can use the resulting data table to create the visuals or data displays, save the JSL for the displays&lt;/P&gt;&lt;P&gt;then incorporate the JSL into the Query Builder platform.&lt;/P&gt;&lt;P&gt;If they don't have JMP, then JMP Live seems like a great option.&lt;/P&gt;&lt;P&gt;There are other appraches as well, but I think query builder may be the best way to get familiar.&lt;/P&gt;&lt;P&gt;Hope this is helpful.&lt;/P&gt;&lt;P&gt;MG&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 22:35:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Real-time-data-display/m-p/232569#M46124</guid>
      <dc:creator>G_M</dc:creator>
      <dc:date>2019-11-06T22:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Real-time data display</title>
      <link>https://community.jmp.com/t5/Discussions/Real-time-data-display/m-p/232572#M46127</link>
      <description>&lt;P&gt;Thanks G_M,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding your suggestion, is the Schedule() command the only way to execute JSL script without a user manually executing the script beyond the initial execution?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 23:29:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Real-time-data-display/m-p/232572#M46127</guid>
      <dc:creator>terapin</dc:creator>
      <dc:date>2019-11-06T23:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Real-time data display</title>
      <link>https://community.jmp.com/t5/Discussions/Real-time-data-display/m-p/232616#M46131</link>
      <description>You would want to create a JSL script which pulls your dataset, generates your analysis, and saves it out as a web report.  Once you have that script created, you can then setup a Windows task scheduler to run the script on the desired time frequency.  To run a JMP script from the command line, just include the script file when starting JMP, ex. "C:\path_to_jmp\jmp.exe script.jsl".  I would imagine Mac has a similar feature.</description>
      <pubDate>Thu, 07 Nov 2019 05:52:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Real-time-data-display/m-p/232616#M46131</guid>
      <dc:creator>Mark_Zwald</dc:creator>
      <dc:date>2019-11-07T05:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Real-time data display</title>
      <link>https://community.jmp.com/t5/Discussions/Real-time-data-display/m-p/232709#M46156</link>
      <description>&lt;P&gt;Thanks mzwald for your suggestion,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought that was an option outside of JMP, but was curious to learn if there were any capabilities within JMP to complete real-time tasks.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 16:20:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Real-time-data-display/m-p/232709#M46156</guid>
      <dc:creator>terapin</dc:creator>
      <dc:date>2019-11-07T16:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Real-time data display</title>
      <link>https://community.jmp.com/t5/Discussions/Real-time-data-display/m-p/232761#M46158</link>
      <description>&lt;P&gt;This presentation from Discovery Summit Europe 2019 may provide some useful information as well:&amp;nbsp;&lt;LI-MESSAGE title="Automated Report Creation: From Data Import to Publication ( 2019-EU-TUT-079 )" uid="110064" url="https://community.jmp.com/t5/Discovery-Summit-Europe-2019/Automated-Report-Creation-From-Data-Import-to-Publication-2019/m-p/110064#U110064"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;. It contains some of the suggestions already mentioned.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 17:17:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Real-time-data-display/m-p/232761#M46158</guid>
      <dc:creator>Ryan_Gilmore</dc:creator>
      <dc:date>2019-11-07T17:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Real-time data display</title>
      <link>https://community.jmp.com/t5/Discussions/Real-time-data-display/m-p/232767#M46161</link>
      <description>&lt;P&gt;Thanks Ryan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This information is very helpful and relevant to my data reporting needs.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 17:48:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Real-time-data-display/m-p/232767#M46161</guid>
      <dc:creator>terapin</dc:creator>
      <dc:date>2019-11-07T17:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Real-time data display</title>
      <link>https://community.jmp.com/t5/Discussions/Real-time-data-display/m-p/232768#M46162</link>
      <description>There is a Schedule() function in JSL but this would require JMP to be continuously running.</description>
      <pubDate>Thu, 07 Nov 2019 18:42:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Real-time-data-display/m-p/232768#M46162</guid>
      <dc:creator>Mark_Zwald</dc:creator>
      <dc:date>2019-11-07T18:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Real-time data display</title>
      <link>https://community.jmp.com/t5/Discussions/Real-time-data-display/m-p/233072#M46221</link>
      <description>&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/448"&gt;@terapin&lt;/a&gt; You can run a JMP script through a batch file and execute the batch file through your task scheduler. I have a couple of jobs that work like this and they are very reliable. Only hiccup I ever have is when the password on the machine expires I needs to update the password in the task scheduler. I am not very familiar with the Schedule() function. Search the JMP Discussions for an example of running a JSL file from a batch file.</description>
      <pubDate>Sat, 09 Nov 2019 18:56:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Real-time-data-display/m-p/233072#M46221</guid>
      <dc:creator>G_M</dc:creator>
      <dc:date>2019-11-09T18:56:58Z</dc:date>
    </item>
  </channel>
</rss>

