Owning Palette: Advanced TDMS VIs and Functions
Requires: Base Development System
Converts the file format version of a .tdms file from 1.0 to 2.0 or vice versa. This VI overwrites the .tdms file with the new file format version you specify in the target version input. This VI also changes the byte order of the .tdms file to native, host order.
Add to the block diagram | Find on the palette |
file path specifies the path to the .tdms file you want to convert. | |||||
target version specifies the file format version to which you want to convert the .tdms file.
|
|||||
new property name specifies a new name for the name property of a group or channel in the .tdms file. For example, if a group has a name property with a value TDMSDataGroup, and if you wire a value group name to this input and run this VI, the original name property of this group changes to group name, which has a value TDMSDataGroup. This VI creates a new name property for this group, and uses the group name that you specified when creating this .tdms file as the property value. This input is valid only when target version is 2.0. | |||||
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | |||||
file path out returns the path of the .tdms file on which you performed the operation. | |||||
error out contains error information. This output provides standard error out functionality. |
When converting a .tdms file from file format version 1.0 to 2.0, this VI makes the following changes to the properties of the .tdms file.
Tip To access groups or channels from the original names that you specified for version 1.0, wire a value to the new property name input to change the name property to a new property name. |