cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
Choose Language Hide Translation Bar
SpannerHead
Level VI

Wafer Maps

I have been drawing wafer maps in Graph Builder using Customize Graph.  One issue I have is that the custom outline I have remains static in the frame, whereas the die can move depending on where they are populated.

 

SpannerHead_0-1752094691204.png

For example, if I only test a few die, their location appears to relocate to the bottom and left relatively to the drawing.

SpannerHead_1-1752094915016.png

Aside from adding bogus data to occupy the previous extremities, is there a way to have the relationship remain fixed?  The code contained in the Customize Graph Script is as follows.

Transparency( 0.5 );
Fill Color( "Gray" );
Oval( -1, -1, 7, 7, 1 );
Pen Size( 2 );
Line( [-1, -0.855, -1], [2.75 3 3.25] );
Pen Color( "Black" );
Pen Size( 2 );
Oval( -1, -1, 7, 7 );
Pen Color( "Black" );
Pen Size( 1 );
Line Style( "Dotted" );
Oval( -0.9, -0.9, 6.9, 6.9 );
Transparency( 1 );
Fill Color( "White" );
Polygon( [-1, -0.855, -1], [2.75 3 3.25] );
Line Style( "Solid" );
Pen Color( "Black" );
Fill Color( 1 );
Pen Color( "Black" );
Rect( 1.5, -0.5, 4.5, 0.5 );
Rect( 0.5, 0.5, 5.5, 1.5 );
Rect( 0.5, 1.5, 5.5, 2.5 );
Rect( -0.5, 2.5, 6.5, 3.5 );
Rect( 0.5, 3.5, 5.5, 4.5 );
Rect( 0.5, 4.5, 5.5, 5.5 );
Rect( 1.5, 5.5, 4.5, 6.5 );
Rect( -0.5, 2.5, 0.5, 3.5 );
Rect( 0.5, 0.5, 1.5, 5.5 );
Rect( 1.5, -0.5, 2.5, 6.5 );
Rect( 2.5, -0.5, 3.5, 6.5 );
Rect( 3.5, -0.5, 4.5, 6.5 );
Rect( 4.5, 0.5, 5.5, 5.5 );
Rect( 5.5, 2.5, 4.5, 3.5 );

Slán



SpannerHead
15 REPLIES 15
hogi
Level XII

Re: Wafer Maps

Re: Wafer Maps

@hogi  - yep.  There was a bug where occasionally it would get confused and kick over into Geodesic - but, I haven't run into it in a long time. I've been using shape files with the STK for 10 years now without any consistent issues. I've been testing and working on the new version of the toolkit for 6 months now on JMP 19 and haven't run into the bug once.

 

M

hogi
Level XII

Re: Wafer Maps

Ah, just an issue when adding Background Maps : )

Luis_HC
Level II

Re: Wafer Maps

I've used STK's Build Shape Files function, Use Die Index if I recall correctly, to generate shape files. When I apply the Background Map produced by the shape file, the axes change to geodesic even though I've set linear scale for the Axis column property in the coordinate system of the shape file and the Axis column property of the data files. 

Re: Wafer Maps

Yep - that's the bug - I'm taking a different approach with the JMP 19 version.  It doesn't have the same problem.  I'm doing all the background maps, etc. programmatically.  Since I haven't run into that in a long time, I'm guessing the issue is either fixed or I'm circumventing it.  

 

Regardless, be sure to report it to tech support as a bug (it's not a feature!) along with the steps to reproduce.  

 

M

Re: Wafer Maps

@MikeD_Anderson ,

 

Solely adding to this post to tell you that that looks awesome! Excited to see it in action

 

Thanks,

Ben

“All models are wrong, but some are useful”

Recommended Articles