LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the string output from ring without using property node????????

You can not. Why don't you use the property node?
Message 2 of 6
(3,158 Views)
If the strings are static and you don't allow undefined values, you can index into an "array of strings" diagram constant. In the attached example (LabVIEW 8.0), we use the property node once at the start of the program and later simply index into it.
 
What is you reason not to use a property node? There is nothing wrong with using it. 🙂
 


Message Edited by altenbach on 03-27-2008 12:04 AM
Download All
Message 3 of 6
(3,149 Views)
hi, not sure if attached consider one of the ways?
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
Message 4 of 6
(3,143 Views)
Thanks ....
0 Kudos
Message 5 of 6
(3,137 Views)

Hi Karthikeyan,

If you still want not to use Prop Node for getting the String of the Ring, then you can think of using the Combo instead of the Ring. Smiley Happy

A Combo's datatype is a string, so also its output. Smiley Wink

- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 6 of 6
(3,124 Views)