Openplant Isometrics Weld List

Is it possible to create a weld list with the OPM Isometrics?

Parents
  • Chris,

    Yes, it is possible to create a weld list and have it placed on the isometric drawing.

    Regards,

    Ian Robinson

  • Ian, I can't find the configuration setting to enable this feature. What is the entry needed in the project iso configuration files?

    Regards

    Chris

  • Depending on which isometric style you are using...I am going to refer to IFC, just replace with your configuration

    C:\Documents and Settings\All Users\Application Data\Bentley\OpenPlantModeler V8i\WorkSpace\Projects\OPModeler_Metric\DataSet\Isometrics\Styles\IFC\Config

    Modify the file report.def

    Add in a section to determine what you want to see in the Weld Report, Assign it to a text Node, and then place that text Node into your seed file.  Setup the text Node with the Font, justification etc that you want for this report.

    You will have to enter in the attributes you want in the wled report.  I have just copied the CUT report form above and modified a bit to give you an idea of what to do.

    #-----------------------------------------------------------------------------

    # The WELD report lists the Welds

    # Attaches to text node 62

    #-----------------------------------------------------------------------------

    REPORT = WELD

       INCLUDE = IE_TYPE=CT_WELD

       COLUMN  = 6:C:CUTID

       COLUMN  = 7:R:SIZE1

       COLUMN  = 21:R:QUANTITY

       COLUMN  = 3:R:

       COLUMN  = 80:W:IE_DESCRIPT

       GROUP   = CUTID

       SORT    = CUTID

       NODE    = 62

    END

Reply
  • Depending on which isometric style you are using...I am going to refer to IFC, just replace with your configuration

    C:\Documents and Settings\All Users\Application Data\Bentley\OpenPlantModeler V8i\WorkSpace\Projects\OPModeler_Metric\DataSet\Isometrics\Styles\IFC\Config

    Modify the file report.def

    Add in a section to determine what you want to see in the Weld Report, Assign it to a text Node, and then place that text Node into your seed file.  Setup the text Node with the Font, justification etc that you want for this report.

    You will have to enter in the attributes you want in the wled report.  I have just copied the CUT report form above and modified a bit to give you an idea of what to do.

    #-----------------------------------------------------------------------------

    # The WELD report lists the Welds

    # Attaches to text node 62

    #-----------------------------------------------------------------------------

    REPORT = WELD

       INCLUDE = IE_TYPE=CT_WELD

       COLUMN  = 6:C:CUTID

       COLUMN  = 7:R:SIZE1

       COLUMN  = 21:R:QUANTITY

       COLUMN  = 3:R:

       COLUMN  = 80:W:IE_DESCRIPT

       GROUP   = CUTID

       SORT    = CUTID

       NODE    = 62

    END

Children