Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
mjordan2
391 Views, 1 Reply

iLogic "build" tool for IDE users

I've made a simple script that collects vb files within a directory and merges them into a single iLogicVB file to be run in inventor. It's called iLogic Collector, and you can find it here: https://github.com/jordanrobot/iLogicCollector

 

I made it to help with testing an add-in I'm working on and to help me organize my more complicated ilogic scripts.
 
I've started using visual studio in the past year and find it hard to go back to the inventor ilogic editor. One thing that's come out of it, I've been putting my code into file-per-class format for more strict oop code. This tool lets me bind those single files together into a single file to run from ilogic. I can drop the "compiled" file onto our shared ilogic folder on the network and everyone can access the script, while the source stays in a backed up git repo.  That way I can also keep my sugary VS and R# goodness.
 
Hopefully someone else finds it useful.