Community Tip - You can change your system assigned username to something more personal in your community settings. X
Hello,
Recently I wanted to create a connector parameters file for designating any-number-of-pins connectors faster. This is what my .con looks like for a 4pin connector:
REF_DES | CONNECTOR_4W |
MODEL_NAME 123456
TYPE | CONNECTOR |
NUM_OF_PINS | 4 |
ATTACHED_TO_HARNESS | TRUE |
ENTRY_PORT | BUNDLE_ENTRY | ROUND | 0 | TRUE |
This one works as long as my model's name is 123456. But, if I have another 4way connector with a different model name it doen't work. Is there a way to fill the MODEL_NAME automatically based on the part you selected?
Thanks in advance.
Best Regards!
No, you need to have a *.con file for each model used as a connector. It's useful when you designating multiple instances of the same model. The first instance designated will get the REF_DES defined in the fill, subsequent instances that are designated will suffix identifier added to the REF_DES.
Hi Kevin,
I am busy setting up a *.con file and intend to use it in exactly the same way you described.
However, I am having difficulty getting the REF_DES to automatically assign a suffix to subsequent connectors designated.
It assigns it to the first connector, but once I load the *.con into the second connector, it reports an error stating that the REF_DES has already been assigned.
Is there a specific way to set this up in the *.con file perhaps?
Kind Regards,
Martijn