I am creating a custom module in SigmaStudio+ using the algorithm designer and have successfully created the DLL. However, I am having issues with getting default values for the parameters to work.
I have created variables for each parameter, which I have given a value:
And I have assigned those variables to the parameters and they have picked up the correct values:
And I have assigned the variables to the UI controls and even set the UI control values to the desired default values:
However, when I add the generated module to a schematic, it doesn't have the desired default values:
Am I missing something?