Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
dutt.thakar
in reply to: Anonymous

@inzerciaweb 

 

To Drive the values from Excel to Inventor, what you can do is use GoExcel snippets inside iLogic. You will find them in the Excel data link group under System snippets.

 

Please check out this screencast. I have tried to replicate your example very quickly.

 

See this code and try creating it according to your requirement and check how it works.

 

ExcelFile = "C:\Vault\Designs\GoExcel.xlsx"
ExcelSheet = "Sheet1"

GoExcel.FindRow(ExcelFile, ExcelSheet, "name", "=", Name)

S1 = GoExcel.CurrentRowValue("s")
hl1 = GoExcel.CurrentRowValue("hl")
v1 = GoExcel.CurrentRowValue("v")


RuleParametersOutput()
iLogicVb.UpdateWhenDone = True
InventorVb.DocumentUpdate

 

 

 

 

If this answer has solved your problem please ACCEPT SOLUTION and hit like if you found it helpful..!


Regards,
Dutt Thakar
LinkedIn