LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

using a boolean lndicator as a trigger for an event case

Solved!
Go to solution

Hello

 

I'm fairly new at LV programmnig and i've tried to modify a project made by someone else that sends some data through the serial port.So the program I am trying to create needs to send data to the serial port by manual command or time based(using a timer to send data every "x" ms).The problem is that the sending is done in a event case and the event choosen  (boolean indicator value change) does not select the proper case.Can someone please give me a hint regarding the way it's meant to be done?

Thanks.

0 Kudos
Message 1 of 5
(2,357 Views)
You would need to create a property node and input the value into the Value (Signaling) property for the event to be triggered. Let us know if you need further help.
Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
0 Kudos
Message 2 of 5
(2,345 Views)

Can you please further explain or maybe show me on the example i've uploaded?

Thanks

0 Kudos
Message 3 of 5
(2,332 Views)

Sorry for the double post, i've managed to do what you said, the only problem now is the fact that the property node triggers the event non-stop, no matter if the button output is true or false.(every time the button is read, the property node triggers an event).Is there a way around this?

Thanks.

0 Kudos
Message 4 of 5
(2,315 Views)
Solution
Accepted by topic author Fixxer
0 Kudos
Message 5 of 5
(2,307 Views)