04-02-2018 11:33 AM - edited 04-02-2018 11:36 AM
Hi Daan,
maybe a bit cumbersome
Well, yes…
- Why is "Slide" set to DBL instead of INT32?
- Why do you need to switch off "Boolean 2" using a local variable? Why not use an AND function to combine two conditions?
- Why don't you use AutoCleanup?
- Why are there coercion dots at the enum shift register? That is always a bad sign…
- Why is "Aantal…" a DBL instead of INT?
- When you need to fiddle with "Boolean 2" that often you should use a shift register…
04-02-2018 11:40 AM
Navigate to the Signal Processing / Point By Point / Other Functions palette, and place a Boolean Crossing PtByPt.vi. Set the direction input to false-true, and wire the output of your Greater? vi to the input terminal.
04-03-2018 02:29 AM
Thanks for the feedback GerdW.
I am going to try to solve the problems
@CFER_STS i can not use that option, I only have the basic version of labview.