HTTP Tiled Mode
HTTP Tiled Mode
Contents
1 Overview.................................................................................................................................................................... 3
2 Technical Details ...................................................................................................................................................... 3
2.1 Create HTML Document: ................................................................................................................................. 3
2.2 Load page at boot time: ................................................................................................................................... 4
Users will be able to push buttons and interact with each vision system. Unlike tiled mode in VisionView, selecting a vision system
that is tiled in the browser will not resize the view to fill the screen for better viewing. Unlike VisionView, all tiled WebHMIs will
update in real time and allow for their controls to be used.
2 Technical Details
This section will show how to create a simple html document to redirect webpages from individual vision systems to one collective
page, followed by instructions on how to have a PC load this page at boot time. Note, the individual views will be displayed in the
order they are listed in the document, justified to the upper right of the display.
<!DOCTYPE html>
<html>
<body>
</body>
</html>
3. The Startup folder for the logged in user account will come on the screen.
4. For the programs that you wish to run automatically at boot add their shortcuts to the Startup
5. To create a program shortcut right click on an empty area of the Startup folder and select New followed by Shortcut.
6. On the newly opened Create Shortcut window click on the Browse link and find the file that you wish to run automatically.
7. Provide a name to the shortcut created.
8. And click Finish.
▪ For the programs whose shortcuts are already created, you can shift them to the Startup
▪ In case you want to disable the created shortcuts than you can do from Task Manager.
▪ Or you can easily remove the shortcut from the Startup.
If a customer wanted to have a screen with multiple camera views and independent views for each camera, create an html
document for each camera, and add a link to each as a new tab as shown below.