12-18-2008 11:26 AM
Hi,
I want to get all the control (and indicator) values and then just save them as a text or spreadsheet file for reference. A spreadsheet with two columns would be best i think (name and value - either numeric or text such as FALSE). I'm having a problem converting the value to a string that I can then combine with the name to save. In the attched VI I want to have the data in Array 2 in a string format (in this case either 4 or false) to combine with the names. Does anyone have any pointers, I've tried the unflatten and convert variant to data vi's but can't get it to work?
Many thanks 🙂
Chris
12-18-2008 12:29 PM
Hi Chris,
have a look at this code:
I have used the 'Write Panel To INI' utility from OpenG. This open source VI stores all the values of a front panel to an INI file.
Ton
12-19-2008 03:16 AM
Hi,
Thanks for that, although the websites seem to be down at the moment. Is it free to download?
12-19-2008 05:10 AM
Yes, the code is free to download but if you are having trouble getting to the website, the functionality is not hard to create and doing so might be a useful learning experience: