Project Defaults and Attributes - Isogen - Help - Hexagon PPM

I-Configure Help

Language
English
Product
Isogen
Search by Category
Help
I-Configure Version
6.0(2016)

Some applications do not support the ability to configure application-specific properties or create attribute expressions. For more information, contact Customer Support.

Opens the Project Defaults dialog box, which consist of two tabs: Project Defaults and Attributes.

Project Defaults

On the Project Defaults tab, you can view and configure the default properties that are available for the selected project. Project defaults enable you to configure application-specific properties. Because project defaults are application-specific, the product that displays in the Application list determines the properties that display on the tab. For a list and descriptions of the project defaults that I-Configure supports, see Appendix: Project Defaults.

Attributes

The Attributes tab displays the available attributes and their specified attribute values. Unlike project defaults, attributes are the same regardless of the associated application. Most commonly, you can set attributes on a pipeline, component, weld, bolt, spool, or material basis. However, the Attributes tab also enables you to manage attributes that have a specific context, such as flange- or valve-specific attributes, or attributes that belong to information items including messages or thickness measurement locations. When you double-click an attribute in the grid, the software opens the Attribute dialog box so that you can edit specific values and settings as needed.

You can toggle Visible and Editable properties directly from the Attributes tab: right-click the attribute, and then select Toggle Visible or Toggle Editable from the shortcut menu. For more information, see Attributes tab.

The Attributes tab also enables you to access the Expression Builder so that you can create an attribute expression.

Attribute Expressions

You can define an attribute that contains an expression that references other attributes in the same collection and can contain functions. The value of the attribute is then the result of evaluating the expression.

ATTRIBUTE1 = P-100-ABC
ATTRIBUTE2 = Left(“$ATTRIBUTE1$”,1) & Right(“$ATTRIBUTE1$”,3)

In the example, ATTRIBUTE2 contains an expression. The resulting value is reported as PABC. This value consists of the left-most character plus the three right-hand characters from the Attribute1 string (P-100-ABC).

A good analogy is a spreadsheet, where a cell can reference the contents of another cell and built-in spreadsheet functions. Cells can contain both values and formulas.

You build and test attribute expressions using the Expression Builder. You access the Expression Builder using the Evaluate Expression option in the Attribute dialog box. When you create an attribute expression, we recommend that you follow the expression building rules listed below.

  1. You can make references only to other attributes in the same collection of attributes. That is, you cannot reference a pipeline attribute from a component.

  2. References to other attributes are made using the $ATTRIBUTE_NAME$ syntax. The ATTRIBUTE_NAME must be the underlying unique name for the attribute, not the Display Name setting that displays on the Attributes tab (Project Defaults dialog box).

  3. Expressions are evaluated using the VBScript engine. That is, the syntax of the attribute expression must be valid VBScript syntax and can contain any function supported by that language. If an expression cannot be evaluated, regardless of the reason, the value reported is the original expression. For example, with the expression ATTRIBUTE2 = Left(“$ATTRIBUTE1$”,1), ATTRIBUTE2 would display P. However, with the expression ATTRIBUTE2 = Lft(“$ATTRIBUTE1$”,1), ATTRIBUTE2 would display Lft(“$ATTRIBUTE1$”,1) because Lft is not a valide VBScript function.

  4. If the expression is expecting a string, you must use the double quote (" ") around the attribute reference regardless of whether the referenced attribute is defined as a string. In the example, the Left function takes a string value for its first argument:

    Left(“$ATTRIBUTE1$”,1)

  5. You must define the attribute that contains the expression as a string. Any of the piping object data file (POD) user-specified attributes (for example, ATTRIBUTE1 through ATTRIBUTE199 or COMPONENT-ATTRIBUTE1 through COMPONENT-ATTRIBUTE100) is suitable to use as an expression.

Project Defaults dialog box

Attribute dialog box

Build Expression dialog box

What do you want to do?