From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

setting Boolean status for selected input response

Solved!
Go to solution

the string data contains two types of stream response

1. whenever the user send the message --> it will display the response .(Starts from 4 e.g 42101E0000)
2. Continuous response of (8011000000) at every 12s will be displayed.

 

But I want to display only whenever the user has send message , that specific response and show an status LED .
else nothing to be displayed .

 

problem is i am not able to make the selection still i am getting both responses

anyone can please guide me ..

Anil8899_0-1635335035706.png

 

thanks .

 

 

0 Kudos
Message 1 of 7
(1,171 Views)

Post your VI, not a picture.

"If you weren't supposed to push it, it wouldn't be a button."
0 Kudos
Message 2 of 7
(1,167 Views)


As @paul_cardinale said please post your vi (also please include the subvis). A quick look at your picture, though, suggests that you should also go and review the training material at the top of this forum. Why are you updating Response using a property node and then updating it again if the value of the string is "True" (I think that you meant to make the boolean to be the case selector input). Have you ran your program with highlight execution on? What did you see?

0 Kudos
Message 3 of 7
(1,157 Views)

please find the attached VI ,

 

yes i am using boolean as case selector

i have run the program execution with highlight ,and i can see that without boolean control also i am able to see the regular response

please guide me..

 

 

thanks ..

0 Kudos
Message 4 of 7
(1,116 Views)

Anil@8899 wrote:

please find the attached VI ,

 

yes i am using boolean as case selector

 


No, you are NOT using the boolean as case selector. You have the string hooked up to the case selector.

0 Kudos
Message 5 of 7
(1,095 Views)

I'm not sure exactly what you're trying to do, but try this.

Also, I changed the boolean to a latching action and eliminated the mess with its reference.

"If you weren't supposed to push it, it wouldn't be a button."
Message 6 of 7
(1,083 Views)
Solution
Accepted by topic author Anil@8899

Thanks Paul,

 

it is working now

Anil8899_0-1636517590548.png

 

0 Kudos
Message 7 of 7
(1,042 Views)