11-14-2013 02:48 PM
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
Solved! Go to Solution.
11-15-2013 11:19 AM
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
11-20-2013 08:32 PM
Thank you!