2.3 Main Menu

There are three main menu items for the SRU.

Take a Reading: allows you to display an instant reading from the connected datalogger, turn on/off barometric compensation, and start and save a real-time logging session.

Download/View Files: allows you to download and save the data from the connected datalogger's current internal logging session, and view all data files saved in the SRU.

Status/Setup: allows you to view information about the SRU Solinst Readout Unit and connected datalogger, including battery level, memory, serial number, firmware version and logging mode. You can also adjust the contrast of the LCD screen.

 

solinst readout unit sru main menu

Figure 2-3 SRU Main Menu

$(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 } }); }); --> --> -->