Flange-Bolt-Points (PDMS_F.DAT) - Intergraph Smart Materials - Version 10.1 - Administration & Configuration - Hexagon

Intergraph Smart Materials Integration (10.1)

Language
English
Product
Intergraph Smart Materials
Subproduct
Classic
Search by Category
Administration & Configuration
Smart Construction Version
8
Smart Materials/Smart Reference Data Version
10.1

Contains all the information of the bolt ident that is referenced in the PDMS_G.dat file.

<START> CATA SECT CATE BTSE
NUMBER
DIAMETER
BTYPE
BTHK

CATA:

m_pck_pdms_custom.get_cata('I' ,ident)

Look at the example PL/SQL-Code. With the parameter values ‘I’ and ident, the function fetches the project identifier of the ident that should be transferred.

SECT:

default is part SHORT_DESC (if not defined, then ‘PART:PART_ID),
CIP (M_PCK_PDMS_CUSTOM.SECT, input COMMODITY_ID and NLS_ID of PDMS 30.01 Configure PDMS field Nls for RTEXT/XTEXT)

CATE:

default is CCI_CODE (S.30.I.01 Interface Dependent),
CIP (M_PCK_PDMS_CUSTOM.CATE, input INTERFACE_ID, COMMODITY_ID)

BTSE:

same as CATE || ‘-F:XX:YY’
:XX = reference the parameter 12 or 13 of the PDMS_G.dat file (:12,:13)
:YY = number of bolt (NUMBER)

NUMBER:

number of needed bolts (from BTSE),
defined attribute of PDMS 30.01 Configure PDMS field Attribute for No of Bolts, Geometry which has a Commodity Geometric Relation to the commodity codes of the Screw Bolt Rule and the three defined attributes of PDMS 30.01 Configure PDMS fields Attribute for Bolt Diameter, Attribute for No of Bolts and Attribute for Flange Thickness and the same diameter as the IDENT
If more than one bolt is needed, the software counts up from 1 to the number of needed bolts. For each number of needed bolts, the software inserts a new <START> section.

DIAMETER:

bolt diameter
defined attribute of PDMS 30.01 Configure PDMS field Attribute for Bolt Diameter, Geometry which has a Commodity Geometric Relation to the commodity codes of the Screw Bolt Rule and the three defined attributes of PDMS 30.01 Configure PDMS fields Attribute for Bolt Diameter, Attribute for No of Bolts and Attribute for Flange Thickness and the same diameter as the IDENT

BTYPE:

defined on PDMS 30.01, second block. Result comes from m_pck_pdms_custom.GET_BTYPE(p_ident,p_attr_id ). When no attribute on PDMS 30.01 is defined or the result of the function is NULL, ‘BOLT’ is the default.

BTHK:

defined on PDMS 30.01

On PDMS 30.01, you can define an additional attribute for the value that is added to the flange thickness.

Also on PDMS 30.01, you can define more than one bolt.

pdms_f.del

Contains information about SCOM that is no longer contained opposite the last run in the PDMS_F.dat.

pdms_f.err

Contains information about errors that occurred during the flange bolt transfer.