What version of Java do I need?
On Windows, QuickEdit installs with its own Java installation, so you do not need any version to be present. On Linux and Mac OS X, yous should use Java 1.8 (sometimes called Java 8) or higher.
How do I change the limits, name or number for a test and then recalculate statistics for the file for use in File Summary and other reports?
How do I delete tests?
- Choose View menu, Reports, Test Descriptions or open the Test Descriptions tab
- To edit test name, number, limits or unit, click in the appropriate cell, edit the value, and then click in another cell
- To remove tests, highlight all or part of the rows in Test Descriptions that contain tests to be deleted. Right click and choose Delete Selected Tests
- Choose Options Menu. If “Use Current Limits When Recreating Summaries” is not checked, check it. (We recommend keeping unchecked normally for performance reasons).
Choose File Menu, Recreate Summary Records. This should recalculate all pass/fail information for the test with the new limits. Right now this option only works with PTR records, not MPR records. - When you are ready, choose File menu, Save As to save your changes into a new file
How do I edit node_nam (tester name) or the many other header fields in the MIR?
- Click View menu, Record Types, make sure Master Information Record (MIR) is checked
- Select the Master Information Record tab
- There should be only one row of data. Click in the cell of that row under node_nam
- Backspace or delete until the current value is removed, then enter the new value and hit enter to leave the field
- When you are ready, choose File menu, Save As to save your changes into a new file
How do I show all parts, including ones that were re-tested?
- n the QuickEdit Parametric Results view, right click, choose “Filter Data”, “Clear Filters”
- On the QuickEdit Options menu check “Include Original Results of Retested Parts in Counts”
How do I exclude previous testing of parts that were re-tested?
- On the QuickEdit Parametric Results view, right click, choose “Filter Data”, “Exclude Superseded Parts”
- On the QuickEdit Options menu uncheck “Include Original Results of Retested Parts in Counts”
Why is my STDF smaller after I edit and save it?
QuickEdit applies standard STDF space optimizations such as not repeating the name of the test in every result record. If the original file was not similarly optimized the saved file will be smaller than the original. No data is lost from the STDF as a result of these standard optimizations, but you can turn the optimizations off if you want.
To disable them in QuickLoad-Central:
- Go to Analysis Dashboard
- Right click
- Choose Configuration
- Choose File Saving
- Click on “Save All Test Info In Every Record”
To disable options in QuickEdit go to Options menu and then repeat steps 4 and 5 above.
How do I export all STDF data into a text file so I can edit and then re-import it into an STDF?
- Method 1, using CSV
- Export data as CSV using Parametric Results instead of All Records. This will output the file in the format expected by “Make STDF From CSV”.
- Edit the CSV as desired.
- To re-import into an STDF, choose Advanced Menu, Make STDF from CSV.
- Save the imported STDF using File menu, Save As.
- Method 2, using JSON
- Click File menu, Export Data, JSON Format.
- Edit the JSON export file as desired. Note that JSON can be edited in any text editor program.
- To re-import into an STDF, choose Advanced Menu, Make STDF from JSON.
- Save the imported STDF using File menu, Save As.
How do I install QuickEdit (or QuickLoad-Central) on a Mac?
- Download the QuickEdit zip file
- Does it extract into a “QuickEditPro” folder? If so, do you get a “The application QuickEditPro can’t be opened” message?
- You are seeing a couple of effects, one because QuickEdit is not in the app store, the other caused by changes in how license certificates work. We are addressing the second, the first is hard to address without significant increases to the cost of our tools
- Open terminal window
- Type
cd Downloads/QuickEditPro
(note that QuickEditPro may have a number after it if you have installed several times and this assumes it extracted in Downloads rather than Applications) - Type
chmod +x QuickEditPro.app/Contents/MacOS/*
- In Finder go to where the QuickEditPro app is listed under Downloads or Applications
- Right click on QuickEditPro and select Open
- Select Cancel, not Move to Trash
- Right click again and choose Open, then choose Open again
- QuickEdit now run. The next time you double click or right click Open it will open properly
How do I configure QuickEdit to run from anywhere on Linux or Mac OS X?
- Open quickEdit.sh in your favorite text editor
- Replace the current call with one like this
java -cp "/Users/christopherabaptist/work/qe/*" spry.ui.QuickEditApp &
using your actual install location. This does not appear to work if the path has an embedded space.
For more information, please Contact Us.