cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
StandardCrow102
Level III

Semiconductor Toolkit not displaying background maps

Hi folks;

I have downloaded the latest Semiconductor Toolkit from Marketplace for JMP 19.

I tried to reproduce a set of wafer maps outlined in the tutorial by selecting a 300 mm map as a background map and using the example data set included with the toolkit.

When I display my data, the background maps do not appear.  Instead, the heatmaps are all square maps.

Has anybody else encountered this?

StandardCrow102_0-1768493902728.png

 

24 REPLIES 24

Re: Semiconductor Toolkit not displaying background maps

Hi all,

had the same issue and copy / paste the folder did the job. Thanks! Very nice fancy toolkit. As this seems to be a path issue, anyway it can be fixed in the next update for all the maps or new install?

Best,

Hubert

Re: Semiconductor Toolkit not displaying background maps

looks like they changed the path variable on me!  I'll get an update out on that ASAP. 

 

M

jthi
Super User

Re: Semiconductor Toolkit not displaying background maps

I had to create mapscaler script to fix scaling issues with the JMP maps, and for that I had to figure out where all the map files are. There are two possible locations (I assume this is still true for JMP19) I did something like this (for windows)

Names Default To Here(1);

mapdir1 = Convert File Path("$JMP_HOME/Maps/", windows);
mapdir2 = Convert File Path(Word([1 -3], Get Path Variable("$HOME"), "/") || "/JMP/Maps/", windows);

show(mapdir1, mapdir2);

I also slightly expect this to break at some point

-Jarmo

Re: Semiconductor Toolkit not displaying background maps

I’m using the included JMP path variables that point to both. I just need to figure out why it’s working fine for some and not others.

M
jthi
Super User

Re: Semiconductor Toolkit not displaying background maps

Could it just be a difference between Mac and Windows for the path variables?  Scripting Guide > Types of Data > Path Variables 

jthi_0-1770300204845.png

 

-Jarmo

Recommended Articles