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

Discussions

Solve problems, and share tips and tricks with other JMP users.
%3CLINGO-SUB%20id%3D%22lingo-sub-33876%22%20slang%3D%22en-US%22%20mode%3D%22NONE%22%3ESo%20erstellen%20Sie%20stabile%20Waferkarten%2C%20die%20die%20Ebene%20anzeigen%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-33876%22%20slang%3D%22en-US%22%20mode%3D%22NONE%22%3E%3CP%3EHallo%2C%3C%2FP%3E%3CP%3EIch%20versuche%2C%20eine%20Waferkarte%20zu%20erstellen%20und%20die%20Position%20der%20Wohnung%20anzugeben.%3C%2FP%3E%3CP%3EIch%20habe%20es%20geschafft%2C%20die%20Karte%20zu%20erstellen%2C%20aber%20die%20Verwendung%20der%20Funktion%20%E2%80%9EPfad%E2%80%9C%20zum%20Erstellen%20der%20Waferr%C3%A4nder%20war%20nicht%20erfolgreich%20...%20Also%20habe%20ich%20versucht%2C%20die%20Funktion%20%E2%80%9EKreis%E2%80%9C%20zu%20verwenden%20und%20sie%20dort%20zu%20schneiden%2C%20wo%20die%20Ebene%20sein%20sollte.%3C%2FP%3E%3CP%3EDas%20Ergebnis%20ist%20im%20rechten%20Bild%20unten%20dargestellt.%3C%2FP%3E%3CP%3EEs%20gibt%202%20Instabilit%C3%A4ten%3A%3C%2FP%3E%3CP%3E1%2F%20Der%20Kreis%20scheint%20anders%20zu%20skalieren%20als%20das%20Fenster%20selbst!%3C%2FP%3E%3CP%3E2%2F%20Wenn%20ich%20versuche%2C%20das%20Bild%20mit%20der%20Funktion%20%E2%80%9EBild%20speichern%E2%80%9C%20zu%20speichern%2C%20verschieben%20sich%20die%20Waferr%C3%A4nder%20(siehe%20linkes%20Bild%20unten)!%3C%2FP%3E%3CP%3E%26nbsp%3B%3C%2FP%3E%3CP%3EMeine%20Fragen%3A%3C%2FP%3E%3CP%3E1%2F%20Gibt%20es%20eine%20M%C3%B6glichkeit%2C%20beim%20Speichern%20des%20Bildes%20den%20Waferrand%20einschlie%C3%9Flich%20der%20Fl%C3%A4che%20auf%20einfache%20und%20stabile%20Weise%20zu%20erhalten%3F%3C%2FP%3E%3CP%3E2%2F%20Ist%20es%20auch%20m%C3%B6glich%2C%20es%20an%20XCoord%20und%20Ycoord%20zu%20binden%3F%20(Bedeutet%20stabil%20gegen%C3%BCber%20Fensterskalierung%3F).%3C%2FP%3E%3CP%3E%26nbsp%3B%3C%2FP%3E%3CP%3EAnbei%20finden%20Sie%20die%20Datentabelle%20(ShotMap_Test.jmp)%20und%20die%20zum%20Erstellen%20der%20Karte%20ben%C3%B6tigte%20Tabelle%20(WaferMap.jmp).%3C%2FP%3E%3CP%3EAnbei%20auch%20das%20Skript%2C%20das%20ich%20verwendet%20habe%20(es%20ist%20auch%20an%20die%20Datentabelle%20angeh%C3%A4ngt)%3C%2FP%3E%3CP%3E%26nbsp%3B%3C%2FP%3E%3CP%3EVielen%20Dank%20im%20Voraus.%3C%2FP%3E%3CP%3E%26nbsp%3B%3C%2FP%3E%3CP%3E%26nbsp%3B%3C%2FP%3E%3CP%3E%26nbsp%3B%3C%2FP%3E%3CPRE%3Edt%20%3D%20Open(%20%22ShotMap_Test.jmp%22%20)%3B%0A%0ABiv%20%3D%20dt%20%26lt%3B%26lt%3B%20Graph%20Builder(%0A%20Size(%20511%2C%20557%20)%2C%0A%20Variables(%20X(%20%3AXCoord%20)%2C%20Y(%20%3AYCoord%20)%2C%20Color(%20%3AValue%20)%20)%2C%0A%20Elements(%20Heatmap(%20X%2C%20Y%2C%20Legend(%205%20)%20)%20)%2C%20%0A%20%2F%2FLine(%7B1%2C2%7D%2C%20%7B3%2C0%7D%2C%20%7B2%2C4%7D)%3B%20%0A%20SendToReport(%0A%20%20Dispatch(%0A%20%20%20%7B%7D%2C%0A%20%20%20%22XCoord%22%2C%0A%20%20%20ScaleBox%2C%0A%20%20%20%7BMin(%20-13%20)%2C%20Max(%2027%20)%2C%20Inc(%201%20)%2C%20Minor%20Ticks(%200%20)%2C%20Show%20Major%20Grid(%201%20)%2C%20Show%20Minor%20Grid(%201%20)%2C%20Inside%20Ticks(%201%20)%7D%0A%20%20)%2C%0A%20%20Dispatch(%0A%20%20%20%7B%7D%2C%0A%20%20%20%22YCoord%22%2C%0A%20%20%20ScaleBox%2C%0A%20%20%20%7BMin(%20-6%20)%2C%20Max(%2070%20)%2C%20Inc(%201%20)%2C%20Minor%20Ticks(%200%20)%2C%20Show%20Major%20Grid(%201%20)%2C%20Show%20Minor%20Grid(%201%20)%2C%20Inside%20Ticks(%201%20)%7D%0A%20%20)%2C%0A%20%20Dispatch(%0A%20%20%20%7B%7D%2C%0A%20%20%20%22400%22%2C%0A%20%20%20ScaleBox%2C%0A%20%20%20%7BLegend%20Model(%0A%20%20%20%205%2C%0A%20%20%20%20Properties(%200%2C%20%7Bgradient(%20%7BColor%20Theme(%20%22Green%20Yellow%20Red%22%20)%7D%20)%7D%20)%0A%20%20%20)%7D%0A%20%20)%0A%20)%0A%20%0A)%3B%0A%0A%0AWaferMap%20%3D%20Open(%20%22WaferMap.jmp%22%20)%3B%0AnbrLines%20%3D%20N%20Rows(%20WaferMap%20)%3B%0AnbrCols%20%3D%20N%20Cols(%20WaferMap%20)%3B%0A%0AReport(%20Biv%20)%5BFramebox(%201%20)%5D%20%26lt%3B%26lt%3B%20add%20graphics%20script(%0A%20For(%20n%20%3D%201%2C%20n%20%26lt%3B%3D%20nbrLines%2C%20n%2B%2B%2C%0A%20%20Pen%20Size(%20WaferMap%3AYthick%5Bn%5D%20)%3B%0A%20%20H%20Line(%20WaferMap%3AXmin%5Bn%5D%2C%20WaferMap%3AXmax%5Bn%5D%2C%20WaferMap%3AY%5Bn%5D%20)%3B%0A%20)%0A)%3B%0A%0AReport(%20Biv%20)%5BFramebox(%201%20)%5D%20%26lt%3B%26lt%3B%20add%20graphics%20script(%0A%20For(%20n%20%3D%201%2C%20n%20%26lt%3B%3D%20nbrLines%2C%20n%2B%2B%2C%0A%20%20Pen%20Size(%20WaferMap%3AXthick%5Bn%5D%20)%3B%0A%20%20V%20Line(%20WaferMap%3AX%5Bn%5D%2C%20WaferMap%3AYmin%5Bn%5D%2C%20WaferMap%3AYmax%5Bn%5D%20)%3B%0A%20)%0A)%3B%0A%0AReport(%20Biv%20)%5BFramebox(%201%20)%5D%20%26lt%3B%26lt%3B%20add%20graphics%20script(%0A%20x1%20%3D%20(Col%20Min(%20WaferMap%3AX%20)%20%2B%20Col%20Max(%20WaferMap%3AX%20))%20%2F%202%3B%0A%20y1%20%3D%20(Col%20Min(%20WaferMap%3AY%20)%20%2B%20Col%20Max(%20WaferMap%3AY%20))%20%2F%202%3B%0A%20%7Br1%2C%20r2%7D%20%3D%20Report(%20Biv%20)%5BFramebox(%201%20)%5D%20%26lt%3B%26lt%3B%20Get%20Size()%3B%0A%20radius%20%3D%20(r1%20%2B%20r2)%20%2F%2024%20%0A%20%3B%20Biv%20%26lt%3B%26lt%3B%20reshow%3B%0A%20%20%2F%2FPath(%20%5B0%2065%201%2C%20-11%2033%200%2C%200%200%200%2C%2015%200%200%2C%2025%200%200%2C%2026%2033%200%2C%2010%200%20-3%5D%2C%200%20)%3B%0A%20%2F%2FPath(%20%5B0%2065%201%2C%20-11%2033%200%2C%2010%2040%200%2C%208%200%200%2C%2026%2033%200%2C%2010%200%20-3%5D%2C%200%20)%3B%0A%20Circle(%20%7Bx1%2C%20y1%7D%2C%20radius%2F*%20no%20fill%20for%20concentric%20circles%20*%2F%20)%3B%0A%20%0A)%3B%0A%0AReport(%20Biv%20)%5BPicture%20Box(%201%20)%5D%20%26lt%3B%26lt%3B%20Save%20Picture(%20%22ShotMap%22%20%7C%7C%20%22_.emf%22%2C%20EMF%20)%3B%0AReport(%20Biv%20)%5BPicture%20Box(%201%20)%5D%20%26lt%3B%26lt%3B%20Save%20Picture(%20%22ShotMap%22%20%7C%7C%20%22_.png%22%2C%20PNG%20)%3B%0AReport(%20Biv%20)%5BPicture%20Box(%201%20)%5D%20%26lt%3B%26lt%3B%20Save%20Picture(%20%22ShotMap%22%20%7C%7C%20%22_.JPEG%22%2C%20JPEG%20)%3B%0A%0A%20%20%2F%2Fclose(WaferMap%2C%20nosave)%3B%3C%2FPRE%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-33882%22%20slang%3D%22en-US%22%20mode%3D%22NONE%22%3EBetreff%3A%20So%20erstellen%20Sie%20stabile%20Waferkarten%2C%20die%20die%20Ebene%20anzeigen%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-33882%22%20slang%3D%22en-US%22%20mode%3D%22NONE%22%3E%3CP%3EWerfen%20Sie%20einen%20Blick%20auf%20die%20Anmerkungsfunktion%20des%20Halbleiter-Toolkits.%20%3CA%20href%3D%22https%3A%2F%2Fcommunity.jmp.com%2Ft5%2FJMP-Add-Ins%2FSemiconductor-Toolkit%2Fta-p%2F22460%22%20target%3D%22_self%22%3EHalbleiter-Toolkit%3C%2FA%3E%3C%2FP%3E%0A%3CP%3EWenn%20es%20nicht%20das%20tut%2C%20was%20Sie%20brauchen%2C%20f%C3%BCgen%20Sie%20einen%20Kommentar%20zum%20Toolkit-Thread%20hinzu%20und%20wir%20k%C3%B6nnen%20sehen%2C%20was%20fehlt.%3C%2FP%3E%0A%3CP%3EAm%20besten%2C%3C%2FP%3E%0A%3CP%3EM%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-33880%22%20slang%3D%22en-US%22%20mode%3D%22NONE%22%3EBetreff%3A%20So%20erstellen%20Sie%20stabile%20Waferkarten%2C%20die%20die%20Ebene%20anzeigen%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-33880%22%20slang%3D%22en-US%22%20mode%3D%22NONE%22%3E%3CP%3EDas%20Bild%20ging%20nicht%20durch.%3C%2FP%3E%3CP%3EFinden%20Sie%20es%20im%20Anhang.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-33879%22%20slang%3D%22en-US%22%20mode%3D%22NONE%22%3EBetreff%3A%20So%20erstellen%20Sie%20stabile%20Waferkarten%2C%20die%20die%20Ebene%20anzeigen%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-33879%22%20slang%3D%22en-US%22%20mode%3D%22NONE%22%3E%3C%2FLINGO-BODY%3E
Choose Language Hide Translation Bar
samir
Level IV

How to create stable wafer maps indicating the flat

Hi,

I am triying to create a wafer map and indicate the position of the flat.

I managed to create the map but using the function "Path" to create the wafer borders was not successful...So I tried to use the function "Circle" and cut it where the flat should be.

The outcome is shown in the right picture below.

There 2 instabilities:

1/ the circle seems to scale differently from the window itself !

2/ When I try to save the picture using the "save picture" function, the wafer borders shift (see left picture below) !

 

My questions:

1/ Is there a way to have the wafer border including the flat in a simple and stable way when saving the picture ?

2/ Is it also possible to have it tied to the XCoord and Ycoord ? (meaning stable towards window scaling ?).

 

Please find attached the data table (ShotMap_Test.jmp) and the table needed to create the map (WaferMap.jmp).

Attached also the script I used (it is also attached to the data table)

 

Many thanks in advance.

 

 

 

dt = Open( "ShotMap_Test.jmp" );

Biv = dt << Graph Builder(
	Size( 511, 557 ),
	Variables( X( :XCoord ), Y( :YCoord ), Color( :Value ) ),
	Elements( Heatmap( X, Y, Legend( 5 ) ) ), 
	//Line({1,2}, {3,0}, {2,4}); 
	SendToReport(
		Dispatch(
			{},
			"XCoord",
			ScaleBox,
			{Min( -13 ), Max( 27 ), Inc( 1 ), Minor Ticks( 0 ), Show Major Grid( 1 ), Show Minor Grid( 1 ), Inside Ticks( 1 )}
		),
		Dispatch(
			{},
			"YCoord",
			ScaleBox,
			{Min( -6 ), Max( 70 ), Inc( 1 ), Minor Ticks( 0 ), Show Major Grid( 1 ), Show Minor Grid( 1 ), Inside Ticks( 1 )}
		),
		Dispatch(
			{},
			"400",
			ScaleBox,
			{Legend Model(
				5,
				Properties( 0, {gradient( {Color Theme( "Green Yellow Red" )} )} )
			)}
		)
	)
	
);


WaferMap = Open( "WaferMap.jmp" );
nbrLines = N Rows( WaferMap );
nbrCols = N Cols( WaferMap );

Report( Biv )[Framebox( 1 )] << add graphics script(
	For( n = 1, n <= nbrLines, n++,
		Pen Size( WaferMap:Ythick[n] );
		H Line( WaferMap:Xmin[n], WaferMap:Xmax[n], WaferMap:Y[n] );
	)
);

Report( Biv )[Framebox( 1 )] << add graphics script(
	For( n = 1, n <= nbrLines, n++,
		Pen Size( WaferMap:Xthick[n] );
		V Line( WaferMap:X[n], WaferMap:Ymin[n], WaferMap:Ymax[n] );
	)
);

Report( Biv )[Framebox( 1 )] << add graphics script(
	x1 = (Col Min( WaferMap:X ) + Col Max( WaferMap:X )) / 2;
	y1 = (Col Min( WaferMap:Y ) + Col Max( WaferMap:Y )) / 2;
	{r1, r2} = Report( Biv )[Framebox( 1 )] << Get Size();
	radius = (r1 + r2) / 24	
	; Biv << reshow;
		//Path( [0 65 1, -11 33 0, 0 0 0, 15 0 0, 25 0 0, 26 33 0, 10 0 -3], 0 );
	//Path( [0 65 1, -11 33 0, 10 40 0, 8 0 0, 26 33 0, 10 0 -3], 0 );
	Circle( {x1, y1}, radius/* no fill for concentric circles */ );
	
);

Report( Biv )[Picture Box( 1 )] << Save Picture( "ShotMap" || "_.emf", EMF );
Report( Biv )[Picture Box( 1 )] << Save Picture( "ShotMap" || "_.png", PNG );
Report( Biv )[Picture Box( 1 )] << Save Picture( "ShotMap" || "_.JPEG", JPEG );

		//close(WaferMap, nosave);
1 ACCEPTED SOLUTION

Accepted Solutions

Re: How to create stable wafer maps indicating the flat

Have a look at the annotate capability of the semiconductor toolkit.  Semiconductor Toolkit

If it's not doing what you need, add a comment to the toolkit thread and we can see what's missing.

Best,

M

View solution in original post

3 REPLIES 3
samir
Level IV

Re: How to create stable wafer maps indicating the flat

 
samir
Level IV

Re: How to create stable wafer maps indicating the flat

The picture did not go through.

Find it attached.

Re: How to create stable wafer maps indicating the flat

Have a look at the annotate capability of the semiconductor toolkit.  Semiconductor Toolkit

If it's not doing what you need, add a comment to the toolkit thread and we can see what's missing.

Best,

M

Recommended Articles