WaferMap Configuration Guide for Graph Builder

undefined
 
How to set 
WaferMap in Graph Builder
 
y
o
n
g
.
w
.
l
e
e
@
s
e
a
g
a
t
e
.
c
o
m
 
 
 
 
Prepare Map Files Pair
MyMap-XY.jmp, MyMap-Name.jmp
 
E
a
c
h
 
S
h
a
p
e
 
I
D
 
c
o
n
t
a
i
n
s
o
r
d
e
r
e
d
 
l
i
s
t
 
o
f
 
(
X
,
 
Y
)
c
o
o
r
d
i
n
a
t
e
s
 
o
f
 
a
 
p
o
l
y
g
o
n
.
 
A
d
d
 
M
a
p
 
R
o
l
e
 
P
r
o
p
e
r
t
y
 
t
o
 
S
h
a
p
e
G
r
o
u
p
 
C
o
l
u
m
n
 
w
i
t
h
 
S
h
a
p
e
 
N
a
m
e
D
e
f
i
n
i
t
i
o
n
.
 
D
e
f
i
n
e
d
 
s
h
a
p
e
 
n
a
m
e
 
i
s
m
a
t
c
h
e
d
 
t
o
 
d
a
t
a
 
t
a
b
l
e
.
 
 
 
 
Distribution/Install of Map files
Copy Wafer Map Files to Your JMP Map Folder
//copy wafer map files to local map folder
//C:/Users/Yong/AppData/Roaming/SAS/JMP/Maps/
//[MAC] 
/Users/<user name>/Library/Application Support/JMP/Maps
map_folder = 
Regex
( 
Convert File Path
( 
"$HOME"
 ), 
"[1-9]{2}/$"
, 
"Maps/"
, globalreplace );
 
If
( !
Directory Exists
( map_folder ), 
Create Directory
( map_folder ));
 
git_folder = 
"http://Your GIT public shared repository/WaferMap_GraphBuilder/"
;
 
map_files = {
"CHUNK-Name.jmp"
, 
"CHUNK-XY.jmp"
, 
"CUBE-Name.jmp"
, 
"CUBE-XY.jmp"
, 
"SLD_CHUNK-
Name.jmp"
, 
"SLD_CHUNK-XY.jmp"
};
 
For
( i = 
1
, i <= 
N Items
( map_files ), i++,
 
req = 
New HTTP Request
( URL( git_folder || map_files[i] ), 
Method
( 
"Get"
 ) );
 
f = req << 
download
( map_folder || map_files[i], replace );
);
 
 
 
 
 
Wafer Map by Cube / Sub Chunk / Chunk Location
 
Map Shape
C
U
B
E
 
Map Shape
S
u
b
 
C
H
U
N
K
 
Map Shape
C
H
U
N
K
 
 
 
 
Map shapes as background
 
Right clicking the
background and selecting
Background Map brings up
the different boundary
options for when you don't
want to aggregate data just
see the boundaries.
 
 
 
 
Custom Map Creator
 
https://community.jmp.com/t5/JMP-Add-Ins/Custom-Map-Creator/ta-p/21479
Slide Note
Embed
Share

This guide provides detailed instructions on setting up WaferMap in Graph Builder, preparing map files, distributing and installing map files, creating wafer maps by cube/sub-chunk/chunk, using map shapes as background, and accessing a custom map creator tool.

  • WaferMap
  • Graph Builder
  • Map Files
  • Installation
  • Custom Map Creator

Uploaded on Aug 04, 2024 | 0 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.

E N D

Presentation Transcript


  1. How to set WaferMap in Graph Builder yong.w.lee@seagate.com

  2. Prepare Map Files Pair MyMap-XY.jmp, MyMap-Name.jmp Each Shape ID contains ordered list of (X, Y) coordinates of a polygon. Add Map Role Property to Shape Group Column with Shape Name Definition. Defined shape name is matched to data table. Seagate

  3. Distribution/Install of Map files Copy Wafer Map Files to Your JMP Map Folder //copy wafer map files to local map folder //C:/Users/Yong/AppData/Roaming/SAS/JMP/Maps/ //[MAC] /Users/<user name>/Library/Application Support/JMP/Maps map_folder = Regex( Convert File Path( "$HOME" ), "[1-9]{2}/$", "Maps/", globalreplace ); If( !Directory Exists( map_folder ), Create Directory( map_folder )); git_folder = "http://Your GIT public shared repository/WaferMap_GraphBuilder/"; map_files = {"CHUNK-Name.jmp", "CHUNK-XY.jmp", "CUBE-Name.jmp", "CUBE-XY.jmp", "SLD_CHUNK- Name.jmp", "SLD_CHUNK-XY.jmp"}; For( i = 1, i <= N Items( map_files ), i++, req = New HTTP Request( URL( git_folder || map_files[i] ), Method( "Get" ) ); f = req << download( map_folder || map_files[i], replace ); ); Seagate

  4. Wafer Map by Cube / Sub Chunk / Chunk Location Map Shape CUBE Map Shape Sub CHUNK Map Shape CHUNK Seagate

  5. Map shapes as background Right clicking the background and selecting Background Map brings up the different boundary options for when you don't want to aggregate data just see the boundaries. Seagate

  6. Custom Map Creator https://community.jmp.com/t5/JMP-Add-Ins/Custom-Map-Creator/ta-p/21479 Seagate

More Related Content

giItT1WQy@!-/#giItT1WQy@!-/#giItT1WQy@!-/#giItT1WQy@!-/#