02-12-2008 08:48 PM
02-13-2008 12:50 PM
02-13-2008 12:56 PM
02-13-2008 06:13 PM
03-07-2011 07:16 PM
Hello LV 'experts,
3years from now, has this issue been documented? coz now, i'm starting to study and plan to adopt this TDMS in our project, since we cannot afford DIAdem, and i believed that this "NI_MinimumBufferSize" will be very useful for my application. i'm using LV 8.5.1 and planning to upgrade to LV2010.
if still not documented, can anyone provide a snippet (BD snapshot) as example on how this is done? just for the reference for others (like me) whom do not know how to use this function.
thank you very much!
03-07-2011 07:30 PM
Yes, we have the documentation for this property, you can refer to the documentation for the node "TDMS Set Properties" for detail information.
03-07-2011 11:16 PM
Yes i saw that already in help window. but where in particular can i build this "NI_MinimumBufferSize" function? like the picture below. is this available in LV 8.5.1?
03-07-2011 11:50 PM
I'm not sure what you mean by "build", but you can use this property like this:
03-08-2011 12:03 AM
thanks!
coz i'm studying the TDMS function (just started this week), im pretty ignorant on this for now and i have no concrete reference about its possible properties to be set. so i'm expecting that the properties will be like the usual drop-down selectable (property node) like i post in my last msg.
is there a helpwindow that lists all the possible property names and property values we can set (such as serial#, NIMinumumBufferSize, etc)? or rules?
03-08-2011 12:14 AM
There are not too many special internal used TDMS properties, we always treat almost all properties as common user defined properties except for some very small amout of properties. You can try TDMS File Viewer to view some TDMS files and you'll find there are 2 properties "NI_ChannelLength" and "NI_DataType" for TDMS channels in the file viewer, both of them are read-only properites, you cannot set the values for them.