Field Types

You can find various field types in an Asset Information Group (AIG). See below for a description of each.

_images/asset_information.overview.png

Unit-Aware Numeric Field

When numeric fields are configured in an AIG, you have an option to define a base unit type for that field. By default, the base unit type is displayed to all users, however, each user has the option to view the numerical value in that field in a different unit type. The menu item in bold indicates the default unit.

Unit-aware numerical fields are identified by the label after the field name that states the unit type in blue text.

To view a different unit type in the asset information group, click on the unit label and choose an alternate unit type from the popup menu. Note that NEXUS IC will “remember” your preferred unit type and display that next time you login to NEXUS IC.

_images/asset_information.unit-aware_field.png

Calculated Field

Calculated fields are those where the value displayed is derived by a function that has been configured in the database (see Configure Functions).

Calculated fields are identified by the F icon.

To view the function for the calculated field, click on the F icon to launch the View Function Calculation dialog.

_images/asset_information.view_function_calculation.png

Note that you cannot edit the function from this dialog. You can, however, right-click on any element and select View to view its internal details.

Hint

When focus is on a calculated field (by clicking in it with the mouse or tabbing into it), any other fields on the same form which are inputs into the function, are highlighted a darker grey colour. You can also see a function’s inputs by clicking on the F icon. An input parameter will be labelled “Source - Constant” if it is being given a constant value rather than a value from a field; or “Source - Field” followed by the table name and the field name.

In the example shown below, the ‘Adjusted Safety Consequence’ calculated field has inputs from ‘Asset Area Location’ and ‘Safety Consequence’.

_images/asset_information.calculated.PNG

Passthru Field

Passthru fields show data from another field on the same asset. A passthru field has a Function(p) icon at its right-hand side. Clicking this button shows a dialog telling you what form and field the passthru is pulling information from.

Global Lookup Field

Global Lookup fields are fields whose value is returned from a global table matrix table. Lookup values are passed into the comparison function and the first value which meets the specified criteria is returned as the value for that field. For information about configuring global tables, see Configure Global Tables.

Global Lookup fields are identified by the Function(n) icon.

Click on the Function(n) icon to launch the View Global Table Lookup dialog. This dialog highlights which row matched the Global lookup criteria and is being displayed in the field. Click the Inspect button to see the Compare function evaluation for the focused row.

_images/asset_information.View_Global_Table_Lookup.png