Ignition 8.3: Building a custom tag historian module

Thanks @David_Stone!

Spelling this out for anyone else working on this, you'll need to:

  1. Create a .properties file - file path and keys need to match the values provided in the extension point
  2. Add and remove the bundle using BundleUtil

Thanks for all the great details @Gabor_Monostori, they've helped a lot!

I've got my historian able to be created manually through the gateway web page, but I would like to create an instance at module setup time. I wasn't able to find any examples of how to instantiate extension points.

Are you able to share how you were able to programatically create historian instances?