10.06.00.23 & 10.10.00.72
In OpenPlant Modeler CONNECT Edition, requirement is to modify Tags from Tag Editor/ Expression Editor using OpenPlant Project Administrator CONNECT Edition.
In OpenPlant Project Administrator CE, new tool has been introduced for modification of Tags for various disciplines. This wiki article explains the procedure for modification of Tags OpenPlant Project Administrator CE Update 6 and Latest Update 10.
Pipeline Tag with above Expression is shown below
In the previous Expression add the desired property (here NOMINAL_DIAMETER as an example) that to be evoked in Tag. Then Validate the current expression & Save as shownExpression :- this.UNIT_NAME & "-" & this.SERVICE_NAME & "-" & this.NUMBER & "-" & this.SPECIFICATION & "-" & this.NOMINAL_DIAMETER
Modified Pipeline Tag with above Expression is shown below
As shown, Nominal Diameter is available in the Tag.
Now, for example the requirement is to evoke property of Insulation Material on Tag of Pipeline by IIF Expression as shown. This IIF Expression works as, for example some Pipeline has insulation & some will not. This expression let the system read when the Pipeline is insulated it should reflect the material name on Tag & if Pipeline is not insulated then it should be blank. Once done, Validate the expression & Save it.Expression :- IIF(this.INSULATION="" ,this.UNIT_NAME & "-" & this.SERVICE_NAME & "-" & this.NUMBER & "-" & this.SPECIFICATION,this.UNIT_NAME & "-" & this.SERVICE_NAME & "-" & this.NUMBER & "-" & this.SPECIFICATION & "-" & this.INSULATION)
If above problem still persists, then please create a Service Request and contact the Bentley Product Advantage group. Please include a list of all relevant details to get in depth analysis for a solution or workaround