I'm developing a code for data acquisition from 3 load cells simultaneously. I'm trying to set up my code such that it only saves data points that are within a certain range, but nothing I have tried so far has worked as I intended. It seems like the best way to do it is to use a case structure, but I am open to other solutions as well. I am not receiving any Error notifications, but it still saves data outside of the range that I want. See below for the code and a couple snapshots of the case structure in the True and False case so far. I'm still a beginner in LabVIEW so any tips are appreciated.
Thanks!