07-24-2019 02:36 AM
Hello,
I need to create costom type definitions in TeststandSeqnence file, I will have more than 400 enums to create.
Is there a way to create enum and define its values from labview using testtand API?
07-24-2019 03:47 AM - edited 07-24-2019 03:49 AM
You mean want to create typedef automatically?
Programmatically Create a Type Definition Using VI Scripting
07-24-2019 06:01 AM
No, I need to stript enum typedefinitions placed inside teststand sequence file:
If posible I would like to use TS API and labview if possible.
07-26-2019 04:33 AM
Go in the module tab where you call your VI.In the list of parameters of your VI, identify your enum. You should see an icon to create/Update data type of the enum in TestStand
Regards
07-26-2019 05:37 AM
It is an option but if I have more 350 enums I would have to create 350vis and pass them to sequence and click on create or update icon.