Hello there,
its my first post on NI forum, so correct me when i'm on the wrong section/location.
The problem
I need to get/read the strings that are written to the web console (see "NI Web-based Configuration & Monitoring") and buffer them on PXI device.
Background
I need this information on a separate PC. There I can't read them manually (no IE installation possible). Also I don't have the possibility of using some sort of browser with Silverlight/ActiveX.
Ideas I got
- Grabbing video signals send to monitor output by VI's like "RT Debug String.vi". (This is the same output that is hosted on web console, as far as i know)
- Buffering all output that will be sent to monitor/web console. Here I'd miss error messages coming from system itself, as far as I know.
- ni_emb.dll for getting strings from web console (There is a function for "PrintStringToConsole" but I didn't find anything useful yet)
Thanks for your help
Have a nice day
~kk