Solution
Custom properties can be added to data files as long as the DataPlugin supports this operation. There is no blanket rule that can be applied to pre-determine whether a DataPlugin supports custom properties, but the following considerations can help:
- Read-only DataPlugins written in Visual Basic Script (VBS) usually support custom properties.
- Read-write DataPlugins written in C++ that call external libraries or DLLs not created by NI are more constrained and may not support custom properties.
If your Data Preparation Procedure (DPP) does not add custom properties to your file as expected, try changing the output file type to TDM or TDMS, since these formats support custom properties. To change the output file type:
- From the Data Preparation Procedure window in DIAdem, select the Convert File tab.
- In the Save with DataPlugin drop-down menu, select National Instruments TDM Files (.TDM) or National Instruments TDM Streaming (*.TDMS).
- Ensure that you have configured the DPP to add custom properties (either in the Statistics tab or with a V&V script), and then run the DPP.
- If you see the custom properties, this indicates that the DataPlugin used originally does not support custom properties.
- If the custom properties are still not visible, contact NI Support.

To search for custom properties in the SystemLink Data Navigation page, refer to
Making Custom Properties Searchable.