Hi Jaxx
The first thing I noticed, is the file-info function. If you want to open a file and it does not exist the function returns an error (code 7).
If you want to write a new file and call this function, it can't work, because you access the not existing file. Due to the returned error, the following file acces vi's are not executed. So either remove the file-info function or don't wire the error cluster to the open/create/replace file function.
The second thing is this open/create/replace function. There you have to wire a function constant (open, open or create, create or replace, ...).
If you don't wire a value, the default is open. This will also result in a not writen file, because you then try to open a not existing file. Either use "open or create" or "create or replace" to write the file.
Hope it helps.
Thomas
Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------