Changes for page ANU Seismic Data Loggers
Last modified by robert on 2025/04/24 14:58
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -26,7 +26,7 @@ 26 26 "gps interval" 01 (once per hour~-~- don't change), 27 27 start mode (always 0), 28 28 stop mode (always 0), 29 - seismometer type (3 = broadband (+/- 20V), 1 = shortperiod (+/- 5V), 29 + seismometer type (3 = broadband (+/- 20V), 2 = Guralp (+/- 10V), 1 = shortperiod (+/- 5V), 30 30 and seismometer serial number (4864). 31 31 32 32 (% class="box warningmessage" %) ... ... @@ -34,15 +34,22 @@ 34 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 35 ))) 36 36 37 -=== The format for TSAWR loggers are a bitshorteras they don't have an option to set the "gps sync"===37 +=== The format for TSAWR loggers is shorter === 38 38 39 -SITE1XX02500039999 2 39 +(% class="box errormessage" %) 40 +((( 41 +**NOTE: The format is shorter as they don't have an option to set the "GPS sync". The GPS sync number should be omitted otherwise the formatting will not work!** 42 +))) 40 40 41 -corresponding to site XX.SITE1, 44 +SITE15G02500039999 2 45 + 46 +corresponding to site SITE1, 47 + 48 + network 5G 42 42 sample rate 0250, (i.e. 250 Hz) 43 43 start mode (always 0), 44 44 stop mode (always 0), 45 - seismometer type (3 = broadband (+/- 20V), 1 = shortperiod (+/- 5V), 52 + seismometer type (3 = broadband (+/- 20V), 2 = Guralp (+/- 10V), 1 = shortperiod (+/- 5V), 46 46 and seismometer serial number (9999). 47 47 48 48 ... ... @@ -68,18 +68,61 @@ 68 68 69 69 ==== Upon setup ==== 70 70 71 -- Check all Initialisation Parameters are marked as successful 78 +- Check all Initialisation Parameters are marked as successful. 72 72 73 -{{info}} 74 - 75 -{{/info}} 80 +- Check that solar voltage is above 10 V, otherwise the station will not last long. 76 76 82 + 77 77 == Live Seismometer Data == 78 78 79 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 80 87 +==== Upon setup ==== 81 81 89 +- Check that all channels are present and are producing a signal. 82 82 91 +- Stomp on the ground near where the sensor is installed to check that a signal is being picked up. 92 + 93 +- Common representations of poor signals include channels sloping smoothly from high values to zero, or sharp corners in the plots. 94 + 95 + 96 +== System Configuration == 97 + 98 +This menu is used to set the stations identifiers and parameters. 99 + 100 +First, the sampling rate can be chosen from a set of options (1 Hz, 10 Hz, 25 Hz, 40 Hz, 50 Hz, 100 Hz, 250 Hz, 1000 Hz). 101 + 102 +Next, the station identifier (up to 5 characters) and the network code (2 characters) can be set. 103 + 104 +Record start and stop mode should be left to 'On Request' mode. 105 + 106 +The seismometer model and serial number (up to 10 characters) can be set. Seismometer model options include: 107 + 108 +- Trillium Compact 109 + 110 +- CMG - 3ESP 111 + 112 +- Guralp 40T 113 + 114 +- LE-3D Lite 115 + 116 +- Mark L4C 117 + 118 +- Mark L4 119 + 120 +Additionally, the following settings can be used in place of the seismometer model types: +/- 20V, +/- 10V, +/- 5V 121 + 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. 123 + 124 +==== Upon setup ==== 125 + 126 +- Set the sampling rate, station identifier, and network code. Set the appropriate seismometer type. Most importantly, ensure the record on restart setting is checked. 127 + 128 +(% class="box warningmessage" %) 129 +((( 130 +NOTE: Ensure the 'RECORD ON RESTART' option is marked with a cross. 131 +))) 132 + 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]].