<?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: How to script  the 'Make into Data Table' function  under Graph Builder for wafermap image creat in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-script-the-Make-into-Data-Table-function-under-Graph/m-p/29133#M19303</link>
    <description>&lt;P&gt;Thanks Jesper,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is exactly what I needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Philip&lt;/P&gt;</description>
    <pubDate>Mon, 14 Nov 2016 06:25:54 GMT</pubDate>
    <dc:creator>jpol</dc:creator>
    <dc:date>2016-11-14T06:25:54Z</dc:date>
    <item>
      <title>How to script  the 'Make into Data Table' function  under Graph Builder for wafermap image creation</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-script-the-Make-into-Data-Table-function-under-Graph/m-p/28884#M19215</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the Map shape and Page functions of Graph Builder to create wafermaps of Test Measurement data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See example below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="wafermaps1.PNG" style="width: 337px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/3959i2EF6A6781552F616/image-size/large?v=v2&amp;amp;px=999" role="button" title="wafermaps1.PNG" alt="wafermaps1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;After this I use the "Make into Data Table" function which gives me a&amp;nbsp; new table having a wafermap image&amp;nbsp;for each &amp;nbsp;wafer ID.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="wafermaps2.PNG" style="width: 235px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/3960iC2D436BA36804DC0/image-size/large?v=v2&amp;amp;px=999" role="button" title="wafermaps2.PNG" alt="wafermaps2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These images are used&amp;nbsp;&amp;nbsp;later as a mouseover Labels &amp;nbsp;in Time Series plots.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="wafermaps3.PNG" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/3961i50F2FE172160817E/image-size/large?v=v2&amp;amp;px=999" role="button" title="wafermaps3.PNG" alt="wafermaps3.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to script the task of making wafermaps into a data table &amp;nbsp;but unfirtunately there is no "Source" script in the Graph Builder Table apart&amp;nbsp; from Copy Table Script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a command within JSL that would&amp;nbsp;enable me do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;Philip&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 04:49:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-script-the-Make-into-Data-Table-function-under-Graph/m-p/28884#M19215</guid>
      <dc:creator>jpol</dc:creator>
      <dc:date>2016-11-08T04:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to script  the 'Make into Data Table' function  under Graph Builder for wafermap image creat</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-script-the-Make-into-Data-Table-function-under-Graph/m-p/28887#M19218</link>
      <description>&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;dt = Report( gb[1] )["Summary of Fit"][Table Box( 1 )] &amp;lt;&amp;lt; Make Combined Data Table;&lt;/P&gt;&lt;P&gt;where the data table is aved as "dt", and the graph builder is saved as "gb". The script makes a report, looks for the 1st Table Box in&amp;nbsp;&lt;SPAN&gt;"Summary of Fit" &amp;nbsp;(you would look for a different part) within saud report.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope it helps&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 08:21:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-script-the-Make-into-Data-Table-function-under-Graph/m-p/28887#M19218</guid>
      <dc:creator>JesperJohansen</dc:creator>
      <dc:date>2016-11-08T08:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to script  the 'Make into Data Table' function  under Graph Builder for wafermap image creat</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-script-the-Make-into-Data-Table-function-under-Graph/m-p/29131#M19301</link>
      <description>&lt;P&gt;Hi Jesper,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;Unfortunately I have been unable to script this action as I had hoped as I do not understand fully how your example script works.&lt;/P&gt;&lt;P&gt;I am still a newbie in the scripting arena.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In my case, using a data query script I have collected all the chip level data into a Data Table "Probe data".&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I then construct the wafermaps using a Graph Builder script,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;after which I manually run the "Make into Data Table" command from the Graph Builder pull down menu in order to get the wafermap images into a new data table , Graph Builder Table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please explain how your proposed script&amp;nbsp; fits into these steps?&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;Philip&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2016 05:22:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-script-the-Make-into-Data-Table-function-under-Graph/m-p/29131#M19301</guid>
      <dc:creator>jpol</dc:creator>
      <dc:date>2016-11-14T05:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to script  the 'Make into Data Table' function  under Graph Builder for wafermap image creat</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-script-the-Make-into-Data-Table-function-under-Graph/m-p/29132#M19302</link>
      <description>&lt;P&gt;I'm sorry, I think I didn't understand your issue entirely the first time. Try this:&lt;/P&gt;
&lt;P&gt;1)&lt;/P&gt;
&lt;P&gt;Make Graph, e.g.:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;gb=Graph Builder(
Size( 534, 1454 ),
Show Control Panel( 0 ),
Graph Spacing( 3 ),
Variables( X( :X ), Y( :Y ), Page( :Z) ),
Elements( Points( X, Y, Legend( 9 ) ), Smoother( X, Y, Legend( 10 ) ) )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Note that i store the graph builder as "gb" to reference it easier later.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;then use:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;gb&amp;lt;&amp;lt; Make Into Data Table;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 21:23:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-script-the-Make-into-Data-Table-function-under-Graph/m-p/29132#M19302</guid>
      <dc:creator>JesperJohansen</dc:creator>
      <dc:date>2023-02-06T21:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to script  the 'Make into Data Table' function  under Graph Builder for wafermap image creat</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-script-the-Make-into-Data-Table-function-under-Graph/m-p/29133#M19303</link>
      <description>&lt;P&gt;Thanks Jesper,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is exactly what I needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Philip&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2016 06:25:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-script-the-Make-into-Data-Table-function-under-Graph/m-p/29133#M19303</guid>
      <dc:creator>jpol</dc:creator>
      <dc:date>2016-11-14T06:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to script  the 'Make into Data Table' function  under Graph Builder for wafermap image creat</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-script-the-Make-into-Data-Table-function-under-Graph/m-p/597777#M80128</link>
      <description>&lt;P&gt;Hi, I really like the &lt;STRONG&gt;Make Into Data Table &lt;/STRONG&gt;- it's sooo useful!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This time I have a Graph with columns used as &lt;STRONG&gt;GroupX&lt;/STRONG&gt;, &lt;STRONG&gt;GroupY&lt;/STRONG&gt; and &lt;STRONG&gt;Page&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;How can I tell Jmp that I want a data table for each &lt;STRONG&gt;page&lt;/STRONG&gt; - but nut for each subplot per&lt;STRONG&gt; GroupX/GroupY&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 21:10:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-script-the-Make-into-Data-Table-function-under-Graph/m-p/597777#M80128</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-02-06T21:10:16Z</dc:date>
    </item>
  </channel>
</rss>

