Hello,
Another program must allow to write to a file. Our software cannot solve this problem.
Workaround: You may rename the file and feed the renamed file to another program.
I can use Notepad to open this plain .txt file and edit it and save it while the other program is keeping reading on it. However I'm not allowed to delete this file that would trigger "the file is open" prohibit.
So presumably the other program does allow to write to this file as long as you don't delete it.
In fact the other program features to plot live streaming data shared through .txt file.
Is it possible that Data logger suite is set too strict on file sharing check?
Or can I export the parsed result to .txt file through Notepad?