• I guess you are using the NEW bolting method, aren't you?
    Navigate to your valve SCOM.
    As Pitch was saying, youn need to set its BLRFARRAY attribute in order to point to two different BTSE.
    I.e. BLRFARRAY /AAVGBB2-8-20 /AAVGBB2-4-20

    Then in your spec you just need one entry for 20mm diameter bolt:

    HEADING
    TYPE   NAME         BDIA   BTYP   CATREF     DETAIL       MATXT        CMPREF   BLTREF
    DEFAULTS
    -      -            -      STUD
    BOLT   */20mmSTUD   20.0   STUD   /STUD   /STUD-D   /STUD-M   =0       /ABGAB
  • [QUOTE=corrado;64194]dank69, BDIA, BTYP and BTHL are STRING type attributes so they can contain expressions, NOFF is REAL.
    So you need to create as many BTSE elements as many holes_x_diameter combinations you have.Yes, that is what I am seeing here. So my question remains:

    If you had a relief valve with 8xM20 pattern on the inlet and 4xM20 pattern on the outlet, how would you write your bolt spec?
    Example:
    HEADING
    TYPE   NAME         BDIA   BTYP   CATREF     DETAIL       MATXT        CMPREF   BLTREF
    DEFAULTS
    -      -            -      STUD
    BOLT   */8x20mmSTUD   20.0   STUD   /STUD   /STUD-D   /STUD-M   =0       /ABGAB
    BOLT   */4x20mmSTUD   20.0   STUD   /STUD   /STUD-D   /STUD-M   =0       /ABKAB
    Can't use BSEL because the valve can only have one BSEL, right?
  • NEW Bolting----A relief valve uses 2 BLTREFs One for each end
    OLD Bolting-----A relief valve uses an Mbol with 2 entries in the Sbrarray  One for each end

    In both cases the bolt for each end is calculated separately
  • Or can I leave the NOFF unset for the SBOL and then PDMS will get the NOFF automatically from the BLRFARRAY of the SCOM?


    You got it.
  • How do you add 2 BLTREFs with the same selectors to one spec? I need the valve to point to 2 different SBOL elements.
  • [QUOTE=corrado;64231]I guess you are using the NEW bolting method, aren't you?
    Navigate to your valve SCOM.
    As Pitch was saying, youn need to set its BLRFARRAY attribute in order to point to two different BTSE.
    I.e. BLRFARRAY /AAVGBB2-8-20 /AAVGBB2-4-20

    Then in your spec you just need one entry for 20mm diameter bolt:

    HEADING
    TYPE   NAME         BDIA   BTYP   CATREF     DETAIL       MATXT        CMPREF   BLTREF
    DEFAULTS
    -      -            -      STUD
    BOLT   */20mmSTUD   20.0   STUD   /STUD   /STUD-D   /STUD-M   =0       /ABGAB
    Yes but the BLTREF /ABGAB points to a SBOL where the NOFF is set to either 4 or 8 but not both.
  • Or can I leave the NOFF unset for the SBOL and then PDMS will get the NOFF automatically from the BLRFARRAY of the SCOM?
  • do a search for PSV or Relief Valve Bolts

    There are a number of discussions on the subject on PDMSWORLD
  • You got it.
    Yes! Just tested and it works great! Thank you Corrado!