i am trying to create instrumnet line type in AVEVA DIAGRAMS ; iam getting error of 2dshape . i am attaching the snap shot of line type please advice
i am trying to create instrumnet line type in AVEVA DIAGRAMS ; iam getting error of 2dshape . i am attaching the snap shot of line type please advice
Instrument relationship shapes must be Visio Connector. 2D Shapes couldn't be imported to project stencils as Instrument relationship shapes.
See attached sample for some custom line types.
Refer to Visio Documentation for creating custom line patterns. Custom Lines Paterns.zip
Thanks bro i Just wanted some info how we do setup for prompt for PI , PT PG FE, in edit master how do we do the settings can you share some information regarding the same
If you want to add prompt for all offline instrument:
Diagram options>Attribute Presentation>Offline instrument >> add your prompt statement in prompt column for required UDA
If you want to add prompts for one specific symbol:
Make sure "Allow individual shapes setting to override default settings" is selected in "Diagram options>Attribute Presentation>" and then in step 4 of "Edit Master Wizard", un-select "Use default attribute presentation setting" and fill your prompt statement for required UDA.
Regards
Hi Ali,
for representation of HH LL AND HLL like this for instrumentation label what would be the method we create a smart label and assign label for the instrument. can you just share something about it
You can create some UDAs for different Alarms on SCOINS, Then use Annotations for showing them on Diagrams.
You may want to use default Annotations when creating specific Offline Instrument shapes, or add Annotations for all Offline Instruments, (Diagrams Options). By doing this alarms could be prompted and then shown automatically when symbols are added to the Diagrams.
I am trying to set line naming rules for pipelines having 6800-line number-specname-insulation spec-tracing spec-bore size ; i was trying to setup a rule for that was unable to do so can you help me out for the same 6800 && index "" ce.namn .pspe.bore .real()"&& can you just guide the way to achieve it.
- For DB naming Rule:
Element Rule:
!rule.name = |All pipelines|
!rule.types = |SCPLIN|
Naming Rule:
for example : !!ce.bore.string().replace('in','').real() & '-' & !!CE.PSPEC.NAMN & '-' & !!CE.ISPEC.NAMN
- For Diagram Presentation:
[ppbor(1)]"-[scplin.namn]
B.R
SO FOR PIPE LINE RULE IT WILL CONFORM TO !!ce.bore.string().replace('in','').real() & '-' & !!CE.PSPEC.NAMN & '-' & !!CE.ISPEC.NAMN & '-' [ppbor(1)]"-[scplin.namn] WHOLE CODE
the above rule did not work actually i want in this format
6800-1111-upvc-40-ww-NI
6800- REMAIN FIX
UPVC -SPEC NAME
40- PIPE SIZE
WW- FLUID CODE
NI - INSULATION TYPE
I wrote those commands as a sample. I don't know what attributes or UDAs filled and used for pipe naming. You should consider above method and use proper UDAs/Attributes for Naming.