Author Topic: Multi-core cable  (Read 7223 times)

0 Members and 1 Guest are viewing this topic.

nortont

  • Newbie
  • *
  • Posts: 3
  • CCTV Guru
    • CCTV Design
Multi-core cable
« on: January 25, 2010, 12:00:11 AM »
I am attempting to create or locate a shape for a multiple core cable (or a bunch of cables in one group) to simplify wiring diagrams.

Imagine a rack of equipment where 1 device has 40 cables coming out of it. of this, the go in groups of 4 to other equipment in the rack.

I would like to have a dynamic connector that is similar to the multi-tree but where you can have a different colour of pattern for each cable. This would show the start and end point with out needing to show 40 cables running side by side.

See the attached as an example
Guru Tim

zhuravsky

  • Jr. Member
  • **
  • Posts: 59
Re: Multi-core cable
« Reply #1 on: January 26, 2010, 05:04:15 AM »
I have something. This is not exactly what you need, but try, may be you could take some ideas...

Edit: see next post for zhuravsky's download...
« Last Edit: January 26, 2010, 06:52:29 AM by Visio Guy »

Visio Guy

  • Administrator
  • Hero Member
  • *****
  • Posts: 1737
  • Smart Graphics for Visual People...n' Stuff
    • Visio Guy
Re: Multi-core cable
« Reply #2 on: January 26, 2010, 06:51:05 AM »
Thanks zhuravsky!

I removed the empty VBA project from Cables.vss. The project contained no code, but still gave the "run macros?" warning, which might make IT managers nervous :)

This is essentially the same file, minus three blank lines. It won't bug you about macros.
For articles, tips and free content, see the Visio Guy Website at http://www.visguy.com
Get my Visio Book! Using Microsoft Visio 2010

zhuravsky

  • Jr. Member
  • **
  • Posts: 59
Re: Multi-core cable
« Reply #3 on: January 26, 2010, 01:20:13 PM »
No problems

nortont

  • Newbie
  • *
  • Posts: 3
  • CCTV Guru
    • CCTV Design
Re: Multi-core cable
« Reply #4 on: January 27, 2010, 05:04:05 PM »
That is half way there.

How do you add the yellow diamonds (sorry I dont know the name) that you can drag around?
If I can make them that every time I drag one from the centre, it creates a new cable (much like the ethernet symbol does) I believe I could make it have a property to set the colour.
Guru Tim

vojo

  • Hero Member
  • *****
  • Posts: 1710
Re: Multi-core cable
« Reply #5 on: January 28, 2010, 08:37:24 AM »
open shapesheet.
Add section ==> controls

Places first diamond on sheet.
Use X,Y to locate it initially (creation and drop)
Cursor can move diamond around at will (X,Y updates in shape sheet).

If you want some behaivor to track the control point, reference them in the geometry sections or subshape sections.

zhuravsky

  • Jr. Member
  • **
  • Posts: 59
Re: Multi-core cable
« Reply #6 on: January 28, 2010, 10:29:52 AM »
Also you can manage the behavior of CONTROL in "X Benavior" and  "Y Benavior".

But I'm not quite sure how will it work for 40-cores shape. In my shape for 20 cores it is already slow. So, may somebody has another ideas?

vojo

  • Hero Member
  • *****
  • Posts: 1710
Re: Multi-core cable
« Reply #7 on: January 28, 2010, 08:55:16 PM »
note...if shape is a group fo 10-20 subshapes....dragging with updates will not work....ie cant visually drag the shape around and get connection points to bind.
Better off placing the shape and using connector lines to attach to other shapes.