02-06-2013 04:49 AM
Please look at the original post. The sub vi is included as well, there are two vi's.
02-06-2013 08:49 AM
yes, but it miss the 3th 🙂 check if directory exists 😄
02-06-2013 08:56 AM
I don't know what 3th means but Check if File or Folder Exists is a VI that comes with LabVIEW.
02-06-2013 09:04 AM
i don't think it exists 😄 do you use openG library?
02-06-2013 09:30 AM
I use OpenG on occasion. So?
You should be able to come up with something basic by using the low level File functions. You just can't depend on someone here giving you all the code you need. Though, you could try to use this to get a current version of LabVIEW.
02-06-2013 10:34 AM
Its not OpenG.
I am not sure whats available in 7.1. I hope you can build something like below as Dennis suggested.
02-06-2013 10:44 AM - edited 02-06-2013 10:45 AM
There's really no need to check to see if the directory exists. Just create it and handle the error that happens if it does already exist.
02-07-2013 03:06 AM - edited 02-07-2013 03:07 AM
in number to alphanumeric VI, why is build array necessary?
i put it in evidence in black box
PS: in theory the 31° day should be X, in your code it's different, maybe i don't have to consider J & K...in what way can i ignore them?
sorry but i find difficult understand in what way save file 😞 it's more simple for me make a strange program that make strange things that save files 🙂
then...after i build a path i have to check if it's exist,,,
@crossrulz: in what way could i handle errors?
02-07-2013 04:05 AM - edited 02-07-2013 04:06 AM
Please read the help file http://zone.ni.com/reference/en-XX/help/371361J-01/glang/byte_array_to_string/
I find it difficult to understand your last post. If you need to skip J & K you will need to handle that in the program, just use some comparison method.
02-07-2013 04:10 AM
i have made in this way...
i think that i have to put another "build path" to send the name of file i want to save.
but my problem is...error case is necessary? i have to save my file in everycase,,,