Events viewer

Events viewer

Anonymous
Not applicable
1,417 Views
17 Replies
Message 1 of 18

Events viewer

Anonymous
Not applicable
  • Where is Event viewer located in Inventor 2020, I am running Windows 10, user and dev tools are already installed but in see nothing related in sdk folder
0 Likes
Accepted solutions (1)
1,418 Views
17 Replies
Replies (17)
Message 2 of 18

WCrihfield
Mentor
Mentor

Was it an example AddIn provided by Autodesk in your previous install of Inventor?

Was it located in that SDK folder within your previous Inventor installation directory?

Or are you looking for a way to view events using either iLogic, or VBA?

Wesley Crihfield

EESignature

(Not an Autodesk Employee)

0 Likes
Message 3 of 18

Anonymous
Not applicable
I never used it in the previous version, I would have to check if it is in
the older versions sdk folder, just don't wanna run into compatibility
issues if I use the older event viewer with latest inventor version, but
yeah I would like to use it to listen to inventor events for ilogic/vb. I
have Visual studio community 2019 installed
0 Likes
Message 4 of 18

WCrihfield
Mentor
Mentor

 

I too have Vidual Studio Community 2019 installed. I got the User tools installed, but could never get the Dev Tools to install.  Every time I tried to install it, the installer kept saying it couldn't find Visial Studio, for some reason.

So, I can't direct you to the AddIn, but there are ways to work with events within the code environment.

I took the following screen shots of the drop down at the cursor within the iLogic Rule Editor screen.

  Events 1.pngEvents 2.png

You can experiment with these if you want.

Wesley Crihfield

EESignature

(Not an Autodesk Employee)

0 Likes
Message 5 of 18

Anonymous
Not applicable

I would like to know when those events happen though. Idk if I am making sense, like seeing some debug logs to know which event happens when I click something in the UI

0 Likes
Message 6 of 18

JelteDeJong
Mentor
Mentor

I did't know there is (or used to be) an eventviewer from Autodesk. As part of an other project i made a very simple eventviewer. you can have a look at it:

https://github.com/hjalte79/ILogicRuleTester 

(in the solution start the InventorEventTester)

 

Jelte de Jong
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature


Blog: hjalte.nl - github.com

0 Likes
Message 7 of 18

bradeneuropeArthur
Mentor
Mentor

Are you seaching for the eventwatcher?

This is located in the SDK folder of inventor.

 

Found under:

C:\Users\Public\Documents\Autodesk\Inventor 20xx\SDK\DeveloperTools\Tools\EventWatcher\bin\Release\E...

 

Regards

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

0 Likes
Message 8 of 18

Anonymous
Not applicable
Does not seem to be there in Iv 2020
0 Likes
Message 9 of 18

bradeneuropeArthur
Mentor
Mentor

Hi,

 

Is the folder there?

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

0 Likes
Message 10 of 18

Anonymous
Not applicable

I don't even have the Tools folder inside the devtools folder

0 Likes
Message 11 of 18

bradeneuropeArthur
Mentor
Mentor

Do you have these files:

C:\Users\Public\Documents\Autodesk\Inventor 2020\SDK\usertools.msi

C:\Users\Public\Documents\Autodesk\Inventor 2020\SDK\developertools.msi

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

0 Likes
Message 12 of 18

Anonymous
Not applicable

Yes I have them both, DevTools folder only has VBAddinTemplates and VCSAddinTemplates folders inside it

0 Likes
Message 13 of 18

bradeneuropeArthur
Mentor
Mentor

Do you have the msi files from the pevious post?

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

0 Likes
Message 14 of 18

Anonymous
Not applicable

Yes both files are there, there the ones I used for the installation

0 Likes
Message 15 of 18

bradeneuropeArthur
Mentor
Mentor

I need to take a look tomorrow for the 2020 installation.

I will inform you then, ok?

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

0 Likes
Message 16 of 18

Anonymous
Not applicable
No worries buddy
0 Likes
Message 17 of 18

bradeneuropeArthur
Mentor
Mentor
Accepted solution

I have taken a quick look for you

 

for 2020 it is there with my setup:

 

2020.PNG

 

What version of visual studio do you have installed?

Can you reinstall the MSI files again?

Let met know the reuslt.

Regards,

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

Message 18 of 18

Anonymous
Not applicable

I found the awnser on another thread, I had visual studio 2019 installed, I installed 2017 and réinstalle the msi files, everything works fine now