Bentley Communities
Bentley Communities
  • Site
  • User
  • Site
  • Search
  • User
  • Welcome
  • Products
  • Support
  • About
  • More
  • Cancel
AutoPLANT | OpenPlant | PlantWise
  • Product Communities
  • More
AutoPLANT | OpenPlant | PlantWise
AutoPLANT | OpenPlant | PlantWise Wiki How Do I Split The Tag Number Annotation To Three Lines For A Pressue-Temperature Gauge In Isogen [TN]
    • Sign in
    • -AutoPLANT | Bentley Raceway and Cable Management | OpenPlant | PlantWise Wiki
      • +OpenPlant
      • -Bentley AutoPLANT
        • AutoPLANT Product Group Compatibility
        • +AutoPLANT Modeler CONNECT Edition
        • +AutoPLANT Modeler V8i
        • +AutoPLANT Piping
        • +AutoPLANT Equipment
        • +AutoPLANT I&W
        • +AutoPLANT P&ID
        • +AutoPLANT Isometrics
        • -AutoPLANT AutoISOGEN
          • Add Material Data To Isogen Bill Of Materials - Example Tag [TN]
          • Adding Data From The Process Table To Isogens Output [TN]
          • AutoISOGEN - Personal Isogen Error Codes
          • AutoPLANT ISOGEN [FAQ]
          • Change The Color And Font For Text Placed By The Text Positon POS File [TN]
          • Changing The Font Of Your Isogen Output [TN]
          • Creating Custom Symbols In Isogen
          • Creating Isometrics of more than one Line number using AutoISOGEN
          • Having More Control with Isogen Dimensioning [TN]
          • How Do I Increase The Character Length Of The Spool Tag Annotation In Isogen [TN]
          • How do I make the OPCFHDR specific to a project [TN]
          • How Do I Split The Tag Number Annotation To Three Lines For A Pressue-Temperature Gauge In Isogen [TN]
          • How Do I Suppress Triangle Dimensions When A Model Is Skewed From The North Direction [TN]
          • How to Add all Supports under Fabrication Material.
          • How to Add Area, Unit, Service in Isogen Backing Sheet
          • How To Add New Fields In The ISOGEN BOM Such As Rating Or Schedule [TN]
          • How to Add Weld Summary Report in ISOGEN
          • How to Build Linenumber (Linenumber+Size+Spec) and add in AutoPLANT Isogen Backing Sheet.
          • How to Change the Support Symbol for Generated Isometric Drawing
          • How to create a custom symbol in Isogen
          • How to Get Operating Pressure And Other Process Information On The Isogen Title Block [TN]
          • How to Import Piping Design Data from CSV file to Isometric Backing Sheet.
          • How to Populate Comment/Note Placed on any Component in Generated Isometrics.
          • How to remove Drawing number from Isogen Title Block
          • How To Remove The Cut Piece Identifier And Cut Piece List From The ISOGEN Iso [TN]
          • How To Set Colors For Layers Or The BOM In ISOGEN [TN]
          • How to set paper size in AutoISOGEN
          • How To Show Insulation In ISOGEN [TN]
          • How to show Tracing in Isometrics using AutoISOGEN
          • How to Suppress Angle Information In AutoPLANT Isogen
          • How to Suppress supports on Isogen Continuations
          • How To Suppress The North Arrow In Isogen [TN]
          • How To Use A Custom Title Block In ISOGEN [TN]
          • Isogen Error Unable to find Key PWF for group MAP_ENDCOND4SKEY for module Base
          • Isogen Will Not Output A DWG Or DXF Error Plotfile-Prefix Must Have Trailing Path Delimiter [TN]
          • PCF Export Limitations [FAQ]
          • Remove Support Direction Text From Isogen Drawings [TN]
          • +Trouble Shooting AutoIsogen For AutoPLANT Plant Design Workgroup 2004 Edition [CS]
        • +Bentley Data Manager
        • +Vision/Document Manager
        • +Drawing Flattener
        • +DataSheets
        • +Specification Generator
        • +ProjectWise Integration
      • +Bentley Navigator
      • +Bentley PlantSpace
      • +Plant Project Tools
      • +Bentley Raceway and Cable Management
      • i-model Composition Service for S3D
      • Working from home with OpenPlant
      • Working from home with Bentley Raceway and Cable Management
      • Working from home with AutoPLANT Modeler
    • How to Associate the Specification Based on Service in OpenPlant Modeler Connect

    You are currently reviewing an older revision of this page.

    • History View current version

    How Do I Split The Tag Number Annotation To Three Lines For A Pressue-Temperature Gauge In Isogen [TN]

    Document Information

    Document Type: TechNote 

    Product(s): AutoPLANT Import/Export; AutoIsogen

    Version(s): V8i 

    Original Author: Bentley Technical Support Group

    Overview

    The annotation format for tag number is different between control valves and Pressure Temperature gauges. This is a solution to format the annotation the same way as other instruments where the tag is split to three levels. 

    How do I split the tag number annotation to three lines for a Pressue-Temperature gauge in Isogen

    1. Open the following file in notepad: ..\modules\base\xchg\pcf\DIALOUT.EBS
    2. Add the following three dim statements

      Dim tag As String
      Dim separator As Integer
      Dim startLoc As Integer
    3. Then add the following code immediately after the first within the if-then statement.

      status = at_Component_getString (tag, compID, "TAGNUMBER")
      startLoc = 1
      Do
      separator = Instr (startLoc, tag, "-", 1)
      If (separator <> 0) Then
      Mid$(tag, separator, 1) = "$"
      status = at_Component_putString (tag, compID, "TAGNUMBER")
      End If
      StartLoc = separator + 1
      Loop While (separator <> 0)
    4. Save and close the file.
    5. Restart AutoPLANT and then regenerate the iso.

     

    See Also

    Product TechNotes and FAQs

    External Links

    Bentley Technical Support KnowledgeBase

    Bentley LEARN Server

    Comments or Corrections?

    Bentley's Technical Support Group requests that you please confine any comments you have on this Wiki entry to this "Comments or Corrections?" section. THANK YOU!

     

    Communities
    • Home
    • Getting Started
    • Community Central
    • Products
    • Support
    • Secure File Upload
    • Feedback
    Support and Services
    • Home
    • Product Support
    • Downloads
    • Subscription Services Portal
    Training and Learning
    • Home
    • About Bentley Institute
    • My Learning History
    • Reference Books
    Social Media
    •    LinkedIn
    •    Facebook
    •    Twitter
    •    YouTube
    •    RSS Feed
    •    Email

    © 2021 Bentley Systems, Incorporated  |  Contact Us  |  Privacy |  Terms of Use  |  Cookies