- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Using Acad 2021 I'm working on a P&ID drawing with numerous bubble symbols for the instruments. I've had a change of perspective regarding the bubble block attributes. Trouble is I want to change without losing information in the numerous block representation attributes.
There are two types of bubble blocks, FIELD and COMPUTER, symbolizing the field instrument source, i.e. level or flow, and another symbolizing the computer screen readout for that information. The P&ID drawing tells people what's outside and what you can see inside.
Now I want a neat table that collects all the attribute information. FIELD and COMPUTER blocks contain similar but different attributes, FIELD_TYPE (level or flow) and FIELD_TAG (100 or 120) as well as COMPUTER_TYPE and COMPUTER_TAG. The data extraction produces a table with four columns, minus the block name, and will not sort to bring rows of similar tag numbers together.
I need to adopt a new type of block with a third attribute that differentiates field and computer, PID. The PID bubble block with be used at both field and computer locations. Extration of PID will produce a table with only three columns, minus the block name.
previously two types of blocks, variety of four attributes (4 columns)
FIELD, FIELD_TYPE=flow, FIELD_TAG=120
COMPUTER, COMPUTER_TYPE=flow, COMPUTER_TAG=120
changing to only one new block, and then a variety of only three attributes (3 columns)
PID, PID=field, TYPE=flow, TAG=120
PID, PID=computer, TYPE=flow, TAG=120
I don't know of a way to redefine an attribute's tag. Is there a way for me to edit the attributes of existing block representations in order to change the FIELD_TYPE and FIELD_TAG attributes to a shared TYPE and TAG attributes, without losing the pre-existing attribute values?
If I can't redefine, is there an automated way of new block creation from old attribute values?
I appreciate your help problem solving. FYI, I'm not using dynamic blocks.
Solved! Go to Solution.