Parents
  • @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]
Reply
  • @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]
Children
No Data