Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
hydra committed Jan 12, 2020
1 parent 19e48ef commit c5b994d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,18 @@ The order of the CSV fields does not matter, the column headers are used to find
5. A trays CSV file containing tray definitions is read.
6. A feeders CSV file containing feeder and pick settings is read.
7. A components CSV file which contains component definitions is read.
8. Component and Material selection begins.
9. Materials are assigned.
10. A summary of feeder and tray load-out is presented.
11. Issues are presented (placements with unknown components, inexact components matches, feeders matched by component aliases, unloaded components)
12. The DPV is generated.

The process starts by reading the pick-and-place file cross-referencing each component name and value against
entries in the components file, then it looks for feeders (reels or trays) that have the component. When things match up the materials and components tables in the DPV file are generated.

When things don't match up a list of unknown components and unloaded feeders is presented which should then be added to the appropriate input files.
When components don't match a list of unknown components and unloaded feeders is presented which should then be added to the appropriate input files.

Additionally, components in the design file that are matched to components using aliases, or to aliases of components already in feeders, are also displayed. This is so that you can check to see if a substitution is acceptable. E.g. design specifies a capacitor with 10% tolerance, and a similar spec capacitor with 20% tolerance has an alias the same as the 10% one.
Components in the design file that are matched to components using aliases, or to aliases of components already in feeders, are also displayed. This is so that you can check to see if a substitution is acceptable. E.g. design specifies a capacitor with 10% tolerance, and a similar spec capacitor with 20% tolerance has an alias the same as the 10% one.


SVG file
Expand Down

0 comments on commit c5b994d

Please # to comment.