LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

control for case structure

Solved!
Go to solution

If you have True and False, what do you expect the third case to be?  KindOfTrue?

 

The names you use in the case structure are dependent on the datatype you are wiring to the selector node.

 

 

EDIT:  I started typing but got sidetracked by my job before I could post.

Message Edited by Ravens Fan on 07-08-2009 03:42 PM
0 Kudos
Message 11 of 14
(750 Views)

GerdW,

 

I have never used an enum before but what you have does make sense.  I replaced the constants you had with an enum control and it works perfectly now.

 

Thanks for the help!

0 Kudos
Message 12 of 14
(741 Views)

Hello, How to connect the Enum Control to the Case selector? As I have already connected Enum to case selector so it is not accepting my Enum control over that. Can I use either one? I mean just the Enum control without Enum as the case selector Control?

Thank you.

0 Kudos
Message 13 of 14
(567 Views)

Hi Mohit,

 

you can replace your enum constant by an enum control…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 14 of 14
(566 Views)