LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

PNG transfer via WebServices

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:

 

Send PNG

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.

 

0 Kudos
Message 1 of 4
(2,558 Views)

p.s. This archive should be more correct (it's inside the project):

0 Kudos
Message 2 of 4
(2,542 Views)

tylerfg,

 

        What question are you asking? Is it just "what is the best way to send a png using a LabVIEW Web Service"?

Message 3 of 4
(2,510 Views)

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").

0 Kudos
Message 4 of 4
(2,503 Views)