AVEVA Community
AVEVA Community
  • Site
  • User
  • Site
  • Search
  • User
PDMS/E3D Forum
  • AVEVA World
PDMS/E3D Forum
PDMS Guides Creating GPWL
  • Forums
  • Resources
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Replies 10 replies
  • Subscribers 2 subscribers
  • Views 147 views
  • Users 0 members are here
Options
  • Share
  • More
  • Cancel
Related

Creating GPWL

behnam mehrangohar
behnam mehrangohar over 7 years ago
 
  • Sign in to reply
  • Cancel
  • behnam mehrangohar
    behnam mehrangohar over 7 years ago
    I want to know how i can add members of a list to a GROU in PDMS 11.5 . For example i have a list that consiste of 10 lines and want to add them to a group for next actions like making Isometrics .
    I?d apprecieate in advance for your helping
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Corrado Galluzzi
    Corrado Galluzzi over 7 years ago
    At GROU level you can type on the Command Window:

    GADD /PIPE123
    GADD /PIPE456
    GADD /PIPE789
    etc etc

    Or you can create a macro with the same format...
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • behnam mehrangohar
    behnam mehrangohar over 7 years ago
    Tnx bro . But i wanna add exactly a number of line which have been added to specified list . Imagine there are about 100 lines on that list and want to know may i add that list to group directly or not
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Corrado Galluzzi
    Corrado Galluzzi over 7 years ago
    Or if you are not a PML expert (like myself!), next time simply open that list with Notepad++ (or UltraEdit,etc etc -  text editors where you can work using columns, or even MS Excel) and add a column with GADD and / in front of the pipe list
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Chad Shupe
    Chad Shupe over 7 years ago
    This could get you started
    !file = object FILE('c:\temp\pipe-list.txt')!contents = !file.ReadFile()
    do !ea values !contents
     --handles name if it doesn't start with /
     handle (47,15)(2,111)
       /$!ea
     endhandle
     GADD $!ea
    enddo


    [COLOR="silver"]- - - Updated - - -[/COLOR]

    sorry some how line 2 was with line 1

    !file = object FILE('c:\temp\pipe-list.txt')
    !contents = !file.ReadFile()
    do !ea values !contents
     --handles name if it doesn't start with /
     handle (47,15)(2,111)
       /$!ea
     endhandle
     GADD $!ea
    enddo
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Chad Shupe
    Chad Shupe over 7 years ago
    That works too! ;-)
    Or if you are not a PML expert (like myself!), next time simply open that list with Notepad++ (or UltraEdit,etc etc -  text editors where you can work using columns, or even MS Excel) and add a column with GADD and / in front of the pipe list
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • behnam mehrangohar
    behnam mehrangohar over 7 years ago
    Tnx alot . I did it with Notepad . Was simple
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Marek Kożusznik
    Marek Kożusznik over 5 years ago
    How to remove Pipe from GPSET?
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • me_hungry
    me_hungry over 5 years ago
    Use
    GREM

    For more info use aveva help
    https://help.aveva.com/AVEVA_Everything3D/2.1.0.2/wwhelp/wwhimpl/js/html/wwhelp.htm#href=DBRM/DBRM8.09.2.html
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Sri
    Sri over 3 years ago in reply to me_hungry

    can we use export command with colours

    i have a site with pip/stru/equi site

    i would like to export like below

    export all equip  with col 1 for GPWL??

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel