hello, i have this project (labview 2021 sp1) Its a steptype that i use on teststand.
The steptype works properly, the only problem i have is with the event triggered with the "save" button: whenever i open the edit panel from teststand and click save after i edited some parameters, the "set data" subvi should configure every parameters on teststand and update it with my values.
It works properly eccept with enums, which are not created in the step parameters in teststand. I tried editing the "class name" case structure inside the subvi adding the case "Enum" and doing the same thing that it does in the case "digital" and "ring" but it doesnt work.
Am i doing something wrong? is there another step i have to do to configure enums in teststand?