Changes for page ANU Seismic Data Loggers
Last modified by robert on 2025/06/15 14:13
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. JackD1 +XWiki.robert - Content
-
... ... @@ -16,70 +16,35 @@ 16 16 17 17 The loggers can be "pre-programmed" with information (e.g. site name, sampling rate, etc) or they can be programmed in the field using the buttons on the logger. To pre-program the cards you simply edit a text file (named "[[ANUSRSetup.txt>>http://auspass.edu.au/field/ANUSRSetup.txt]]" for the LPRs, or "[[tSAWRSetup.txt>>http://auspass.edu.au/field/tSAWRSetup.txt]]" for the TerraSAWRs) and place it in the root directory on the SDCard. When the logger boots up, it will parse and load this information. 18 18 19 - ===The format for ANUSRSetup.txt / LPR200s will be a single line of text that looks like this:===19 +The format for ANUSRSetup.txt / LPR200s will be a single line of text that looks like this: 20 20 21 21 {{{XXX195G0100010034864 2 }}} 22 22 23 23 corresponding to site XXX19, 24 24 network 5G, 25 - sample rate 0100, ( i.e. 100Hz)25 + sample rate 0100, (e.g. 100 hz) 26 26 "gps interval" 01 (once per hour~-~- don't change), 27 27 start mode (always 0), 28 28 stop mode (always 0), 29 29 seismometer type (3 = broadband (+/- 20V), 1 = shortperiod (+/- 5V), 30 30 and seismometer serial number (4864). 31 + the 2 at the very end is for "start recording on power" 32 + and is vital to have this set so the logger will resume recording on its own if it experiences a power cycle. (# of blank spaces before this doesn't matter) 31 31 32 -(% class="box warningmessage" %) 33 -((( 34 -NOTE: the 2 at the very end is for "start recording on power" and is vital to have this set so the logger will resume recording on its own if it experiences a power cycle. (# of blank spaces before this doesn't matter) 35 -))) 34 +the TSAWRs are a bit shorter as they don't have an option to set the "gps sync" 36 36 37 - ===TheformatforTSAWRloggersarea bit shorter as they don't have an option to set the "gps sync" ===36 +{{{SITE1XX02500039999 2}}} 38 38 39 - SITE1XX0250003999938 +which would set up a Trillium Compact with serial 9999 named XX.SITE1 at 250hz sample rate. 40 40 41 -corresponding to site XX.SITE1, 42 - sample rate 0250, (i.e. 250 Hz) 43 - start mode (always 0), 44 - stop mode (always 0), 45 - seismometer type (3 = broadband (+/- 20V), 1 = shortperiod (+/- 5V), 46 - and seismometer serial number (9999). 47 47 48 - 49 -=== The formatting process using the logger: === 50 - 51 -The process for formatting an SD card within the logger is straightforward. Navigate to the "SD INFORMATION" screen and press ERASE SD CARD. This process may take up to a minute. This will result in erasing all files from the card. Upon starting recording, a new 'seed' will be written containing all the information that the logger has been set with FINISH THIS SECTION 52 - 53 - 54 54 Here is a general guideline for how much data you can expect to fit on a card: 55 55 56 56 {{{ 64Gb card: 245 days @ 250hz or 610 days @ 100hz 57 - 32Gb card: 122 days @ 250hz or 305 days @ 100hz 58 -}}} 44 + 32Gb card: 122 days @ 250hz or 305 days @ 100hz}}} 59 59 60 60 61 -= Logger Menus Overview (and setup) = 62 62 63 -== System Information == 64 - 65 -This menu provides an overview of the status of the station. Under 'Initialisation Parameters', the status of systems that are initialised upon powering on the logger can be checked. 66 - 67 -This menu also displays the firmware version, battery, external, and solar voltages, and the temperature of the system. 68 - 69 -==== Upon setup ==== 70 - 71 -- Check all Initialisation Parameters are marked as successful 72 - 73 -{{info}} 74 - 75 -{{/info}} 76 - 77 -== Live Seismometer Data == 78 - 79 -This screen displays real time seismometer data for all 3 axes of the seismometer. Initially, a plot of raw data from all 3 channels is shown. By pressing enter, a high pass filter can be applied showing a more useful plot of all channels. The up and down arrows can be used to change between a view of all channels, individual channels, and all channels on different X axes. 80 - 81 - 82 - 83 83 = LogFile Conversion Script = 84 84 85 85 Both the TSAWR and LPR-200 write logging information as a binary "dat" file which includes GPS time syncs, temperatures, battery power, and position. To convert them into ASCII you can read, use [[THIS PYTHON SCRIPT>>http://auspass.edu.au/field/anusr_log.py]].