• [QUOTE=me_hungry;99345]And what about BSEL column for piping spec element?
    [ATTACH=CONFIG]9372[/ATTACH]
    Maybe you missed to set it? :friendly_wink:
    After this changes, you should be able to create element in design automaticaly with BSEL eq 'B6'.

    And did you check output, what would it be if you change manualy BSEL of FLANGE to 'B6'

    thanks, Bro
    but I added BSEL collumn as you showed :(
    I cant attach my photo :((
  • [QUOTE=pcngocquy;99346]thanks, Bro
    but I added BSEL collumn as you showed :(
    I cant attach my photo :((

    [QUOTE=me_hungry;99345]And what about BSEL column for piping spec element?
    [ATTACH=CONFIG]9372[/ATTACH]
    Maybe you missed to set it? :friendly_wink:
    After this changes, you should be able to create element in design automaticaly with BSEL eq 'B6'.

    And did you check output, what would it be if you change manualy BSEL of FLANGE to 'B6'


    I added BSEL as you did, but It didnt work
    and that is the reason I started this topic :((
  • Hi All,

    When we set the BSEL value in Design Module we could able to get the required Bolting.

    But when we call the items from Piping Spec with required Bsel values which we fed in the Paragon. We could not get it.

    I think i am also facing the same error as of [COLOR=#417394]pcngocquy. Need your support friends.
    [/COLOR]
    Thanks in advance.
  • @pcngocquy[COLOR=#3E3E3E]
    [/COLOR]You may try one trick (make sure that you backup your file) :
    - edit pml file for version 12.1.4 [COLOR=#0000cd]d:\AVEVA\Plant\PDMS12.1.SP4\PMLLIB\design\forms\componentcreation.pmlfrm
    [/COLOR]line 7243 (7020 for 12.0.6) put after
    [COLOR=#0000cd]!attributes[4] = 'SHOP'[/COLOR]

    [COLOR=#006400]!attributes[5] = 'BSEL'
    [/COLOR]
    line 7271 (7048 for 12.0.6) put after  
    [COLOR=#0000CD]elseif(!answer.eq('FALS') or !answer.eq('SITE')) then[/COLOR][COLOR=#0000cd]       !component.shop = FALSE[/COLOR]
    [COLOR=#0000cd]          endif  [/COLOR]

    [COLOR=#006400]elseif(!attributes[!index] eq 'BSEL') then[/COLOR]
    [COLOR=#006400] if(NOT(!answer.eq(''))) then[/COLOR]
    [COLOR=#006400]  !component.bsel = !answer[/COLOR]
    [COLOR=#006400] endif      [/COLOR]
  • [QUOTE=me_hungry;99353]@pcngocquy[COLOR=#3e3e3e]
    [/COLOR]You may try one trick (make sure that you backup your file) :
    - edit pml file for version 12.1.4 [COLOR=#0000cd]d:\AVEVA\Plant\PDMS12.1.SP4\PMLLIB\design\forms\componentcreation.pmlfrm
    [/COLOR]line 7243 (7020 for 12.0.6) put after
    [COLOR=#006400]!attributes[5] = 'BSEL'
    [/COLOR]
    line 7271 (7048 for 12.0.6) put after

    [COLOR=#006400]elseif(!attributes[!index] eq 'BSEL') then[/COLOR]
    [COLOR=#006400]if(NOT(!answer.eq(''))) then[/COLOR]
    [COLOR=#006400]!component.bsel = !answer[/COLOR]
    [COLOR=#006400]endif [/COLOR]

    I am really very gratefull for your support.
    I edited pml as you showed, but It's still the same :(
  • After pml file editing , you should have ability to create pipe components with predefined BSEL from pipe spec.
    So, did you try to recreate FLAN and its still have BSEL unset​?
  • [QUOTE=me_hungry;99360]After pml file editing , you should have ability to create pipe components with predefined BSEL from pipe spec.
    So, did you try to recreate FLAN and its still have BSEL unset​?
    Yes, I recreated flanges but BSEL is still unset. And we should change Elseif to  If? i will try some other ways.
    anyway, i decided all BSEL will be pasted to pdms from excel after finishing design.
    Thanks so much
  • 1. BSEL is set for the BOLT in the Bolt Spec
    2. You cannot set the BSEL for a component in the Pipe Spec. It is set in DESIGN.
    3. All components in the Joint need to have the same BSEL set in DESIGN
  • Hi,

    Setting the BSEL attributes in design May lead to human errors.This must have predefined scenario.

    Bcoz in my case I need extra Bolt length at Isolation Kit. So the connection having isolation kit must take the Bolt  from different BSEL assigned.Or we have some other Method please advice.
  • thanks.. it worked.. but do u know how to modify with the old form for component creation?