I thought I had this posted somewhere on the forum but I cannot find it. Here is the details of a solution that I have used:
Most users just update the main menu file for Allegro "allegro.men" located at %CDSROOT%\share\pcb\text\cuimenus or copy it to a different location for modification then retarget their MENUPATH variable in Allegro to the updated menu. All of this is really not recommended because your updates could be overrriden during a software update or your locally update Menu file could become out of date which could lead to software issues.
There is SKILL AXL functionality in Allegro 16.3 forward which allows you to add menus/append your own menus to the Cadence default menu dynamically during startup. This eliminates the need to maintain and support a local Allegro.men file or update the Allegro.men in the Cadence software hierarchy. You can get some background information about the function "axlUIMenuInsert" in %CDSROOT%\share\pcb\examples\skill\DOC\FUNCS (File name: axlUIMenuInsert.txt).
To demonstrate this new functionality I created a small example of the SKILL Code and attached it to this post:
1.) Unzip the ZIP file in your local C:\ folder will create the folder "C:\Dynamic_Menus" with two folders "PCBENV" and "SKILL_Lib".
2.) Add or Update your Windows Environment Variable "ALLEGRO_PCBENV" and point to the path "C:\Dynamic_Menus\PCBENV"
3.) Open up Allegro and you will find "Valor Tools" and "SKILL Tools" menus.
The SKILL Library folder "C:\Dynamic_Menus\SKILL_Lib" contains 3 SKILL programs downloaded from Sourcelink and the SKILL Script that creates the dynamic menu:
HL_NPE.IL = Highlight Missing Pin Escapes
HL_NTP.IL = Highlight Missing Test Points
VALOR_EXT.IL = Valor Extracts to generate data files from ODB++ Inside
MIKEC_DYNAMIC_MENUS.IL = SKILL code used to create new menus
In order for the above files to work you need to load them during startup using the "allegro.ilinit" file which I have in "C:\Dynamic_Menus\PCBENV". This loads all the SKILL code above.
Hope this helps,
Mike Catrambone
Plexus Engineering Solutions