16
General Board / Connecting between Ports on Parts
« on: November 12, 2009, 08:29:43 am »
When I add a component to a diagram as a Part, its ports only show up in the inherited list. When I make those visible they are read-only which could make sense in some ways. I don't want to modify the inherited port, I want to modify the instance of it on this part (instance of a component). The only modification I want to make, though, is to show that information flows from that port to another part's port in the diagram. I could not see a way to make that happen.
What I did was add a new port to the part. That port is mutable and I was able to connect to similarly created port on another part. In order to keep the relationship to the inherited port I created a Trace from the mutable one to the inherited one. This seems very cumbersome and it still isn't quite what I wanted.
I'm trying to create a schematic like one would create for electrics. All I should have to do is drop Components as Parts and connect them together via the ports. There has to be a good way to do this.
Any ideas?
Thanks,
Dan
P.S. - I have a diagram I can show but I don't know how. If someone can tell me how I'll post it.
What I did was add a new port to the part. That port is mutable and I was able to connect to similarly created port on another part. In order to keep the relationship to the inherited port I created a Trace from the mutable one to the inherited one. This seems very cumbersome and it still isn't quite what I wanted.
I'm trying to create a schematic like one would create for electrics. All I should have to do is drop Components as Parts and connect them together via the ports. There has to be a good way to do this.
Any ideas?
Thanks,
Dan
P.S. - I have a diagram I can show but I don't know how. If someone can tell me how I'll post it.