LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Write an Array of Clusters to Text file ( Excel or Txt)

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.

Download All
0 Kudos
Message 1 of 6
(5,085 Views)

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.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 6
(5,077 Views)

Unbundle means separate each array of the cluster? How do I do it?

0 Kudos
Message 3 of 6
(5,075 Views)

Unbundle by Name


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 4 of 6
(5,067 Views)

This example might be a little more help to you.  I left the formating of the data up to you.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 5 of 6
(5,062 Views)

Thank you!

 

One more thing. There is a way that i write all this output data all thogheter in a single text file?

0 Kudos
Message 6 of 6
(5,055 Views)