AVEVA Community
AVEVA Community
  • Site
  • User
  • Site
  • Search
  • User
Modules
  • AVEVA World
  • PDMS/E3D Forum
  • Modules
  • Cancel
Modules
Draft Module Copy and include glab or slab
  • Forums
  • Resources
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Replies 3 replies
  • Subscribers 5 subscribers
  • Views 34 views
  • Users 0 members are here
Options
  • Share
  • More
  • Cancel
Related

Copy and include glab or slab

mohd khaidzir bin mohd yusoff
mohd khaidzir bin mohd yusoff over 5 years ago
 
  • Sign in to reply
  • Cancel
  • mohd khaidzir bin mohd yusoff
    mohd khaidzir bin mohd yusoff over 5 years ago
    Hi Guru,

    I'm have problem to copy slab or glab by list from view to view.
    Any command or code work able to use?


    Thanks.
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • M Michal
    M Michal over 5 years ago
    First possibility is command " COPY MEMBERS 1 TO 6 OF /NAME_OF_LAYE " NAME_OF_LAYE is laye from u want to copy. And u need stay at laye where u want to copy. Problem is u need to have all glabs / slabs in single laye.
    Second options is for example this
    VAR 1 NAME
    do !X values !!CDLIST1
    $!X
    VAR 2 NAME
    $V1
    new glab copy $V2
    enddo

    Just put that code into file, create list/collections of glabs u want, then stand on laye where u want to put it in and put that file onto command line (NOT in that action line in list/collection)

    - - - Updated - - -

    And here, with this u can put glabs, slabs into single list.
    VAR 1 NAME
    do !X values !!CDLIST1
    $!X
    VAR 2 NAME
    VAR 3 TYPE
    $V1
    new $V3 copy $V2
    enddo
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Venkata Rao Peta
    Venkata Rao Peta over 5 years ago
    hi Kidit,

    In E3D you don't have an option for list as in PDMS.

    In E3D if you want to use list, use [COLOR=#a52a2a]show !!cdclist[/COLOR]
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel