Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
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
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