LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Get mechanical action of boolean programmatically

Solved!
Go to solution

BECOuse all my software is usable, also, only by keyboard programmatically (i can add things and they became navigable by keyboard). and my navigation core has to be more complex to keep track if a button is switch when released or switch until released to take further action. becouse you can set a value, ie true, to a boolean switch untill released and it loose is functionality of beeing a momentary switch. 

 

and also don't know why a sofware that knos a property cannot expone to others. and why only accessible by vi scripting only.

 

is difficult to explain without a practical example and sorry for my english.

 

 

-------------------------------------------------------------------------------------
CAUTION! New LabVIEW adopters -- it's too late for me, but you *can* save yourself. The new subscription policy for LabVIEW puts NI's hand in your wallet for the rest of your working life. Are you sure you're *that* dedicated to LabVIEW? (Summary of my reasons in this post, part of a voluminous thread of mostly complaints starting here).
0 Kudos
Message 11 of 13
(434 Views)

Attached is a painfully simple way to latch a boolean.

 

If Boolean & Latch == true

Boolean == true

 

Hope this helps. 

0 Kudos
Message 12 of 13
(366 Views)

not sure if it works but can be a way. add a latch property to the navigation cluster of my sw. anyway thanks for the idea.

-------------------------------------------------------------------------------------
CAUTION! New LabVIEW adopters -- it's too late for me, but you *can* save yourself. The new subscription policy for LabVIEW puts NI's hand in your wallet for the rest of your working life. Are you sure you're *that* dedicated to LabVIEW? (Summary of my reasons in this post, part of a voluminous thread of mostly complaints starting here).
0 Kudos
Message 13 of 13
(361 Views)