So I have a little test script to try and get writing to text files working. However, nothing happens. I also tried creating the text file within the path I declared in my VI, and its still not working. I'm sure its an easy fix but any help is greatly appreciated.
Using Labview 2020 64-bit.
已解决! 转到解答。
1. I typically use the "Create or Replace" operation when creating a log file. The access input can be left unwired.
2. I am noticing your loop never stops. So you can never close the file or get the error dialog if there is an error. Have the loop stop with an error or a button.

Welp, that was an easy one. Thanks guys, I'm sure you know how it goes when drinking from a fire hose XD