From Saturday, Nov 23rd 7:00 PM CST - Sunday, Nov 24th 7:45 AM CST, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
From Saturday, Nov 23rd 7:00 PM CST - Sunday, Nov 24th 7:45 AM CST, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
02-06-2014 09:52 PM
We were using labview 2011SP1 in multiple setup, So I want the central system should popup if any error occured in network setups. Kindly explain me how to pass error message over network.
02-06-2014 10:34 PM
Network shared variables.
TCP or UDP.
02-06-2014 10:43 PM
All the setup VIs are already created long time back and there is no TCP/IP protocol used in it. So is there any other method (like may be from NI Spy) to read back the error message in Central PC?
02-06-2014 11:04 PM
So you want to add functionality to programs you wrote, that never intended to have them, and don't want to change those programs to add it?
That kind of narrows things down, and was probably worth mentioning in our original post.
You might be able to use VI server calls from your new central app to connect to the other VI's and try to read control values. I don't know how difficult that would be.
I'd recommend changing your existing programs to add the functionality.