How do we address connecting/ NOT connecting the cable shield to the connector in the to/from list.
Here is a simple example.
22awg shielded twisted pair cable.
P1 2 conductor plug
P2 3 conductor plug
P1-1 to P2-1
P1-2 to P2-2
P1-NC to P2-3
Additionally, how do you address the cable conductors in the cable library so there is 3 conductors( the shield being the 3rd)?
Thanks
That's a good question. I think there are a couple ways to handle it, depending on how you implement the shield termination. There doesn't seem to be anything stopping me from using the same pin on the same connector for multiple wires, so the simple solution in my mind is in the component library definition of the connector, simply add a pin called "NC", so where you might have 1,2,3,4,5,6,7,8,9 for a DB-9 connector, I would just define it as 1,2,3,4,5,6,7,8,9,NC. This way I can have as many wires "not connecting" at that connector as I want.
So, it seems reasonable to me then that if you have a twisted shielded pair, that the shield and cores will run the full length of the route, so this approach made sense to me.
I think it gets trickier if you are using a shield terminator splice, but you can route cores of a cable down different paths, so this approach would probably require a component to be able to act as both a connector and a routing component (like a clip) in order to route the cores through it, but terminate the shield in it.
I'm interested to hear what your thoughts are about this.