출처 : http://steamforge.net/wiki/index.php/How_to_put_a_Logo_on_a_PCB_in_Altium
Importing the Image into Altium
- Download the Altium Example Scripts from here.
- Extract the Scripts folder to "C:\Program Files (x86)\Altium\AD 10\Examples\" (or whever your Altium Examples folder is located)
- Online Documentation for Altium Products - How to import a graphic onto the PCB overlay - 2014-03-19 (1).pdf
- If you're going to be using this script a lot, load the PCBLogoCreator.PRJSCR Script Project into your Altium Workspace. This can be done in 1 of 2 ways:
- Navigate to "C:\Program Files (x86)\Altium\AD 10\Examples\Scripts\Delphiscript Scripts\PCB\PCB Logo Creator" and double click "PCBLogoCreator.PRJSCR".
- Start Altium, select File->Open... and navigate to PCBLogoCreator.PRJSCR and click "Open".
- If you only want to use it sparingly you can do the following:
- Start Altium
- Click the "DXP" button in the upper left corner & select "Run Script..."
- Click "Browse" in the lower right and navigate to the PCBLogoCreator.PRJSCR file. Select it and click "Open".
- Now, regardless of which method you just chose to use do the following
- Click the "DXP" button in the upper left corner & select "Run Script..."
- Click "RunConverterScript" and hit "OK"
- Now a new PcbDoc should have opened and a "PCB Logo Creator" dialog box appeared.
- Click "Load" and select the .BMP file you prepared above.
- Select the "Board Layer" (I recommend Top Overlay for most purposes).
- Select the "Scaling Factor" (you're going to have to experiment with this but 1000 mils = 1 inch).
- Choose any check box options you want (typically you won't need any).
- Hit "Convert" & wait a bit.
- Once the conversion has completed click the "Exit" button
- Now you have a Logo built out of Top Overlay lines! You can get it onto your chosen PCB via Copy/Paste or make it reusable by reading the next section.
Making your Imported Image reusable
- At this point you should a .PcbDoc with a Top Overlay instance of your Logo
- Hit Ctrl-A (to highlight all objects on the .PcbDoc)
- Hit Ctrl-C (to copy everything to the clipboard)
- Click somewhere near the center of the logo
- Open up an existing (or create a new) .PcbLib
- Right click on the "Components" Pane under the "PCB Library" Tab
- Select "New Blank Component"
- Click in the main PCB window & hit Ctrl-V & click to paste everything into the Component
- Double click the "PCBComponent_1" in the "Components" Pane and give it a meaningful "Name" and "Description"
'IT / Development > Altium & Eagle CAD' 카테고리의 다른 글
회로 설계 후 PCB로 넘기기 전에 설정 값 (0) | 2016.02.03 |
---|---|
Altium IC 라이브러리 Pin배치 쉽게하는 법 (0) | 2015.07.23 |
Altium 공부를 시작하다. (2) | 2014.11.26 |
[Eagle CAD 기초강좌] 3.Schematic Command Toolbar를 알아보자 (0) | 2014.10.22 |
[Eagle CAD 기초강좌] 2.프로젝트 생성하는 방법을 알아보자 (0) | 2014.10.22 |