(Requires FAB 3000 Version 8+)
FAB 3000 can be run directly from the command line which allows users to automate many features such as DFM Checks, Panelization and more. To run these command line options requires FAB 3000 Version 8+
Note: You can assign the default DFM Rules set, by starting FAB 3000 and going to DFM Rules (menu: Tools / DFM / DFM Rules Management).
Example Usage: -dfmcheck_run="Standard PCB.drf"
Example Usage: -dfmcheck_run="C:\MyDFMRules\Standard PCB.drf"
Note: You can view or create your own DFM Rules file, by starting FAB 3000 and going to DFM Rules (menu: Tools / DFM / DFM Rules Management).
Note: Report File and/or Email address can be comma separated so you can generate multiple report formats and have it emailed. Multiple Email address can be added, as long as their comma separated.
Example Usage: -report_dfm="C:\MyReports\DFMResult3-22.pdf" (Generates a PDF file Report)
Example Usage: -report_dfm="C:\MyReports\DFMResult3-22.xls" (Generates an Excel file Report)
Example Usage: -report_dfm="C:\MyReports\DFMResult3-22.txt" (Generates a Text Report)
Example Usage: -report_dfm="C:\MyReports\DFMResult3-22.csv" (Generates a CSV Report)
Example Usage: -report_dfm="C:\MyReports\DFMResult3-22.pdf,mysample@myemail.com" (Generates a PDF file Report and also emails to mysample@myemail.com)
Example Usage: -report_dfm (Generates a temporary PDF report to be used with another command like -report_send_email)
Description: Automatically loads all Gerber, Drills from the assigned folder.
FAB3000-V8.exe -newjob="myjob" -autoload="C:/Numerical Innovations/Fab3000V8/examples/Board1"
Description: Automatically loads all Gerber, Drills from the assigned folder. Detects Border Layer. Then performs DFM Check (using default DFM Rules) and generates a PDF report file.
FAB3000-V8.exe -newjob="myjob" -autoload="C:/Numerical Innovations/Fab3000V8/examples/Board1" -autogenerate_border -dfmcheck_run -report_dfm="C:/Support/myDFMcheck.pdf"
Note: Here's the resulting PDF report file after running the command line above, https://numericalsoftware-update.s3.amazonaws.com/myDFMcheck.pdf
Description: Runs minimized and then exits after completion. Automatically loads all Gerber, Drills in the assigned folder. Then performs DFM Check (using a custom DFM Rules file) and generates a PDF report file.
FAB3000-V8.exe -hideandexit -newjob="myjob" -autoload="C:/Numerical Innovations/Fab3000V8/examples/Board1" -dfmcheck_run="Standard PCB.drf" -report_dfm="C:/Support/myDFMcheck.pdf"
Description: Runs minimized and then exits. Automatically loads all Gerber, Drills in the assigned folder. Then performs DFM Check (using default DFM Rules) and generates a PDF report file. Lastly emails the results to 2 email addresses.
FAB3000-V8.exe -hideandexit -newjob="myjob" -autoload="C:/Numerical Innovations/Fab3000V8/examples/Board1" -dfmcheck_run -report_dfm="C:/Support/myDFMcheck.pdf" -report_dfm="mysample@myemail.com,mysample2@myemail.com"
Description: Run sample Matrix file to create a panel with multiple PCB designs and test coupons - incorporating the matrix file allows for easy automation.
FAB3000-V8.exe -newjob="myjob" -import_matrixfile="C:/Numerical Innovations/Fab3000V8/examples/CreatePanelEmbeddedMatrixandJob.fm6"