Multiple Components in Single Package
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
What is the easiest way for ACADE to assign component tags to devices which contain more than one item?
The best example of this is a dual solenoid like this one:
Physically, this unit contains two separate solenoids which need identifying on a drawing.
Unfortunately you can only have one TAG1 attribute (as I know TAG2 is reserved for child components) and the WDTAGALT attribute isn't appropriate either as you would see the need for two of these (one for each solenoid).
As this is a single device, you could argue it should only have one TAG1 attribute, but you'd still need two WDTAGALT attributes which also isn't allowed.
You could achieve this using a child and parent relationship but this is messy and counterintuitive too. Where one solenoid (the child) points to the other solenoid (the parent) and each one contains a WDTAGALT attribute.
This increases the work to add a double solenoid unnecessarily.
A bit unusual perhaps but these kinds of components are becoming more common nowadays and there doesn't seem to be an easy way to address them.
Are there any other ways?