If you attempt to write an Enum to a TDMS Property the function will return error -68007. "This channel or property value contains a data type that is not recognized by this version of LabVIEW." Reading and writing Enums as Channel Data however works just fine.
There are a few work arounds for writing and reading TDMS properties as Enums, attached is one such example where we write the value as a string, then have to convert that back later. There is extra work involved because we need to generate an error if the string value doesn't exist in the enumeration provided.
This idea is to ad native Enum Reading/Writing to TDMS properties.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.