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
- last edited on
05-19-2025
06:13 PM
by
Content Cleaner
I found these two articles which may be related to your issue:
http://digital.ni.com/public.nsf/allkb/8E57CA5AEB3D88B5862575B60063BA2A
https://www.ni.com/docs/en-US/bundle/labview/page/file-buffering-with-tdms-files.html
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.