Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

NXAttributeCatalog.xml

Status
Not open for further replies.

cubalibre000

Mechanical
Joined
Jan 27, 2006
Messages
1,070
Location
IT
Hi,
I'm setting the NXAttributeCatalog.xml.
I've added the DB_UNITS attribute with a lot of list value.
It's possible to write on the left of the value the name of the unit ?
For example :
Attribute : DB_UNITS
Value : m (metri)
kg (chilogrammi)
l (litri)
J (Joule)
This request to help the user in the choice.

Thank you...

Using NX 8 and PDM RuleDesigner
 
Why not simply make the value of DB_UNITS the name of the units?

John R. Baker, P.E.
Product 'Evangelist'
Product Engineering Software
Siemens PLM Software Inc.
Digital Factory
Cypress, CA
Siemens PLM:
UG/NX Museum:

To an Engineer, the glass is twice as big as it needs to be.
 
Because we export the part list to our MRP that read the part list and generate the BOM.
Our MRP use m for meters, kg for kilogram, etc..

Thank you...

Using NX 8 and PDM RuleDesigner
 
Well, if the attributes are 'String' attributes, you can set the value to any string of characters including something like "m (meter)". The question then is whether your MRP system can parse the text string looking for the "m".

John R. Baker, P.E.
Product 'Evangelist'
Product Engineering Software
Siemens PLM Software Inc.
Digital Factory
Cypress, CA
Siemens PLM:
UG/NX Museum:

To an Engineer, the glass is twice as big as it needs to be.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top