LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Latch programmatically

Hi everyone
 
"Equal?" is returning "TRUE" when its input "X" equals 10 (please see the attached file).
Its output  remains "TRUE" as long as "X" = "Y".
 
In my application, once  X=Y , they are not changing anymore and thus we have at output constantly "TRUE". It's not good for my application.
I just want the output of "Equal?" latch (just return a short "TRUE" then back to "FALSE").

Is there anyway to implement that?
 
Thanks for your help
Kabanga
0 Kudos
Message 1 of 5
(3,884 Views)
Hi Kabanga,
is this what you want?
Mike
0 Kudos
Message 2 of 5
(3,881 Views)

Hi Mike !!

nice !!! it's working!!!
Thanks and have a nice weekend!

Best regards
Kabanga

 

0 Kudos
Message 3 of 5
(3,873 Views)
Note: The Wait Until Next ms Multiple function should be outside the case structures (thereby only needing one). As it is, when you first start the VI it will use up 100% CPU time.
0 Kudos
Message 4 of 5
(3,852 Views)
thanks for the tip!

Best regards
Kabanga
0 Kudos
Message 5 of 5
(3,833 Views)