When we extract the isometric which is connected to Equipment Nozzle, normally it shows the Nozzle Tag, Nozzle Rating and Nozzle facing in continuation.
But I want to add Nozzle size as well in continuation. Can you please help me to achieve that?
We are using AutoPLANT SS4.
Thanks and Regards
Sandip Badgujar
Hello Sandip,
Are you trying this with OpenPlant Isometrics Manager or an ISOGEN? we have a similar content available in context with OpenPlant Isometrics Manager. Please have a look below:
http://communities.bentley.com/products/plant/design___engineering/w/plant_design_and_engineering__wiki/17255.add-nozzle-rating-and-facing-information-in-continuation-nozzle-expression
Regards,Rahul Kumar
Regards,
Rahul Kumar
Product Engineer – Global Technical Support | Community Moderator
Answer Verified By: Artiom J
Hi Sandip,
In order to get nominal nozzle size in continuation reference message the following ebs file should be edited:
C:\Program Files (x86)\Bentley\Plant V8i\Modules\Base\xchg\pcf\eqpnozz.ebs
As well same file could be stored on project level PROJECT_ROOT\Config\Modules\Base\xchg\pcf\eqpnozz.ebs
Add below code to eqpnozz.ebs starting from line 92:
'// Nozzle Sizestatus = at_Component_getPortND(tempStr, compID, "NP1")If ((status = AT_SUCCESS) And (Len(tempStr) > 0)) ThenrefText = refText + "$SIZE " + RTrim$ (tempStr)End If
As a result you should get following iso output:
The message is being split due to amount of reference information.
I hope this will be useful. Please let me know if you will have further questions. Kind Regards, Artiom