Component Data (PDMS_C.DAT) - Intergraph Smart Reference Data - Version 10.2 - Customization & Programming - Hexagon

Intergraph Smart Reference Data Integration (10.2)

Language
English
Product
Intergraph Smart Reference Data
Search by Category
Customization & Programming
Smart Materials/Smart Reference Data Version
10.2

This file contains the weight and unit information of an ident.

The format in which details are extracted to the files when you transfer an ident depends on values defined in the Level column. For PDMS_C.DAT file, by default, CMPW is set at level 1, CMPT at 2, CATE at 3, and rest of the attributes at level 4 as shown in the following screenshot.

You can customize the Levels.

An attribute is always represented with a modifier as <OLD> or <NEW>. <OLD> indicates that the data is already available in Destinations or created in another file as new and <NEW> indicates new data. From the following screenshot, CMPW, CMPT, and CATE have the modifier as <OLD> indicating that the data is already available in Destinations and CMPD, and TUBD have the modifier as <NEW> indicating that the data is new.

C.dat

The following table provides details of the attributes such as retrieval source available in PDMS_C.DAT file.

Attribute Name

Details

CMPW

  • Definition: Defines the weight component.

  • Retrieval Source: m_pck_pdms_lookup.Get_PDMS_CMPW

  • Retrieval Method: BASE_COLUMN

    The attribute name in the output file depends on the value provided in the General Configuration.

CMPT

  • Definition: Contains information related to the commodity codes of Smart Reference Data (SRD)

  • Retrieval Source: m_pck_pdms_lookup.get_pdms_scom(cc.commodity_id,i.ident)

  • Retrieval Method: BASE_COLUMN

CATE

  • Definition: Interface Commodity Code for PDMS

  • Retrieval Source: Get_CATE

  • Retrieval Method: ATTR_STND_METHOD

CMPD

  • Definition: Used based on the component for which the data is added. The CMPD element type gets created when an element with a fixed weight is referenced. These are typically all piping components. It is appended with C.

  • Retrieval Source: m_pck_pdms_lookup.get_pdms_cmpd(i.ident, cc.commodity_id)

  • Retrieval Method: BASE_COLUMN

CWEI

  • Definition: Defined in the General Configuration screen and contains information on the unladen weight. The attribute to define weight should be CWEI if it is CMPD.

  • Retrieval Source: m_pck_pdms_lookup.get_pdms_cwei(i.ident)

  • Retrieval Method: BASE_COLUMN

TUBD

  • Definition: Used based on the component for which the data is added. These are typically all piping components. The TUBD elements type gets created when an element with a variable weight is referenced. These are typically only Tubes or Pipes, as their length may vary and the resultant weight unit UWEI is typically calculated at kg/m.

  • Retrieval Source: m_pck_pdms_lookup.get_pdms_tubd(i.ident, cc.commodity_id)

  • Retrieval Method: BASE_COLUMN

UWEI

  • Definition: Defined in the General Configuration screen. The attribute to define the weight should be UWEI if it is TUBD.

  • Retrieval Source: m_pck_pdms_lookup.get_pdms_cwei(i.ident)

  • Retrieval Method: BASE_COLUMN

BFLE

  • Definition: Defined in the General Configuration screen and contains information on the filling weight.

  • Retrieval Source: m_pck_pdms_lookup.get_pdms_blfe(i.ident)

  • Retrieval Method: BASE_COLUMN