AutoCAD Inventor :: Parallel Threading In ILogic

Jan 31, 2013

We have been experimenting with Parallel threading. The situation is that I have an assembly that contains multiple parts (approx. 40) which all have contained "almost" the same code. In order to rationalize this; we have rearranged the code in such way that we now only reference External iLogic rules form these 40 part files (only one place to revise the code if necessary).

The side effect to this rationalization has been the we have problems in executing the codes in parallel, see this simplified example:
 
Imports System.Threading.TasksParallel.For(1,40, Sub(h As Integer) iLogicVb.RunRule ("Part "& h &"", "iTriggerRule") End Sub) 

 Now all of these 40 part files try to execute their code.
 
'Configutation of Part filesiTrigger=iTrigger0iLogicVb.RunExternalRule("Cut configuration")iLogicVb.RunExternalRule("Bracing of the part")iLogicVb.RunExternalRule("Parameter context")

As they all are dependent upon running the same external rules the result is that not all part files are updated according to the required design requirements. It seem as if one of the part files calls the external rule and the rule is "busy" handling another part file it just terminates without warnings or errors.

Can multiple part files run the same external rule at the same time? Is there some form of queue? I do not get any warnings or errors, the partfiles just do not update. How can I make sure that all the part files run the external rules and is there a way of checking this?

View 3 Replies


ADVERTISEMENT

AutoCAD Inventor :: Remember Last Selection While Threading

Apr 26, 2012

I use INV2013.  I happen import a solid part with lots of holes. I wanted add thread to 15 off existing same size holes.

1.  I am unable to select more than 1 hole at a time to add thread.  Need to go one by one.

2.  But, thread option doesn't remeber the last thread details selected.  So, I need to reenter all the details again.  which is time consuming. 

View 8 Replies View Related

AutoCAD Inventor :: Parallel Constraint In Assembly

Dec 29, 2011

This is probably a simple one that I am missing, but how do I get a parallel constraint applied to these two edges.

View 4 Replies View Related

AutoCAD Inventor :: Constraining 2 Jaw Parallel Gripper

Nov 6, 2013

Is there a way to have a 2-jaw parallel gripper's jaws move in synch?  That is when I move 1 jaw the other one moves the same distance.

View 9 Replies View Related

InDesign :: Threading Two Different Text Boxes?

Mar 4, 2014

How do you thread two different text box with two different text format? Eg. Text Box

1: Font Size 50pt...Text box
2: Font Size 10pt..

Once you thread the two text boxes; and delete the content in Text box 1, what ever the content that flows to Text box 1 from text box 2 should auto format to Font Size 50.

View 5 Replies View Related

AutoCAD Inventor :: Bolted Connection Between Non-parallel Surfaces?

Jun 1, 2012

Having trouble bolting through a beam onto a tappered face of a channel. In RL a tapered washer would be used,  though they exist in Content Centre it doesnt work with the application.

View 1 Replies View Related

AutoCAD Inventor :: Close ILogic Form With VBA Or ILogic Rule

Aug 19, 2013

how can I close an iLogic Form from either an iLogic Rule, or a VBA Rule (VBA is the Preferred method)?

View 5 Replies View Related

AutoCAD Inventor :: How To Align Model View Parallel To Axis

Jul 8, 2013

My part is at an arbitrary angle relative to one of the planes and i cannot align the view in a drawing to be horizontal.I try to make a view, in the part file, in which the model will be horizontal, but there isn't any precise input for views.

I used the Look At tool to look at one face and all i need now is to rotate the view 90 degrees round one axis, but when i touch the line of the compass in the Constrained Orbit command the view jumps back to some position.

View 2 Replies View Related

AutoCAD Inventor :: Flange To Have Flat Pattern Sides Parallel

Feb 13, 2013

Is there an easy way to flange so that the flat pattern comes out with the two sides' faces are parallel to each other?  I have attached the part I am trying to work with.

View 1 Replies View Related

AutoCAD Inventor :: Create Midplane Between Parallel Faces Of Two Different Parts Or Not

Nov 18, 2012

After reading the documentation for IV 2013, I'm not sure if it's possible to create a midplane between parallel faces of two different parts or not.  I've tried using the workplane buttons in both the 3D Model and the Assembly tabs with no joy.

Product Design Suite 2013 Ultimate
Windows 7 64-bit
Intel Core 2 Quad Q9300 2.5GHz
8 GB RAM
Nvidia GeForce 8800 GT

View 9 Replies View Related

AutoCAD Inventor :: Embossing Text Around Cone Parallel With Bottom Plane

Apr 26, 2012

I have tried everything.  Its not really a cone, but same difference its a bottle neck.  I want the company name around the bottle neck.

View 2 Replies View Related

AutoCAD Inventor :: Vertical Alignment Of Points On Separate Parallel Planes

Sep 21, 2012

Basically, I have two workplanes which are parallel to each other and offset by a certain distance. As illustrated in the picture below, I'd like to constrain points from each plane to have the same vertical alignment as those from the other plane (horizontal too, I suppose, but the horizontal dimension will be the same anyways).

View 1 Replies View Related

AutoCAD Inventor :: How To Connect Two Sheet Metal Faces With A Bend When Edges Are Not Parallel

Jul 17, 2013

I want to connect two sheet metal faces with a bend. Bend works if two parallel edges are selected. Is there a way to connect two faces with a bend if the two edges are not parallel?

View 5 Replies View Related

AutoCAD Inventor :: Section View Not Parallel With Section Line?

Nov 19, 2011

why my section is not parallel with my section line. I did constrain my section line in the section line sketch.

View 2 Replies View Related

AutoCAD Inventor :: ILogic Design Copy - Error Copying A File / Inventor Crashes

Nov 5, 2013

I'm trying to use iLogic Design Copy to copy an assembly and all its associated parts to another directory. The assembly contains content center parts. Inventor warns me that the destination file of one of the CC parts (and 18 others) will be overwritten. When I go ahead and copy anyway, the copying process stops at that specific CC part. The Design Copy Progress dialog box states there is an error copying that CC part. When I close the Design Copy Progress dialog box, Inventor crashes.

The error copying the CC part: I'm allowed to use content center parts in iLogic Design Copied stuff, right? I searched some related topics and I'm under the impression that Inventor keeps the CC parts in its own directory and shouldn't be trying to overwrite them.

View 3 Replies View Related

AutoCAD Inventor :: ILogic Min Or Max?

Nov 13, 2013

I am doing a tie rod the issue I have is when the length is between 2.001 and 2.250 we would drill thru all but only tap the ends .750 deep. If the part is 2.000 would would drill and tap thru in one step and not have to rotate the part in the lathe.

How do I get ilogic to understand if my number is between this 2.001 and 2.250 to lengthen the drill length parameter?Or add a mid plane cut? ( trying now code below reflects this try)

 Not sure what way I want yet but I just can't seem to find a snippet or code to do this. I tried to add a list in the parameters for it to read but seems to do nothing.

If LENGTH <= "2" ThenFeature.IsActive("Thru_All") = TrueFeature.IsActive("Hole_A") = FalseFeature.IsActive("Hole_B") = FalseiProperties.Value("Project", "Description") = "RETURN ROLLER SHAFT, " & iProperties.Value("Custom", "DIAM") & " Ø S/S, TAP THRU 3/8-16, " & iProperties.Value("Custom", "LENGTH") & " LONG"ElseFeature.IsActive("Thru_All") = FalseFeature.IsActive("Hole_A") = TrueFeature.IsActive("Hole_B") = TrueiProperties.Value("Project", "Description") = "RETURN ROLLER SHAFT, " & iProperties.Value("Custom", "DIAM") & " Ø S/S, TAP BOTH ENDS 3/8-16, " & iProperties.Value("Custom", "LENGTH") & " LONG"End IfIf LENGTH = (My_List) ThenFeature.IsActive("Mid_Cut") = TrueElse Feature.IsActive("Mid_Cut") = FalseEnd If

View 2 Replies View Related

AutoCAD Inventor :: BOM XML Import Via VB Or ILogic?

Mar 8, 2011

Possible to run the 'import .xml structure' routine for an assembly BOM using either iLogic or VB?? I'm trying to replicate the Import button at the bottom of the BOM screen....

View 5 Replies View Related

AutoCAD Inventor :: ILogic Component Add

Jan 16, 2013

What I am trying to do is insert a part into an assembly file using iLogic. I basically want to mimic Inventor’s “Place” command using ilogic, maybe something like this:

oPath = ThisDoc.Path & ""
oFile = "File.ipt"
Component.Place(oPath & oFile, False)

View 1 Replies View Related

AutoCAD Inventor :: ILogic - Export DXF From DWG

Jun 20, 2013

This att. doc shows rule for exporting dxf out of drawing. It is working on one sheet just perfect. In multi sheets it save allways with same name. I want to choose from which sheet i need dxf but to be saved by sheet name or model properti name. Is that possible?

View 9 Replies View Related

AutoCAD Inventor :: ILogic DWF Merge

Aug 28, 2013

I have an external ilogic rule that creates a set of DWF drawings for all parts and subassemblies (as long as the idw files exist) within and including a main assembly.

I would like to merge all the DWF drawings of the sub assemblies and component parts into the DWF of the main assembly. Is there a method within DWFAddIn that will allow me to merge the files? Is there another way that I can merge the DWF files using the same ilogic rule (one rule to create and merge all DWF's together?)

View 3 Replies View Related

AutoCAD Inventor :: Extrusion Using ILogic

Aug 9, 2012

I have closed profile "Sketch1" placed on one of the parts in Assembly.

Suggest iLogic code to create cut Extruson (Extents=All) based on the "Sketch1"

View 6 Replies View Related

AutoCAD Inventor :: Set PDF Metadata Using ILogic

Jan 9, 2013

I´ve found some iLogic code to print a drawing to a PDF document. After some minor modifications it works just fine, but I would like to add some code which allows med to set PDF properties (such as "title", "author", etc.) with values from iProperties. How can I do that? Is it possible? (I'm new to iLogic).

View 6 Replies View Related

AutoCAD Inventor :: Managing LOD With ILogic

Jul 12, 2013

I use simple set of iLogic rules to manage product configuration through the assembly LOD. Assembly is really simple not more then 30-50 parts. Still I manage to crush Inventor fairly often. Some days 5 and more crashes! Several times sent crash report to AutoDesk for no joy. Never got any feedback. 

I am just getting an impression that Inventor does not like LOD manipulated with iLogic for some or the other reason.

View 5 Replies View Related

AutoCAD Inventor :: ILogic In Drawings

Dec 19, 2011

I am slowly learning about ilogic, and have created parts and assemblies that are run by rules. My next question is, what exactly can ilogic do for drawings? I've looked at the wikihelp, but I am not a natural at programming and I need more than a list of functions with brief descriptions to get me started.

I'm looking for code snippets, other discussions, tips, tricks, and/or tutorials to get info what I can do with ilogic and the API that can automate parts of the drawing process.

View 2 Replies View Related

AutoCAD Inventor :: ILogic To Sort BOM?

May 22, 2012

I have been unable to find any code to sort the BOM, there are lots of snippets to sort and modify the Parts list.

How to sort the Assembly BOM?

Sort parameters:

PARTS Only

"BOM Structure"

then by

Custom Parameter "TYPE"

Then By

Part Number

Then "Renumber" starting at 1

Autodesk Product Design Suite Premium 2014 SP1 Build 222
Intel Core i7 (950@3.07GHz)
Windows 7x64 (Home) - 12GB Ram
Nvidia GeForce GTX 560 Ti (1Gig - Ver:331.65)

View 1 Replies View Related

AutoCAD Inventor :: 3D Model With ILogic

Aug 22, 2012

I made a 3D model with ilogic to control features to be suppressed or compressed. Because there are lot of features need to do so (need almost 4 to 5 min.) , when I run the rules, it came "Rule timeout" issue as pictures.

I used:

 Feature.IsActive (myFeature) = status

to control the feature be suppressed or unsuppressed .

View 8 Replies View Related

AutoCAD Inventor :: Trying To Get Started With ILogic

Aug 1, 2012

I'm trying to get started with iLogic, but I have no coding background and no VBA experience in Inventor, so I'm looking for a good site or resource that explains iLogic and gives working examples.

View 3 Replies View Related

AutoCAD Inventor :: ILogic BOM Manipulation

Nov 30, 2012

When we create a manifold assembly we like to itemize each part individually. Meaning that if we have 5 valves that are the same, we show those as 5 separate items on the BOM. This makes for easier troubleshooting with a customer over the phone. Unfortunately there appears to be no way to manage this natively within Inventor, so we have to edit the BOM manually which defeats the whole idea of automated BOMs. I was hoping some code could come to the rescue. One thought I had was to export the BOM to excel and then have some automation within excel to re-number and sort the BOM, once complete import it back into Inventor in a table.

View 7 Replies View Related

AutoCAD Inventor :: ILogic DWF Export

Jan 14, 2011

I have problems to export dwf with ilogic

I use parts of the snippets than ships with inventor, but I can not export the 2d and 3d in the same dwf.

Perhaps it might have something to do with that when I export a 2d file the traditional way only 2d gets exported to the dwf if i dont open the tab that lets you choose 2d and 3d model.

Even if i have the 3d model checked i have to open the tab to get both 2d and 3d, if i dont open the tab only 2d

Here is the code.

path_and_name = ThisDoc.PathAndFileName(False)
DWFAddIn = ThisApplication.ApplicationAddIns.ItemById("{0AC6FD95-2F4D-42CE-8BE0-8AEA580399E4}")
oDocument = ThisApplication.ActiveDocument
oContext = ThisApplication.TransientObjects.CreateTranslationContext
oContext.Type = IOMechanismEnum.kFileBrowseIOMechanism
[code]......

View 4 Replies View Related

AutoCAD Inventor :: Features On And Off With ILogic?

Oct 19, 2012

I want different features on and off with iLogic.

I have a text parameter with a choice menu of 1,2, and 3

This I want some features  on and off.

If I pass the parameter I get a message: No feature found with the name. Mvg Jos

Your drawings are only as good as the symbols that complete them...

View 9 Replies View Related

AutoCAD 2010 :: 3D Parallel Projection

Oct 21, 2011

Some time ago i used express tools to save my sysvar settings and now when i read the old settings back in, i'm put in 3D parallel project mode. I know this because i have the background color for this mode set to something other than the background color for 2D model space. But now i can't get out of 3d parallel projection mode.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved