AutoCAD Inventor :: Active Project File Changes Randomly On Different Users Machines
Mar 19, 2013
We have had this issue now for a couple years and don't know what is causing it. We are using vault pro with admin set single project file. A user can work for months using correct.ipj, then randomly at 10:42 they will notice the active project was been changed to some other temporary project location "c: emp.....". Then it will happen to different users at different times. I cant seem to find any correlation to anything. I can only imagine that it is somehow triggered from the vault addin.
I am having an issue when opening and saving files is very slow when I have a project active in the Project Navigator.
If I have an active project, and I open a file via Project Navigator or Windows Explorer, the process hangs for 15-20+ seconds at the 'Opening C:xxxxxxxxxxxxxxx.ac$' point, where it is creating the temporary file.
If I 'Close the current project' in the project browser and open the same file via Windows Explorer, the process takes less than a second.
Where are the options to add objects & ActiveX objects to the VBA project? i can reference them but thats it... Have i got to do everything late binding or can i drag an object onto a form in design view?
So here's the situation: I have been importing parasolid files into Inventor. When doing so, a folder named "Imported Components" would pop up right next to the parasolid file, with individual Inventor part files of all the assembly parts in the parasolid file.
I am trying to write code to set the active project across a network. In the code below I have hard written the address in to our main server named "Rusk" . It fails with an error message "The parameter is incorrect". I have tried this using a mapped drive as well with no luck.
I think it may be a permissions error, I am running Vista 64bit. Inventor version 12. If it is a permissions error, are there any sample code snippets out there I can use to set the permissions?
Public Sub SetActiveProject() Dim ProjectID As String 'variable to hold Project ID Dim ProjectAddress As String 'variable to hold an address path 'Verify the project ID is entered If UserForm1.TextBox3.Value = "" Then
We are currently using Inventor 2013 without Vault and I discovered that multiple users can open the same IPT file at the same time with no warning message or read only access like we get in Autocad. We have 6 designers all using the same Project that is a single user project. We normally don't have more than no person working on the same part or assembly, but it did happen. Two designers opened the same file to make separate changes not knowing that the other was in the file. Not until one of them went to save the file did he know someone else was also in the file. When he went to save the file he then got a warning - "A later version of this file has been saved by (user). Saving the file would overwrite changes, which is not allowed. If you wish to preserve your changes, use the Save Copy As command." In Autocad if you try to open a file that someone else has open you get the warning right away and are forced to open it read only or not at all. Is there a way to set Inventor to do the same thing? Other than using Vault and having to checkin/checkout every file. Our six designers work on an average of 50+ parts per week and many times have multiple files open at the same time to use as reference. Also the shop floor opens our files to use for programming and asking them to checkin/checkout files would not be received well. The shop floor has "read only" rights as determined by our network. Does our network settings determine if more than one person can open the same file?
I have one large assembly for hose routing it consists of around 1000 hoses all hoses are coming in main assembly but delivery date is very short. My plan is work on same assembly 5 people how it works?
One idea is like working in sub assemblies but in my case only one assembly consist of all hoses.
How to work multiple users in single assembly file at same time. like in solid works enable collabarative mode.
I encounter a problem that I do not understand. I created a little C# routine for Autocad Electrical (2011 and 2012) which adds some drawings to the current project with the following command:
(c:ace_add_dwg_to_project dwg2add paramlst)
This method works perfectly. With the parameter list you can set the Section, Sub-Section and Descriptions of the page properties, exactly what I want. When I start the routine, I check which project is active. If the wrong project is active, I activate the appropiate project with the following command:
(c:wd_makeproj_current wdpfnam)
So, when I want to add drawings to project A and project B is active at the start of the routine, I activate project A and the drawings are added. When I want to add drawings to project A and this project is already active, the drawings are not added to the project. The method mentioned above to add drawings returns nill, which means a failure.
Why is this happening? Is this a bug of Autocad?I already tried to always activate the project I want to add drawings to, but that doesn't matter.
Trying to create a bit of code that when the 'OnNew Document' event is fired the code checks for a particular Custom Property. Depending on what the Custom Property is set to a form is then fired with relevant text to point the user to a specific area in the workspace. Al this works ok.
But if they press cancel i need the code close the activate 'Part1' which inturn then allows the user to select 'New' to begin again.
I have tried various scenarios but the main problem is that Inventor then crashes!
PublicSub applicationEvents_OnNewDocument(DocumentObject As Inventor._Document, BeforeOrAfter As Inventor.EventTimingEnum, Context As Inventor.NameValueMap, ByRef HandlingCode As Inventor.HandlingCodeEnum) Handles applicationEvents.OnNewDocument
Is possible to generate with Inventor 2011 (or 2012) PST files (after-process file) for use in a cutting machine? or other similar files?
The same as (for example) generated by software "MASTERCAM"..In my case is for use with ONA machine, that allows to cut real material with wire EDM technology
My coworker and I both have the same version of Illustratir (CS6) and both use Lion on iMacs, but today noticed something weird. He saved a file similar to a file I had done before as both an eps and a pdf and his file size was more than twice what my file sizes usually are. I thought it was odd, so I copied everything from his file into a new file (same dimensions) and saved out an eps and pdf (default settings), and like I thought, my files were less than half the size of his.
Why would two machines be saving identical files at different sizes? Is there a setting somewhere I'm missing? Everything in the file is vector, if it matters. There's not even any editable text.
As a new Inventor user I wanted to get some insight and pointers on good practices for Project Files and their structure while using a stand alone Inventor seat with no Vault I am a single user at our company and just upgraded to Inventor. I have been using Solid Works for years and things are a little different.
I was making some changes the other day to the parts list settings inside of the styles editor and discovered that this involved needing to make the master project file a read/write condition. I was starting to get into uncharted territory at this point, but was proceeding with caution. So I went into my vault working folder in windows explorer and RC'd on the MPF and changed it to read/write. I made my BOM changes and life seemed to be good on the heals of a long holiday weekend. I changed the properties of the MPF back to read only and I thought things were fine.
Until yesterday when I started getting this message. This shows up every time I open and check out a file from Vault. Plus it also changes my MPF on my local drive back to read/write. I am also starting to get this error message when I start a new drawing file as well.
I'm working on creating iparts for fasteners. Initially I had the O.D. of all the fasteners as nominal, which created an issue when using analyze interference. All hole features are based on the minor diameter, so they are displayed correctly on the .idw. Nominal fasteners with minor diameter holes means interference.
I am currently referencing the thread.xls spreadsheet, located in the Inventor Design Data folder, within my fastener ipart spreadsheet. This allows me to maintain a constant connection to the thread.xls file if there are ever changes from Autodesk.
My issue comes about when I am placing the ipart files within assemblies. I am asked for the location of thread.xls. Once I re-establish the link, Inventor tells me it's not part of the active project. BUT, if you look at the Project - Folder Options - Design Data, it is the same location. So the project does have a link to the folder structure.
Would I have to create a library in each project so the link can be established.
issue, more than 1 user needing to work on the same file. Of course this can create problems, like time mangement or users creating their own copies of files which leads to confusion about revisions etc.
I've looked into the possibility of using 'shared' files which updates edits made from multiple users but so far a solution has proved elusive. The only thing I found is called CadVault, but I don't think this does what I would like.
I got the idea from using shared Excel documents and it seems to work well, and IMO, CAD is the typical kind of application that requires this kind of manipulation, but I've never worked for a company that uses such a method. I'm baffled by the lack of information / support for this, unless I'm overlooking something.
I have an assembly of pallet racking, it is one complete frame which can be modified in all the desired ways by the ilogic i have in place. I wish to be able to put this frame into a new assembly but have different dimensions for each frame. I used to do this by copying all the files to a new folder so that each frame had its own parts. This has stopped working and now once one frame is altered all the other frames change to rather than having there own dimensions.
One of our employees is having an issue where his project file keeps reverting back to a default setup and his changes are being lost. Is there anyway to prevent this from happening?
We are having an issue where the master project file that we have created at my company keeps switching back to the default.ipj file randomly. This is causing obviously our template paths as well as other path settings to not be right.
Our VAR told us that this randomly happens. why this is happening or that my VAR is correct in what they said?
My company requires us to use two master project files instead of one and my problem is that i can add both .ipj files into the Projects navigator in Inventor and set one as the current project, but as soon as i close the navigation window and reopen it (presumably to switch to the other project) the project that is not the active project disappears from the navigation window. The .ipj file still exists, it just doesnt show in the navigator and i have to browse to find it again. This problem happens no matter which project i set to be currently active. How can i keep that from happening?
Has seen Inventor randomly reset a users project file from whatever it's set at to Default?
I have a couple of users here that for whatever reason have a habit of closing out Inventor everytime they want to close out one file and open another...yes, if they work on 10 files in one day, they've opened and closed Inventor 10 times...i.e. open, close, open, close, etc.
I've seen the project file reset happen on thier stations only thusfar.
I run inventor with Vault. I have a project file set up in my vault directory. Each time I close everything and restart my computer inventor switches the Project back to default. I have deleted every .ipj I could find. Below is a screen shot of what I see every morning. It should be on vault but it is not. If I start by checking out a file from vault it checks it back in because the .IPJ is not set in inventor.
set-up a project file that I can easily open my drawings and be able to share with others?I have lost several drawings and time because I have not been able to open my drawings.
I just finished 'updating' my VBA code developed over the last 10 years from 'VBA 6' to 'VBA 7'. When i view the code in the IDE of AutoCAD 2014, everything shows up fine -- no errors. All of the references i need do exist:
Visual Basic for Applications AutoCAD 2014 Type Library Microsoft Forms 2.0 Object Library Microsoft Scripting Runtime OLE Automation Microsoft Shell Controls and Automation AutoCAD/ObjectDBX 19.0 Type Library Microsoft ActiveX Data Objects 6.1(or 2.7 or 2.8)
When i goto Debug-> Compile, it 'compiles' without errors. But when i go to run it, it will crash. If i put in a breakpoint, and step through it, i can identify a subroutine that it crashes on. But if i do it again and step INTO that sub, it runs fine. If i have the code just continue on, it will crash somewhere else. Basically for the most part, if i run a macro and have a breakpoint right away, i can put my stapler on the F8 key and just sit back and watch it run (although a 10 second process turns into about half an hour) -- it gets much further along but will still eventually crash.
By the way, the same basic code runs fine on 32bit AutoCAD 2012 (with the appropriate references changes as well as no 'PtrSafe' or LongLong or LongPtr usages)
My office is running into a printing issue, when different people are plotting off the same drawing file.
I've checked the .CTB file, all of us are using the same file, all .CTB parameters are identical, and no line weights have been set up within the layers, all are set to default, and no transparency has been used.
One man prints the file from AutoCAD2013, on a Windows 7-32bit computer, to our HP Laser Jet 8150N and his drawing comes out light.
I print the same drawing file from AutoCAD2012, on a Windows 7-32bit computer to the same printer with the same .CTB file and my drawing file prints dark. Much darker than his does.
We're having the same issue with other computers here in the office all printing to the same printer using exactly the same .CTB file. I've checked all the versions of Windows, and we're all using Windows 7 32-bit.
The only thing I can think of is that maybe we have different graphics cards as the computers have been purchased at different times.
I have an issue where 2 users need to work in an .idw file on sepearate pages, however it appears that not all the changes carry over whenr the repective users save and update.
I want to duplicate & then rename a project I have stored on my vault computer, However I am experiencing many difficulties.
There are probably around 1000 + files in this project-multiple assemblies/drawings & parts. Initially i did a Pack & Go of the Project to my desktop. I then took my first top level drawings & using Design Assistant renamed all the reference parts and assemblies related too it. This worked fine, albeit a very long time to rename all the files.
The problem is that i have say 50 drawing files, some contain similar assemblies/part files which will have already been rename in the first top level drawing & some container different assemblies/parts (which are not related to the first top level drawing) & will have to be renamed separately.
Is there an easier way to duplicate & rename a vault project because design assistant makes this task extremely laborious. An great tool to add would be to 'Find & Replace' a file name & apply it too all the files. Similar to the function in Microsoft Word.
I have looked into the copy design feature in vault however, you can only copy a project within a project, you cannot copy it to a completely new folder in the vault.
The other problem is, is that you can only add a prefix or suffix to every file/related part/assembly, & i would rather replace the project number rather then add the new project number to the file names. This would be a viable option if you could rename multiple files quickly, however this just stems back to the design assistant.