AutoCAD Inventor :: Multiple Instances / Sessions
Feb 28, 2011
How do I prevent Inventor from opening files in new Inventor sessions?
If I try to open a file from Windows Explorer or from an email attachment, it opens it up in a brand new Inventor session, even if I already have Inventor open.
If I select two or three files in Windows Explorer or from an attachment to open, it opens them all in individual new Inventor sessions.
I would like to set Inventor (or Windows) so that these files open in the already existing session or at least the same session as each other. I didn't have this problem before upgrading to a new computer and reinstalling.
View 3 Replies
ADVERTISEMENT
Jul 22, 2009
So a quick search came up with "don't open from the Vault; open from within Inventor."
Lets not have that arguement.
My office just upgraded from Inventor 2009 to Inventor 2010. 3 seats, all installed the same way. When the other two users open something from the Vault, and then open a 2nd file (be it a drawing/part/assembly), it opens as a new window within the same Inventor session. (Just like it used to in .../2008/2009).
When I open from the Vault, it starts a new session of Inventor. This is frustrating, when you have an assembly open, modify a bunch of components, and then want to open their respective drawings to update them... the drawings will open in new sessions when opened from the Vault.
Obviously I've got something changed somewhere. Quick search through the Inventor options came up with nothing. Vault options?
Please don't tell me to start opening files from inside Inventor... that's a waste of my time... and everything has worked fine until this fresh install of 2010.
View 9 Replies
View Related
Apr 18, 2013
I'm designing a part that in Autodesk Inventor 2013 that is constructed from several layers laminated together. I have 4 layers:
F (front)
M1 (middle, variation one)
M2 (middle, variation two)
B (back)
The final solid will lhave 17 layers laid out like this:
F | M1 | M2 | M1 | M2 | M1 | M2 ... | B
I currently have a part file containing
F | M1 | M2
What's the best way to create this solid if I want to a) keep all instances of M1 and M2 in sync, and b) make it easy to work on all 4 layers. Do I have to export F, M1, M2, and B as individual parts and import them into an assembly or can I keep them in one part file? I really like the ability to be able to work on all the solids at the same time because they're visually dependant on each other.
View 4 Replies
View Related
Jan 3, 2013
As the subject line says, when multiple instances of Inventor are open on the same machine, the addin will only show in the first one. I do not see any errors generated and tried many approaches. I tried to use the ribbon abpannelcontrol
created by the first instance. Or in every subsequent instance of Inventor to delete the existing ribbon abpannelcontrol, and recreate them from scratch. Both approaches did not work.
View 3 Replies
View Related
Feb 10, 2011
We recently upgraded to Windows 7. Now when we open multiple drawings, each drawing is displayed individaully in the taskbar. This created problems for us when wanting to ALT+TAB through open programs; the drawings would be available for selection and get in the way. I thought multiple sessions of the program were opening. It reminded me of older versions of ACAD where you could select (Options>Open & Save, I think) whether ACAD opened additional drawings in the same session or in multiple sessions. That option no longer exists, and I have been surching for the solution off-and-on for the last 4 months. The following post lead me to the solution although they were orginally asking to do the opposite. This post has too many entries (2 pages, who looks at a second page?) and is full of bickering, so I decided to post a separate comment. URL.....
The post below explains the solution quite well. URL....Windows 7 switched the default assuming most people would rather have the ability to hover and see a preview. Maybe that's true but I am not one of them. The reason it took me so long to find the answer is because I was always referencing "Multiple Sessions" and not searching for "Taskbar" solutions.
As a side note, in all my searching, the most common solution offered was changing the SDI variable. I believe, 9 times out 10, if not more, the SDI variable had nothing to do with what the problems were, yet it was always suggested.
View 4 Replies
View Related
Nov 12, 2013
I've been looking through old threads on here that all seem to date back to 2008 for this same problem I'm having, but the way to fix them only seems to work for Windows XP and I'm currently on Windows 7.
Problem:
I'll have a session of ACA 2008 running and if I double click on another dwg file it starts up another session of ACA instead of opening within the current session I'm already running. My SDI setting = 0. I tried switching it to 1 and that didn't work. Put it back to 0 and still didn't change anything.
One of the older threads on here [URL] .... says to go in to windows explorer/ tools / folder options, but that set up is different now in Windows 7 than it was in XP so I can't get to Files Tab and change anything for dwg.
View 5 Replies
View Related
Aug 26, 2013
I use a "dump assembly" of assemblies to create cut lists. I throw in multiple copies of each assembly for the job. Sometimes it can be 100 or so of each.These are not placed in any way and could be all placed at the origin. This is only for the parts list and servers no other function.
Any way to place multiple instances of an assembly at once?
View 9 Replies
View Related
Jan 4, 2012
I have an assembly with multiple instances of a subassembly. I'd like to remove the subassembly and place the subassembly components (i.e. multiple instances) in the main assembly. When complete, the top assembly would have multiple instances of all the subassembly components.
Component promote seems like the right way to do this. So, I selected an instance of one of the subassemblies components and promoted it. That component was promoted, removing it from the subassembly as placing it in my top level assembly.
However, all the other instances of that component disappear (which makes sense since that component is no longer in the subassembly). Unfortunately, this means I have to assemble and constrain all the other instances that disappeared.
View 3 Replies
View Related
Dec 20, 2012
I have a door with 3 of the same handle. I have a program in which the user selects 1 of the handles to turn it into a keyed handle. Now, this all works but the problem is that all of the 3 regular handle instances will be replaced with the keyed handle.
Dim oOccHandle As ComponentOccurrence = oINV.CommandManager.Pick(SelectionFilterEnum.kAssemblyOccurrenceFilter, "Select a door handle to replace.")
oOccHandle.ReferencedDocumentDescriptor.ReferencedFileDescriptor.ReplaceReference(PathToKeyedHandleModel)
View 1 Replies
View Related
Feb 5, 2013
I need to connect to specific instances of AutoCAD and Plant3D. The Running Object Table (ROT) only holds one instance so GetObject wont work.
I've tried getting the correct instance using the hwnd with the AccessibleObjectFromWindow function. I'am thinking the easiest way is to autoload a plugin to communicate with, maybe through a service.
View 8 Replies
View Related
Oct 29, 2012
I discovered the TXT2MTXT command and how wonderful it is, but there is one thing missing. Is it possible to change multiple texts, but separately WITHOUT having to re-issue the command? I've experimented with some of the in command options, but unless I'm missing something, nothing seems to work.
Preferably, I would like it to work like the FILLET -> Multiple command, so I could select a group of texts, convert them then select another group etc, but the 'multiple' option in TXT2MTXT does not work in such a way.
View 5 Replies
View Related
Jul 17, 2012
I would like to know if it is possible to have a single attribute fill multiple strings of text. I have text that appears in more than one spot in a block of mine but when inserting the block i would like to be prompted once to fill the attribute.
View 1 Replies
View Related
Aug 2, 2008
I have a block with an attribute and need to change the first three characters of each to a different two characters. I recall my instructor once showing me how i could do this easily without having to click on each block to change the attribute.
View 2 Replies
View Related
Dec 18, 2011
I need multiple (say two) instances of the same text values (in the same drawing) but in different formats.
Consider this: I have a drawing sheet with a title block that contains the drawing number and the author's name at the bottom with some other drawing details. Now I wish to have these "values" arranged in a matrix form at the top also, for indexing purpose.
TitleBoxMonoSpace.png
One way is to manually enter each value, one by one, in the matrix box but that would be too time consuming. So, is there a way to automate this; where I can enter the values in the bottom title block, which would automatically update the above matrix?
I believe it can be done using a combination of Attributes and Fields but am just not getting it. To make the issue even worse, I need Numbers without hyphens (-) and only Initials of the author's name!
View 2 Replies
View Related
Aug 5, 2011
I'm having difficulty making a change to multiple texts. I received a drawing from another firm that uses different text styles than my firm. I can change all the text styles to mine, but they all hold onto their original fonts. How to change the fonts in multiple instances.
View 3 Replies
View Related
Apr 23, 2012
I am trying to select multiple instances of text (dtext) with different strings but want to change all of the fomats to the same settngs. I have searched high and low on the web to no avail. I am using AutoCAD 2012.
For example: I want the routine to find all instances of "AA", "AB", "AC", "AD", "BA", "BB", "BC", "BD", etc... all the way up to "ZD".
Next I want all of those text entities to change to the following text formats:
Text Style = STANDARD_96Layer = F-ANNO-CKTText Justification = MIDDLE CENTERText Width = .8
Getting this to work with just finding one string at a time with the ssget function seems simple enough, but it's getting it to work with multiple strings that I can't get past.
View 8 Replies
View Related
Apr 24, 2012
BackBurner stopped working for me when 3DS Max 2012 came out so my work around was simply opening multiple instances meaning I'd have one "Max" rendering a scene while I worked in another "Max" while at night, having 2-3 simultaneous instances of 2012 rendering out animations. This really came in handy for doing multiple projects at the same time between render scene passes.
I can run 3 stable 3DS Max 2012 on the same machine without a problem, I can even run 1 x 3DS Max 2013 and 3 instances of 2012 at the same time BUT I'm unable to run more than one instance of 2013... it boots-up 2013 but then just hangs and doesn't do anything. I tried using BackBurner but it doesn't work so basically, it seems like I'm stuck running only one instance of 2013 at a time.
Is there a setting somewhere I can enable multiple instances again? I did take a look at Deadline but they don't support 2013 yet.
View 9 Replies
View Related
May 26, 2012
CS6 x64 (Windows 7 SP1) keeps loosing OpenCL, requiring I trash my preferences to gte it back. This evening it happened again. I was using Bridge 6, ACR 7.1 Beta and CS6 x64 version and it happened again. Trashed the preferences and even with mutilple reboots would not recognize OpenCL. So being the curious type I did a search for the Pref's file; and found two (2) instances of CS6 x64 preferences, One in the normal place....../Roaming/Adobe/Adobe Photoshop 6/Adobe Photoshop CS6 Settings, then another instance in /Roaming/Adobe/ Adobe Photoshop CS5/Adobe Photoshop CS5 Settings. Trashed this one as well and OPen CL worked again.
Is this normal behavior to have duplicate Pref's for CS6 x64? Probably not, so what is going on? And can confirm that every now and then a duplicate will show up in the CS5 directory, not consistent, and have not yet found the trigger, but one is definitely there.
Apart from OpenCL not working when this happens, everything seems to work normally...
View 15 Replies
View Related
Dec 19, 2012
Alright. You may ask why do you need multiple ?
Assume that i have 10000 PSD files in 10 different folders . I have a script that just save as them as PNG. And these files are each 3000x3000 px. My computer has 8 cores and 1 Photoshop exe is only using 1 cpu core. Also i have SSD raid system it has 750 mb read write per second
So right now i am wasting my time with running only 1 Photoshop exe instead of at least 4.
View 3 Replies
View Related
Feb 6, 2013
I created a clothing price tag design (consisting of some vector artwork, text, and a raster image as a background), and now i'm attempting to create a grid layout of the tags for print (20 tags on a letter-size page i can print using a desktop printer and cut apart manually).
Sounds simple enough, right? Just duplicate the artwork 20 times. Easy.
But here's the catch: 20 copies of the artwork (i.e. 20 copies of every point, line, object, and image) makes for a freaking huge file, too big for the printer to handle. It gets acceptably smaller if i save it as a PDF without preserving Illustrator editing capabilities, but then that defeats the purpose; i need to be able to change the prices at will.
Now, it would seem to make the most sense to save the individual tag design as its own AI file (let's call it 'tag-design.ai'), then simply Place tag-design.ai into a new file as a link, and duplicate it 20 times to create the print layout. Theoretically, i would only need to edit the artwork itself once (to change the price, change a color, etc.), and the changes would be automatically applied to my layout file. However, this is apparently too much to ask: each time the linked artwork is copied, it creates a new, separate link. To further frustrate things, when i edit the artwork file, i then have to update all 20 links manually, meaning that 20 different times, i get an Open File dialog, and have to select tag-design.ai 20 separate times. In the end, it's an exercise in extreme redundancy, and the file size of the layout isn't made any smaller.
Is there something i'm overlooking, or is there really no better, more efficient solution than just making 20 copies of everything and ending up with a file size of 80-90mb?
View 4 Replies
View Related
Apr 14, 2006
Up until now, I've been using Paint.NET as my main paint program. It worked well enough but had a few specific limitations that forced me to request the company I work for to purchase Photoshop CS2, which they did. In fact, the IT dept just finished installing it.
I'd like to have a single text layer with multiple instances of text, but everytime I go to add additional text, CS2 "conveniently" creates a new layer for me. Is there any way to tell CS2 to "Stop that!" and let me create as many individual instances of text on one layer as I want? I am labeling buildings/roadways on aerial photos and don't need to have 40-50 text layers per photo.
View 5 Replies
View Related
Nov 21, 2013
In my (large) Lightroom 5.2 (Windows) library I have three instances of, essentially, the same network share (a Drobo NAS) which appear separately in the library.
One appears as Share (\nas) L:, one as \nasShare and one as \nasshare. The contents of the share are spread randomly across the three - so one might contain the folders seriesevent1, seriesevent4 and seriesevent5 and another seriesevent2, seriesevent3 and seriesevent6.
Is there an easy way to convince Lightroom that they're all the same physical location and merge them in the library? No amount of dragging, dropping, importing or synchronization seems to have had any effect so far!
View 3 Replies
View Related
Mar 28, 2012
New when it comes to any kind of environment modeling, but I'm trying to make a simple landscape with grass and trees for a project.
I've got a nice ground plane and a simple grass plane with a texture applied from Photoshop. I was wondering if there is a way to paint instances of my grass object without manually duplicating and placing each individual blade of grass?
View 1 Replies
View Related
Oct 12, 2013
I can only use the gradient tool in one instance. After that, the first instance is removed and replaced with the new instance. How can I apply multiple instances of the gradient tool on the same image?
View 1 Replies
View Related
Apr 20, 2012
I have a few components in my assembly that I want to turn off under certain conditions. Using Component.IsActive, I can turn on or off an instance, but some of the components are in a pattern, and I want to turn on or off all instances of the component. To add to the challenge, the component patters are driven from Excel, and the quantity of parts changes.How can I turn off all of the instances of a pattern?
View 1 Replies
View Related
Aug 14, 2013
I have several iParts with their respective derived parts in my library. There are not many other Inventor users here that use those parts, but they might benefit from having those individual parts. The iPart may change from time to time, and in order to keep the individual parts current, I am required to activate them one by one, exporting them to STEP, IGES, SAT or IPT files for both people here to use as well as our Pro-E and Solidworks users. Is there a way to automate that process so I can hit a button and have it save all instances to a certain file format?
View 2 Replies
View Related
Aug 11, 2013
I have a part called "bracket" which has a multi-value parameter "mass" which can be 100, 200, 300, or 400 and controls the width of the bracket.I have an assembly into which I have placed thee brackets.
How do I set different parameters for each of the instances of "bracket"?I want one bracket with mass = 100, one with mass = 200, and one with mass = 300, such that I have three brackets of different widths.
I must not be searching on the right text in Google because I find only ways to change the value of the parameter within the core component (such that all brackets change and end up the same width).
View 9 Replies
View Related
Mar 2, 2012
I am wondering when in the idw and have multiple parts some the same and some different. I would like to distinguish between each part as a different part or balloned so they all have a different ref number.
example: have part A and part B and part C
part A has three different instances in the iam
part B has two
part C has four
How do I represent them in parts list and ballooning as different single instances?
part A- ballooned like- 1, 2, 3
part B- ballooned 4,5
part C- ballooned 6,7,8,9
View 2 Replies
View Related
Oct 2, 2012
I noticed some errors in certain table entries in an i Feature of mine after I had already started creating parts using it. I've updated the table and when I add new instances of the feature to my part they work fine, but the existing instances of it stay the same size. Is there any way to force the existing instances to update?
The i Feature in question is a sketch and I'm using Inventor 2012, if either of those is relevant.
View 2 Replies
View Related
Nov 23, 2012
I'm always fighting memory problems with Photoshop CS6, which I work in for 5 to 8 hours every day. I have a 27" iMac with a 3.4GHz i7 processor, 32GB of RAM, AMD Radeon HD 6970M with 2GB Ram and over 1.5TB of available scratch disk space. After working thru a couple of large images I have to start monitoring RAM use via Activity Monitor and reclaiming RAM via Terminal very often in order to continue working.
I believe something strange is happening in the background because very often, when I start a new session, PS "recovers" a "large format document"... one that was properly closed in a previous session, and one that I have not asked PS to open. I feel like my whole memory usage issue is tied to the system somehow holding onto those "large format documents".
View 5 Replies
View Related
Mar 30, 2012
On the main sheet of my drawing I have the overall Parts List. Shows almost all parts except for the few that we don't want to list. On the second sheet I inserted a Parts List to show only parts that are shown in a detail on that page, made the rest non-visible.
On the main sheet there is an item (#13) that has a QTY of 3. Two of those Three are optional parts. What I'm trying to do is insert a custom part into the Parts List, give it an item number of 13A and put in the description "OPTIONAL", then do an Override in the balloon to show 13A.
I get it in the Parts List, Apply it, close it, save the drawing. Looking at the Parts List, item #13A is there, but item #14 is gone. I go back into the Parts List and 13A is there and there's a blue box around the item # and the description. I uncheck Static Value and number 14 shows up (item # and the description).
Then I go over to sheet two, open that Parts List and it lists 13A at the bottom with all the info I added in sheet one and it's non-visible. Go back to sheet one, open the Parts List and there is no 13A to be found.
View 9 Replies
View Related