09-23-2005 06:06 AM
09-28-2005 10:16 AM
Hi Paul,
You can definitely implement custom properties, but the VIs to do so aren't on the palette. There are VIs called _saveProperty and _loadProperty located in the Storage.llb. Note that when you use custom properties in a file, they won't show up in the lists of properties on the Express VIs and there isn't an easy way to browse them in LV (DIAdem will show them when browsing). You have to explicitly reference any custom properties by name.
This KB gives some more information and an example:
http://digital.ni.com/public.nsf/websearch/E62CE135EC61F6998625700200141877?OpenDocument
Regards,
Ryan K.
09-28-2005 06:02 PM
10-11-2005 08:30 AM
Hi Paul,
Actually DIAdem enforces strict naming conventions for custom properties-- pretty much only letters, numbers, and the underscore character (no space!) are allowed in DIAdem. "Improperly" named properties will still be there and can in some cases be read programmatically with a DIAdem VBScript, but they will either not show up in the Data Portal or their values will not display in the Data Portal.
Brad Turpin
DIAdem Product Support Engineer
National Instruments
10-11-2005 09:17 AM
Thanks for the response. It confirms the behavour that I have been seeing. Basically, I think I have my issues solved.
Paul
10-13-2005 05:26 AM
10-13-2005 09:18 AM
12-02-2005 11:00 AM
So let's say I open a TDM file in LabVIEW (8) using the Storage VIs.
I don't see a way to list what custom properties are in the file.
List Properties function does not list the custom properties.
12-02-2005 03:20 PM
05-30-2006 03:53 PM