AVEVA Community
AVEVA Community
  • Site
  • User
  • Site
  • Search
  • User
PDMS/E3D Forum
  • AVEVA World
PDMS/E3D Forum
Beginners Rvm file generation
  • Forums
  • Resources
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Replies 4 replies
  • Subscribers 1 subscriber
  • Views 257 views
  • Users 0 members are here
Options
  • Share
  • More
  • Cancel
Related

Rvm file generation

vishal a
vishal a over 5 years ago
 
  • Sign in to reply
  • Cancel
  • vishal a
    vishal a over 5 years ago
    Dear seniors,

    Kindly help me in generating rvm file for my pdms model with all attributes.
    Kindly help me it's very very urgent.


    Regards
    Vishal
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • adak
    adak over 5 years ago
    hi

    to export attributes in pdms --> utilities - export - dump attributes

    hth
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • vishal a
    vishal a over 5 years ago
    Sir,

    i also want a file with i can extract rvm file of my model.

    regards
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Tejas Desai
    Tejas Desai over 5 years ago
    Dear  Vishal,
    Please find code below

    ONERROR CONTINUE
    getwork
    /*


    EXPORT FILE /D:\Test.RVM over
    EXPORT ENCODING UTFE


    -- Representation
    EXPORT HOLES ON
    export repr on
    REPRE CABLEWAY OBST ON UPDATE
    REPRESENTATION LEVEL 6
    REPRESENTATION LEVEL PIPE 6
    REPRESENTATION LEVEL NOZZ 6
    REPRESENTATION LEVEL STRU 6
    REPRE Centreline On
    REPRE Tube On
    REPRE Centreline On
    REPRE Tracing on


    --For  Translucency
    REPRE Obstruct on TRANSL 95
    REPRE Insulation on TRANSL 95

    -- Colour
    EXPORT AUTOCOLOUR DISPLAYEXPORT ON


    EXPORT /GRIDS    
    EXPORT /test
    --EXPORT name of  sites or zone or Items to be extract


    EXPORT FINISH
    /*
    $m/D:\Temp\ATTDUMP.mac


    You may edit as necessary

    additionally you can create BAT file for  running  through back end for  exporting and converting RVM model to NWD.
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel