LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Formatting a String Inside a Cluster

Solved!
Go to solution

Hey Folks,

 

I have a strange problem. I want to display a string with the text formatted in a particular fashion. I went through the link which talks about formatting a string (http://digital.ni.com/public.nsf/allkb/6BD344ACA4DEE20A8625692700737E16). 

 

The problem I face is that I have a control which has 3 string indicators placed inside a cluster. I can perform data handling/updating but not able to create a property node for the specific string indicator inside the cluster control which needs to display the text with some specific formatting.

 

Is this completely the wrong approach or can this be achieved somehow?

 

Thanks in advance, Abel.

0 Kudos
Message 1 of 4
(2,684 Views)
Solution
Accepted by topic author DsouzaAbel

You are going about it the right way.  You just need to get the property node linked to the right component. 

!0.png


"Should be" isn't "Is" -Jay
Message 2 of 4
(2,679 Views)

Oh Cool... This worked like a charm. Created a property node and then linked it to the required string indicator.

 

Many Thanks Smiley Happy

 

0 Kudos
Message 3 of 4
(2,647 Views)

Just some additional information.

 

If the cluster is a normal cluster or a simple typedef, you can easily create property node for each individual controls inside the cluster (Except those which are intentionally hidden).

If the cluste is strict typedef, it is not possible to create property node throught the frontpanel in which case it is better to create a property node and link to components desired (as mentioned above).

Regards,
Muthuraman
0 Kudos
Message 4 of 4
(2,643 Views)