LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Doubt in CASE STRUCTURE

Solved!
Go to solution

2020-07-22 (1).png

 

 

getting this error. 

 

0 Kudos
Message 1 of 2
(1,437 Views)
Solution
Accepted by topic author Sambanna

A wire can only have exactly one data source. Your have three controls wired together, which makes no sense. Change two of the controls to indicators and see if it helps (a wire can have an unlimited number of indicators and data sinks).

Note that the case structure wants integer numerics, so wiring a DBL is not really recommended (it will get coerced to an integer anyway).

 

Images are not useful for troubleshooting, so we cannot tell the exact problem with the missing selector values. You show a range of values. Do you have cases for all possible values? Make sure one case is defined as default case so it will handle all inputs that are not handled by other cases.

 

Next time please attach the VI for more specific help. Is there a reason you are using LabVIEW 64bit? That's unusual.

 

0 Kudos
Message 2 of 2
(1,432 Views)