This kit provides a workaround to the problem reported in DR# dts0100640158 - "FabLink XE Pro-Expedition XE Neutral File output rotations for bottom side components does not match standard."
The main purpose is to modify the Neutral File, generated by Expedition's Output->Neutral File command, by correcting the rotation of components on the bottom side of the board. The kit provides a "script.ini" file that executes the "NeutralFile.vbs" script on document open. This script will disable the "Neutral File" command and insert a new command "*NeutralFile..." as shown below. This new command will execute a wrapper function that essentially executes the original command, followed up by the edit function. In this manner, the user doesn't have to remember to execute a separate script to fix the Neutral File. The script will acquire and release the required license (Fablink XE Pro) - as necessary - and contains a working example of attaching subroutines to a Dialog's Events. Put both files in your WDIR directory. If you are currently using a scripts.ini file in your WDIR directory add the contents of the supplied scripts.ini file to yours.
Updated Version (2) (1/18/2010): Fixed problem with Unplaced Components in the Neutral File.
Updated Version (3) (1/19/2010): Added Stand Alone Version (FixXENeutralFile.vbs) - Desktop Executable.
Updated Version (4) 5/19/2010: Satoru-san has graciously modified a copy of NeutralFile.vbs to work in BSXE. The FixNeutralFile.zip file now contains 2 zips, one for the original(Expedition Kit and standalone FixXENeutralFile.vbs) and now a kit for BSXE.
Hi,
I'd like to use this script. But I couldn't run this script on my Expedition PCB.
The error occured at line 57 and 100. I think my pulldown menu caused this error.
My pulldown menu is modified (two top pulldown menu added between Window menu and Help menu).
Update: I'd tried to run the Expedtion PCB without the pulldown menu customizes. I could see the "*Nuetral File..." on Outputs pulldown menu.
So, my trouble are caused by menu customizations.
Anyone had met same trouble? And, anyone has the solution for running this script.
regards,
YASU