Design World Network | 3DCADTips | 3DCADTutorials | 3DCADForums | 3DCAD Store | 3DCAD Models | 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






 



  #1 (permalink)  
Old August 21st, 2006, 02:02 PM
lmrriley
Guest
 
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
Guest
 
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
Guest
 
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

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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Using a table with Solid Edge Panhard Solid Edge Forum 0 November 4th, 2008 06:00 AM
Attributes in blocked table? TrailBarge AutoCAD Forum 0 March 7th, 2008 07:36 AM
Import pattern table values into relations? Monrad Pro/ENGINEER Forum 0 August 31st, 2007 07:03 AM
Design Tables MrCATIA CATIA Forum 4 May 21st, 2007 05:37 AM
design table ronyraj2004 CATIA Forum 1 February 15th, 2007 12:13 PM


All times are GMT -6. The time now is 06:22 AM.


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