$#Defining Undefined Apertures

See also: Working With Apertures

When you import standard Gerber files, you often need to read in an aperture list to define the apertures in your files. This is easily accomplished in CAMCAD using the aperture reader. With a Gerber file(s) displayed on your screen:

1.Select File > Import.

2.From the available list of options in the left window, select “Aperture Read,” then click OK.

3.The Aperture Smart Reader dialog box appears. Select the macro file used to read in your aperture file, then click OK.

The macro file is necessary because different applications create aperture files that are in different formats. There can be very noticable differences between aperture files from different applications, and CAMCAD needs a way to sort through these differences.

Macro files can be created to be specific to one kind of aperture file, or they can be made more general to read in aperture files from different systems. The macro file displayed in the Aperture Smart Reader dialog box is default.mac. This is a large, general macro file that will work for many different kinds of aperture file formats. If you do not get the results you want with default.mac, CAMCAD is shipped with other macro files you can try (click on the button with three periods that is located next to the text entry box, and browse to find other .mac files). For the sample Gerber files use default.mac.

4.The Open dialog box appears. Browse to the aperture file you want to read in. Click OK. (For example, go to Samples\Gerber\aperture.gap).

5.A window displays the success or failure of reading the aperture list. If this window appears blank, or only one or two apertures are defined, click Reject and repeat the process, using another macro file to read in the aperture file. (For example, using default.mac and the aperture file aperture.gap, all the apertures become defined.) Click Accept.

The apertures are now defined.