LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Write to FPGA Boolean Control from RT...will it switch or latch?

Solved!
Go to solution

I have a reset button in my FPGA code which I am setting from the RT. After this button has been set, do I need to "pop" it back out when the FPGA reads it? Do the switch/latch function settings make a difference? If I set it to latch, will it handle the return to false, after it is read, for me?

0 Kudos
Message 1 of 3
(2,597 Views)
Solution
Accepted by topic author GregFreeman

There's no latching. It would be nice if there was, it would make implementing handshaking with booleans a lot easier.

Message 2 of 3
(2,578 Views)

@nathand wrote:

There's no latching. It would be nice if there was, it would make implementing handshaking with booleans a lot easier.


Not the answer I wanted to hear! But thanks.

0 Kudos
Message 3 of 3
(2,574 Views)