3DCADWorld Network | 3DCADTips | 3DCADTutorials | 3DCADForums | 3DCADSearch | 3DCADBooks | Design World






Get CAD tips and tutorials on your desktop when you register at 3DCADTips.com!

3DCADTips Weekly
Latest Issue
Archive

3DCADTips Forum Update
Latest Issue
Archive






Visit 3DCADSearch.com - The CAD & Graphics Search Engine!!




  #1 (permalink)  
Old August 21st, 2006, 02:02 PM
lmrriley
 
Posts: n/a
Default bom table qty to A/R

I want to change the quantity in the bom table to A/r or Ref. I know I have done it in the past using relations. Can anyone help me?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Link


  #2 (permalink)  
Old August 23rd, 2006, 09:27 PM
ruivaz
 
Posts: n/a
Default

I think what you want is the REPEAT REGION RELATION:

if asm_mbr_name =="whatever the part name is"
rpt.qty=A/r
endif

Rui

Quote:
Originally Posted by lmrriley
I want to change the quantity in the bom table to A/r or Ref. I know I have done it in the past using relations. Can anyone help me?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old September 12th, 2006, 08:31 AM
jmarkert
 
Posts: n/a
Default Set qty as A/R

What you need to do is to go to the part file properties. Select the custom properties tab.
Under the property name pull-down, select and add the following:

SE_ASSEMBLY_QUANTITY_OVERRIDE
SE_ASSEMBLY_QUANTITY_STRING

The value for ...Override should be "text" and STRING should be"A/R".

If you want the quantity to be blank, set the value for STRING as a space.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old October 4th, 2006, 05:05 PM
street_preacher street_preacher is offline
Junior Member
 
Join Date: Oct 2006
Posts: 19
Thumbs up How to Replace Qty with A/R

My company uses the following two logical (yes/no) parameters to change the rpt_qty to a text string depending on its use: DASH and BULK_ITEM. DASH is normally used on a line when an item has been deleted from a previous revision, and BULK_ITEM is used when the part is used "as required". The following is an excerpt from our table relations used to set this up. Be aware, however, to use the parameters this way, that they must be in your parts, or NONE of the information in your table will show up for a part that does not have these parameters.

NUM = rpt_qty

IF EXISTS ("ASM_MBR_BULK_ITEM")
IF EXISTS ("ASM_MBR_DASH")
IF ASM_MBR_DASH == YES
NUM = "-"
ELSE
IF ASM_MBR_BULK_ITEM == YES
NUM = "AR"
else
NUM = rpt_qty
ENDIF
ENDIF
ELSE
IF ASM_MBR_BULK_ITEM == YES
NUM = "AR"
else
NUM = rpt_qty
ENDIF
ENDIF
ELSE
IF EXISTS ("ASM_MBR_DASH")
IF ASM_MBR_DASH == YES
NUM = "-"
else
NUM = rpt_qty
ENDIF
ENDIF
ENDIF
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -6. The time now is 07:38 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0