Changes for page ANU Seismic Data Loggers
Last modified by robert on 2025/06/27 16:42
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 2 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. robert1 +XWiki.JackD - Content
-
... ... @@ -1,7 +1,15 @@ 1 - 1 +(% class="row" %) 2 +((( 3 +(% class="col-xs-12 col-sm-8" %) 4 +((( 5 +(% class="jumbotron" %) 6 +((( 7 +(% class="container" %) 8 +((( 2 2 ANU has designed and built three generations of seismic data recorders, two of which (the small yellow TerraSAWR and the larger beige LPR-200) are still in use today. Despite their contrasting appearance, they both use the same software, data cards, and have the same instrument response. 10 +))) 11 +))) 3 3 4 - 5 5 = Data Card Formatting and Information = 6 6 7 7 Both the TerraSAWR and LPR-200 require SD Cards to be formatted in FAT32 filesystem. For 64Gb cards it can be difficult to format in FAT32, but [[software >>http://auspass.edu.au/field/fat32cardformatter.exe]]is available. ANU recommend SanDisk Extreme 150 mb/s cards in either 32 or 64Gb size. We strongly discourage using cards larger than 64Gb, and in general smaller cards are less likely to fail. We have also found that "adapter" cards (e.g. SD to microSD) are prone to having write issues and **strongly** advise against them. ... ... @@ -23,10 +23,10 @@ 23 23 24 24 (% class="box warningmessage" %) 25 25 ((( 26 -NOTE: the 2 at the very end is for " RECORDON RESTART". Therecord onrestartoptionensuresthatifthe loggerdiesandspoweredback up whilstinthe field(duetobattery chargingcyclesorother causes) that the recording will resume. (# of blank spaces before this doesn't matter)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) 27 27 ))) 28 28 29 -=== The format for TSAWR loggers is shorter :===37 +=== The format for TSAWR loggers is shorter === 30 30 31 31 (% class="box errormessage" %) 32 32 ((( ... ... @@ -35,7 +35,7 @@ 35 35 36 36 SITE15G02500039999 2 37 37 38 -corresponding to site SITE1, 46 +corresponding to site SITE1, 39 39 40 40 network 5G 41 41 sample rate 0250, (i.e. 250 Hz) ... ... @@ -49,7 +49,6 @@ 49 49 50 50 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 51 51 52 -[[image:original_0747763c-e3dd-4667-b897-833f12c8e0b8_20241219_130604.jpg||height="240" width="298"]] 53 53 54 54 Here is a general guideline for how much data you can expect to fit on a card: 55 55 ... ... @@ -60,8 +60,6 @@ 60 60 61 61 = Logger Menus Overview (and setup) = 62 62 63 -The same menus are used in both the TSAWR and LPR-200 loggers. 64 - 65 65 == System Information == 66 66 67 67 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. ... ... @@ -81,27 +81,13 @@ 81 81 82 82 ==== Upon setup ==== 83 83 84 -- Check that all 3channels are present and are producing a signal.89 +- Check that all channels are present and are producing a signal. 85 85 86 -- Stomp on the ground near where the sensor is installed to check that a signal is being picked up by all 3 channels.91 +- Stomp on the ground near where the sensor is installed to check that a signal is being picked up. 87 87 88 88 - Common representations of poor signals include channels sloping smoothly from high values to zero, or sharp corners in the plots. 89 89 90 90 91 -== GPS Data == 92 - 93 -This menu displays the status of the stations' GPS connection. The screen lists; UTC time, UTC date, latitude, longitude, altitude, number of satellite connections, and SNR. 94 - 95 -==== Upon setup ==== 96 - 97 -- Check that the station is connected to satellites 98 - 99 - 100 -== SD Information == 101 - 102 -The menu lists if the SD card has been initialised, as well as the capacity and space free on the memory card. See "Data card formatting" (above) to see how to format and initialise the inserted SD card. 103 - 104 - 105 105 == System Configuration == 106 106 107 107 This menu is used to set the stations identifiers and parameters. ... ... @@ -128,30 +128,21 @@ 128 128 129 129 Additionally, the following settings can be used in place of the seismometer model types: +/- 20V, +/- 10V, +/- 5V 130 130 131 -The record on restart option ensures that if the logger dies and is powered back up whilst in the field (due to battery charging cycles or other causes) that the recording will resume.122 +The record on restart option ensures that if the logger dies and is powered back up in the field (due to battery charging cycles or other causes) that the recording will resume. 132 132 133 133 ==== Upon setup ==== 134 134 135 135 - Set the sampling rate, station identifier, and network code. Set the appropriate seismometer type. Most importantly, ensure the record on restart setting is checked. 136 136 137 -(% class="box errormessage" %)128 +(% class="box warningmessage" %) 138 138 ((( 139 139 NOTE: Ensure the 'RECORD ON RESTART' option is marked with a cross. 140 140 ))) 141 141 142 -(% class="wikigeneratedid" %) 143 -[[image:original_2b83fcf5-ee5a-4375-bab1-2d738e4ffe8c_20241219_130646.jpg||height="234" width="289"]] 144 - 145 -== STA/LTA Configuration == 146 - 147 -The Short Term Average and Long Term Average Configuration screen is no longer used. 148 - 149 - 150 150 = LogFile Conversion Script = 151 151 152 152 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]]. 153 153 154 - 155 155 = Instrument Response = 156 156 157 157 Both the TerraSAWR and LPR-200 use the same ADS1281 analog-to-digital converter chip and are designed to have identical instrument response. Depending on the output sample rate (e.g. 100 Hz, 250 Hz, 500 Hz, 1000 Hz) amplitude response is consistently flat up to ~~100 Hz but phase response can vary above 1 Hz at 100 Hz (or 10 Hz at 250 Hz). ... ... @@ -200,7 +200,7 @@ 200 200 = References = 201 201 202 202 * [[PDF Manual>>http://auspass.edu.au/field/LPR-200_Instruction_Manual.pdf]] 203 - ~)~)~)185 +))) 204 204 205 205 (% class="col-xs-12 col-sm-4" %) 206 206 ((( ... ... @@ -256,5 +256,6 @@ 256 256 [[image:LPR battery.jpg]] 257 257 ))) 258 258 ))) 241 +))) 259 259 260 - ~)~)~)243 +
- original_0747763c-e3dd-4667-b897-833f12c8e0b8_20241219_130604.jpg
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.JackD - Size
-
... ... @@ -1,1 +1,0 @@ 1 -858.4 KB - Content
- original_2b83fcf5-ee5a-4375-bab1-2d738e4ffe8c_20241219_130646.jpg
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.JackD - Size
-
... ... @@ -1,1 +1,0 @@ 1 -890.3 KB - Content