LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Push Button Control

Solved!
Go to solution

I have the following: 1 x  NI-3110RT talking to 3 remote computers over TCP/IP.  All 3 screens are using the exact code. I am using share variables to transfer information back and forth. However I have a start and stop command on all 3 screens. If I push the start button on Computer 1, the push button will change state graphically and will send the Start command to my system. It will be shown as pushed on the screen but not on the other 2 computers. How can I fix this problem? Is there a feedback variable I can use to show a state change on the other 2 computers.

 

Thank you for any help  

0 Kudos
Message 1 of 3
(2,627 Views)
Solution
Accepted by topic author Tommys99

Hi Tommys99, 

 

You can use a property node to update the value of a control at run-time. 

 

Right click on the control in the block diagram and select create->property node->value. You can then wire the output of the Network Shared Variable into this to update the control on the secondary computers. 

 

-N

National Instruments
Staff Certification Engineer
0 Kudos
Message 2 of 3
(2,585 Views)

Thank you!

0 Kudos
Message 3 of 3
(2,551 Views)