LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

write a cluster of element of different data types into to a text file

Hi, I have a cluster of three elements updated every second. Each element is of different data type. How to write this dynamic cluster into a text file?

 

Thanks

0 Kudos
Message 1 of 3
(2,589 Views)

Here's how to write a cluster to a text file.  To make it happen every second (or each time it's updated), simply put this inside the loop in which it gets updated.

 

 

0 Kudos
Message 2 of 3
(2,584 Views)

@Jerry Jin wrote:

Hi, I have a cluster of three elements updated every second. Each element is of different data type. How to write this dynamic cluster into a text file?

 

Thanks


 

What are the data types of the cluster?

-----------------------------------------------------------------------------------------
Reese, (former CLAD, future CLD)

Some people call me the Space Cowboy!
Some call me the gangster of love.
Some people call me MoReese!
...I'm right here baby, right here, right here, right here at home
0 Kudos
Message 3 of 3
(2,573 Views)