Monitor And Create New File To Prevent Exceed Limit File Size in LabVIEW

Updated Oct 25, 2023

Reported In

Software

  • LabVIEW

Issue Details

I'm using LabVIEW create txt file for logging data and wish to maintain log file size at certain limit.
How should I do to accomplish this feature?

Solution

You can use Get File Size Function to obtain the file size for monitoring.

Then, create conditional where create new file with indexed naming after it meet the limit that you wish to.