Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
mask:start [2011/04/14 00:31] – river | mask:start [2020/03/06 09:04] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
+ | |||
+ | The ECE Cleanroom in Owen has a mask aligner and photolithography processing stations available | ||
+ | |||
+ | Photolithography masks can be created via a laser writing tool (also in the cleanroom). Smallest feature size is approximately 500 nm. Chrome/ | ||
+ | |||
+ | [[http:// | ||
+ | |||
+ | ====== Shadow Masks ====== | ||
+ | |||
+ | Shadow masks for depositing films and wires have been made with the help of Todd Miller (rtm at oregon state dot edu) at the [[http:// | ||
+ | |||
+ | We have created masks out of 50um 304SS flat shim stock and 75um 316SS shim stock. Other materials are available for use. Drawings should be made in a CAD program that can export to DXF (SolidWorks, | ||
+ | |||
+ | The tool used to cut the masks is the ESI5330 | ||
+ | |||
+ | For the shim stock, the average line width is about 50um, although 20um lines have been achieved. | ||
+ | |||
+ | ===== G Code for the ESI5330 | ||
Example G code that describes a 10mm square within a 30mm square. All coordinates are shown in micron units. The internal features cut first. The part perimeter cuts last. | Example G code that describes a 10mm square within a 30mm square. All coordinates are shown in micron units. The internal features cut first. The part perimeter cuts last. | ||
Line 5: | Line 24: | ||
" | " | ||
+ | < | ||
+ | % | ||
+ | (ESI5330) | ||
+ | T1 6 | ||
+ | T0 221 | ||
- | % | + | *** internal features *** |
- | | + | P0 |
- | T1 6 | + | G0 X10000.0 Y10000.0 |
- | T0 221 | + | G1 X20000.0 |
- | + | ||
- | *** internal features *** | + | |
- | P0 | + | |
- | G0 X10000.0 Y10000.0 | + | |
- | G1 X20000.0 | + | |
| | ||
| | ||
Line 30: | Line 49: | ||
P1 | P1 | ||
% | % | ||
+ | </ | ||
+ | The following is the G code for an example of a shadow mask made for 3-omega measurements. | ||
+ | |||
+ | < | ||
+ | |||
+ | % | ||
+ | (ESI5330) | ||
+ | T1 6 | ||
+ | T0 221 | ||
+ | |||
+ | |||
+ | P0 | ||
+ | |||
+ | G0 X3000.0 Y1960.0 | ||
+ | G1 Y2000.0 | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | |||
+ | |||
+ | G0 X9500.0 Y6000.0 | ||
+ | G3 I9000.0 J6000.0 | ||
+ | |||
+ | |||
+ | G0 X7500.0 | ||
+ | G3 I7000.0 J6000.0 | ||
+ | |||
+ | |||
+ | G0 X5500.0 | ||
+ | G3 I5000.0 J6000.0 | ||
+ | |||
+ | |||
+ | G0 X3500.0 | ||
+ | G3 I3000.0 J6000.0 | ||
+ | |||
+ | P1 | ||
+ | |||
+ | P0 | ||
+ | |||
+ | G0 X12000.0 Y0.0 | ||
+ | G1 X0.0 | ||
+ | |||
+ | G0 X12000.0 Y12000.0 | ||
+ | G1 Y0.0 | ||
+ | |||
+ | |||
+ | G0 X0.0 Y12000.0 | ||
+ | G1 X12000.0 | ||
+ | |||
+ | G0 X0.0 Y0.0 | ||
+ | G1 Y12000.0 | ||
+ | |||
+ | P1 | ||
+ | % | ||
+ | </ |