07-22-2021 04:48 AM
I'm working with LabVIEW VIs in TestStand. I am allocating labVIEW enum output to the one custom enum created in teststand. but, all good but I am unable to log the enum name of selected enum value. Would it be possible?
Could someone how to do it?
08-15-2021 07:20 AM
Check this: https://forums.ni.com/t5/NI-TestStand/GetValString-quot-quot-PropOption-CoerceFromEnum-is-not-workin...
11-25-2021 02:33 AM - last edited on 11-03-2024 02:47 PM by Content Cleaner
Hello Chandu29,
The default TestStand schemas only log the numeric values for Enumeration data types in the PROP_RESULT and PROP_BINARY tables.
For more depth information please review this article: Logging Enumerations as Strings - TestStand Help - National Instruments (ni.com)
Best Regards.