Activate a own writen module

We are creating a project in Ignition and we also have to develop some modules for extra functionality. Now want to do some duration testing so we want to set the modules in activated or free licensestate.
How to do this?

Reinier Hirs

In your module hooks, override the isFreeModule() method to return true.

1 Like