VeriStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Reset Buttons

Solved!
Go to solution

Hello,

 

I am trying to reset a boolen control button due to a specific condition.

 

For example if I am monitoing when a digital signal is read from low to high I want to change the current state of a boolen button.

 

In LabView i would of accessed the property node "valve" but I am unsure how  this is done in veristand.

 

I would also be looking for a boolen button that would have a mechanical action of "switch until released"

 

ANy help would be appriciated.

Tim
0 Kudos
Message 1 of 3
(5,283 Views)

Hi SmoothDurban,

 

To handle a bool button on the Veristand workspace I usually create a user channel.  I then will create an alarm to monitor an event, use the procedure tied to the alarm to change the user channel value and tie the bool button on the workspace to the user channel.  You can also tie alarms and procedure to the bool button (user channel) so if it is pressed it will run a procedure.  I have 2 alarms, one for ON, one for OFF.

 

Good Luck.

0 Kudos
Message 2 of 3
(5,272 Views)
Solution
Accepted by topic author smoothdurban

Thanks.

 

I was able to use alarms to toggle on and off switches.  

 

Thanks for you advice 

Tim
0 Kudos
Message 3 of 3
(5,260 Views)