From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I am trying to latch a boolean indicator when true. Once it reads true I want it to stay latched even if the input changes states.

Hi Justin,

I too need it in LV 7.1. Can you repost it ?

- Partha ( CLD until Oct 2024 🙂 )
0 Kudos
Message 11 of 20
(3,607 Views)
Hi Justin 😧

Can you post the TestLatch.vi on this thread in Labview version 7.1. I do not have Labview 8.0

Respectfully,

Nirav
0 Kudos
Message 12 of 20
(3,596 Views)
Hello Nirav,
 
I've saved this VI down to 7.1 and attached it to this email.
 
Regards,
Justin D
Message 13 of 20
(3,583 Views)

Hi

 

I am new to labview. I was also advised to use stop button to stop the program instead of Abort button. Then, can I know the purpose of abort button in usual program execution?

0 Kudos
Message 14 of 20
(2,983 Views)

@Mahendar wrote:

I am new to labview. I was also advised to use stop button to stop the program instead of Abort button. Then, can I know the purpose of abort button in usual program execution?


(You probably should have started a new discussion instead of adding to a five year old thread about a slighly different problem)

 

The abort button has no purpose in "usual program execution" (whatever that means). It can be used during development and debugging to abort a runaway VI, for example.

 

0 Kudos
Message 15 of 20
(2,981 Views)

hello everyone,

i hope that i am posting under the right header.

I did a program for led using case structure and while loop. but the problem is that the led is blinking. i 

dont want it to blink. i want the pin to stay high then when i press the boolean, it shall be off.

 

the led pin is on my breadboard.

can any1 help

 the first snapshot i use a simple case structure

 

can any2 help. i was thnking to use the latch button but where should i put the reset

Download All
0 Kudos
Message 16 of 20
(2,770 Views)

Hi Zahkay,

 

why do you hijack several old threads for your own question? Why don't you stick with your own threads?

 

Please keep your problem in just one place!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 17 of 20
(2,766 Views)

hello sir. it is the same link right. when i write it. 

and i recheck i though i didnt write it on the same thread

hence it came on 2 thread

am sorry for it.

how should i delete it

0 Kudos
Message 18 of 20
(2,763 Views)

In a case like this, I would use an XControl.  This case is rather simple.

"If you weren't supposed to push it, it wouldn't be a button."
0 Kudos
Message 20 of 20
(2,189 Views)