Mapp Framework multiple parameter sets

Hello all,
I have imported mapp recepie from mapp framework. I see that you have now Machine parameters and Machine settings. I have a project where I have 3 machines in 1 machine and i need 3 different parameter sets. So for example I change parameters on machine 1 and machine 2,3 can be the same. What changes do I need to make to this framework to work like that or what is the easiest way? BR, Tobias

1 Like

Hi Tobias,

You can handle different parameter sets with the Categories parameter, which is available on both the MpRecipe blocks as well as MpRecipeRegPar.

By linking certain variables with a particular category (which is just a string), you can load and save only those variables without affecting the rest of the recipe. mappFramework has categories for “Parameters” and “Machine Configuration”:

If you wanted to mimic mappFramework for your scenario, you could create additional categories for your other machines which would allow you to load and save their settings independently of other machines.

mappFramework is also using a separate save file for each category. This can be done by modifying the FileName input before you perform a Load or Save.