10-23-2014 02:45 PM
Hello,
Im currently working my senior design engineering project. Not sure if this is the right place to post this question, hopefully someone can help or direct me.
I have made a custom dialog box and i want to be able to save the user inputted information/selections into a file and i havent found information on how to do so. can someone help me please? attached is my dialog box and the kind of text file i am trying to make. Also the vi i have created for creating a file.
10-23-2014 02:56 PM
Looks like you have the general idea. Check out the Concatenate Strings function on the string palette and maybe explore how to make a subVI (wiring controls and indicators to the connector pane). For simplicity, the Write to Text File function will take a path input.
10-25-2014 08:11 PM
Thank You. I did a Sub Vi and it works now.