LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

counter

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…

 

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 11 of 13
(590 Views)

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.

0 Kudos
Message 12 of 13
(586 Views)

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.

0 Kudos
Message 13 of 13
(578 Views)