ni.com is currently experiencing unexpected issues.

Some services may be unavailable at this time.

取消
显示结果 
搜索替代 
您的意思是: 

Formatting a String Inside a Cluster

已解决!
转到解答

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 项奖励
1 条消息(共 4 条)
2,775 次查看
解答
已被主题作者 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
2 条消息(共 4 条)
2,770 次查看

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

 

Many Thanks 高兴表情

 

0 项奖励
3 条消息(共 4 条)
2,738 次查看

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 项奖励
4 条消息(共 4 条)
2,734 次查看