Post Go back to editing

SigmaStudio+ Custom Module Default Values

Category: Software

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?

Parents Reply
  • I am using SigmaStudio+ Version 2.0, build 8299, revision 33096 and am building the module for ADSP-21593.

    I also think I have found a bug with it not remembering the sizes of numeric array variables. If I change the size of a Numeric Array variable from the default value of 10, save the Algorithm Designer project, close and reopen it, it goes back to 10.

Children