Community
Inventor Forum
Welcome to Autodesk’s Inventor Forums. Share your knowledge, ask questions, and explore popular Inventor topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Problem to get parameter from ipt file

10 REPLIES 10
SOLVED
Reply
Message 1 of 11
zdhrichard
596 Views, 10 Replies

Problem to get parameter from ipt file

I created a *.iam file. And from this asembly file, I need run some rules in *.ipt file.

I use

Parameter("PartA:1", "d12") = d12

to give d12 parameter in my assembly to d12 parameter in *.ipt. It works.

 

But I need get parameter in the *.ipt file after running the rules in *.ipt.

 

so, I put 

 

d13 = Parameter("PartA:1", "d13")

 

following above line.

 

But everytime, I just be able to get the result before *.ipt run the rules, not after.

 

I noticed the rules in assembly were compeletely run, then run the rules in *.ipt. So, the result is not correct.

 

Could somebody help to solved this issue?

 

I am using Inventor 2009 with ilogic. XP OS.

Rich

Autodesk Inventor Professional 2018 (64 Bit Edition)
Build: 284, Release 2018.3
Windows 7 Professional Service Pack 1
Intel(R) Xeon(R) CPU E5645
12.0 GB Memory
10 REPLIES 10
Message 2 of 11
Inv_kaos
in reply to: zdhrichard

From what I can tell you are trying to pull d13 back from your part into your assembly after the part updates. In that case all your code should be in the assembly, not the part file, just like the below.

 

Parameter("PartA:1", "d12") = d12
d13 = Parameter("PartA:1", "d13")

 Works for me if I make d13 in the part a function of d12, it then updates the d13 in the assembly to match after the part is updated.

Please mark as "Accept as Solution" if it answers your question or "Kudos" if you found it useful.
---------------------------------------------------------------------------------------------------------------------
Stew, AICP
Inventor Professional 2013, Autodesk Simulation Multiphysics 2013
Windows 7 x64 Core i7 32GB Ram FX2000
Message 3 of 11
zdhrichard
in reply to: Inv_kaos

Sorry, I made a mistake in my description. In fact, what I used for second line is as following:

 

d13 = iProperties.MaterialOfComponent("PartA:1")

d14 = iProperties.Value ("PartA:1", "Summary", "Title")

 

and so on.

 

I cannot get correct updated d13 & d14.

 

And I just testes, even I use

d13 = Parameter("PartA:1", "d13")

I cannot get the updated value.

 

Rich

Autodesk Inventor Professional 2018 (64 Bit Edition)
Build: 284, Release 2018.3
Windows 7 Professional Service Pack 1
Intel(R) Xeon(R) CPU E5645
12.0 GB Memory
Message 4 of 11
Inv_kaos
in reply to: zdhrichard

2013. Try add the below after the first line of code. I don't have access to 2009 so I can't test it.

 

InventorVb.DocumentUpdate()

 

Please mark as "Accept as Solution" if it answers your question or "Kudos" if you found it useful.
---------------------------------------------------------------------------------------------------------------------
Stew, AICP
Inventor Professional 2013, Autodesk Simulation Multiphysics 2013
Windows 7 x64 Core i7 32GB Ram FX2000
Message 5 of 11
zdhrichard
in reply to: Inv_kaos

I tried, it does not work too.

In fact, I tried

iLogicVb.UpdateWhenDone= True

RuleParametersOutput()

InventorVb.DocumentUpdate()

 

and so on, still does not work.

 

Maybe it is a bug in 2009. 

Rich

Autodesk Inventor Professional 2018 (64 Bit Edition)
Build: 284, Release 2018.3
Windows 7 Professional Service Pack 1
Intel(R) Xeon(R) CPU E5645
12.0 GB Memory
Message 6 of 11
Inv_kaos
in reply to: zdhrichard

Possibly, 2009 was pretty basic, a lot has changed since then with iLogic. Maybe an iLogic guru will comment.

 

Why are you on such old software anyway? Multi-body was introduced in 2010, among other enhancements since then that would easily enhance your productivity way more than the cost of the software.

Please mark as "Accept as Solution" if it answers your question or "Kudos" if you found it useful.
---------------------------------------------------------------------------------------------------------------------
Stew, AICP
Inventor Professional 2013, Autodesk Simulation Multiphysics 2013
Windows 7 x64 Core i7 32GB Ram FX2000
Message 7 of 11
zdhrichard
in reply to: Inv_kaos

For software, it is decided by IT department of company.

In fact, we plan to update to latest version of Inventor and Vault. Even we got all software and new computer, but it looks like there are some trouble to move everything from 2009 (32 bits) to 2013 (64 bits), especially for Vault.

Out IT is still test them before we could use it.

 

We tried move Vault to 2010 one month ago, our database is crashed which made use cannot work for almost one week.

 

Still, there are some issue did not fixed by AutoDesk for move 2009 (32 bits) to 2013 (64 bits) Inventor and Vault.

Rich

Autodesk Inventor Professional 2018 (64 Bit Edition)
Build: 284, Release 2018.3
Windows 7 Professional Service Pack 1
Intel(R) Xeon(R) CPU E5645
12.0 GB Memory
Message 8 of 11
Inv_kaos
in reply to: zdhrichard

Engineering software decisions should always be dictated by the engineering department, period. It is the responsibility of the IT department to handle deployment only. If engineering management hasn't already changed these systems then I would look for a new job - easier than fighting the system.

 

Other companies have managed to migrate to the new software, have you opened up a supprt request with Autodesk on this matter?

Please mark as "Accept as Solution" if it answers your question or "Kudos" if you found it useful.
---------------------------------------------------------------------------------------------------------------------
Stew, AICP
Inventor Professional 2013, Autodesk Simulation Multiphysics 2013
Windows 7 x64 Core i7 32GB Ram FX2000
Message 9 of 11
zdhrichard
in reply to: Inv_kaos

Thanks lot for your words, Stew. You have very good point.

 

As I mentioned, we got all softwares and new computers.

 

But

 

Vault has trouble to move date from 32 bits to 64 bits so far. Even Autodesk, cannot help us fix this issue yet.

 

And besides Inventor, we need use other software which is built on Inventor, if moving to latest of Inventor, that software does not work.

 

Eveything is not so easy. If we just think our engineering, everything will be mess up as we tried move to 2010 Vault but we almost lost all of our date. Just one version different, no more than say from 2009 to 2012 or 2013.

 

New software is good, but you need think whether it is compateible with other softwares. Before you use it, you need lot of testing.

 

I understand our IT department.

Rich

Autodesk Inventor Professional 2018 (64 Bit Edition)
Build: 284, Release 2018.3
Windows 7 Professional Service Pack 1
Intel(R) Xeon(R) CPU E5645
12.0 GB Memory
Message 10 of 11
zdhrichard
in reply to: zdhrichard

Finally, I found the reason and solution.

 

Original code, I used 7

Parameter("PartA:1", "d12") = d12

to transfer information.

 

This may cause the trouble.

 

Now, I combined this 7 parameter together to transfer information, it works fine now.

 

Sometimes, solution is so simple.

 

And I do not know whether new version could use many parameter to transfer information.

Rich

Autodesk Inventor Professional 2018 (64 Bit Edition)
Build: 284, Release 2018.3
Windows 7 Professional Service Pack 1
Intel(R) Xeon(R) CPU E5645
12.0 GB Memory
Message 11 of 11
zdhrichard
in reply to: zdhrichard

I found the real solution is I have to check "Fire Dependent rules immediately" option. Otherwise, it does not update

Rich

Autodesk Inventor Professional 2018 (64 Bit Edition)
Build: 284, Release 2018.3
Windows 7 Professional Service Pack 1
Intel(R) Xeon(R) CPU E5645
12.0 GB Memory

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report