AVEVA Community
AVEVA Community
  • Site
  • User
  • Site
  • Search
  • User
PDMS/E3D Forum
  • AVEVA World
PDMS/E3D Forum
Macros & Tools Bolt Report
  • Forums
  • Resources
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Replies 22 replies
  • Subscribers 15 subscribers
  • Views 358 views
  • Users 0 members are here
Options
  • Share
  • More
  • Cancel
Related

Bolt Report

Zam
Zam over 15 years ago
 
  • Sign in to reply
  • Cancel
  • Raymond Metselaar
    Raymond Metselaar over 14 years ago
    For
    VAR !pipeColl COLLECT ALL PIPE FOR CE

    You could use below:
    var !gask collect all gask FOR CE
    var !pipeColl eval name of pipe for all from !gask
    !pipeColl.sortunique()
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Alan Gregory
    Alan Gregory over 14 years ago
    Interesting, that might work and provide a performance boost as well.  

    I've continued to tinker a bit with it myself and have noticed that the handling of descriptions (putting them on one line) doesn't work all of the time, just most of the time. Obviously dependent upon the make up of the RTEXT.

    Damn you BOLTREPORT and not being able to change the output format.

    But anyway I'm thinking that iterating over the array and replacing double space with ^ or some other seldom used symbol, then replace ' ^' and '^ ' with ^ before removing multiple occurances of ^ might prove to be more robust.
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Abba-Gana, Abubakar
    Abba-Gana, Abubakar over 13 years ago
    thanks for sharing.
    How can I modify to show a UDA like mesc code under the ITEM CODE column please.
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Abba-Gana, Abubakar
    Abba-Gana, Abubakar over 13 years ago
    [QUOTE=prashantuparkar;47200]Just copy the files in your PMLLIB folder. When you save the files from PDMS Forumn  they will be saved with double dot....remove one dot.
    Do,
    PML REHASH ALL
    PML INDEX

    in command line
    then u can call the form in design using show !!boltrepfrm
    Click on the created report staying on the zone to get the pipe wise  bolt report.



    How can I edit the macro to add a UDA column.
    thanks in advance.

    abba
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Mehrdad
    Mehrdad over 13 years ago
    I thank Mr. randolf 72 bolts for me to file test save this file to run, but unfortunately not possible in 11.6 Please Help meŘź
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Raymond Metselaar
    Raymond Metselaar over 13 years ago
    I have run the file in PDMS12.1.1 and it is working.
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • yongjiuliu
    yongjiuliu over 13 years ago
    !str.replace('  ','^').replace('^^','^').replace('^^^','^^').replace('^^^^','^^').replace('^^',',').replace('^','')That is very smart!
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Mehrdad
    Mehrdad over 13 years ago
    !str.replace('  ','^').replace('^^','^').replace('^^^','^^').replace('^^^^','^^').replace('^^',',').replace('^','')That is very smart!


    Hello
    With this command you can further explain what I did not notice
    Thank you
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Nalini K
    Nalini K over 12 years ago
     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Nein
    Nein over 12 years ago
    Hi,

    i have a problem and want to define, that when i create an Bolting report, that the whole STEX / RTEX is in one line, because i have sometimes a LONG text like "Sechskantmutter DIN EN ISO 4032 - - -5-2 - M24' and the output in PDMS ist like this.
    Sechskantmutter DIN EN ISO 4032 - - -5-2
    - M24
    It's important for my table, that i force the program NOT TO BREAK my STEX/RTEX and write the hole text in only one line.
    Any ideas how to define this in ISODRAFT?
    another thing:
    Is there any possibility to get the QTY FAB out of an Bolt report directly?

    Thanks.
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
<>