05-06-2009 12:52 PM - edited 05-06-2009 12:52 PM
Hi,
I'm putting together a test which will save a tdms graph file containing current measurements and annotations. If we wanted to view these tdms files within a web browser, would this be possible somehow? It seems like there would need to be a browser plug-in for this. Does one exist? Has anyone accomplished this?
Thanks
David Jenkinson
05-06-2009 01:01 PM
05-06-2009 09:15 PM
There is no ready-to-use browser plugin at this point. How would you envision this to look like? Would you have a list of links, each of which represents a TDMS file, and when users click one of the links, the browser displays the viewer and the viewer loads the selected file? What kind of capabilities would the viewer need to have? Given that you probably don't want to move huge files around, would you need things like zooming or other user interactions?
LabVIEW provides various ways of exposing a VI on the web, including remote front panels or bitmap snapshots. Depending on your reqirements, you might be able to work something out based on these. Otherwise, my recommendation would be to create a LabVIEW RESTful web service, combined with a thin client web UI.
Herbert
05-06-2009 09:15 PM - edited 05-06-2009 09:16 PM
05-07-2009 02:13 PM