I have used the Labview Web Server with the snap and monitor commands. This is not what I am doing in this case. Using the snap or monitor commands really does the same thing: Labview creates a graphics file and then ports that file out to the server. Unfortunately, this could occur at a bad time while I am taking data, so I want to control when that image would get updated.
Therefore, I'm using a different method in which I can control when the image is updated. It still uses the same method, however, because with LabVIEW canned VIs, you can get the front panel image, and then the only way to convert it to .png format is to use the "Write to PNG file" vi, which writes it to the disk. I then have to read that file to send it to the server. If I coul
d make the conversion to png but skip the write to disk portion and directly send it to the server, that would be much, much better. That's what I'm looking for!
Mark