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 Size status = at_Component_getPortND(tempStr, compID, "NP1") If ((status = AT_SUCCESS) And (Len(tempStr) > 0)) Then refText = 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
↧