Polling AJAX - Live Updates
Polling AJAX is a high speed AJAX implementation that updates data on the screen by polling the DataHub Web Server on a periodic basis. The data coming back from the DataHub is interpreted by JavaScript functions in the web page which in turn update various page elements, all without requiring the user to refresh the page.
The example below shows several point values read from the DataPid data domain. To see point values, you must be running the DataPid program.
Key: Trending Up = ▲
Trending Down = ▼
Steady State = ●
This page runs a timer to periodically request new data from the DataHub. The page itself is not being updated, just the specific page elements that have been configured to display data from the DataHub.
<-- Go back |