8.2 Software and Firmware Updates

Each time the software is opened, it automatically checks on-line for software updates. If there is an update, "Software Update Available" will appear in the top right of the menu bar. When you click the message, it will open a web page where you can download the software update.

Note:

Your PC must have an Internet connection to check for software and firmware updates.

The Software also checks for firmware updates once you have retrieved settings from a connected SRU. "Firmware Update Available" will appear in the top right menu bar. Clicking the message will open a web page where you can download the firmware update. See Section 8.3 for firmware update instructions.

 

$(document).ready(function( $ ) { $("#menu").mmenu({ //"slidingSubmenus": false, //flat nav option "extensions": [ "pageshadow", "theme-dark", "border-full", "effect-listitems-slide", //nav items slide in effect - might need to remove to increase performance "fullscreen", //full-screen nav "panelshadow" //drop-shadow on stacked panels - might need to remove to increase performance ], "navbar": { "title": " " //overwrites the default 'Menu' heading on the first level }, "navbars": [ { "position": "top", "content": [ "
Home
|
Login
", "close" ] }, { "position": "top", "content": [ "prev", "title" ] }, { "position": "bottom", "content": [ " ", "", "", "", "" ] } ], "iconPanels": { "add" : true, "visible" : 3, }, "counters": true, //adds counter to sub-menues "offCanvas": { "position": "right" //expend nav from the right }, "currentItem": { "find": true } }); }); --> --> -->