While it is easy to place components using the mouse, most designs require precise placement of some components (e.g., to align parallel headers). This tutorial walks through how to place components at a specific X-Y coordinate, determine the X-Y coordinates of a component, measure the distance between two components, move an existing component to a specific X-Y coordinate, and move an existing component relative to its current location.
Choose Place > Manually… (see Figure 1). The Placement dialog box appears (see Figure 2).
Figure 1: Place > Manually… menu |
Figure 2: Placement dialog box |
Check the box next to the part that you want to place, but do not place it yet. Instead, go to the command line at the bottom of the screen and type the desired placement coordinates in the following format: x x-coordinate y-coordinate
Example:
Command > x 0 0 will place the component at the origin (0,0)
Press Enter to place the component at the desired coordinates (see Figure 3).
Figure 3: Component placed at origin (0,0) |
Choose Display > Element (see Figure 4) and click on the component you would like to examine. The Show Element dialog box will appear and show the current coordinates of the component (see Figure 5).
Figure 4: Display > Element menu option |
Figure 5: Coordinates of a placed component |
Choose Display > Measure (see Figure 6). The command line will ask you to “Make two picks for the distance calculator” (see Figure 7).
Figure 6: Display > Measure menu option |
Figure 7: Command line message for Measure tool |
Click parts of two components (e.g., a pin of a resistor and a pin of a capacitor). The Measure dialog box will appear and show the distance between the selected points (see Figure 8).
Figure 8: Measured distance between resistor and capacitor pins |
Right-click on the component and select “Move”
Use the command line to enter a specific coordinate in the x (x x-coordinate) or y (y y-coordinate) direction.
Examples:
A component is at (25,75).
Command > x 200 will move the component to (200,75) (see Figure 9)
Command > y 200 will move the component to (25, 200) (see Figure 10)
Figure 9: Moving a component to an absolute x coordinate |
Figure 10: Moving a component to an absolute Y coordinate |
Right-click on the component and select “Move”
Use the command line to enter a relative movement in one of the following formats:
ix x-units
iy y-units
ix x-units y-units
A component is at (1000,2000).
Command > ix 200 will move the component to (1200, 2000)
Command > iy 200 will move the component to (1000, 2200)
Command > ix 200 -500 will move the component to (1200,1500) (see Figure 11)
Figure 11: Results of relative movement |
Based on a tutorial by Seana O’Reilly