AutoCAD Inventor :: Cable And Harness / Virtual Parts
Apr 18, 2012
How do I ad my own terminals, seals etc. under Connecter Pin Propertiesvirtual parts, and how do get this information on the nailboard.
Alternatively, I would to put this information(seals and terminals that are to be used with the connector) directly on the connector that i publish to content center, some sort of property/text, that I can retrieve on the drawing/nailboard.
View 1 Replies
ADVERTISEMENT
Jul 19, 2013
I would like to include Terminals and other virtual parts in het BOM on my drawing. For this I need to generate a report. I have defined my own virtual parts but somhow their properties are not accessible. You can see 88 items but this is the total of all segements and pins. Somehow partnumbers show as "---". I have included the report configuration file I am using.
View 2 Replies
View Related
Feb 20, 2012
I have these cable segments in my models. The problem I have is that when I render them or zoom out all of the work points and segment points become visible. It's only when zoomed in that they disappear.Look at the attached images for an example.I would really like my rendered videos to not have bright yellow spots.
View 2 Replies
View Related
Jan 30, 2012
I might be going mad but I seem to be missing Cable+Harness tab from the ribbon!!! Pipe+tube is there! but I seem to have lost the ability to do cable
View 1 Replies
View Related
Dec 19, 2011
I have created a cable/harness in my assembly. I have to edit the cable to change visability to centerline display in order to turn off visibility in a drawing view. The issue is that on one sheet of my drawing I need to show the cable, but not on the others. As soon as I turn the rendered display on, the cable shows up on all sheets and the visiblity command has no affect. Is there a hotfix for this? I don't remember a problem like this in 2011.
View 2 Replies
View Related
Jan 17, 2013
I'm creating a wire assembly and i already have in me a length for my wire.
How can I apply this in my assembly for Inventor? It seems only the diameter can be specified but not the length.
View 3 Replies
View Related
Nov 26, 2013
When I try to create a custom ribbon cable I get a message that reads:
"The cable and harness library is being edited by another user or is marked as read only. The Cable and Harness Library will be opened in read-only mode. No changes can be made to the cable and harness library, but wires and cables can still be inserted into the harness assembly."
In my project file I made "use style library" to = Read-Write
System Specs:
Windows 7 Pro
Autodesk Product Design Suite Ultimate 2014
Autodesk Vault Basic 2014
View 1 Replies
View Related
Nov 5, 2013
I have a bit of problem that've been cracking my head. I create a wires, segments using cable harness environments in Inventor. After I created those, I want to see rendered image, but only centerlines appears. I have already change the harness settings into real image(rendered) but still centerlines appears.
Weird thing is that I create other assembly, it all works perfectly. But I cannot recreate my design, it is already so much work.
View 8 Replies
View Related
Sep 16, 2011
I am working on a model that uses a few lanyards to attach some pins to a plate. For the cable in the lanyard I used the cable and harness to create an assembly from segments. I just now need to know how to change the color of the wire from blue to green and also how to remove the yellow outline. I want to use the images in a manual so I want them to look correct.
View 9 Replies
View Related
Dec 31, 2011
I have an assembly that I want to put some wires in, but every time I create a wire between pins, or a segment, or anything through the Cable and Harness tool, the centerlines don't show up. The rendered wires can appear, but without any sort of way to get at the centerline, I can't set its path or anything like that.
I was wiring up components no problem in a sub assembly, but for some reason it just won't work in my top level assembly. I thought it might be a problem with how I added pins to the components, but even trying to create a wire between 2 connectors from the content center gave the exact same results.
View 3 Replies
View Related
Apr 20, 2013
I have a client that is trying to use the Cable and Harness feature, but receives the following error:
"The Cable & Harness template was not found. The specified location for the project is:
[C:Workspace|Design DataCable & Harness|en-US]
Please verify that the template file exists.
He has Inventor installed on his D drive, along with most of his other programs. OS, etc are on the C drive. I have verified that he has harness.iam and a Cable&HarnessDefaultLibrary.iwl in the following location for Inventor 2013
C:UsersPublicPublic DocumentsAutodeskInventor 2013Design DataCable & Harnessen-US. As a stab in the dark, I had him copy those files over to his workspace, and re-start Inventor, but same result. Latest updates are installed.
View 2 Replies
View Related
Aug 12, 2013
Am looking for the feasibility to check space available in Segment.I've assigned a segment diameter as 2 mm, and i have 2 wires have .9 mm dia each, Now i want to know what will be the remaining space available in the segment.
in another way around, if am adding more wires in the segment will inventor give any error message stating that there is no space for route more wires in that segment,
View 2 Replies
View Related
Mar 22, 2013
When I try the generate a report within Cable & Harness the button stays depressed and no window pops up. I have tried to generate the report on 2 other stations with the same result.
View 3 Replies
View Related
Jul 30, 2013
Is there a relatively easy way to root multiple wires along the same path, with a predefined distance between them so there's no interference between them? Something similar to the attached picture... or packed even closer together.
I got in a hole lot of trouble to get the result from the picture and I was hoping that there is an easier way... a workaround... something.
Using segments is not an option (only maybe as an intermediary step) but in the end I have to have all the wires as separate entities.
View 4 Replies
View Related
Aug 7, 2013
I was using virtual parts to add nuts and bolts to a drawing in 2013
I can make a VP bolt in the assembly, no problem, set it's size, weight, etc.
In the VP itself, there is no option for number of bolts I want it to emulate. For arguement's sake the weight was 1 pound per bolt (they are big bolts).
I can go into the BOM and say quantity 60, hit done and save the assembly.
If i open the drawing, the parts lists shows 60lbs for the 60 bolts total - which it should when summing the weight.
The problem is the BOM/assembly. If the weight of my assembly (without bolts) is 10,000lbs, the assembly sees the VP weighing 1lb and says the total weight is 10,001 lbs. Am i going to have to pattern a fake part to get this to work right? Shouldn't the total weight take into account the quantity set in the Bom??
View 2 Replies
View Related
Dec 8, 2013
I have a script that is perfectly works in 2012 inventor pro version. It moves newly added virtual parts into the VIRTUAL_PARTS folder. Part of script is below:
Dim oFolder As BrowserFolder Dim oTopNode As BrowserNode oTopNode = oPane.TopNode() Dim oTopNodeOcc As BrowserFoldersEnumerator oTopNodeOcc = oTopNode.BrowserFolders For Each oFolder In oTopNode.BrowserFolders i = i + 1 Next If i = 0 Then oFolder = oPane.AddBrowserFolder("VIRTUAL_PARTS", oOccurrenceNodes) Else For Each oFolder In oTopNode.BrowserFolders If oFolder.Name = "VIRTUAL_PARTS" Then For Each oOcc In oAsmCompDef.Occurrences If TypeOf oOcc.Definition Is VirtualComponentDefinition Then oNode = oPane.GetBrowserNodeFromObject(oOcc) End If 'MsgBox(oTopNodeOcc(1).Name) oTopNodeOcc(1).Add(oNode) Next Else ' do nothing End If Next End If
In 2014 pro it works only once, when I add first virtual part. It creates a folder and moves it there. When I add 2nd virtual part it gives me a error
see screenshot below.
View 4 Replies
View Related
Feb 28, 2012
I am working on a assembly where a cable wrapped around a drum is animated to rotate with the drum, and there is a longer cable coming off of the rotating cable wrap, this longer piece goes down to another cable on a roller assembly. I have edited the assembly to work without the actual cable drum and without the roller assembly ( I wasnt allowed to share those models ) There are now two cylinders in place of the cable drum, a Grounded center to hold everything in place, a Rotating center which is animated so the wrap can rotate.
My problem is when the part named "Drum to Roller" is a lofted cable with angled ends to meet the "Drum wire wrap" at one end and it meets the "Radius cable ends" at the other end. I need the "Drum to roller" to stay constrained to the "radius cable ends" as well as the "drum wire wrap" ... and after being constrained still animate.
I have set up the animation and you will see that the "Drum wire wrap" is animated to keep the end vertical , the animation is set up to look like the "drum wire wrap' is un-raveling cable and the "drum to roller" is to be what un ravels.
I need to find a way so that the "drum to roller" translates down and over , staying constrained to the "drum wire wrap".. You will see that so far it does not.
I have attached two links below they include the two halfs of my assembly, place all the files in the same folder so you wont have to search for them manually.
[URL]......
[URL].......
View 2 Replies
View Related
Aug 29, 2006
Is it possible to edit harness properties, for instance, RefDes, of electrical components via API? We need it for integration of Inventor Professional with local ECAD software.
View 4 Replies
View Related
Nov 15, 2011
How to place a label on a harness.
i have created a label in library, modified and saved. WHERE IS THE BUTTON TO INSERT????
Maybe i have this mixed up. Are we talking about a virtual label or a real label (textbox describing label)?
I would like to add a 1-12" plastic covered adhesive label at each connector to identify the connector. Usually we place a text box with an identifier and a table with the label data on the drawing.
This is what i am trying to do. Is this not right? Is this the nailboard label that inventor is talking about or am i out to lunch?
Windows 7 64 bit
Inventor 2012 Professional
Dell T1600 CPU E31245 @ 3.30GHz
8 GB RAM
View 4 Replies
View Related
Aug 29, 2011
In Inventor dwgs when I turn the visibility of the harness assembly off (the icon turns gray) the harness still remains visible in the View on the dwg. My co-worker is having the same problem. This is happening on several different inventor dwgs where the harness is not visible (the visibility is turned off) but once an edit is made to the assembly (such as making a part visible) the harness becomes visible even the the visibility is turned off in that View. I don't know if this is related to the recent installation of service pack 4 for inventor 2010 as this problem recently began occurring.
View 2 Replies
View Related
Aug 29, 2013
I am looking for a way to link custom harness properties to equal i-properties for an electrical connector, My end result is I would like the Cable and Harness report generator gather "description" but I will not recognized the i-property " description" but if I create a custom harness property "description" it will report that. I would like the custom harness property to equal the i-property of the part, or am I going about this the wrong way?
View 1 Replies
View Related
Oct 7, 2013
why some of the wires are not showing up in my idw? The segments are there but the wires are a "no show"..
View 1 Replies
View Related
Jan 19, 2012
I am using Cable and Harness (Autodesk Inventor 2012 64 bit on Win7 64bit) and when trying to create the segment I only get the error message "The sweep operation failed for the harness segment Segment1 Adjust the segment geometry and try again". It does not matter what data for diameter and bend radius I am using under "Harness properties", it never works. When checking the "Bend radius" for violation it says nothing. I am attaching the files.
View 2 Replies
View Related
Nov 13, 2013
After I create a wire it will not be displayed as a rendered wire. There is no indication of error in the wire (to sharp angle) and this is also happens for a straight wires with no turns.
I have made multiple revisions of an assembly and in older reviosions I can make the wires and they are shown as rendered. But in the latest revision it is not possible. In a older revision I had a harness assembly than deleted it could this have any affect?
Also is there any setting that hides rendered wires that I might have turned on accidently?I have a student licence and the assembly has about 700 parts if that makes any difference.
View 4 Replies
View Related
Jul 11, 2012
I have recently upgraded my system from a Stand-Alone version of 2009 Professional to the Building Suite Ultimate 2013 Licensed Version from my office. I am looking for the ability to use the Harness tools. Can't find them, is this option is available in Inventor.
View 2 Replies
View Related
Apr 20, 2012
I work for a company that does custom electrical enclosures and we use a 2010 version of inventor professional. What would be required to run wire in assemblies easily and also output wiring diagrams?
View 1 Replies
View Related
Sep 30, 2011
I’m working on a project where I need to make a cable that is adaptive to 4 wheels, where 2 of them is moving.
View 5 Replies
View Related
Nov 18, 2011
I am trying to create a ribbon cable between two connectors, but for some reason the ribbon cable starts away from the connector and I am not sure why?
View 4 Replies
View Related
Jan 4, 2013
I was wondering the best way to model a steel tensioner cable in Inventor. The assembly I have designed is of a cable fixed between two brackets which are fastened on two structural beams. I am looking accurately model the cable attachment on the brackets. My inital thought would be to extrude the length of cable through a pre-defined path between the bracket fixing holes however this would not represent a 'true life scenario'.
View 4 Replies
View Related
Nov 30, 2011
I am trying to create a FLEXIBLE object (like rope/cable). Diameter = 10mm, Length = 3m.How do I do it?
View 3 Replies
View Related
Nov 15, 2012
It is a while ago since I used Inventor, so i'm now just practising a bit to get the hang of it.
As a start a cable stayed bridge looked fun. So I made the towers and the roaddeck. But now comes the tricky part, and that are the cables themselves. When I started I just thought I could use the 3D sketsh feature. But as it turns out, that feature is not available in the Assembley environment. I could just make the cables as a Part and then insert them in the assembley, but that is to much work. As you can see from the pictures below the holes I made in the towers to accomodate the cables do not line up with the edge of the roaddeck on which I want to secure them. So the cables make to much angles for me to make the as a part. And besides that, I just think it could be done more easily.
Below you can see the images I made of the bridge so far. The first one is an overall image, the second one shows the tower with the holes (if the holes won't work, I can always make something else), and the third image shows the area on which the cables will be attached to the roaddeck.
Can this be done in the Assembley environment?
Note: I planned this to be a cable stayed bridge, not a suspension bridge. But tips to make this into a susension bridge are welcome as well.
For the record: I'm using Inventor 2012
View 2 Replies
View Related