07-22-2020
05:04 PM
- last edited on
07-22-2020
05:17 PM
by
altenbach
07-22-2020 05:11 PM - edited 07-22-2020 05:18 PM
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.