02-03-2013 12:14 PM - edited 02-03-2013 12:17 PM
Hello.
Labview v9.0 (32-bit). I try to send report with dynamically updated png-screens of graphs. I use "WebServices" vi's. If I try to send a simple html-report I get invariable (i suppose) сached images. To avoid this I try to send each image via URL mapping "/images/:Input", as you can see here:
I get the image this way but on request "http://localhost/Webserver/images/N.png" browser (Chrome) show me this image and continue to load smth without stopping (IE in this case is just loading smth without showing picture).
(Agent.vi is my current way of generating and sending this report)
Please help.
Thanks,
Gregory.
02-03-2013 01:09 PM - edited 02-03-2013 01:10 PM
p.s. This archive should be more correct (it's inside the project):
02-04-2013 10:26 AM
tylerfg,
What question are you asking? Is it just "what is the best way to send a png using a LabVIEW Web Service"?
02-04-2013 12:12 PM - edited 02-04-2013 12:24 PM
> What question are you asking? Is it just "what is the best way to send a png using a LabVIEW Web Service"?
Okay. The question is "how to send a report with png-images which refreshes every 2 seconds?" (2 for example). I had a problem with pics: they don't refresh as is. So I thought I could restate this question as "how to send png-image so that it will refresh at each request?" (which I make via header "Refresh").