LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can I send a strings present in a cluster to another cluster in an order according to order

I have a cluster of strings and I want to send it to another cluster according to the selection basis which will be done by me and again from the second cluster to the first one.

0 Kudos
Message 1 of 5
(3,022 Views)

Your question is not clear. How do you select the string in a cluster? Please show the cluster format

-----

The best solution is the one you find it by yourself
0 Kudos
Message 2 of 5
(3,018 Views)

cluster.PNG

This is the format but in the second cluster it should be in the form of strings

0 Kudos
Message 3 of 5
(2,999 Views)

I guess you are a very beginner, since you seem do not know there is a thing called block diagram in LabVIEW 🙂

Take some of the free tutorials...

http://www.ni.com/f/students/12/7052/en/

 

edit: based on your Front Panel what you showed, you do not have a cluster with strings. You have two clusters with Boolean buttons...

edit2: you could even use an array as output, since the types are the same, you do not need a cluster:

 

Example_VI_labels.png

 

And if you want to get the Bool texts:

 

Example_VItgdegr.png

 

 

Message 4 of 5
(2,983 Views)

If you want to get only the Boolean text of the button which you clicked on it, you can just use an Event structure:

 

Example_VIdefs.png

 

 

0 Kudos
Message 5 of 5
(2,961 Views)