Count up and down parameter value with slider bar

Count up and down parameter value with slider bar

Anonymous
Not applicable
1,415 Views
3 Replies
Message 1 of 4

Count up and down parameter value with slider bar

Anonymous
Not applicable

Does anybody know how to count up or down the value of a parameter with a slider bar.

 

For example I want to change the parameter "Distance" between the value of 0 and 7000 mm with steps of 1 mm , with the help of using a sliderbar  (up - down)

 

When changing the sliderbar the assembly should update immediatly

 

Is this possible with iLogic or do i need VBA

 

 

0 Likes
1,416 Views
3 Replies
Replies (3)
Message 2 of 4

MjDeck
Autodesk
Autodesk

In Inventor 2012, you can do it with an iLogic Form.  In Inventor 2011 or before you would have to use VBA or VB.NET.


Mike Deck
Software Developer
Autodesk, Inc.

Message 3 of 4

Anonymous
Not applicable

Hi Mike, Thanks,

 

I'm searching to find the sliderbar that i can attach to the parameter in iLogic but i can't find it.

 

I'm using Inventor 2012

 

Thank if you can help me.

0 Likes
Message 4 of 4

MjDeck
Autodesk
Autodesk

The Add Form command is hidden in the drop down under the iLogic panel on the Manage tab:

AddForm1.png

 

That command will put you in the Form Editor.  Dragging a parameter from the left to the right will add it to the form.  To attach a slider to it, click o nthe parameter on the right and look at the Properties.  Change the property named Edit Control Type.

Slider1.png


Mike Deck
Software Developer
Autodesk, Inc.