LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

remove units in cluster

I need to output data in cluster to a .dat file, however, the two elements in the cluster have units with them, which prevent me to do what I want to do. How can I remove the units, then I can do cluster to array and output the data?
0 Kudos
Message 1 of 4
(3,386 Views)

 


the cluster have units with them,

 

 

What do you mean by units? Can you post a screen shot 

Message 2 of 4
(3,363 Views)

Hi Chuyu,

 

there's a "convert unit" function in the numerics->conversion palette. Use this to remove the units (converting "1m" with a unit of "m" results in "1")...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 3 of 4
(3,356 Views)
Thanks! Problem solved. I unbundle the cluster to get 1D arrays, then array to spreadsheet string, then write file
0 Kudos
Message 4 of 4
(3,340 Views)