11-12-2012 09:53 AM
Dear Members,
Im developing a vi as a control panel to manage some other vi's that are remotely controlled. I'm using a property node to retrieve the information that i need to show in the control panel that I'm building, but i need to save this information into some kind of text file(excel, .txt).
I have attached a file to show the type of variable that I'm dealing with.
11-12-2012 09:59 AM
A text file would likely be your best best. You can easily unbundle the cluster and format the individual elements into a string and write to a text file.
11-12-2012 10:01 AM
Unbundle means separate each array of the cluster? How do I do it?
11-12-2012 10:05 AM
11-12-2012 10:11 AM - edited 11-12-2012 10:12 AM
This example might be a little more help to you. I left the formating of the data up to you.
11-12-2012 10:14 AM
Thank you!
One more thing. There is a way that i write all this output data all thogheter in a single text file?