Help needed with ilogic?

Help needed with ilogic?

Anonymous
Not applicable
711 Views
5 Replies
Message 1 of 6

Help needed with ilogic?

Anonymous
Not applicable

I'm reasonably new to inventor (yes, any ex solidworks user). Recently I started a new job at an industrial kitchens manufacturer. What I'm trying to set up is a scenario where we can enter sizes for say a worktop height, length, depth etc and it would create the table model and drawings. Currently I'm doing it a rather long winded way simply because it's all I currently know.

Using iLogic forms in the worktop sheet metal  part, I create some parameters, which are then entered via an iLogic form, These parameters in turn are linked into the frame that support the work and obviously the drawings update accordingly. It works, in a kind of convoluted way but it's far from ideal. Much better would be that the info' was entered from the main assembly instead of having to open the worktop or which ever part controls the parameters. The other problem is copying the whole ensemble as a new, separate entity for the next table. Inventor assemblies are by far the the most awkward thing to copy. The iLogic Design Copy's insistence of copying the whole path to the new assembly beggars belief and suddenly you're going through more sub-directories than a maze to find the parts you require and pack and go, lets not go there...... Should be straight forward but very rarely is as it's insistent on copying required libraries, parts et al. I'd fill a 2 terrabyte drive in 12 months with all the copies of files, libraries and parts! Oh, and we don't use vault so that way (which is probably the best way to copy designs in fairness) isn't an option.

 

So what i need is to be able to open/copy an assembly asa template assembly, enter my desired dimensions, and have parts, assemblies and drawings update accordingly. What and how is the best way?

 

PS Any links to tutorials on what you suggest would also be very much appreciated.

 

Dave

 

 

 

0 Likes
Accepted solutions (1)
712 Views
5 Replies
Replies (5)
Message 2 of 6

Xun.Zhang
Alumni
Alumni

Howdy @Anonymous, I see that you are visiting as a new member to the Inventor Forum.
Welcome to the Autodesk Community!

 

Oh, yes, iLogic is wildly used and most powerful tool in furniture design industry which is so called design automation, we have a mount of customers working on that with iLogic, below are a short video from youtube which you can startup.

 

By the way, some of AU lessons are good to take as well.

https://www.autodesk.com/autodesk-university/class/iLogic-Design-Success-2016

Hope it helps!


Xun
Message 3 of 6

Anonymous
Not applicable

Hi Xun,

Thanks for the response, that's basically exactly what I want, the videos are great but the question is where do I garner this information to achieve it? Yep, code, great, how? lol I know what I want, it's how i achieve it I need to discover. There appears very little on learing iLogic. or it could me looking in the wrong place.

0 Likes
Message 4 of 6

philip1009
Advisor
Advisor

iLogic isn't a tool that can be easily picked up and used as it can be used to automate almost all aspects of Inventor.  To start off with, iLogic uses a coding language called Visual Basic along with some built-in tools and shortcuts (Snippets) to make the connections with inventor a little easier.

 

Here's a playlist to teach you legit VB, just keep in mind it's not exactly the same way iLogic is written, but it takes you through most of the language you'll be using, https://www.youtube.com/playlist?list=PLC601DEA22187BBF1 .

 

Here's a good playlist to take you through writing some iLogic code with basic and advanced stuff, https://www.youtube.com/playlist?list=PLetTiL10gBjH1duj0BKQObSejXfTD16Vh .

 

Here's how you access the help guide for Inventor iLogic and the API (Application Programming Interface), API Help_edited.jpg

 

For future help I recommend you head over to the Inventor Customization forum to find and make posts to help you get started and write every step of your code.

0 Likes
Message 5 of 6

Anonymous
Not applicable

Thanks Phillip,In t

I suspected as much. he videos Xun helpfully linked the guy who made them proclaimed "No programming experience was required" which differed from what I'd managed to find. The lack of general info' out there gives me the impression it's more a black art.

 

Thanks guys

Message 6 of 6

Anonymous
Not applicable
Accepted solution

Thanks guys for the suggestions.

 

Rummage around enough you usually find what you're looking for, this was mine.

https://forums.autodesk.com/t5/inventor-forum/set-part-parameters-in-assembly/m-p/5692023

There's probably better refined ways to do it but this will achieve what I'm after for the short term.