Applies To Product(s): AutoPLANT Piping Version(s): 08.11.09.140 Environment: Windows 7 64 bit Area: Settings/Attributes Subarea: N\A Original Author: Artiom Jakubovic, Bentley Technical Support Group By editing annotate.ebs script it will be possible to prevent component tag annotation from splitting to different levels. Background When the component tag annotation is placed in the model the component tag number is split to different levels Steps to Accomplish Open annotate.ebs ( C:\Program Files(x86)\Bentley\Plant V8i\Modules\Base\piping\util) and find “Component Tag Field Annotation” subroutine: Comment following lines with “ ‘ “ symbol: If dash 0 Then iarea = left(tagstr, dash-1) tagstr = right(tagstr, Len(tagstr)-dash) dash = instr(tagstr,"-") If dash 0 Then ityp = left(tagstr, dash-1) tagstr = trim(right(tagstr, Len(tagstr)-dash) ) tagstr = ityp & "\P" & tagstr End If tagstr = iarea & "\P" & tagstr End If Now the Component Tag Annotation should not be splinted to several levels.
↧