
| | | |
| Applies To | | |
| | | |
| Product(s): | AutoPLANT P&ID | |
| Version(s): | 8.1, 8.6, and 8.9. | |
| Environment: | N/A | |
| Area: | N/A | |
| Subarea: | N/A | |
| Original Author: | Bentley Technical Support Group | |
| | | |
Overview
Modifying your process line annotation string in AutoPLANT P&ID versions 8.1, 8.6, and 8.9.
This TechNote describes the steps used to modify the annotation strings used for process lines.
The Steps
- Open your Settings Manager by typing SETT at the command prompt in P&ID.
- Go to the LINE-ID record and select the EDIT button.
- In the ITEM DESCRIPION field, verify the (linemark) is there.
- Close Settings Manager.
- Open Widows Explorer and path to C:\Documents and Settings\All Users\Application Data\Bentley\Plant XM\P&ID.
- Locate and open the PID-SUP.LSP file.
- Use Edit > Find and do a search for linemark. This should bring you to the following:
;; The function below is used with the LINE-ID settings record.
;; This value is in Item Description field.
(defun LineMark ()
(STRCAT psz "-" ltag "-" pspec )
) - You can change your desired fields in the STRCAT line above.
an example is as follows
(STRCAT psz "-" parea "-" pserv "-" pspec "-" ltag "-" pins) - All fields used in the string must also be present in the associated AT views.
- Save and Exit
See Also
Product TechNotes and FAQs
Plant 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!