Você está na página 1de 4

06/12/2017 Totaling Bolt Counts em vez de conjuntos no AutoCAD Plant 3D Report CreatorProcess Design, from the Outside | Design

de processo, d

facebook twitterbird youtube rss

Cardpio

Search

TOTAL DE CONTAGENS DE PARAFUSOS EM VEZ DE CONJUNTOS NO AUTOCAD PLANT 3D REPORT CREATOR

Postado em 29 DE SETEMBRO DE 2015 S 16H15 por DAVE WOLFE

Tivemos uma solicitao para criar um relatrio que mostra o nmero total de parafusos em vez do nmero de conjuntos de parafusos. Como o nmero de parafusos
armazenado no catlogo, podemos inclu-lo em nosso relatrio.

Para fazer isso, voc ter que modi car a expresso Quantidade no seu modelo de relatrio. Clique com o boto direito do mouse e escolha Editar expresso.

Voc con gurar a expresso para isso:

Iif (IsNullOrEmpty ([Pipe_CutLength]), Iif (! IsNullOrEmpty ([BoltSet_NumberInSet]), ToDouble ([BoltSet_NumberInSet]), 1), Round ([Pipe_CutLength]))

http://www.pdoteam.com/2015/09/totaling-bolt-counts-instead-of-sets-in-autocad-plant-3d-report-creator/ 1/4
06/12/2017 Totaling Bolt Counts em vez de conjuntos no AutoCAD Plant 3D Report CreatorProcess Design, from the Outside | Design de processo, d

A declarao diz que, se a propriedade Number In Set no estiver em branco (s se aplica aos parafusos), use o nmero l. Temos que incluir a funo ToDouble () para
limpar a formatao de alguns.

Uma vez que essa mudana feita, seus totais de parafusos podem parecer desta maneira:

Ser assim:

Posts Relacionados:

do letras desbaste Plant 3d do


AutoCAD maiscu em Plant Expert Q Report
P & ID em ... 3D &A Creator.

AUTOCAD PLANT 3D , RELATRIOS


Tags: AKN_INCLUDE

< Postagem anterior Prxima postagem>

7 Comments Process Design, from the Outside


1 Login

Sort by Best
Recommend 1 Share

Join the discussion


http://www.pdoteam.com/2015/09/totaling-bolt-counts-instead-of-sets-in-autocad-plant-3d-report-creator/ 2/4
06/12/2017 Totaling Bolt Counts em vez de conjuntos no AutoCAD Plant 3D Report CreatorProcess Design, from the Outside | Design de processo, d

LOG IN WITH
OR SIGN UP WITH DISQUS ?

Name

OkPiper a year ago


is there a way to show the quantity of individual bolts in an Ortho BOM?
Reply Share

pdoteam Mod 2 years ago


The issue is that the report in the blog was done in 2016. I didn't realize they added function in 2016. So to use the report in 2015 and
earlier, use:
Iif(IsNullOrEmpty([Pipe_CutLength]), Iif(IsNullOrEmpty([BoltSet_NumberInSet]),1 , Replace([BoltSet_NumberInSet], '.00', '')),
Round([Pipe_CutLength]))

You need the replace otherwise, your bolt counts get .00 at the end.
Reply Share

Mel 2 years ago


Iif(IsNullOrEmpty([BoltSet_NumberInSet]) And IsNullOrEmpty([Pipe_CutLength]), 1,
Iif(IsNullOrEmpty([BoltSet_NumberInSet]),Round([Pipe_CutLength]),[BoltSet_NumberInSet]))
this worked for us
Reply Share

Mel 2 years ago


I found this script from an autodesk discussion group:

Iif(IsNullOrEmpty([BoltSet_NumberInSet]) And IsNullOrEmpty([Pipe_Length]), 1, Iif(IsNullOrEmpty([BoltSet_NumberInSet]),Round([Pi


pe_Length]),[BoltSet_NumberInSet]))

It gives me the quantity of bolts that I am looking for, but now the pipe quantities are blank
Reply Share

Mel 2 years ago


I'm having the same issue, even if I type it in clean. If I take out the () brackets that surround [BoltSet_NumberInSet], I get no error, but
the report then places "0" for the quantity
Reply Share

pdoteam Mod 2 years ago


You may have to clean up the lines if it was pasted from the blog. Maybe there is a return hidden in there that is throwing it off?
Reply Share

Eric Nyhusmoen 2 years ago


The code didn't seem to work for me. I received an error at character 87.

Reply Share

ALSO ON PROCESS DESIGN, FROM THE OUTSIDE

Dynamic Length Valves in AutoCAD Plant 3D Install Service Pack or Extension?


1 comment 3 years ago 2 comments 3 years ago
Clipping Solutions Awesome plane. :) great pdoteam Updated the article. Per the readme, SP 2 gets installed
on SP 1 or Ext 1, since there was no Extension 2

Dell PC Recommendations for 2015 Using Tolerances in Plant 3D 2016


1 comment 3 years ago 1 comment 3 years ago
Peter Quinn +1 for SSDs Makes a huge difference when loading Peter Quinn A couple of clarifications:The units on the offset
http://www.pdoteam.com/2015/09/totaling-bolt-counts-instead-of-sets-in-autocad-plant-3d-report-creator/ 3/4
06/12/2017 Totaling Bolt Counts em vez de conjuntos no AutoCAD Plant 3D Report CreatorProcess Design, from the Outside | Design de processo, d
Peter Quinn +1 for SSDs. Makes a huge difference when loading Peter Quinn A couple of clarifications:The units on the offset
AutoCAD and get at least one external monitor. I tolerance is dependent on the project

Subscribe d Add Disqus to your siteAdd DisqusAdd Privacy

ENTRAR

Nome de usurio ou email

Senha

Lembre de mim

Entrar

registo

Senha perdida

SERIES

AutoCAD Plant 3D em SQL Express (6)

Autodesk University (1)

Converso de especi caes CADWorx (2)

Criando um relatrio de bocal (2)

Componentes de tubulao personalizados - Planta 3D (4)

Linhas personalizadas PnID (2)

Primeiros passos (1)

Scripts do Report Creator (2)

Compartilhando projetos com o AutoCAD Plant 3D (3)

Dados padro no AutoCAD P & ID e Plant 3D (2)

POSTAGENS RECENTES

Planta de lixeira do projeto 2018.1 da planta 3d

A360 - Compartilhando contedo de plantas

Usando Fasttrack Plant para padronizar dados

Padronizando Dados com o AutoCAD P & ID

Como importar / exportar dados de grupo de linhas para o meu P & ID ou Plant 3D?

CATEGORIAS DE POSTAGEM AUTODESK

Selecione a Categoria + AutoCAD Plant 3D 2014 Object Enablers


+ Exchange da planta O site do Plant Exchange que hospeda contedo e
atualizaes para a plataforma AutoCAD Plant

ARQUIVOS ECAD

Selecione o ms + Plugins ECAD


+ ECAD, Inc.
+ Equipe MDO
+ Flora 3d WishList

2015 ECAD, Inc. CW Magazine powered by WordPress

http://www.pdoteam.com/2015/09/totaling-bolt-counts-instead-of-sets-in-autocad-plant-3d-report-creator/ 4/4

Você também pode gostar