ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

CLUSTER Select Data Type

Hi everyone,

 

I got a cluster of different elements of different data type, I need a program that can read all the Data Types and convert them into arrays of strings.

 

1: DBL

2:Boolean

3:Ring

4:Enum

 

Can anyone help me?

 

Thanks,

Alan.

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

Unbundle.

Convert each of the items to string using the correct conversion.

Build Array.

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

an elegant way....

Example_VI.png

Message 3 of 3
(2,873 Views)