04-22-2009 10:52 AM
04-22-2009 07:11 PM - edited 04-22-2009 07:13 PM
NI_MinimumBufferSize is not supported in the VI based API. You can achieve the same result though if you collect a number of values in your VI and pass them into the TDMS VIs as an array.
If I may ask, what made you move away from the built-in functions and use the VI based API?
Herbert
04-23-2009 08:16 AM
I am currently working under Labview 8.5.1. The built -in TDMS functions, as far as I know, are not supported in cRIO/VxWorks with the version of Labview I am using. Correct me if I am wrong...
Thanks
04-23-2009 06:58 PM
That's correct. VxWorks support was introduced in LV 8.6.
Herbert