AutoCAD Inventor :: Running Low On Memory
Sep 4, 2012While working on assembly detail drawings my system pops up a message that " Running low on memory ".
View 3 RepliesWhile working on assembly detail drawings my system pops up a message that " Running low on memory ".
View 3 RepliesThe company I work for has requested what PC specifications Autodesk recommends for use with inventor. We are currently using 2011 but would like to have the recommendation for the latest release. We are having major issues with crashes, and running out of memory constantly on working with images as well as routing tubes in assemblies. Any recommendations for PC specifications I should report?
View 9 Replies View RelatedWhat is the reason for the error " Autocad is running out of system memory ".
when i open a drawing more than 5 mb, my autocad is getting very slow and this error is coming.
My system specifications are
intel(r) Core (TM)2Duo CPU
E7300 @ 2.66Ghz
3 Gb Ram
I have a routine that runs a cycle through 36 large dynamic blocks, then finishes. Somewhere in this code I'm either leaking memory, running a never ending loop, or AutoCAD gets stuck on something. I have a 12gb machine, and this file only uses a few MB on the hard drive. So even after I save and close the file, AutoCAD is using 100% of 1 core CPU (4 core i7) in 0 drawing state stuck at 11gb of Memory (Private Working Set). So, What is this program doing in 0 drawing state, and how is my code responsible? I have to kill it with task manager.
<CommandMethod("SetCurveOffset")> _ Public Shared Sub SetCurveOffset() Try Dim doc As Document = AApplication.DocumentManager.MdiActiveDocument Dim db As Database = doc.Database Using lock As DocumentLock = doc.LockDocument() Using trans As Transaction = db.TransactionManager.StartTransaction Dim bt As BlockTable = trans.GetObject(db.BlockTableId, OpenMode.ForRead) Dim btrModelSpace As BlockTableRecord = trans.GetObject(bt(BlockTableRecord.ModelSpace), OpenMode.ForWrite) Dim curves As New List(Of
[code]..........
I am trying to photomatch a model.I have hi res plan in as a jpeg and and a Site photo on the camera window.Basicaly the viewport is running out of memory.Can Nitrus be turned off, as it is not up to the work load.
Spec:
Dell Precision 690
Window 7
Max 2012 + hot fix
12gb Ram
GC: GTX 480
Worked with 2011, so why can't it work with 2012.
I have image proxy turned on also and set to half 512.
Is it the new viewport set up?.if i loose time i looes money and that suddent happen when you pay big money for a programme, so i am hoping an answer comes quick.
I have an ilogic rule with multiple Subs. How could I run one specific sub contained in that rule from an iLogic form or another rule?
View 2 Replies View Relatedinventor shows that I have only 1,5GB memory but i have more how to increase it?
View 7 Replies View RelatedWe have some Problems with the running order of iLogic Rules.
I try to describe it in an Example, you can find attached. (The description (PDF) and the ipt-file)
We're using iLogic via Addin in Inventor 2010. But I also tried it, with the 2012 version (the same problem).
The attached IPT File is running in the correct order.
I just installed the student version of Inventor 2011 on my machine. Everything went well but when I double click the inventor icon nothing happens. Autocad mechanical and TruView work fine.
View 1 Replies View Relatedhow to Run Commands Using the API. And he also shows API can provide one sets of input to the command.
In my case, the Inventor command "analyze interference" need two sets of inputs. I tried to feed the commands with two selectset input throght API (see attached code). But the command looks like only take one set of them.So the behavior is not what I want.
So if it is possible, how to provide 2 set of pre-defined input to inventor commands throught API?
For exam purpose I'm install Inventor 2012 and after finishing exam Inventor 2012 is uninstalled.
And then I'm trying for run Inventor 2011 but can't run.
So what happen with my Inventor 2012 where before install Inventor 2011 is running normally.
I am running Autodesk Inventor Pro 2012 and am trying to start learning to use my dynamic simulation and FEA features. I recently just purchased the Up and Running series by Wasim Younis. I was working with his models on the multiple actuating jacks and noticed none of the features are constrained in the assembly. Now my question is, is this how these should always be setup? I am working on trying to set up a simulation of a frame I am rotating 90degrees with 2 hydraulic cylinders working together so as to use the strong side of each of the cylinderds when it goes each direction. The way I have it set up I have the whole thing constrained. The 2 cylinders are constrained so that they have their stroke 17.23" and the turntable frame is constrained to rotate 90degrees. So should I remove all constraints to run dynamic simulation? I attatched 2 photos to show the starting position (travel position) and ending position (working position).
View 7 Replies View RelatedI just got the attached error message when trying to exit a sketch that I was editing. Windows says I have 11Gb available so there must be a problem with Inventor. I am now stuck with no way to edit the sketch without getting this error. It's a part that was migrated from 2011 format using task scheduler. Using 2012 SP2
View 1 Replies View Relatedinventor 2012
64 bit machine
12gig ram
and it says I don't have enough memory! How can this be? Its not that complicated of an assembly. I have done bigger. I excluded all the part I'm not using and they are all basic plate and tube parts. There are less than 20 parts in the assembly.
I could open my autocad and inventor dwg files (No I can't post them) fine w/ 2011. Now we upgraded to FDS 2013 and I keep getting this error.
Close programs to prevent information loss:
Your computer is low on memory. Save your files and close these programs:
Autodesk Inventor 2013
I have an iassembly factory that has both both iassemblies generated and checked into the vault.Both com up fine when toggling between both of them on the factory file.
My drawing BOM was looking fine until I added a couple of items to the factory assembly file (items are in all iassemblies). Now I get this "Member Count Error" showing up in certain line items.
I rebuild both iassemblies I can't get the BOM to generate properly. If I toggle to the one iassembly in the factory file the opposite one shows this error message in the BOM.
I'm trying to write a script which would process all the ipt files within assembly and launch certain functions according to a ipt file type.
I've already made such script for dimensioning parts which work for standart parts but not for metal sheets.
Here it is:
Sub Main Dim oApp As Inventor.Application = ThisApplication Dim oAssy As Inventor.AssemblyDocument = oApp.ActiveDocument For Each oSubDoc as Inventor.Document In oAssy.AllReferencedDocuments If oSubDoc.DocumentType = kPartDocumentObject Then Dim oPartPropset As Inventor.PropertySet = oSubDoc.PropertySets("Design Tracking Properties") Dim oPartParam As Inventor.PropertySet = oSubDoc.PropertySets("Inventor User Defined Properties") Dim oParameter As Parameter For Each oParameter In oSubDoc.ComponentDefinition.Parameters oParameter.ExposedAsProperty = True Next oParameter If oSubDoc.SubType = "{9C464203-9BAE-11D3-8BAD-0060B0CE6BB4}" Then Dim d1 = Round(SheetMetal.FlatExtentsLength, 1) Dim s1 = Round(SheetMetal.FlatExtentsWidth, 1) Dim g1 = Round(Parameter("Grubość"),1) FindOrCreateProperty("Długość [mm]", d1, oSubDoc, True) FindOrCreateProperty("Szerokość [mm]", s1, oSubDoc, True) FindOrCreateProperty("Grubość [mm]", g1, oSubDoc,
[code]....
this code distinguishes parts from sheet metal, and launches appropriate functions to get their dimmensions. It just doesnt work for metal sheets somehow. Seems like SheetMetal.FlatExtentsLength is performed from within the assembly, not part as it should be. I must have the addressing wrong. I've tried many things and different functions but nothing works for sheet metal parts.
This code might also be useful for different purposes. I'm also trying to lunch some external scripts for each part within an assembly, but there is no direct function for that (there is one only for internal scripts , based within the file).
i am wanting to use the apprentice server in another program. The apprentice server is 'normally' found in the registry under this key:
ComputerHKEY_CLASSES_ROOTCLSIDC343ED84-A129-11d3-B799-0060B0F159EF
The problem is, that if you uninstall all things autodesk, and run a registry cleaner (or delete that key by hand), and then install only inventor view 2013 and run inventor view 2013, it will *not* create that key in the registry.
This makes it impossible to run the apprentice thru the COM mechanism, even your SDK samples will not work.
(i suspect (but havent proved), the bigger problem is on a brand new machine, install and run only inventor view 2013 , you still can't use the apprentice server.)
The 'workaround' is to install and run inventor view 2012. running inventor view 2012 will create the registry key. After that, running inventor view 2013 will happily update the key's value to the appropriate place.
(C:Program FilesAutodeskInventor View 2013BinRxApprenticeServer.dll)
so try this :
1) run regedit and delete the key and all its subkeys
ComputerHKEY_CLASSES_ROOTCLSIDC343ED84-A129-11d3-B799-0060B0F159EF
2) optionally install inventor view 2013 ('as administrator' or not doesnt matter).
2) run inventor view 2013 ('as administrator' or not doesnt matter). exit it
3) run regedit. the key is not there still. you won't be able to run any SDK samples or get an apprentice server using the following 'basic'
Set ApprenticeServer = New ApprenticeServerComponent
i'm on windows7, x64. (iv2013 is: build 126, Release: 2013 RTM)
is a bug in 'inventor view 2013', or is that intended for some strange reason?
I am having a problem with Inventor 2013. Every time I run/edit then run an iLogic rule my Inventor crashes. I have sent the report in to autodesk, but I need a fix for now.
I have tried a soft reboot, hard reboot, only opening inventor while no other programs are running, disconnection from the internet, etc.
Im quite new to customizing inventor and have been playing around with I-logic. I can get I-logic to enter values into existing ipt paramaters when run from a rule within the idw. I can also get I-logic to create a custom Paramater within the ipt using some copied API code, however I dont know my way around API at all yet. So...
I was wondering if it was possible to create a custom part parameter from an ilogic rule run in an idw with that ipt featured?
I'm a contractor, I've created a really impressive form-driven assembly containing various iLogic rules. However, as i add more rules it is beginning to slow down (increase rule processing time). Should I suggest upgrading to 64-bit and increasing RAM?..could be costly with no increase in performance.
Processor: i7-2600
OS: 32-bit
RAM: 4.00GB
Inventor 2012
I am using corel x3 a long time but never, never had this kind of problem. When i work in corel enviorenment after i have finished my work i go to save my work. But then is the problem It Saves the file with Large Memory on it. let's say if the file normally would be 200 K, now it saves with 3 MB. And if i import some other files in my work then the saved file will be even bigger. If i Delete the files that were imported The Saved File will be Again the same SIZE ! Even if a take one part of the file, let's say if i import only one small text and put it in another file and save it like that, the saved file will be 2 MB. I had a lots of problems, i had saved files on this way with 23-24 MB and when i open them it takes like forever. When you look that file in corel it has nohing in it, absolutely nothing that should be 24 MB. But all of my important work is in that files how to make all things back to normal again,
View 9 Replies View RelatedI do have problem with my newly installed CorelDraw X5. Before X5 we used Corel 12 in our company.
I have project file (150 MB) with lots of text, bitmaps, vectors - about 100 pages. File opens but I can't save it. I always get OUT OF MEMORY error. I even tried to divide this file into 2 smaller parts but still doesn't work.
What I noticed - Corel X5 after clean start (without opened project) takes about 80MB of RAM in task manager. When I open project usage changes from 80MB to 1,2GB. While saving it takes 1,6GB of RAM and it crashes.
To compare - Corel 12 and after opening same project file Corel 12 takes much less of memory - about 770MB and it works without problem.
Where from comes this memory usage difference?
My PC:
Windows 7 - 32bit
4GB of RAM
Intel Core2Duo 2 x 3.0GHz
700GB free space on drive C:
I'm currently using Inventor Professional 2012, and have been experiencing problems with virtual memory usage. In past versions of Inventor, the small bar graph counter at the bottom right-hand corner of the screen (Virtual memory counter? Not sure what to call it...) would "re-fresh" after closing a model, drawing, etc. (i.e. Once closing the file, the counter would change from yellow to green, bringing the virtual memory usage back to zero). However, this isn't happening with 2012, and I'm not sure if the problem is the way Inventor was installed onto my workstation, or if it's a problem with the hardware. A temporary solution has been to shut down Inventor when the bar graph gets too far into the yellow range (or red), and then starting up Inventor again.
Specs for my workstation are as follows: Windows 7 (32-bit), processor is Intel(R) Xeon(R) CPU W3503 @ 2.4GHz 2.39GHz, 3GB RAM.
We recently moved from Inventor 2010 to 2013. Since then we have been having alot of lag problems. One major problem we have found that is giving us lag is our RAM usage. Inventor continually steals more and more ram until its starts to lag out. When I open a large assembly inventor goes from useing 1.2 GB to 4 GB of ram. When I close the assembly the RAM usage stays at 4 GB. If I open another assembly it just builds onto that and can go up to 6 GB before it starts lagging badly. Closing inventor dumps the physical memory.
System:
windows enterprise (no service pack) 7-64 bit
intel(r) Xeon(r) CPU (2 processors)
9 GB RAM
Nvidia Quadro FX 4800 graphics card
Using VB2010 Express to practice writing code to run things in Inventor 2012. I am an extreme beginner at this, and I am trying out a simple program that opens up Inventor, and when you click a button, it will open up the filename listed in the subroutine. I have attached a .jpg of my code. The program will open Inventor, and open the file, but as soon as the file is finished loading and displays on the screen, it throws the error you see in the .jpg.
View 2 Replies View RelatedMy add-in is working fine in Windows 7 with or without Run As Admin.
I have created my add-in using VS 2010 SP1.0.
Now, if I try to launch Inventor(w/o Run As Admin i.e just double click) 2014 SP1.0, in Windows 8, my add-in works fine.
If I launch Inventor with Run As Admin, My add-in stops receiving call backs from Inventor.
I have a rule in the top assembly to update & want to run this as a final 'clean up' after various rules have run in sub assembly parts.
I have a rule within a part at the end of the line. I want this rule to goto the top assembly & run the 'Update' rule.
Is it possible to run force analysis on my part in Inventor? I have used the force analysis before, but never for something so complex in shape. My main issues are constraining the base of the part and applying forces. I tried thickening sections of the part in order to apply a force/constraint, but now Inventor won't recognize the thickened parts as connected to the main body.
On a side note, it won't let me attach my file, which is 122 MB. Is it too large?
I'm seeing a very strange behaviour with the routing though. In the first picture you can see both connection points are lined up in the y plane (measuring 0mm). However in the second picture you can see the route inventor choose for me which is strange. It shows the path moving in the "y" direction before returning in the same direction at the next connection point. I've plenty of room for all bends and piping (I'm using ANSI Schd40 1.5NB - Welded ends). I've tried doing the route manually then connecting the top horizontal section but it again wants to throw an offset or two in there when there is no need.
View 9 Replies View RelatedI know I can make a button on the ribbon for running a specific macro. But, is this possible for iLogic rules? I would love to be able to run rules and launch forms from the ribbon!?
View 5 Replies View Related