12-22-2020
01:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
12-22-2020
01:28 AM
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
Regards,
Dutt Thakar