05-29-2019 07:08 PM
I'm trying to write a 500kb of boolean data to disk but the write takes a long time (72 seconds) and I run out of memory and get this error:
Error -2500 occurred at TDMS Write in TDMS write test.vi
Possible reason(s):
LabVIEW: (Hex 0xFFFFF63C) Storage VIs internal error.
Setup:
LV2018
sbRIO 9627
05-30-2019 09:24 AM
I found these two articles which may be related to your issue:
http://digital.ni.com/public.nsf/allkb/8E57CA5AEB3D88B5862575B60063BA2A
http://zone.ni.com/reference/en-XX/help/371361L-01/lvconcepts/fileio_tdms_file_buffering/
I hope this helps!
Megan T.
Technical Support Engineer
National Instruments
05-30-2019 12:10 PM
The articles do not seem to be applicable because I'm not performing many small writes. It also doesn't explain the excessive memory use.