Jump to content

Custom Cable Connectors?


Recommended Posts

Alright I'll admit there's a good chance I'm just missing something obvious here. Waiting on Service Select but in the mean time...

 

How do you add a new cable connector type in Spotlight 2024? 

 

The current video available only shows VWX 2022, and involves editing an XML that's not present in 2024. I did try editing the CableConnectorCache.xml and it just resets itself on launch. https://university.vectorworks.net/mod/overview/view.php?id=3065

 

My understanding is that I should be able to make a symbol (duplicated then edited), put it in $UserFolder>Libraries>Defaults>Cable Tool>Feeder Cable.vwx and the Cable Tool will automatically populate that information. 

I did that and am able to see the symbol in the cable parts but not the connectors in 'StartConnector' or 'End Connector' in the OIP

 

 

Screenshot 2024-08-15 161600.png

Screenshot 2024-08-15 161458.png

Link to comment

Indeed you have to edit the XML file in 2024. Not very intuitive but not very hard either.

 

Library\Libraries\Defaults\Cable Tools\CableConnectors.xml

 

And add your custom connector via copying from another connector.

See one of mine:

 

<Entries>

    <Entry SocketPatchCount="8" UniversalName="MotorCable LV" LocalizedName="MotorCable LV">

        <Socket UniversalName="L1" LocalizedName="L1" />

        <Socket UniversalName="L2" LocalizedName="L2" />

        <Socket UniversalName="L3" LocalizedName="L3" />

        <Socket UniversalName="PE" LocalizedName="PE" />

		<Socket UniversalName="LV-U" LocalizedName="LV-U" />

        <Socket UniversalName="LV-C" LocalizedName="LV-C" />

        <Socket UniversalName="LV-D" LocalizedName="LV-D" />

        <Socket UniversalName="PE" LocalizedName="PE" />

      </Entry>

 

Ahh, and you need to reboot VW for every change you make to get them to work.

Edited by Stefan B.
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...