Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Current Card BOM #43

Open
aimthiazz opened this issue Mar 29, 2022 · 1 comment
Open

Fix Current Card BOM #43

aimthiazz opened this issue Mar 29, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@aimthiazz
Copy link

The Current Card BOM has 4 current sensors instead of 1 (See attached image). This needs to be fixed.

image

@aimthiazz aimthiazz added the bug Something isn't working label Mar 29, 2022
@aimthiazz aimthiazz self-assigned this Mar 29, 2022
@npetersen2
Copy link
Collaborator

npetersen2 commented Mar 30, 2022

Thanks @aimthiazz

This is caused by the following:

  1. the Supplier Part Number 1 field in Altium is blank for a component
  2. the BOM is exported with "group by Supplier Part Number 1" selected

This means that, in Altium, the LEM sensor is indeed NOT specified 4 times, but instead, that the LEM sensor has no P/N specified.

TODO

The real TODO here is:

  1. Update the LEM sensor P/N to be valid
  2. Mark the TitleBlockWEMPEC schematic symbol to NOT be included in the autogenerated BOM (i.e. "Graphical" component)
  3. Mark the M3 schematic symbol to be "Mechanical" only, i.e. still goes to the PCB layout, but not included in the BOM. This is correct since the M3 refers to the MH1 and MH2 which are mounting holes. These should not be in the BOM!
  4. Re-export the BOM from Altium and update in this repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants