Tangwx

Tangwx

博客网站

Common Operations in Allegro PCB

Common Operations in Allegro PCB#

Information:

Creating Mechanical Mounting Holes in Allegro:

https://blog.csdn.net/jiangchao3392/article/details/82415270

1. Batch Update Packages#

img

Select the packages that need to be updated and click Refresh to complete the update.

img

2. Chamfering the Board Frame#

img

Draw a 2mm rounded corner.

img

3. Drawing Route Keepin Area#

img

Select the Route KeepIn area, choose inward shrink, 20mil.

img

4. Assign Different Colors to Different Nets#

img

Only check Net.

img

Select a color and click on the pin.

5. Configure Area Rules#

image-20230923112017677

6. Import Gerber Configuration#

Open the previously created Gerber project, select file-->Export-->Parameters.

image-20230923112027197

Select select all.

img

Choose the path and name to save.

image-20230923112042479

Click save.

In the new project, select file--->Import--->Parameters.

img

Select the path of the recently saved prm file.

Click import.

img

You can see that the import was successful.

image-20230923112059219

7. Delete Annotations#

Enter the Allegro software, select manufacturer-dimension environment or directly select the Dimension Edit icon.

image-20230923112108650

Right-click and select delete dimensions.

img

Click on the annotations that need to be deleted. The annotation deletion is complete.

8. Creating Hollow Silkscreen#

8.1 Creating Hollow Silkscreen Using BMP Images#

Software used: RATA-Raster-(BMP)To-Allegro(IPF).exe

Download link: https://wwlx.lanzoul.com/ix78413rf1zi

Password: d34r

  1. Select BMP file.
  2. Set both Line Thick and Scale to 1 for clearer silkscreen without ghosting.
  3. Pick Color to white, move the mouse to the white area of the image and click.
  4. Make out plt to complete.

Importing plt file into Allegro:

After making out plt, an out.plt will be generated (usually on the desktop).

img

Open ALLEGRO.

Select the generated out.plt.

image-20230923112125068

It defaults to Drillguide; we can right-click to change it to the silkscreen layer.

img

When designing PCB silkscreens, you may need to draw hollow silkscreens. Allegro upgraded to version 172, allowing for hollow silkscreen drawing, as shown below.

image-20230923114740351

Specific operations are as follows:

Select Shape Add Rect command.

image-20230923114758882

In Options, select the layer to draw on, such as Silkscreen TOP layer.

image-20230923114822337

Click Add Text command to add silkscreen text.

image-20230923114839788

Select the layer and silkscreen font.

image-20230923114858887

Write the silkscreen in the area of the drawn silkscreen frame.

image-20230923114927885

The completed silkscreen is shown below.

image-20230923115008384

Click Shape-Shape Operations.

image-20230923115027196

Select ANDNOT.

image-20230923115112127

Find will default to check Clines, Lines, Text.

image-20230923115130046

First, click on the square copper.

image-20230923115143103

Then click on the silkscreen text.

image-20230923115152747

The effect is shown below.

image-20230923115209990

Right-click and select Done.

image-20230923115222239

You will get a hollow silkscreen.

image-20230923115242616

9. Modifying Allegro Copper Pour Non-Avoidance Issue#

image-20230923112205979

img

10. Solution for Inability to ZCOPY After Importing DXF#

Sometimes when we import the DXF border, it may not be a closed line shape, preventing the use of the Z-COPY command. Here’s a summary of a method: since it must be a closed shape to use this command, we can operate as follows:

  1. Click the menu shape——compose shape.

image-20230923112218348

  1. In options, set active class to BOARD GEOMETRY and subclass to outline.

img

  1. Click on any border of the imported DXF, and a shape composed of lines will be generated inside this border, matching the size of your import.

  2. At this point, you can delete the previously imported DXF. Note to only select lines during the deletion process, not the shape. What remains is the shape composed of lines, allowing for ZCOPY operations.

11. Merging Copper#

Enter the command “shape merge shapes” in the command bar, then click on the copper areas (copper 1, copper 2) that need to be merged.

12. BOM Export Format#

Header:

item\tvalue\treference\tfootprint\tquantity\t

Combined property string:

{Item}\t{Value}\t{Reference}\t{pcb footprint}\t{Quantity}\t\t

image-20230923112236594

13. Modifying Outline Line Width#

When using Allegro for layout, do not use the default line width set to 0 for drawing the board frame; it is better to change it to 5mil. Allegro supports a line width of 0, but this will make the board frame invisible after generating the photoplot files. PCB manufacturers will definitely contact you about this.

Solution 1: Directly Modify Line Width#

Select Edit->change.

img

In Options, select Outline, check Line width, and set the width; here I set it to 5mil.

image-20230923112250718

Select Outline to change the board frame to 5mil.

image-20230923112258895

image-20230923112304655

Method 2: Solving the Issue of No Outline in Allegro Output Photoplot Files#

After exporting photoplot files from Allegro and sending them to the board factory, they always say there is no outline, but our original data clearly has OUTLINE. What is the reason for this?

That is because the default line width during photoplot file generation is 0, so when sent to the manufacturer, there is no border.

image-20230923112311904

A simple modification method is to change the default 0 to an appropriate line width in each layer of the photoplot files.

image-20230923112322168

This way, when sending the photoplot files to the board factory, there will be no issues.

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.