Skip to main content
1-Visitor
July 20, 2011
Question

RSD membermap. How to assign multiple possibilities of terminal for a connector port?

  • July 20, 2011
  • 1 reply
  • 1826 views

Hello there!

I need to assing the following schema in RSD datatables : A 2 position connector (connABC) may use a range of terminals (pin14, pin12 or pin10) for each port.

connABC

port1

pin14
pin12

pin10

port2

pin14

pin12

pin10

I need to create datatable/membermap schemas that can provide result like this:

connABC refDes= C001

port1=pin12, entryPort entry_1
port2=pin10, entryPort entry_2

connABC refDes= C002

port1=pin14, entryPort entry_1
port2=pin12, entryPort entry_2


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.

1 reply

1-Visitor
October 6, 2011

Are you aware of Terminator Tables? (introduced in RSD 8.0) you can provide rules for defining parameters to be applied to pins, rather than relying on static membermap/datatable combinations.

They'd probably be perfect for your requirement.

Regards,

Martin