LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Tdms write - how to buffer digital waveform data?

Hello,

 

I have a vi that writes to a data file point by point, and to reduce file size and fragmentation, I am attempting to buffer my tdms writes with the "NI_MinimumBufferSize" property.  

 

My vi works properly when I do not include buffering, but when I do, I get "Error -2507: Invalid group name and/or channel name" when attempting to write digital waveform data.  The error does not occur when attempting to write analog data.  When I do not set the "NI_MinimumBufferSize" property, the "tdms write" vi uses the daqmx virtual channel names, as expected.

 

The error only occurs once the buffer fills, and the vi attempts to write to the disk; the prior "tdms write" function calls do not cause any errors.

 

Attached are the working (no buffering) and not working (with buffering) vis. 

 

Does anyone know how to solve this error?  Thank you in advance.

Download All
0 Kudos
Message 1 of 1
(722 Views)