LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to realize the "case structure"

Hellow,how to realize the following Matlab program in Labview?
switch a
case 1
m='cat'
case 2
m='tiger'
case 3
m='bird'
end


thanks!
0 Kudos
Message 1 of 2
(2,494 Views)
Here you go.

Notice you have to have a default case so I just made that case output no string.

If you would like the step by step on how to make it I can let you know, but you may want to look into LabVIEW classes, or the getting started manual.
Message 2 of 2
(2,494 Views)