INSTALLATION; Note:- if testing this script in a different folder structure from the main site then the paths will need to be changed to suit. The standard used references files and folders by prefixing the them with ./ to ensure they are referenced to the main script folder. Ensure the files loaded by Cumulus are available to these folders, or while testing, copy the files to the test folders structure. 1. Unzip davconsoleCUxxx_xxx.zip into a local working folder on your PC A. a.Copy the 24hr graph data file davcon24T.txt to the C:\Cumulus\web folder b. Set up Cumulus to generate the output from davcon24T.txt and send it to the website; Use the Cumulus, Configuration, Internet, Files panel and select an unused entry. Configuration / Internet settings / Files In the Local Filenames, click Browse and select the C:\Cumulus\web\davcon24T.txt file as the local filename. In the Remote Filenames box, enter the webserver location and davcon24.txt as the Remote Filename to use (No 'T'). e.g. /servername/folder/davcon24.txt (same location as other website files). Tick Process and FTP Leave the Binary? box unchecked, Check the Process? box. Leave the Realtime? box unchecked. As this file is used to update the hourly graph data there is no need to send it at the realtime interval Check the FTP? box. Press OK on the Internet Settings dialog to close it and save the settings. c. Copy the tag data file davconfcstT.txt to C:\Cumulus\web folder d. Set up Cumulus to generate the output from davconfcstT.txt and send it to the website; Use the Cumulus, Configuration, Internet, Files panel and select an unused entry. Configuration / Internet settings / Files In the Local Filenames, click Browse and select the C:\Cumulus\web\davconfcstT.txt file as the local filename. In the Remote Filenames box, enter the webserver location and davconfcst.php as the Remote Filename to use (No 'T'). e.g. /servername/folder/davconfcst.php (same location as other website files). NOTE the .php extension!! Tick Process and FTP Leave the Binary? box unchecked, Check the Process? box. Leave the Realtime? box unchecked. As this file is used to update the hourly graph data there is no need to send it at the realtime interval Check the FTP? box. Press OK on the Internet Settings dialog to close it and save the settings. e. On the Cumulus PC, open C:\Cumulus\web\indexT.htm file in a good editor (recommend notepad++ if you don't have one) - don't use windows notepad! f. Edit the navigation bar by adding; :console: and / or :console: between existing items at the chosen position. REPEAT this step for all the remaining ....T.htm files. B. TO change davconvp2CU.php to davconvueCU.php a. rename davconvp2CU.php to davconvueCU.php or open davconvp2CU.php and save as davconvueCU.php b. At line 123, change $console = 'VP2'; to 'VUE'; - upper case! C. a. Copy davconvp2CU.php (and/or davconvueCU.php) to the main scripts folder for the console(s) you wish to display. Also copy the matching -inc file(s) to the same location. b. Copy all the remaining files to the webserver BEHALVE:- davcon24T.txt davconfcstT.txt and this davconCU_HowTo.txt. Ensure the ./davcon/ folder and all its files are placed immediately below the main scripts folder. All the files in ./davcon/ are common to VUE and VP2 Consoles (except for the xxx_consolexxx.png console images). The physical VP2 console uses larger Icons than the VUE, however these scripts use the Vue size icons for both Vue and VP2. c. To test davconvp2CU.php and/or davconvueCU.php, open the website in your browser and click on the 'console' item on the navigation bar.