Using the "Window On" and "Window Off" and the "Print" command with the AFL (advanced function language), how would one have an image "print" in the popup window?
Or, is there another way to do this? When starting a program, I want a picture of the fixture setup to appear on the screen before the program can continue.
So how would that work? What I want is for the image to be attached to the specific program. So when the operator hits the start button the image pops up on the screen, and then he will have to hit the start again to continue on with the program. Just sort of a double check on things.
On the newer generation of THM controls you can try the following:
% Execute/launch "image" or "PDF" in the background and then proceed on...
% >> Make sure that path and filename does not contain spaces and exists!
[NEWPROC,"CALL", "BACK", "CMD.EXE /C START D:\DATA\Images\eCabs_through_the_Ages.jpg",""]
See my example attached. Just make sure the D:\DATA\IMAGES exists and that the sample JPG is copied into it. The operator will be responsible for closing down the application that displayed the image/PDF.
Of course there should be a program associated to the file type so that the appropriate application is started to display the image or PDF.