sts123 Posted Thursday at 06:24 PM Report Posted Thursday at 06:24 PM My .vi works ok until input file is about 1GB in size. Otherwise, it doesn't run, throwing the error about memory. to_Asci_3_range.vi Quote
cordm Posted 11 hours ago Report Posted 11 hours ago Two possibilities: use 64 bit version and have more memory, or use the offset and count terminals of TDMS Read to read data subsets. Quote
cordm Posted 3 hours ago Report Posted 3 hours ago Also, if you are exporting large TDMS files to even larger text files, you should think hard if that is really the right move. Find a way to handle TDMS files in the next program. People have written importers for e.g. MATLAB and Python. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.