LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can a 1D array of boolean be entered into a case structure?

The attached VI will "constantly" make a boolean 1D array, and it does use a case structure, but not a selector, but it just depends on what you're building. In this case, when the number is over 3, the booleans will be true. Is this the basis of what you're doing?
 
(p.s. there's no reason why that one indicator is called "Occurrences of 52".)


Message Edited by Broken Arrow on 04-03-2008 04:28 PM
Richard






0 Kudos
Message 11 of 14
(1,012 Views)
So I wired it similarly to the first GUI you showed, and it seems to be working well!  One last thing, is there a way to group the array in a 60 second interval so that I can have the number of pulses in one minute relate to the revolutions/minute of the treadmill?

Also, where do I go to rate the responses?

Thanks
Message 12 of 14
(987 Views)
Once you cross answering 50 posts, you ll get to rate others'.
- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 13 of 14
(969 Views)

You can

1) Use a shift register to take a continuous stream of data and just sample the last 60 seconds,

2) Use a shift register to sample five or ten seconds and extrapolate rpm from that, or

3) Set your DAQ up to read 60 seconds worth of data and then do it all at once

0 Kudos
Message 14 of 14
(953 Views)