User manual
ScanVue5® Mini Kiosk
User Manual
M37574–01T
Industrial Electronic Engineers, Inc.
23-June-2008 RevT Page 70
#Image files for multiple window displays. For 4 quarter screen
#images, size is 160x120 pixels.
[FILES]
%11 = window1.GIF
%12 = window2.GIF
%13 = window3.GIF
%14 = window4.GIF
%15 = window5.GIF
#Here’s 5 overlapping windows displayed
[SHOW]
#Format Example:
#%11 Showtime, DelayNextImage, @x,y
%11 1000, 250 @0,0 # paints “window1.GIF” in top left corner of
# screen. Window opens for 10 secs. 2½
# secs after start next window arrives.
%12 750, 250 @53,40 # paints “window2.GIF”. Top left corner at
# 53 pixels from left edge, 40 pixels from top
# edge. Window opens for 7½ secs. 2½
# secs after start, next window arrives.
%13 500, 250 @106,80 # paints “window3.GIF”. Top left corner at
# 106 pixels from left edge, 80 pixels from
# top edge. Window opens for 5 secs. 2½
# secs after start, next window arrives.
%14 250, 250 @160,120 # paints “window4.GIF”. Top left corner at
# 160 pixels from left edge, 120 pixels from
# top edge. Window opens for 2½ secs. 2½
# secs after start, next window arrives.
%15 500 @80,60 # 4 prior images timeout. This image shows
# for 5 secs in the center of the screen then
# times out. No other image is called as the
# DelayNextImage parameter isn’t specified.