• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    AutoCAD Electrical

    Reply
    Contributor
    aseaborn
    Posts: 13
    Registered: ‎06-02-2011

    Bill of Material Compare/Revision

    327 Views, 5 Replies
    06-08-2011 02:18 PM

    Is there a way to capture BOM changes? For example, I build a project, create a BOM, export it to an Excel file, and send to purchasing. A week later, the customer changes something that causes me to add/delete components. Is there a tool to highlight the changes and capture them on my new BOM?

    Please use plain text.
    *Expert Elite*
    Posts: 2,516
    Registered: ‎10-18-2003

    Re: Bill of Material Compare/Revision

    06-08-2011 07:16 PM in reply to: aseaborn

    There are programs like Beyond Compare which can compare the differences between files and folders.  You could export the original and the new BOM and check with Beyond Compare.  There is no built-in compare utility.  If you were to put your BOM on a drawing you don't need to merge the new and old.  You can update the existing BOM with the data from the new BOM.  This is an option when you select to Put On Drawing and the software sees that the BOM already exists on the drawing.  It will even update a multi-page BOM.  But again, the software doesn't highlight what what was changed.

    Regards,

    Doug McAlexander
    Electrical CAD Industry Specialist
    Independent Consultant/Instructor/Mentor
    AutoCAD Electrical, VIA/WD, Toolbox/WD, ecscad, promis-e, RSWire

    Web site: www.ECADConsultant.com
    E-mail: ECADConsultant@gmail.com
    Phone: (770) 841-8009
    Please use plain text.
    Contributor
    aseaborn
    Posts: 13
    Registered: ‎06-02-2011

    Re: Bill of Material Compare/Revision

    06-08-2011 09:04 PM in reply to: aseaborn

    Thanks for the response. Due to our purchasing procedures, we will need the changes highlighted in some way. I will check out some 3rd party tools. Worst case, I can write a VB script to do it, but I did not want to re-invent the wheel. :smileyhappy:

     

    Thanks again for the response!

     

     

    Please use plain text.
    Valued Contributor
    Posts: 98
    Registered: ‎05-21-2008

    Re: Bill of Material Compare/Revision

    11-06-2012 01:47 PM in reply to: aseaborn

    aseaborn wrote:

    Is there a way to capture BOM changes? For example, I build a project, create a BOM, export it to an Excel file, and send to purchasing. A week later, the customer changes something that causes me to add/delete components. Is there a tool to highlight the changes and capture them on my new BOM?


    How did you resolve this?  I need a similar solution except that I need to compare between revisions of a project.  I need to compare what is existing to the new changes being planned.  I need to detail material changes as well as wiring changes if at all possible.

    Please use plain text.
    Distinguished Mentor
    Posts: 707
    Registered: ‎06-01-2010

    Re: Bill of Material Compare/Revision

    11-06-2012 03:31 PM in reply to: drathak

    For dwg revisions it depends on how the revision are made and your dwg control system.

     

    For example, if the dwgs are updated outside your orginisation, you can Mark dwgs before sending them off and verify them when they are returned. The resulting report will list all the changes made to the dwg.

     

    This can also be done when the changes are done in house.

     

    Regards Brad

    Icemanau (NNTP handle: Brad Coleman)
    You may recognize me from the
    hundreds of previous newsreader posts
    I've made over the last 5 years
    as Brad Coleman

    Please use plain text.
    Contributor
    aseaborn
    Posts: 13
    Registered: ‎06-02-2011

    Re: Bill of Material Compare/Revision

    11-07-2012 06:17 AM in reply to: aseaborn

    I ended up writing a vbscript that took the excel file output of the BOM and compared the two and highlighted any differences. If your BOM has a standard format with a predetermined number of columns and order, then it is a pretty easy sscript to write.

    Please use plain text.