Upgrade CFIHOS mappings to the latest version (modified in an update) - HxGN SDx - HxGN SDx - Reference - Hexagon

HxGN SDx Modified and Retired Functionality

Language
English
Product
HxGN SDx
Search by Category
Reference
SmartPlant Foundation / SDx Version
10
SmartPlant Markup Plus Version
10.0 (2019)

The following applies if you are using Update 24. For the latest information, see Upgrade CFIHOS mappings to the latest version.

If you are upgrading to Update 24, while processing the tag, equipment, and model classification properties, you must process the column items for these classifications based on CFIHOSName instead of CFIHOSDescription.

Replace CFIHOSDescription with CFIHOSName in the COMP_ColumnItem computed column in the required mapping before processing data. Update the COMP_ColumnItem classification property mappings as below:

  1. Open Data Validator Administrator Module.

  2. Select Import Mappings from the toolbar.

  3. Select the HEX v1.4 170 5.11 TagClass Prop import definition and click Edit Import Definition.

  4. Select the COMP_ColumnItem Computed API column in the TagClass Prop import mapping.

  5. Replace CFIHOSDescription in the COMP_ColumnItem column mapping with CFIHOSName.

  6. Update the Computed API function to be: func.Decode(func.GetValueFromTargetSystem("True", "#PropertyDef,.CFIHOSName=[tag property name]", ".Name"), {"", func.GetTargetSystemValueIfEmptyReturnDefault("True", [tag property name], "#PropertyDef,.UID=[tag property name]", ".Name")}, func.GetValueFromTargetSystem("True", "#PropertyDef,.CFIHOSName=[tag property name]", ".Name")).

Repeat the above steps and replace CFIHOSDescription with CFIHOSName for HEX v1.4 190 5.13 ModelClas Pro and HEX v1.4 180 5.12 MatClass Prop import mappings.