Saturday, October 23, 2021

AD21 Project Releaser

 Example:

Create Outjobs.


Add Sections, i.e. ENG, MEC


Rename Target Revision:



Edit Source Data


FAB











ASY








Repeat for ENG and MEC Outputs

Select Prepare . . .  and Wait for it.  Then Review, rinse and repeat as needed.


That's it !

Friday, October 22, 2021

Automatic Sheet Numbering

Tools > Annotation > Number Schematic Sheets > 


Check Automatic Sheet Numbering







That's it !

Wednesday, October 6, 2021

AutoCAD DXF Versions

The following are the different version codes for AutoCAD drawings:

MC0.0 - DWG Release 1.1
AC1.2 - DWG Release 1.2
AC1.4 - DWG Release 1.4
AC1.50 - DWG Release 2.0
AC2.10 - DWG Release 2.10
AC1002 - DWG Release 2.5
AC1003 - DWG Release 2.6
AC1004 - DWG Release 9
AC1006 - DWG Release 10
AC1009 - DWG Release 11/12 (LT R1/R2)
AC1012 - DWG Release 13 (LT95)
AC1014 - DWG Release 14, 14.01 (LT97/LT98)
AC1015 - DWG AutoCAD 2000/2000i/2002
AC1018 - DWG AutoCAD 2004/2005/2006
AC1021 - DWG AutoCAD 2007/2008/2009
AC1024 - DWG AutoCAD 2010/2011/2012
AC1027 - DWG AutoCAD 2013/2014/2015/2016/2017
AC1032 - DWG AutoCAD 2018/2019/2020

To view the codes of a particular DXF file, open it within Notepad or other text editor.

Examine the first eight lines of text.

As shown below this DXF data is AC1015 and was exported from AutoCAD 2000/2000i/2002

  0
SECTION
  2
HEADER
  9
$ACADVER
  1
AC1015

The message shown below popped up while importing AC1032 DXF Data.

AD21 does NOT support AutoCAD 2018/2019/2020 DXF data.










That's it  !

Corsair K55 Macro Keys

To Program a K55 Macro Key 

Press MR > G1 > Hotkeys > MR

 


G1 = Grid Settings
G2 = CTRL+E   (Snap Objects)
G3 = SHIFT+E  (Snap Layers)
G4 = SHIFT+S  (Single Layer Mode - Toggle)
G5 = 3D View CTRL+ALT+3
G6 = 2D View CTRL+ALT+2


Example G1 Key Macro Recording:
  1. Press the M Button to begin Recording. M Led will flash slowly.
  2. Start Pressing Keys. (50 keys max) M Led will flash rapidly.
  3. Press the M button to to End Recording.
  4. Select Macro Key G1.

Example Lighting (My Favorite Setting):

FN + 8 Same Color all Zones
FN + 3 Blue


That's it !

Sunday, September 26, 2021

Un-Linking a Project from A365

How to Un-Manage a Managed Project? - Altium Discussion Forums

Thank you Ted !

For a schematic document:

1. Create a new blank schematic library and blank PCB library (File»New»Library»Schematic Library/PCB Library).
2. Open an existing schematic in your project and create a new schematic library from the placed parts. (Design»Make Schematic Library).
3. In the temporary library just created in the previous step, open the library panel and copy all symbols into your library created in step 2(This will remove the vault link). http://techdocs.altium.com/display/ADOH/Creating+Library+Components+Tutorial#CreatingLibraryComponentsTutorial-CopyingComponentsfromOtherLibraries
4. Save the Schematic Library.
5. In the PCB document, create a new PCB Library. (Design»Make PCB Library)
6. Copy the footprint from the temporary project library(using the PCB library panel) into your library.
7. Save your PCB library.
8. In one of your schematic documents, open the SCH List.
9. Set filter to Edit, All Objects, from Open Documents of the Same Project, and to include only Parts.
10. Select all Part entries, and change the Library column to the name of your newly saved Schematic library.
11. Execute Tools -> Update From Libraries.
12. Set proper settings in the configuration window, then click Finish.
13. Execute ECO.

For a PCB document:
The following requires the attached script to be used.
1. Unzip the attached file
2. Open the script Project (*.PrjScr) file in Altium Designer
3. Open the PCB (*.PcbDoc) that needs to be updated
4. Select the components that need to be updated, or Ctrl + A for all
5. From the menu, select: DXP » Run Script...
6. Select the replace_library_paths_ckbox script, click OK
7. In the script dialog, check boxes for the fields to overwrite
8. Type in the text to place in those fields. The PCB Library field should be set to the name of the new PCB Library (*.PcbLib) file
9. Click the button: Update Comps
10. Close the dialog. The path and information have now been updated

This will unlink the components in both schematic and PCB documents from the above procedure.

My 2 Cents

All the above reminds me that it might be a good idea to have an Escape Plan.

That's it !