LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Trigg event in eventstructure from button dialog?

Hi
 
Is it possible to trigg an event in an event structure from a two button dialog. I tried using property node but it dont work with a latching control.
 
I'm using LabView 7.1
0 Kudos
Message 1 of 2
(2,551 Views)


@Wakeguy wrote:
I tried using property node but it dont work with a latching control.

You ve already arrived at the answer. Smiley Wink

Change the action to any of the Switching actions you require as per your program, and you can trigger an event from a two-button dialog.

Now, you can use the Val(Sig) property of that button to trigger the event.

For latch actions, this property appears as a variant, so you cant trigger an event using the Val(Sig) property.

- Partha ( CLD until Oct 2027 🙂 )
Message 2 of 2
(2,536 Views)