Copper Patch Panels; Cabinets and Racks; Cable Management. Visio Diagrams CABLExpress ® Visio Stencils. Z-Mount ® Bracket and. Patch Panels. Copper; Fiber. Rack Systems, Cabinets, Cable Management. Hubbell Premise Wiring is a proud member of the Hubbell family. Microsoft Visio 2007 Professional and 2010 Professional and Premium includes the Network / Rack Diagram template, which opens the Rack-mounted equipment stencil. This stencil includes the Patch Panel master which can be stretched from 2U to 25U high. Visio-CAD drawings for Belden Industrial solutions. Industrial Ethernet Patch Panel; Industrial Connectivity Solutions. Managed Rack Mount Switches.
- Rack Mount Panel
- Rj45 Rack Mount Patch Panel
- Rack Mount Patch Panel Visio Stencil
- Patch Panel Wall Mount Bracket
- Rack Mount Fiber Patch Panel
Wikipedia] The clip art example 'Rack diagrams - Vector stencils library' was created using the ConceptDraw PRO diagramming and vector drawing software extended with the Rack Diagrams solution from the Computer and Networks area of ConceptDraw Solution Park. 1u 24 Port Patch Panel Visio Stencil. Microsoft Visio 2007 Professional and 2010 Professional and Premium includes the Network / Rack Diagram template, which opens the Rack-mounted equipment stencil. This stencil includes the Patch Panel master which can.
Find great deals on eBay for visio patch panel. Shop with confidence.
Microsoft Visio 2007 Professional and 2010 Professional and Premium includes the Network / Rack Diagram template, which opens the Rack-mounted equipment stencil. This stencil includes the Patch Panel master which can be stretched from 2U to 25U high. However, I have often required a 1U patch Panel, so I decided to look into the Microsoft shape to see if it could be modified to allow it to be reduced to 1U without looking ridiculous.
Rack Mount Panel
I opened up the ShapeSheet of the Patch Panel master and found that the formula in the Prop.UCount.Value cell is imposing 2 as a minimum value with the BOUND() function.
I changed the formula to =BOUND(2,0,FALSE,1,25), and was then able to change the UHeight to 1U, but the 24 ports remained visible:
Rj45 Rack Mount Patch Panel
I actually wanted the number of ports to be halved to 12, so I set about exploring the sub-shapes in the master. I found that Sheet.18 contains the port shapes, and that its height is fixed at 2 Us. All of its sub-shapes have a height formula referencing this height, so I decided to modify the PinY formula to =Sheet.5!Height*0.5*(IF(Sheet.5!Prop.UCount=1,2,1)) so that it would move the lower bank of ports up into the correct position if the Prop.UCount equals 1.
Then it was just necessary to go through each of the sub-shapes of Sheet.18 to modify the GeometryX.NoShow formula to =Sheet.5!Prop.UCount=1 for each Geometry section which is in the upper half of the shape.
At this point, I could see that I had to put this formula into 12 geometry sections of 4 shapes, which is 48 copy and pastes! Therefore, I decided to write some VBA code to do this instead. This has the advantage that you can run the code on existing documents that already have the Patch panel master in it. In fact, the Patch panel master must be in the local document stencil for this code to work.
Rack Mount Patch Panel Visio Stencil
And there you have it … the Patch panel can now be reduced to 1 U and it looks OK!
Patch Panel Wall Mount Bracket
If you cannot be bothered to run the code, you can download the updated Patch panel and the code from here : click here