Operator Callout / Annotation for Instruments with Actuator - Iso message duplication
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Anyone seen this before? I adjusted the ValveOperator to include instruments in order to get the operator direction annotation for actuated valves. But now all my regular valves are coming out with multiple callouts!
I tried two different styles, and get different results with the same code. No idea what is happening here. Anyhelp would be great
AutoCAD Plant 3D 2019, and here is the filters I adjusted:
<Filter Name="ValveOperatorPrimary" Value="Type LIKE 'VALVE*' OR Type LIKE 'INSTRUMENT*' AND (DIRECTION='U' OR DIRECTION='D' OR DIRECTION='E' OR DIRECTION='N' OR DIRECTION='S' OR DIRECTION='W')" />
<Filter Name="ValveOperatorU" Value="Type LIKE 'VALVE*' OR Type LIKE 'INSTRUMENT*' AND DIRECTION='U'" />
<Filter Name="ValveOperatorD" Value="Type LIKE 'VALVE*' OR Type LIKE 'INSTRUMENT*' AND DIRECTION='D'" />
<Filter Name="ValveOperatorW" Value="Type LIKE 'VALVE*' OR Type LIKE 'INSTRUMENT*' AND DIRECTION='W'" />
<Filter Name="ValveOperatorE" Value="Type LIKE 'VALVE*' OR Type LIKE 'INSTRUMENT*' AND DIRECTION='E'" />
<Filter Name="ValveOperatorS" Value="Type LIKE 'VALVE*' OR Type LIKE 'INSTRUMENT*' AND DIRECTION='S'" />
<Filter Name="ValveOperatorN" Value="Type LIKE 'VALVE*' OR Type LIKE 'INSTRUMENT*' AND DIRECTION='N'" />
Erin