<?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 Can JMP remember a PI Server URL? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Can-JMP-remember-a-PI-Server-URL/m-p/914167#M107418</link>
    <description>&lt;P&gt;I've been trying to integrate PI data into more of my data analyses but when I open new instances of JMP, it forgets the PI Server URL I was using and I have to dig it up and type in the whole thing again. Is there some way to tell JMP what I want a default URL to be so it is preloaded into the PI Server popup whenever I want to import data?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Nov 2025 13:31:27 GMT</pubDate>
    <dc:creator>CohortImpala446</dc:creator>
    <dc:date>2025-11-19T13:31:27Z</dc:date>
    <item>
      <title>Can JMP remember a PI Server URL?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-JMP-remember-a-PI-Server-URL/m-p/914167#M107418</link>
      <description>&lt;P&gt;I've been trying to integrate PI data into more of my data analyses but when I open new instances of JMP, it forgets the PI Server URL I was using and I have to dig it up and type in the whole thing again. Is there some way to tell JMP what I want a default URL to be so it is preloaded into the PI Server popup whenever I want to import data?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2025 13:31:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-JMP-remember-a-PI-Server-URL/m-p/914167#M107418</guid>
      <dc:creator>CohortImpala446</dc:creator>
      <dc:date>2025-11-19T13:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can JMP remember a PI Server URL?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-JMP-remember-a-PI-Server-URL/m-p/914193#M107421</link>
      <description>&lt;P class="body"&gt;Here is the information from the online Help that talks about Running a Script when JMP starts up that will let your default URL&lt;/P&gt;
&lt;H1 id="ww324309" class="N1headingFirst"&gt;Run a Script at Start Up&lt;/H1&gt;
&lt;P class="body"&gt;You can run the same script every time you start JMP. For example, you might include the definitions of some utility functions or a namespace that you want available throughout your JMP session. You might also set some preferences in a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="Search_Result_Highlight"&gt;startup&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;script to keep preferences consistent. Preferences persist across JMP sessions, but you could explicitly reset some preferences in case they were changed at some point in the previous session.&lt;/P&gt;
&lt;P class="body"&gt;Name the script&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="filepath"&gt;jmpStart.jsl&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and place it in one of the following folders, as appropriate for your operating system. When JMP starts, JMP looks for the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="filepath"&gt;jmpStart.jsl&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;script in these folders in the order in which they are listed here. The first one that is found is run, and the search immediately stops.&lt;/P&gt;
&lt;P class="Note"&gt;&lt;SPAN class="Note"&gt;Note:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;Some path names in this section refer to the “&lt;SPAN class="filepath"&gt;JMP”&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;folder. On Windows, in JMP Pro, the “&lt;SPAN class="filepath"&gt;JMP&lt;/SPAN&gt;” folder is named “&lt;SPAN class="filepath"&gt;JMPPro&lt;/SPAN&gt;”.&lt;/P&gt;
&lt;P class="bodyKeepWithNext"&gt;On Windows:&lt;/P&gt;
&lt;P class="N1number"&gt;&lt;SPAN class="WebWorks_Number"&gt;&lt;SPAN&gt;1.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="filepath"&gt;C:\Users\&amp;lt;username&amp;gt;\AppData\Roaming\JMP\JMP\19&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="number"&gt;&lt;SPAN class="WebWorks_Number"&gt;&lt;SPAN&gt;2.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="filepath"&gt;C:\Users\&amp;lt;username&amp;gt;\AppData\Roaming\JMP\JMP&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="bodyKeepWithNext"&gt;On Apple macOS:&lt;/P&gt;
&lt;P class="N1number"&gt;&lt;SPAN class="WebWorks_Number"&gt;&lt;SPAN&gt;1.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="filepath"&gt;/Users/&amp;lt;username&amp;gt;/Library/Application Support/JMP/19&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="number"&gt;&lt;SPAN class="WebWorks_Number"&gt;&lt;SPAN&gt;2.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="filepath"&gt;/Users/&amp;lt;username&amp;gt;/Library/Application Support/JMP&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="body"&gt;The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="filepath"&gt;jmpStart.jsl&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;script runs only for a particular user on a computer. You can add a script named&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="filepath"&gt;jmpStartAdmin.jsl&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in one of the following places, as appropriate for your operating system. This script is run for every user on a computer. JMP runs&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="filepath"&gt;jmpStartAdmin.jsl&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;first if found. Then JMP runs&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="filepath"&gt;jmpStart.jsl&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;if found.&lt;/P&gt;
&lt;P class="bodyKeepWithNext"&gt;On Windows:&lt;/P&gt;
&lt;P class="N1number"&gt;&lt;SPAN class="WebWorks_Number"&gt;&lt;SPAN&gt;1.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="filepath"&gt;C:\ProgramData\JMP\JMP\19&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="number"&gt;&lt;SPAN class="WebWorks_Number"&gt;&lt;SPAN&gt;2.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="filepath"&gt;C:\ProgramData\JMP\JMP&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="bodyKeepWithNext"&gt;On Apple macOS:&lt;/P&gt;
&lt;P class="N1number"&gt;&lt;SPAN class="WebWorks_Number"&gt;&lt;SPAN&gt;1.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="filepath"&gt;/Library/Application Support/JMP/19&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="number"&gt;&lt;SPAN class="WebWorks_Number"&gt;&lt;SPAN&gt;2.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="filepath"&gt;/Library/Application Support/JMP&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2025 14:52:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-JMP-remember-a-PI-Server-URL/m-p/914193#M107421</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2025-11-19T14:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can JMP remember a PI Server URL?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-JMP-remember-a-PI-Server-URL/m-p/915372#M107565</link>
      <description>&lt;P&gt;I didn't even know a start-up script was an option! Thank you so much for the suggestion, this worked exactly as I needed it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2025 13:14:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-JMP-remember-a-PI-Server-URL/m-p/915372#M107565</guid>
      <dc:creator>CohortImpala446</dc:creator>
      <dc:date>2025-11-26T13:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can JMP remember a PI Server URL?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-JMP-remember-a-PI-Server-URL/m-p/915373#M107566</link>
      <description>&lt;P&gt;Alternative approach:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;A file&lt;FONT face="courier new,courier"&gt;&amp;nbsp;addinLoad.jsl&lt;/FONT&gt; in an Addin Folder is executed when the Add is loaded (at JMP start - or e.g. when the user changes the order of AddIns).&lt;BR /&gt;-&amp;gt; very versatile&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;allows the user to enable/disable specific scripts (by enabling/disabling the respective AddIn)&lt;/LI&gt;
&lt;LI&gt;allows distributing the startup scripts (via AddIns)&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 26 Nov 2025 17:47:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-JMP-remember-a-PI-Server-URL/m-p/915373#M107566</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-11-26T17:47:58Z</dc:date>
    </item>
  </channel>
</rss>

