Schedule Table - Intergraph Smart Reference Data - 2020 10.0 - Customization & Programming - Hexagon

Intergraph Smart Reference Data Integration (2020)

Language
English
Product
Intergraph Smart Reference Data
Search by Category
Customization & Programming
Smart Materials/Smart Reference Data Version
2020 (10.0)

The schedule table fields that are used in CADWorx are listed below.

  • SCH - Schedule - The schedule of the thickness for components. The export provides the value from SRD using the SCH attribute.

  • SCHENCWT - Schedule Enhance Weight (optional). The export provides the SCHENCWT attribute, but leaves the value empty.

    The schedule is used with enhanced weight calculation. Enhanced weight calculation calculates the weights of components based on the AutoCAD solid geometry, calculated by (the hollow enhanced solid volume multiplied by the component density). A manufactured component may have a larger wall thickness then the schedule requires. To make the enhanced weight calculation more accurate, SCHENCWT can be set to a larger wall thickness schedule. The Enhanced weight calculation is used anytime the WEIGHT column is 0.0 in a data table. The component drawing mode (2D Double line, 2D Single line, 3D Solid, or 3D Enhanced) does not have any effect on the weight calculation. The weight calculation is run in background using a temporary 3D enhanced AutoCAD solid when using 2D Double line, 2D Single line, or 3D Solid drawing mode.

    Weights of the following components are based on the AutoCAD Solid geometry when the WEIGHT column is 0.0 in the component data table:

Component

Weight

PIPE

SCH thickness value used to create AutoCAD solid geometry

ELBOWS

SCH thickness value used to create AutoCAD solid geometry

O_LETS

SCH thickness value used to create AutoCAD solid geometry

TEES

SCHENCWT thickness value used to create AutoCAD solid geometry

CAPS

SCHENCWT thickness value used to create AutoCAD solid geometry

CROSSES

SCHENCWT thickness value used to create AutoCAD solid geometry

LATERALS

SCHENCWT thickness value used to create AutoCAD solid geometry

REDUCERS

SCHENCWT thickness value used to create AutoCAD solid geometry

FLANGES

Enhanced Data Table Values used to create AutoCAD solid geometry

Weights of the following components are always based on the Data Table WEIGHT column:

  • COUPLINGS

  • GASKETS

  • BOLTS

  • WELDS

  • SANITARY

  • SPEC_BLIND

  • BLEED_RING

  • EXPANSION JOINTS

  • STRAINERS

  • UNIONS

  • USER_SHAPES

  • VALVES

  • Y_SHAPE

  • PTN - Part Number - Value assigned to specific schedules. (optional)

Here is a sample file name for the schedule table file:

CDWRX_EJ_0000018630_ScheduleTable.lst

with CDWRX indicating the product (CADWorx) and EJ_nnnnnnnnnn indicating the SRD export job number.

The following sample shows the first two lines in this file:

TABLE_NAME|SCH|SCHENCWT|PTN|

SCH|XXS|XXS||

The standard installation scripts create sheet retrieval source ‘ScheduleTable from Template’, that provides an enhanced ‘template copy’ for customers who maintain the schedule table on CADWORX 10.08. The data should be filtered and this requires retrieval sources that copy the template data but allow for filtering and manipulation.

Only TABLE_NAMEs will be exported that are used in a thickness table that is attached to at least one of the exported specifications. If no specification is exported, the export takes all schedule tables as far as the sheet is selected in the sheet selection. The TABLE_NAME value is expected on physical attribute AC0256_001. If another attribute is used, the parameter list in Statement2 of the retrieval source needs to be changed. The mapping is expected on spec level of the SpecHeader sheet or sheet independent. The mapped attribute is WTHK_TABLE. The referred attribute of the thickness table is SCHEDULE_TABLE.