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

    AutoCAD Electrical

    Reply
    *Expert Elite*
    Posts: 979
    Registered: ‎03-09-2004

    Tallied Panel BOM list

    695 Views, 20 Replies
    08-27-2012 09:48 AM

    I recently spent time trying to track this down so I thought I would post what I did here.

     

    I was trying to generate a BOM using the "Display in Tallied Purchase List Format" and got my list but there were too many Item numbers listed per Item Number. It is not readily apparent that you need to click on the "User Post" button to gain access to the checkbox "Suppress ITEM column repeats." This will remove all the extra iterm numbers listed in the Item Number Column. Unfortunately, this does not stick, so you have to select it each time you run a report.

     

    Now, if we could only get rid of the blank lines left over... Trying to delete them removes the whole item number. I am currently looking into using the User Post to remove them and will reply if I find anything.

    Bob Hanrahan
    Ace User since 1998
    Please use plain text.
    *Expert Elite*
    Posts: 979
    Registered: ‎03-09-2004

    Re: Tallied Panel BOM list

    08-27-2012 12:38 PM in reply to: testsubject

    This is a bit of a kludge, but if you go into the table and delete all the blank lines within the field of each cell in a row, you are then able to shrink that row down to a manageable size.

    Bob Hanrahan
    Ace User since 1998
    Please use plain text.
    Distinguished Mentor
    Posts: 707
    Registered: ‎06-01-2010

    Re: Tallied Panel BOM list

    08-27-2012 03:28 PM in reply to: testsubject

    You can stop the item numbers appearing in the Tallied BOM altogether.

     

    Run the report, and then click on the Change Report Format button.

    Find the ITEMS field in the report section and remove it.

    Now save the format and you have a tallied list that can be given to purchasing personnel.

     

    You can set up various reports like this as long as you use seperate file names for each one.

     

    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.
    *Expert Elite*
    Posts: 979
    Registered: ‎03-09-2004

    Re: Tallied Panel BOM list

    08-28-2012 06:09 AM in reply to: Icemanau

    Brad, the format of the list was not the problem. I still want the items displayed in the BOM, just not so many of them. It arrtificially makes the list longer than it needs to be. From what I can tell, the extra lines are placeholders for all the TAG values associated with listed when the quantity is more than the descriptions available for tha particular catalog number (5 to 6 lines). I have not been able to discover how to access this yet. Maybe someday...

    Bob Hanrahan
    Ace User since 1998
    Please use plain text.
    Mentor
    johnq
    Posts: 202
    Registered: ‎05-24-2011

    Re: Tallied Panel BOM list

    08-28-2012 10:10 PM in reply to: testsubject

    Brad

     

    I wish to ask a question about what you are saying.  Do you mean that if you have two relays that are the same part number you are getting two line items rather than a could ot two?

     

    If yes I am having the same problem but my saving grace is that my project are not that big.

     

    Cheers  John Q

    Please use plain text.
    *Expert Elite*
    Posts: 979
    Registered: ‎03-09-2004

    Re: Tallied Panel BOM list

    08-29-2012 08:04 AM in reply to: johnq

    This is what I am referring to.

     

    This is how the reports generates:

    Report1.jpg

     

    This is how I want it:

    Report2.jpg

     

    Just selecting "Suppress ITEM number repeats" is not enough. All this does is replace the ITEM number with a CR in the report. I still have to go into each cell and delete these CRs (because they are not only in the first cell) before I can move the line up.

     

    I am surprised that no one has come up with a fix for this after all these years...(unfortunately, my Lisp skills are very primitive at this time)

     

     

    Bob Hanrahan
    Ace User since 1998
    Please use plain text.
    *Expert Elite*
    Posts: 2,516
    Registered: ‎10-18-2003

    Re: Tallied Panel BOM list

    08-29-2012 02:13 PM in reply to: testsubject

    Bob, make a copy of your original pur_pbom.lsp file and replace it with the attached version.  Then add the following line to the end of your report format file and the post process to remove repeated item numbers will execute automatically. 

     

    User Post Process = 3

     

    This is the way I've done it for years.  But since version 2011 allows me to item number in order of manufacturer, I no longer need the tallied purchase list format.  I just use the standard Panel BOM.

    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.
    *Expert Elite*
    Posts: 979
    Registered: ‎03-09-2004

    Re: Tallied Panel BOM list

    08-29-2012 03:23 PM in reply to: dougmcalexander

    Doug,

     

    That worked great for automating the User Post 3 but I still have the problem with all the empty rows per item number section (see my jpegs above). I suppose you would never notice if you accept the tags listed along with the items because they would fill up the empty rows in the TAGS column but I do not want the tags in the BOM.

     

    Thanks anyway,

    Bob Hanrahan
    Ace User since 1998
    Please use plain text.
    *Expert Elite*
    Posts: 2,516
    Registered: ‎10-18-2003

    Re: Tallied Panel BOM list

    08-31-2012 06:30 PM in reply to: testsubject

    That's true.  The software is holding a place for the tags.  I report tags so it has never been a problem for me.  DIN/IEC drawings usually don't track according to item number but according to Device ID.  If you look at a typical DIN/IEC material list you will see all tags associated with each part number listed.  That's just the way it has been done in the past.  Of course with AutoCAD Electrical I can display both item numbers and tags.

    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.
    *Expert Elite*
    Posts: 979
    Registered: ‎03-09-2004

    Re: Tallied Panel BOM list

    09-11-2012 06:33 AM in reply to: dougmcalexander

    I rewrote the User Post 3 part of the pur_pbom.lsp so that it now erases all other iterations of the item except the first one. My BOM Report is now much cleaner.

     

    Here is the file for anyone else that wants to use it.

    Bob Hanrahan
    Ace User since 1998
    Please use plain text.