AVEVA Community
AVEVA Community
  • Site
  • User
  • Site
  • Search
  • User
PDMS/E3D Forum
  • AVEVA World
PDMS/E3D Forum
PDMS Guides Reporting
  • Forums
  • Resources
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Replies 29 replies
  • Subscribers 1 subscriber
  • Views 118 views
  • Users 0 members are here
Options
  • Share
  • More
  • Cancel
Related

Reporting

Shrivallabha Sharad Redij
Shrivallabha Sharad Redij over 15 years ago
 
  • Sign in to reply
  • Cancel
  • Shrivallabha Sharad Redij
    Shrivallabha Sharad Redij over 13 years ago
    They'll give the same result. The result which you need!
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Shankar Yadav
    Shankar Yadav over 12 years ago
    Try P1OD, P2OD, P3OD


    why for unequal TEE p3 will give wrong OD?
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Pedro Valadares
    Pedro Valadares over 11 years ago
    why for unequal TEE p3 will give wrong OD?


    In Unequal Tee P-point 1 and  P-point 2 have both the same outside diameter. Not P-point 3.
    You may check 'Catalogues and Specifications Reference Manual' for more information.
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Tomas Veleman
    Tomas Veleman over 8 years ago
    [QUOTE=pvaladares;85276]In Unequal Tee P-point 1 and  P-point 2 have both the same outside diameter. Not P-point 3.
    You may check 'Catalogues and Specifications Reference Manual' for more information.

    Hi pvaladares , I have same problem ... strange is that I used same catalogue model and same specification heading, at source project it works and at at new project don?t. I searched through manual, but nothing ... only para 2 for p1/p2 od. Please, do you know what exactly influence p3od on TEE ?
    Thank you. T.
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • PRASHANT SHARMA
    PRASHANT SHARMA over 7 years ago
    !pipes = !!collectallfor('PIPE',||,CE)

    !array = object Array()

    do !pipe values !pipes
    !col[1] = !pipe.Name
    !col[2] = !pipe.Type
    !col[3] = !pipe.Pspec.Name
    !col[4] =  !pipe.ref
    !array.Append(!col)
    enddo

    !header[1] = 'Name'
    !header[2] = 'Type'
    !header[3] = 'Specification'
    !header[4] = 'REE'

    !title = 'My Table'

    import 'GridControl'
    handle (1000,0)
    endhandle


    using namespace 'Aveva.Pdms.Presentation'
    !grid = object NETGRIDCONTROL()
    !grid.bindToDataSource(object NETDATASOURCE(!title, !header, !col))
    !filename = 'C:\temp\2.xls'

    !grid.saveGridToExcel(!filename)
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Venkata Rao Peta
    Venkata Rao Peta over 7 years ago
    [QUOTE=pdmsc028;105527]!pipes = !!collectallfor('PIPE',||,CE)

    !array = object Array()

    do !pipe values !pipes

    !col[1] = !pipe.Name

    !col[2] = !pipe.Type

    !col[3] = !pipe.Pspec.Name

    !col[4] =  !pipe.ref

    !array.Append(!col)

    enddo

    !header[1] = 'Name'

    !header[2] = 'Type'

    !header[3] = 'Specification'

    !header[4] = 'REE'



    !title = 'My Table'

    import 'GridControl'

    handle (1000,0)

    endhandle



    using namespace 'Aveva.Pdms.Presentation'

    !grid = object NETGRIDCONTROL()

    !grid.bindToDataSource(object NETDATASOURCE(!title, !header, !col))

    !filename = 'C:\temp\2.xls'

    !grid.saveGridToExcel(!filename)



    endmethod
    [COLOR=#333333]!header[4] = 'REE' is [/COLOR]REF[/U][COLOR=#333333] not REE[/COLOR][COLOR=#ff0000][/COLOR]
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Venkata Rao Peta
    Venkata Rao Peta over 7 years ago
    Sorry it's header, it won't effect.

    Ignore my previous message.
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Abhijit Nagarale
    Abhijit Nagarale over 3 years ago
    Thank you Shrivallabha for this guide. I can at least try hands on this now.
    I need to explore further as I want to know more on reporting in E3D.
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Fariza I
    Fariza I over 3 years ago
    i think this is will be use full, thanks for sharing.
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
<