O3 REFERENCE MANUAL. Version November 2009

Size: px
Start display at page:

Download "O3 REFERENCE MANUAL. Version November 2009"

Transcription

1 O3 REFERENCE MANUAL DIGITAL OZONE AND RADIOSONDE DATA ACQUISITION AND PROCESSING SOFTWARE FOR USE WITH EN-SCI CORPORATION MODEL 2Z ECC OZONESONDE INCORPORATING THE INNOVATIVE SYSTEM DESIGNS V7 INTERFACE Version November 2009 EN-SCI Corporation P.O. Box 3234 Boulder, Colorado U.S.A. Telephone: (303) Fax: (303)

2 Disclaimer: Every effort has been made to provide the user with error-free documentation and software. These are supplied, however, without warranty, either expressed or implied. Suggestions from users for improving the software and documentation are welcome. Copyright by : James W. Wendell Innovative System Designs 20 Deer Hollow Lyons, Colorado isd.jwendell@gmail.com

3 Table of Contents 1.0 System Overview The Ground System System Requirements Software Installation Customizing Your Configuration Starting a New Flight Data Acquisition Surface Flight Resuming a Flight 12 Appendix A - Binary Radiosonde Packet Definition 13 Appendix B Radiosonde Commands 16 Appendix C - O3 RAW Data File Format 19 Appendix D - Default o3.ini File Entries 20 Appendix E - Correction Files 21

4 1.0 System Overview This manual describes ECC ozonesonde digital data acquisition and processing, using Innovative System Designs V7 interface electronics and O3 software. Some benefits of the system are the elimination of errors, improved accuracy and resolution, and enhanced data visualization. All of this is accomplished with inexpensive ground equipment, thereby increasing the affordability of ozone observations. The InterMet model imet-1 radiosonde is the instrument used to measure the meteorological parameters: pressure, air temperature, and humidity. The radiosonde can also be configured to include a GPS for position information. Ozone data are measured by the V7 interface. The data are then compiled into a data packet and sent to the radiosonde. The data are then transmitted down to the ground at 1200 baud. Figure 1 - System Overview The imet - 1 radiosonde may be purchased with either a 403 MHz or 1680 MHz frequency modulated (FM) transmitter. The receiver located on the ground will need to receive whichever frequency is selected. Systems using the 403 MHz equipment are less expensive than those using 1680 MHz equipment. However, the MHz band is heavily used, and it is harder to shield analog signals from noise introduced by the transmitter. The frequency selected is irrelevant concerning the O3 software. The output of the receiver is sent to a 1200 baud (BEL202 standard frequencies) modem. The output of the modem is then sent to a computer through a USB port. An alternate approach, which functions well, is to use the software TrueTTY from DxSoft ( along with the Virtual Serial Port 1

5 Emulator software from Eterlogic ( to replace the modem. The TrueTTY program allows the operator to use the computers sound card to demodulate the signal from the receiver. The Virtual Serial Port Emulator program is required to map a virtual serial port receiving the output from TrueTTY to another virtual serial port to send this data stream to the O3 program. A computer running the O3 software under Windows XP is used for collecting data on the ground. The O3 data acquisition software is designed to be easy to operate, yet it is a powerful data collection package with built-in safeguards. These help new users learn the procedures associated with ozonesonde data collection. Multiple data files are generated during a flight, the.raw file contains date and time stamped comma-separated ASCII data. This file contains the original data transmitted from the imet radiosonde and other instruments connected to it. A separate.cfg file contains the configuration information specific to the flight. Both the.raw and the.cfg files are required to post-process a flight. The O3 program will also create a few ASCII data files if the Enable ASCII Logs box is checked, under the acquisition tab, when configuring the software before data collection starts. The ASCII log files are;.ptu for pressure, temperature, and humidity data from the radiosonde,.gps for data from the GPS showing the package location and GPS time,.wnd for wind data if a GPS is installed, and.o3 for ozone data. These ASCII log files contain the unprocessed data transmitted from the devices. 2.0 The Ground System The ground system is composed of the equipment required to receive and store data from the radiosonde/ozonesonde package. The ground system shown in Figure 1 consists of a receiver, modem, and computer. Other configurations are possible for the ground system as discussed in the previous section. A receiver is required to receive the transmission and a modem, or demodulation software, are required to demodulate the data. A computer is used to record the information demodulated by the modem or demodulation software. The current version of O3 is written for a PC compatible computer running Windows XP. If using an external modem, the computer must have a USB port for the data stream input. If using demodulation software, such as TrueTTY, then the computer must have a compatible sound card. 3.0 System Requirements An important part of the ground system is the receiver. Good reception will translate to fewer corrupted data packets. There are many different receiver manufacturers available to choose from for both 403 MHz and 1680 MHz frequencies. Best results will be obtained by selecting a receiver with high sensitivity and selectivity. A directional antenna and preamp are highly recommended for good reception throughout the flight. The data transmitted from the imet radiosonde is modulated using frequency-shiftkeying (FSK). Two distinct frequencies are used to represent binary data. The frequencies used by the BEL202 protocol are 1200 Hz for a mark (1) and 2200 Hz for a space (0). 2

6 The ground computer should be a PC compatible running Windows XP to use the O3 software package. At least one USB port is required to connect the computer to the modem. If using the TrueTTY software instead of the modem, then the USB port is not required, instead the computer must have a compatible sound hardware. 4.0 Software Installation The O3 software CD contains a setup program that is used to install the program. Run the O3_v1.0.2.msi program to install the O3 program and associated files. The installation will create a shortcut on the desktop from which you may start the program. There is also a folder named drivers located on the disk containing the driver for the modem which is required for Windows XP. Windows XP will want to search for a valid driver when the modem is first plugged into the computer. Instead of having Windows search for the driver, point to this folder so that the driver supplied will be loaded. 4.1 Customizing Your Configuration The configuration information for the O3 program are stored in the o3.ini file located in the Windows directory. The operator can set almost all of the parameters from within the program. There are however a few settings that must be changed by directly editing the o3.ini file. Editing the file is done using a text editor such as notepad which is included with Windows. In the configuration file, each section starts with a section name enclosed in square brackets. Under a section there are entries set to some value. The section name and entry are not case sensitive. Any text appearing after a semicolon is considered a comment and is ignored. A complete o3.ini file is listed in Appendix C. The entries in the o3.ini file that are not editable from within the O3 program are: [acq] files="'c:\program Files\o3\data\bldr_'yyyymmdd" reqsfc=5 launchdetpr=3.0 launchdethgt=10.0 burstdet=10 The files entry is used to define what the default data filename format will be. In the example listed above, the yyyymmdd will be replaced with the current year month and day automatically. The operator can over-ride this default filename at flight time. The reqsfc entry is used to determine the required length of time, in minutes, that the operator must stay in the Surface Mode of data collection before moving on to Flight Mode. Setting reqsfc=0 will allow the operator to move to Flight Mode as soon as possible, but it will not allow the operator to switch to Flight Mode immediately. A minimum of at least 15 values of pressure, temperature, and humidity (PTU) data must be collected in Surface Mode, which will be used to calculate surface data, before allowing the operator to switching to Flight Mode. 3

7 If the radiosonde is equipped with a pressure sensor then the launchdetpr is used to detect when the balloon is launched. If the radiosonde does not have a pressure sensor then the GPS height data and launchdethgt will be used to detect when the balloon is launched. The burstdet entry is used to detect when the balloon has popped and is descending. This value is used to eliminate false descent detection. 5.0 Starting a New Flight Making an ozone flight requires thorough preparation of the ozonesonde before flight time. The radiosonde does not require any preparation before flight unless you know that you want to modify the radiosonde from it s default configuration. Remember if using the radiosonde equipped with a GPS that the radiosonde requires a clear view of the sky with no obstructions to acquire an accurate position. The time required for the GPS to lock on to it s current position is directly related to it s view of the sky. Obstructions will limit the number of satellites the GPS can receive data from, and will therefore require more time. It is important to have the GPS position acquired before launching the balloon, especially if the radiosonde is operating without a pressure sensor. Usually the GPS should acquire it s position while the package is placed outside to acquire surface data. However, there are times when solar activity will prevent the GPS from receiving signals from satellites. Solar activity data can be obtained from the National Weather Service Space Weather Prediction Center at Start the O3 program by clicking on the desktop icon. After briefly showing the program logo, the main window will open which will look like the image shown in figure 2. When you are ready to start a new flight press the Start button. The other three... Text Data buttons are used to display the appropriate data streams in simple ASCII text. Note that no data will be displayed in these windows until the software enters acquisition mode. Figure 2 O3 Program Main Window 4

8 Once the Start button is pressed the main window will close, and in it s place will be displayed a configuration window as shown in figure 3 below. The configuration window contains four tabs; Station, Radiosonde, Ozonesonde, and Acquisition. You should check the settings in each of the four tabs before pressing the Ok button. Figure 3 - Station Configuration The Station tab contains information about where you will be launching the balloon from. Once the station information is set it is rarely change. Figure 4 - Radiosonde Configuration 5

9 The Radiosonde tab contains information about the radiosonde configuration. Many times the Probe ID is not visible and cannot be read without disassembling the radiosonde. In this case you may simply leave it blank, it is for information purposes only. The O3 program is written such that the radiosonde must at least have a pressure sensor or a GPS installed. It may have both sensors, but it must have at least one. Check the appropriate box depending on the radiosonde configuration. Figure 5 - Ozonesonde Configuration The Ozonesonde tab contains information for up to 4 ozonesondes. Use the < and > buttons to navigate through the ozonesonde configuration data. The same Bkg Correction and Pump Efficiency files are used when processing ozone data from all ozonesondes. The Bkg Correction and Pump Efficiency files are text files that can be edited with a text editor such as notepad. Changing this data should be a very rare event. Figure 6 - Acquisition Configuration 6

10 The Acquisition tab is where the serial port for the data stream from the modem is selected along with the baudrate or speed. Both of these settings will depend on your hardware and software configuration. The baudrate should be set to 1200 when using the USB modem. The date field is automatically set based on the PC s clock. The base data filename is automatically generated based on the setting in the o3.ini file. The different files generated by the O3 program will all have this name, and the extension will be used to identify the different files. The Wind Interval is used to determine how often wind data is calculated. Too short of an interval will lead to noisier data. Wind data is displayed in real-time based on this interval. If you wish to see the ASCII log files of the incoming data then you should check the box enabling the logs. 6.0 Data Acquisition There are two phases of data collection; Surface and Flight. The Surface phase collects surface data and will require that the flight package be placed outside in a representative location. The data collected during this phase should be compared with other surface instruments, if available, to confirm proper operation before the instrument is flown. It is important to note that the user should never launch any instrument unless they are satisfied with its performance on the ground. The data from a malfunctioning instrument will seldom improve during a flight. The last phase of data collection is the flight itself. The software will not terminate the flight when the balloon bursts, thus allowing the user to collect ascent and descent data. The data plot colors will change when the software detects that the balloon has popped to facilitate easier viewing of ascent and descent data. The user should terminate the flight manually when enough data has been collected. 6.1 Surface The first phase of data collection records surface data. The ozonesonde should be prepared for flight using the actual batteries that will be used in flight. The user should also verify that the radiosonde frequency is clear and make any frequency adjustments at this time to prevent interference. The instrument package should be placed in an appropriate location for measuring surface data and receiving GPS satellites if installed. The ozonesonde pump temperature should be monitored to prevent overheating in warm climates or cooling too much in cold climates. This may involve placing the instrument package in a shaded location and/or removing the ozonesonde cover. If removed, the ozonesonde cover must be reattached prior to launching the instrument. The Surface window should look similar to the window shown in figure 10. Figure 11 is an example of a plot showing surface pressure data. 7

11 Figure 10 - Surface Acquisition For good GPS data you should have reception from at least 4 satellites (nsatellites). The more satellites that the GPS can receive the better the location information will be. The time reported by the GPS will also be indicated. GPS time is not UTC time. The GPS specification made no prevision for leap seconds. Currently, GPS time leads UTC time by 14 seconds. Figure 11 Surface Pressure Plot The toolbar located at the top of the window shown in Figure 11 perform the following functions (from left to right): 8

12 Resume - Continue plot monitoring to keep the trace(s) in the plot window. Axis Pan - Move the selected axis. Axis Scale - Expand or shrink the selected axis scale. Zoom Out - Expand both X and Y axis scales by a factor of 2. Zoom In - Shrink both X and Y axis by a factor of 2. Zoom Box - Zoom in on the selected area. Cursor - activate the cursor to display data values. Save - Save the current plot as an image. The Flight button will be disabled until sufficient time has elapsed. The time required is set by the reqsfc parameter in the o3.ini file (see section 4.1 above). Once the required amount of time has elapsed, the Flight button will be enabled. At that point you may continue on to the flight acquisition phase of data collection. At any time you may press the Abort button which will stop data collection and revert back to the very beginning as if the O3 program had just been started. When you are satisfied with the surface data collected, but before launching the balloon, press the Flight button to advance to flight acquisition. Before the flight acquisition windows are opened, you will first be prompted for surface PTU data as measured by a standard set of instruments. The surface data window will appear as shown in figure 12. This standard data can be used to confirm the accuracy of the radiosonde data. If the radiosonde is not equipped with a pressure sensor then the surface pressure and GPS data will be used to calculate pressure. In this case, the accuracy of the surface pressure is very important. If you do not have surface standards available then you may leave the values blank. If the surface pressure does not match the radiosonde pressure, you will be required to confirm that you wish to continue. You may cancel this window and return back to surface acquisition by pressing the Cancel button, or you may accept the values entered and continue to flight acquisition by pressing the Accept button. Figure 12 - Standard Surface Data 6.2 Flight The final phase of data collection will record data as the instrument package is flown on the balloon. After verifying that the instruments are still operating properly, the radiosonde and ozonesonde package should be tied to the balloon per instructions provided by EN-SCI. The software will detect the balloon launch by the change in pressure transmitted from the 9

13 radiosonde. If the radiosonde is not equipped with a pressure sensor then the software will use the GPS height data to determine when the balloon is launched. The user should monitor the signal strength on the receiver and tune the receiver if necessary throughout the flight. The operator will also need to aim the antenna during the flight when using a directional antenna. The Balloon Direction field located in the lower right section of the Flight window can be used to assist the operator in aiming the antenna if the radiosonde is equipped with GPS. Wind data will also be calculated in real-time when a GPS is installed. The wind data is located in the lower left section of the Flight window. Figure 13 - Flight Acquisition The Flight window is similar in appearance to the Surface window. Balloon direction and wind data are included in the Flight window and appear at the bottom. A new button now appears in the Radiosonde section. The button is shown in figure 13, which only contains the text P. This button is used to define the vertical axis in all flight plots. When the button is pressed, the text will toggle between P and H. When the button text is P, all data plots will use pressure as the vertical axis. When the button text is H, all plots will use height as the vertical axis. Figure 14 shows what a typical ozone plot will look like when plotted against pressure, while figure 15 shows what it would look like plotted against height. To terminate the flight you must press the End button. Do not press this button until you are certain that you do not want to collect any more data. There is no resume feature built in to the software when the program has terminated normally. 10

14 Figure 14 - Example Ozone vs. Pressure Flight Data Showing Ascent and Descent Data 11

15 Figure 15 - Example Ozone vs. Height Flight Data Showing Ascent and Descent Data 7.0 Resuming a Flight In the unfortunate circumstance that data acquisition is terminated before the end of the flight due to an abnormal program close by the operating system, the user may continue data collection by restarting the O3 program. The program will detect that it did not terminate properly and prompt the operator if they wish to continue the flight. If you select to continue the flight the program will reload all of the previous data and then start collecting flight data again. 12

16 Appendix A - Binary Radiosonde Packet Definition PTU data packet: offset bytes description 0 1 SOH = 0x PKT_ID = 0x PKT = packet number 4 3 P, mbs (P = n/100) 7 2 T, C (T = n/100) 9 2 U, % (U = n/100) 11 1 Vbat, V (V = n/10) 12 2 CRC (16-bit) packet size = 14 bytes transmission time at 1200 baud = 117 msec PTU (enhanced) data packet: offset bytes description 0 1 SOH = 0x PKT_ID = 0x PKT = packet number 4 3 P, mbs (P = n/100) 7 2 T, C (T = n/100) 9 2 U, % (U = n/100) 11 1 Vbat, V (V = n/10) 12 2 Tint, C (Tint = n/100) 14 2 Tpr, C (Tpr = n/100) 16 2 Tu, C (Tu = n/100) 18 2 CRC (16-bit) packet size = 20 bytes transmission time at 1200 baud = 167 msec 13

17 GPS data packet: offset bytes description 0 1 SOH = 0x PKT_ID = 0x Latitude, +/- deg (float) 6 4 Longitude, +/- deg (float) 10 2 Altitude, meters (Alt = n-5000) 12 1 nsat (0-12) 13 3 Time (hr,min,sec) 16 2 CRC (16-bit) packet size = 18 bytes transmission time at 1200 baud = 150 msec GPS (enhanced) data packet: offset bytes description 0 1 SOH = 0x PKT_ID = 0x Latitude, +/- deg (float) 6 4 Longitude, +/- deg (float) 10 2 Altitude, meters (Alt = n-5000) 12 1 nsat (0-12) 13 4 East-West velocity, m/s (float) 17 4 North-South velocity, m/s (float) 21 4 Up-Down velocity, m/s (float 25 3 Time (hr,min,sec) 28 2 CRC (16-bit) packet size = 30 bytes transmission time at 1200 baud = 250 msec 14

18 Extra data packet: offset bytes description 0* 1 SOH = 0x01 1* 1 PKT_ID = 0x03 2* 1 N = number of data bytes to follow Data (50 bytes max) 3 + N* 2 CRC (16-bit) * = automatically generated by radiosonde packet size = N+5 bytes (55 bytes max) Ozonesonde data (using extra data packet): offset bytes description 0* 1 SOH = 0x01 1* 1 PKT_ID = 0x03 2* 1 N = Instrument_type = 0x Instrument_number (1-255) 5 2 Icell, ua (I = n/1000) 7 2 Tpump, C (T = n/100) 8 1 Ipump, ma (255 ma max) 10 1 Vbat, V (V = n/10, 25.5 V max) 11* 2 CRC (16-bit) * = automatically generated by radiosonde packet size = 12 bytes transmission time at 300 baud = 400 msec, 1200 baud = 100 msec 15

19 Appendix B - Radiosonde Commands When equipped with an external cable, the imet radiosonde can transmit data to the ground system from a large assortment of sensors. Some of the radiosonde settings can also be programmed through this cable. Communications with the imet radiosonde are at 9600 baud, no parity, 8 data bits, and 1 stop bit (9600,n,8,1). It is important to note that the signals are at 3.3V levels and connect directly to the microprocessor. A small USB adapter is available from EN- SCI which is designed to allow a computer to communicate directly with the radiosonde through the external cable. With a null-modem style cable, this USB adapter can also be used to communicate with the V7 board located in the 2Z ozonesonde. The following commands are recognized by the imet radiosonde, they are not case sensitive. All commands are terminated by a carriage return (Enter) and will generate a response from the radiosonde. SID The SID (sonde ID) command will get or set the radiosonde id. The maximum length of the SID data is 12 characters. The SID is the main number used to identify the radiosonde and is located on the Styrofoam box cover as well as the power switch. (ie. sid=s1234 ) PID The PID (probe ID) command will get or set the probe id. The maximum length of the PID data is 12 characters. The PID is located on the sensor arm near the end that connects to the main board of the radiosonde. The number may not be visible unless the Styrofoam box is disassembled. (ie. pid=p1234 ) TXRF The TXRF (RF transmitter) command is used to turn the transmitter power amplifier on or off. If the transmitter is turned off then data cannot be received at the ground system. (ie. txrf=on or "txrf=off") DATA The DATA command is used to turn on or off the serial data streams for pressure, temperature, and humidity (PTU), position (GPS), and status (STAT). Once a data steam is turned on, the data will be sent from the radiosonde at a 1-second interval over the external cable (9600,n,8,1). (ie. "data=on" or "data=off") PTU The PTU command is used to turn on or off the serial data stream for pressure, temperature, and humidity (PTU). Once a data steam is turned on, the data will be sent from the radiosonde at a 1-second interval over the external cable (9600,n,8,1). (ie. "ptu=on" or "ptu=off") The PTU data is sent in the following format: PTU: pressure(mbs), air_temperature( C), humidity(%) STAT The STAT command is used to turn on or off the serial data stream for radiosonde status information. Once a data steam is turned on, the data will be sent from the radiosonde at a 1-second interval over the external cable (9600,n,8,1). (ie. "stat=on" or "stat=off") The status information is sent in the following format: STAT: battery_voltage(v), T_internal( C) 16

20 GPS The GPS command is used to turn on or off the serial data stream for radiosonde position information. Once a data steam is turned on, the data will be sent from the radiosonde at a 1-second interval over the external cable (9600,n,8,1). (ie. "gps=on" or "gps=off") The position information is sent in the following format: GPS: latitude(deg), longitude(deg), altitude(m), number_of_sats, hh:mm:ss Note The time included in this message is the GPS time, not UTC time. GPS time does not account for leap-seconds. GPS time is currently 14 seconds ahead of UTC time. HSP The HSP (heater set-point) command is used to get or set the minimum temperature inside the radiosonde. When the internal temperature drops below the heater set-point, internal heaters will be activated. The heaters consume power from the radiosonde battery pack and will shorten battery life if the temperature is set too high. (ie. "hsp=-10") LEDS The LEDS command is used to enable or disable the light emitting diodes (LEDs). The LEDs are used to indicate proper radiosonde operation. The LEDs do not consume a large amount of power, but may be turned off to maximize battery life. (ie. leds=on" or "leds=off") PTURR The PTURR (PTU report rate) command is used to get or set the pressure, temperature, and humidity (PTU) report rate (in seconds). This controls the interval between successive PTU packets transmitted by the radiosonde. It does not control the report rate over the external serial cable. Setting the PTURR to 0 ( pturr=0 ) will disable PTU data transmissions. (ie. "pturr=1") GPSRR The GPSRR (GPS report rate) command is used to get or set the GPS report rate (in seconds). This controls the interval between successive GPS packets transmitted by the radiosonde. It does not control the report rate over the external serial cable. Setting the GPSRR to 0 ( gpsrr=0 ) will disable GPS data transmissions. (ie. "gpsrr=1") TXFREQ The TXFREQ (transmitter frequency) command is used to get or set the transmission frequency assigned to each position of the main switch. The default frequencies are 402 MHz, 403 MHz, 404 MHz and 405 MHz, for the 403 MHz transmitter. ( ie. "txfreq=403.5" to assign switch pos 1, "txfreq=401.0,401.5,403,403.5" to assign all switch positions) 17

21 XDATA The XDATA (external data) command is used to transmit data from an external instrument, like an ozonesonde, to the ground system. Binary data are sent to the radiosonde using the external cable (9600,n,8,1) in an ASCII format. Two characters are used to represent each byte of data in a hexidecimal format. The maximum amount of data that can be sent in one message is 50 bytes (100 characters). The radiosonde uses Xon/Xoff handshaking to prevent buffer overflows, so the external device should listen for these characters to prevent corrupt data transmissions. There is no need to include a checksum byte in the data stream because the radiosonde will append the necessary bytes to the data transmission, which includes a 16- bit CRC. Refer to Appendix A for more information on the format of the external data packets as sent by the radiosonde. (ie. "xdata= a") It is not mandatory, but highly recommended, that any new instrument follow the example of the ozonesonde data packet and include instrument type and instrument number as the first two bytes in each data string (packet). This information will allow the ground software to distinguish the instrument type and order (if multiple instruments flown). PTUX The PTUX command is used to turn on or off the enhanced pressure, temperature, and humidity (PTU) data stream that is transmitted to the ground system (ie. "ptux=on" or ptux=off"). GPSX The GPSX command is used to turn on or off the enhanced GPS data stream that is transmitted to the ground system (ie. "gpsx=on" or "gpsx=off"). SAVE The SAVE command is used to save the current configuration to non-volatile (NV) memory. Changes to the radiosonde settings may be made, and tested, without fear of changing the default configuration because the changes will not be committed to NV memory until the save command is executed. If changes were made to the radiosonde configuration that you do not wish to keep, simply cycle the radiosonde power and the default values will be restored. Once the SAVE command has been executed, the current configuration will become the default configuration used when power is applied. 18

22 Appendix C - O3 RAW Data File Format The O3 program will save all data with a valid CRC into a.raw file. Listed below are a few lines from such a file. Each data packet appears on a single line that is data and time stamped for when the packet was received. The date appears in year/month/day format. The time appears in hour:minute:second format. The data that follows is the data packet, starting with the SOH character and ending with the CRC. The data are hex bytes formatted for text display. 2009/10/28, 23:42:29.406, E07664B9D0E /10/28, 23:42:30.812, ED4 2009/10/28, 23:42:31.000, A C04654E 2009/10/28, 23:42:31.609, C07664B9D4AE2 2009/10/28, 23:42:31.812, ED4 2009/10/28, 23:42:32.015, 01042B025D E515355A072707F90395A3 2009/10/28, 23:42:32.609, A07664B9C

23 Appendix D - Example o3.ini File [station] name="boulder, CO" lat= long= alt= [radiosonde] sondeid=s3711 probeid=p3182 P_inst=1 GPS_inst=1 [acq] port=1 baud=1200 files="'c:\program Files\o3\data\bldr_'yyyymmdd" alog=1 reqsfc=5 launchdetpr=3.0 launchdethgt=10.0 burstdet=10 windinterval=10 [recovery] active=0 date= file= [ozonesonde] bkg_corr="c:\program Files\o3\2Z.BKG" pump_eff="c:\program Files\o3\2Z.EFF" [ozonesonde#1] sn=2z0225 bkg=0.02 flow=28.7 [ozonesonde#2] sn= bkg= flow= [ozonesonde#3] sn= bkg= flow= [ozonesonde#4] sn= bkg= flow= 20

24 Appendix E - Correction Files There are two correction files associated with processing the ozonesonde data: One for cell background, and the other for pump efficiency. The format of the two files is identical, but the data in the files is used differently. A correction file is a table of correction factors stored in ascending (decreasing pressure) order. A maximum of 64 entries are allowed in each file or table. Both correction tables, background fall-off and pump efficiency, use linear interpolation between data points in the table. Pump efficiency correction also uses linear extrapolation. Background correction uses the last known value from the table. The table consists of two columns, pressure (mbs) and a correction factor. The pressure column must be in decreasing increments for the table to be used properly. Sample background fall-off and pump efficiency tables are listed below. The background fall-off correction is used to correct the ECC cell background during flight. There are different methods for processing the background. One method assumes the background cell current remains constant throughout the flight (default). Another method assumes that the background current gradually drops to zero during the flight. Either method of background reduction can be implemented in the background fall-off correction file. Cell background correction data from 2Z.BKG: Pump efficiency correction data from 2Z.EFF:

BRB900 GPS Telemetry System August 2013 Version 0.06

BRB900 GPS Telemetry System August 2013 Version 0.06 BRB900 GPS Telemetry System August 2013 Version 0.06 As of January 2013, a new model of the BRB900 has been introduced. The key differences are listed below. 1. U-blox GPS Chipset: The Trimble Lassen IQ

More information

Gentec-EO USA. T-RAD-USB Users Manual. T-Rad-USB Operating Instructions /15/2010 Page 1 of 24

Gentec-EO USA. T-RAD-USB Users Manual. T-Rad-USB Operating Instructions /15/2010 Page 1 of 24 Gentec-EO USA T-RAD-USB Users Manual Gentec-EO USA 5825 Jean Road Center Lake Oswego, Oregon, 97035 503-697-1870 voice 503-697-0633 fax 121-201795 11/15/2010 Page 1 of 24 System Overview Welcome to the

More information

SRT Marine Technology. LD2342 V1.4 Page 1 of 22

SRT Marine Technology. LD2342 V1.4 Page 1 of 22 LD2342 V1.4 Page 1 of 22 LD2342 V1.4 Page 2 of 22 2 LD2342 V1.4 Page 3 of 22 GENERAL WARNINGS All marine Automatic Identification System (AIS) units utilise a satellite based system such as the Global

More information

LD2342 USWM V1.6. LD2342 V1.4 Page 1 of 18

LD2342 USWM V1.6. LD2342 V1.4 Page 1 of 18 LD2342 USWM V1.6 LD2342 V1.4 Page 1 of 18 GENERAL WARNINGS All Class A and Class B marine Automatic Identification System (AIS) units utilize a satellite based system such as the Global Positioning Satellite

More information

GPS Position Sensor PS-2175

GPS Position Sensor PS-2175 In s tr u c ti o n M a n u a l 012-09919A GPS Position Sensor PS-2175! Table of Contents Contents Introduction........................................................... 3 Theory of Operation....................................................

More information

XLR PRO Radio Frequency (RF) Modem. Getting Started Guide

XLR PRO Radio Frequency (RF) Modem. Getting Started Guide XLR PRO Radio Frequency (RF) Modem Getting Started Guide XLR PRO Radio Frequency (RF) Modem Getting Started Guide 90002203 Revision Date Description A September 2014 Initial release. B March 2014 Updated

More information

IG-2500 OPERATIONS GROUND CONTROL Updated Wednesday, October 02, 2002

IG-2500 OPERATIONS GROUND CONTROL Updated Wednesday, October 02, 2002 IG-2500 OPERATIONS GROUND CONTROL Updated Wednesday, October 02, 2002 CONVENTIONS USED IN THIS GUIDE These safety alert symbols are used to alert about hazards or hazardous situations that can result in

More information

BVS RHINO PC INTERFACE SOFTWARE

BVS RHINO PC INTERFACE SOFTWARE BVS RHINO PC INTERFACE SOFTWARE INSTALLATION Copy the file "rhino.exe" from the supplied disk to a directory on the hard drive of the computer. PC SETTINGS PC COM Port 1 must be set as follows using the

More information

W500 Wildlink GPS Small Collar Logger/ W510 Wildlink GPS Glue-on Logger. User s Manual

W500 Wildlink GPS Small Collar Logger/ W510 Wildlink GPS Glue-on Logger. User s Manual W500 Wildlink GPS Small Collar Logger/ W510 Wildlink GPS Glue-on Logger User s Manual IMPORTANT: Your W500 Wildlink Small Collar Loggers or W510 Wildlink Glue-on Loggers HAVE NOT BEEN PROGRAMMED for operation.

More information

WWVB Receiver/Decoder With Serial BCD or ASCII Interface DESCRIPTION FEATURES APPLICATIONS

WWVB Receiver/Decoder With Serial BCD or ASCII Interface DESCRIPTION FEATURES APPLICATIONS Linking computers to the real world WWVB Receiver/Decoder With Serial BCD or ASCII Interface DESCRIPTION General The Model 321BS provides computer readable time and date information based on the United

More information

DragonLink Advanced Transmitter

DragonLink Advanced Transmitter DragonLink Advanced Transmitter A quick introduction - to a new a world of possibilities October 29, 2015 Written by Dennis Frie Contents 1 Disclaimer and notes for early release 3 2 Introduction 4 3 The

More information

Progeny Imaging. User Guide V x and Higher. Part Number: ECN: P1808 REV. F

Progeny Imaging. User Guide V x and Higher. Part Number: ECN: P1808 REV. F Progeny Imaging User Guide V. 1.6.0.x and Higher Part Number: 00-02-1598 ECN: P1808 REV. F Contents 1 About This Manual... 5 How to Use this Guide... 5 Text Conventions... 5 Getting Assistance... 6 2 Overview...

More information

COBALD Operating Instructions imet Configuration

COBALD Operating Instructions imet Configuration Department of Environmental Systems Science Institute for Atmospheric and Climate Science ETH Zurich Dr. Frank G Wienhold CHN O12.2 Universitätstrasse 16 CH 8092 Zurich, Switzerland Phone +4144 6332170

More information

MINIMUM SYSTEM REQUIREMENTS

MINIMUM SYSTEM REQUIREMENTS Quick Start Guide Copyright 2000-2012 Frontline Test Equipment, Inc. All rights reserved. You may not reproduce, transmit, or store on magnetic media any part of this publication in any way without prior

More information

TOSHIBA MACHINE CO., LTD.

TOSHIBA MACHINE CO., LTD. User s Manual Product SHAN5 Version 1.12 (V Series Servo Amplifier PC Tool) Model SFV02 July2005 TOSHIBA MACHINE CO., LTD. Introduction This document describes the operation and installation methods of

More information

Featherweight GPS Tracker User s Manual June 16, 2017

Featherweight GPS Tracker User s Manual June 16, 2017 Featherweight GPS Tracker User s Manual June 16, 2017 Hardware Configuration and Installation The dimensions for the board are provided below, in inches. Note that with the antenna installed, the total

More information

Quick Start. Tersus GNSS Center. Configuration Tools for Tersus GNSS RTK Systems.

Quick Start. Tersus GNSS Center. Configuration Tools for Tersus GNSS RTK Systems. Quick Start Tersus GNSS Center Configuration Tools for Tersus GNSS RTK Systems www.tersus-gnss.com July, 2016 1. Quick Start Guide of Tersus GNSS Center This quick start guide provides the basic information

More information

muse Capstone Course: Wireless Sensor Networks

muse Capstone Course: Wireless Sensor Networks muse Capstone Course: Wireless Sensor Networks Experiment for WCC: Channel and Antenna Characterization Objectives 1. Get familiar with the TI CC2500 single-chip transceiver. 2. Learn how the MSP430 MCU

More information

BEI Device Interface User Manual Birger Engineering, Inc.

BEI Device Interface User Manual Birger Engineering, Inc. BEI Device Interface User Manual 2015 Birger Engineering, Inc. Manual Rev 1.0 3/20/15 Birger Engineering, Inc. 38 Chauncy St #1101 Boston, MA 02111 http://www.birger.com 2 1 Table of Contents 1 Table of

More information

SAT SCD/ARGOS INSTRUCTION MANUAL

SAT SCD/ARGOS INSTRUCTION MANUAL INSTRUCTION MANUAL REVISION: 1/03 COPYRIGHT (c) 2000-2003 CAMPBELL SCIENTIFIC, INC. This is a blank page. WARRANTY AND ASSISTANCE This equipment is warranted by CAMPBELL SCIENTIFIC (CANADA) CORP. ( CSC

More information

inphoto ID SLR Automatic ID photography With Canon SLR camera User Guide

inphoto ID SLR Automatic ID photography With Canon SLR camera User Guide inphoto ID SLR Automatic ID photography With Canon SLR camera User Guide 2014 Akond company Phone/fax: +7(812)384-6430 Cell: +7(921)757-8319 e-mail: info@akond.net akondsales@gmail.com http://www.akond.net

More information

High power radio transmission module MR03 type

High power radio transmission module MR03 type High power radio transmission module MR03 type User s manual CONTENTS 1. APPLICATION...3 2. MR03 MODULE SET...4 3. INSTALLATION...4 3.1 Module assembly...4 3.2 Connection diagrams...5 3.3 Connection way

More information

CHAPTER1: QUICK START...3 CAMERA INSTALLATION... 3 SOFTWARE AND DRIVER INSTALLATION... 3 START TCAPTURE...4 TCAPTURE PARAMETER SETTINGS... 5 CHAPTER2:

CHAPTER1: QUICK START...3 CAMERA INSTALLATION... 3 SOFTWARE AND DRIVER INSTALLATION... 3 START TCAPTURE...4 TCAPTURE PARAMETER SETTINGS... 5 CHAPTER2: Image acquisition, managing and processing software TCapture Instruction Manual Key to the Instruction Manual TC is shortened name used for TCapture. Help Refer to [Help] >> [About TCapture] menu for software

More information

DSTS-5A/2C User's Manual

DSTS-5A/2C User's Manual ELECTRONIC DEVICES INC. P.O. BOX 15037, CHESAPEAKE, VA 23328. PH 757-421-2968 FAX 421-0518 DSTS-5A/2C User's Manual 1. PACKING LIST 2. OVERVIEW 3. CONNECTING THE DSTS-5A/2C TO A COMPUTER 4. CONNECTING

More information

EE 314 Spring 2003 Microprocessor Systems

EE 314 Spring 2003 Microprocessor Systems EE 314 Spring 2003 Microprocessor Systems Laboratory Project #9 Closed Loop Control Overview and Introduction This project will bring together several pieces of software and draw on knowledge gained in

More information

LH Series Sensor Configurator Software User Manual rev. D 1/11/2012

LH Series Sensor Configurator Software User Manual rev. D 1/11/2012 LH Series Sensor Configurator Software User Manual 150307 rev. D 1/11/2012 Contents Contents LH Series Sensor Overview...3 Theory of Operation...4 Outputs...4 4-20mA Analog Output...4 RS-485 Digital Output...5

More information

Quick Start Guide for the PULSE PROFILING APPLICATION

Quick Start Guide for the PULSE PROFILING APPLICATION Quick Start Guide for the PULSE PROFILING APPLICATION MODEL LB480A Revision: Preliminary 02/05/09 1 1. Introduction This document provides information to install and quickly start using your PowerSensor+.

More information

Multi-Channel USB RF Transceiver

Multi-Channel USB RF Transceiver RF-USB Multi-Channel USB RF Transceiver The RF-USB subassembly is a serial data is radio a serial transceiver radio transceiver modem that can enables easily wireless be used data with communication any

More information

TX CONTROLLER Model EM-IP Quick Start Guide

TX CONTROLLER Model EM-IP Quick Start Guide TX CONTROLLER Model EM-IP Quick Start Guide 860 boul. de la Chaudière, suite 200 Québec (Qc), Canada, G1X 4B7 Tel.: +1 (418) 877-4249 Fax: +1 (418) 877-4054 E-Mail: gdd@gdd.ca Web site: www.gdd.ca Visit

More information

Revision Date: 6/6/2013. Quick Start Guide

Revision Date: 6/6/2013. Quick Start Guide Revision Date: 6/6/2013 Quick Start Guide Important Notice Copyright 2013Frontline Test Equipment. All rights reserved. i Important Notice Table of Contents Purpose 1 Minimum Hardware Requirements 1 Internet

More information

Oceanetic Model 406 Ice tracking Buoy Manual

Oceanetic Model 406 Ice tracking Buoy Manual Oceanetic Model 406 Ice tracking Buoy Manual (1989) Limited Oceanographic Consulting and Technical Support 1695 Mills Road, Hangar 38, V8L 3S1 Tel. (250)656-0535, Fax -0533, E-mail info@oceanetic.com 03/11/2004

More information

SMR5000F. User Manual. Smart Radio Data Repeater. Web Site: P.N.: Book 092

SMR5000F. User Manual. Smart Radio Data Repeater. Web Site:  P.N.: Book 092 SMR5000F Smart Radio Data Repeater User Manual ISRAEL Office: Email: info@kpsystems.com PO Box 42, Tefen Industrial Park, Tefen 24959 Tel: 972-4-987-3066 / Fax: 972-4-987-3692 USA Office: KP ELECTRONICS,

More information

Raveon M7 GX Frequently Asked Questions

Raveon M7 GX Frequently Asked Questions Technical Brief AN134Rev A3 Raveon M7 GX Frequently Asked Questions By John Sonnenberg Raveon Technologies Corp How far will a 5-watt UHF radio communicate? An excellent question, but very difficult to

More information

WWVB Receiver/Decoder Module With Serial BCD Interface DESCRIPTION FEATURES APPLICATIONS

WWVB Receiver/Decoder Module With Serial BCD Interface DESCRIPTION FEATURES APPLICATIONS Linking computers to the real world WWVB Receiver/Decoder Module With Serial BCD Interface DESCRIPTION General The Model 321BS provides computer readable time and date information based on the United States

More information

G3P-R232. User Manual. Release. 2.06

G3P-R232. User Manual. Release. 2.06 G3P-R232 User Manual Release. 2.06 1 INDEX 1. RELEASE HISTORY... 3 1.1. Release 1.01... 3 1.2. Release 2.01... 3 1.3. Release 2.02... 3 1.4. Release 2.03... 3 1.5. Release 2.04... 3 1.6. Release 2.05...

More information

SRM9000-Application Note

SRM9000-Application Note SRM9000-Application Note A9k-705 SRM9000 Simple Dispatcher User Guide This application note describes how to set up a simple dispatcher system to send and receive data messages between a PC and SRM9000

More information

Blue Bamboo P25 Device Manager Guide

Blue Bamboo P25 Device Manager Guide Blue Bamboo P25 Device Manager Guide Version of Device Manager: 1.1.28 Document version: 2.3 Document date: 2011-09-20 Products: P25 / P25-M / P25i / P25i-M BLUE BAMBOO Headquarters Blue Bamboo Transaction

More information

era, eric, era-lora, eric-lora & eric-sigfox Evaluation Board with GNSS

era, eric, era-lora, eric-lora & eric-sigfox Evaluation Board with GNSS This board can be used for the evaluation and range testing of the following LPRS RF Modules: era400, era900, eric4, eric9, era-lora, eric-lora and eric-sigfox. The board is provided with a u-blox GNSS

More information

5096 FIRMWARE ENHANCEMENTS

5096 FIRMWARE ENHANCEMENTS Document Number A100745 Version No.: 4.4.1 Effective Date: January 30, 2006 Initial Release: September 19, 2005 1. Fixed display of logged memory date and time broken in version 4.3. 2. Allow time samples

More information

2320 cousteau court

2320 cousteau court Technical Brief AN139 Rev C22 2320 cousteau court 1-760-444-5995 sales@raveon.com www.raveon.com RV-M7 GX with TDMA Data By John Sonnenberg Raveon Technologies Corporation Overview The RV-M7 GX radio modem

More information

SonoLab Echo-I User Manual

SonoLab Echo-I User Manual SonoLab Echo-I User Manual Overview: SonoLab Echo-I is a single board digital ultrasound pulse-echo solution. The system has a built in 50 volt high voltage generation circuit, a bipolar pulser, a transmit/receive

More information

Impedance Transformation with Transmission Lines

Impedance Transformation with Transmission Lines Impedance Transformation with Transmission Lines Software Installation and Operation Manual Don Cochran WAØJOW 21826 Gardner Rd. Spring Hill, KS 66083 (913) 856-4075 Manual Revision 1 Page 1 Table of Contents

More information

Project METEOR Instrumentation Platform P08101

Project METEOR Instrumentation Platform P08101 Project METEOR 07-08 Instrumentation Platform P08101 Team Members (from left to right): Christopher J. Fisher (Project Manager), David J. Semione, Gabriela Eneriz Pereira Nunes, Brian A. Hanna, Sergey

More information

Generic Bathymetry Data - Interface Control Document

Generic Bathymetry Data - Interface Control Document Generic Bathymetry Data - Interface Control Document For WASSP Prepared by: Keith Fletcher Electronic Navigation Ltd October 15, 2013 Version 2.2 2013 by WASSP Ltd No part of this document should be reproduced

More information

YCE13. Dealer PC Programming Software Reference Manual. Attention!

YCE13. Dealer PC Programming Software Reference Manual. Attention! YCE13 Dealer PC Programming Software Reference Manual Attention! The YCE13 programing software can only be used with HX380/400 firmware version Ver. 2.00 or later. This software is used to program the

More information

Happy Link Software INSTRUCTION MANUAL

Happy Link Software INSTRUCTION MANUAL Happy Link Software INSTRUCTION MANUAL 101001E-3 HAPPY Contents Regarding this software Normal Operation -------------------------------------------------------------------------------------------------

More information

INSTRUCTION MANUAL. IBRit - rf1 - usb PC - Station for wireless Data transmission. M e s s t e c h n i k. Messtechnik GmbH & Co.

INSTRUCTION MANUAL. IBRit - rf1 - usb PC - Station for wireless Data transmission. M e s s t e c h n i k. Messtechnik GmbH & Co. M e s s t e c h n i k INSTRUCTION MANUAL PC - Station for wireless Data transmission Document No. : D1F604 001 Version : April 2006 Copyright : IBR Messtechnik GmbH & Co. KG Contents 1. Introduction 1.1

More information

METEOROLOGICAL INSTRUMENTS

METEOROLOGICAL INSTRUMENTS METEOROLOGICAL INSTRUMENTS INSTRUCTIONS ULTRASONIC ANEMOMETER MODEL 86106 R.M. YOUNG COMPANY 2801 AERO PARK DRIVE, TRAVERSE CITY, MICHIGAN 49686, USA TEL: (231) 946-3980 FAX: (231) 946-4772 WEB: www.youngusa.com

More information

EVDP610 IXDP610 Digital PWM Controller IC Evaluation Board

EVDP610 IXDP610 Digital PWM Controller IC Evaluation Board IXDP610 Digital PWM Controller IC Evaluation Board General Description The IXDP610 Digital Pulse Width Modulator (DPWM) is a programmable CMOS LSI device, which accepts digital pulse width data from a

More information

ROTRONIC HygroClip Digital Input / Output

ROTRONIC HygroClip Digital Input / Output ROTRONIC HygroClip Digital Input / Output OEM customers that use the HygroClip have the choice of using either the analog humidity and temperature output signals or the digital signal input / output (DIO).

More information

4.5.1 Mirroring Gain/Offset Registers GPIO CMV Snapshot Control... 14

4.5.1 Mirroring Gain/Offset Registers GPIO CMV Snapshot Control... 14 Thank you for choosing the MityCAM-C8000 from Critical Link. The MityCAM-C8000 MityViewer Quick Start Guide will guide you through the software installation process and the steps to acquire your first

More information

METEOROLOGICAL INSTRUMENTS

METEOROLOGICAL INSTRUMENTS METEOROLOGICAL INSTRUMENTS INSTRUCTIONS ULTRASONIC ANEMOMETER MODEL 86004 R.M. YOUNG COMPANY 2801 AERO PARK DRIVE, TRAVERSE CITY, MICHIGAN 49686, USA TEL: (231) 946-3980 FAX: (231) 946-4772 WEB: www.youngusa.com

More information

DI-1100 USB Data Acquisition (DAQ) System Communication Protocol

DI-1100 USB Data Acquisition (DAQ) System Communication Protocol DI-1100 USB Data Acquisition (DAQ) System Communication Protocol DATAQ Instruments Although DATAQ Instruments provides ready-to-run WinDaq software with its DI-1100 Data Acquisition Starter Kits, programmers

More information

MADEinUSA OPERATOR S MANUAL. RS232 Interface Rev. A

MADEinUSA OPERATOR S MANUAL. RS232 Interface Rev. A MADEinUSA OPERATOR S MANUAL RS232 Interface 92-3006 Rev. A www.iradion.com Iradion Laser, Inc. 51 Industrial Dr. N. Smithfield, RI 02896 (410) 762-5100 Table of Contents 1. Overview... 2 2. Equipment Required...

More information

METEOROLOGICAL INSTRUMENTS

METEOROLOGICAL INSTRUMENTS METEOROLOGICAL INSTRUMENTS INSTRUCTIONS ULTRASONIC ANEMOMETER MODEL 86004 R.M. YOUNG COMPANY 2801 AERO PARK DRIVE, TRAVERSE CITY, MICHIGAN 49686, USA TEL: (231) 946-3980 FAX: (231) 946-4772 WEB: www.youngusa.com

More information

1090i. uavionix Ping1090i Transceiver QUICK START GUIDE

1090i. uavionix Ping1090i Transceiver QUICK START GUIDE 1090i uavionix Ping1090i Transceiver QUICK START GUIDE Install 1 Install the uavionix Ping App from the Apple App Store or Google Play. Search for uavionix Ping Installer or use the QR codes below. Connect

More information

FieldGenius Technical Notes GPS Differential Corrections

FieldGenius Technical Notes GPS Differential Corrections FieldGenius Technical tes GPS Differential Corrections Introduction The accuracy requirement of survey grade or mapping grade GPS applications for real time positioning requires the use of differential

More information

Real-World Range Testing By Christopher Hofmeister August, 2011

Real-World Range Testing By Christopher Hofmeister August, 2011 Real-World Range Testing By Christopher Hofmeister August, 2011 Introduction Scope This paper outlines the procedure for a successful RF range test that provides quantitative data on how the RF link performs

More information

inphoto ID PS Automatic ID photography With Canon PowerShot camera User Guide

inphoto ID PS Automatic ID photography With Canon PowerShot camera User Guide inphoto ID PS Automatic ID photography With Canon PowerShot camera User Guide 2018 Akond company Phone/fax: +7(812)384-6430 Cell: +7(921)757-8319 e-mail: info@akond.net akondsales@gmail.com http://www.akond.net

More information

Lifetime Power Energy Harvesting Development Kit for Wireless Sensors User s Manual - featuring PIC MCU with extreme Low Power (XLP) Technology

Lifetime Power Energy Harvesting Development Kit for Wireless Sensors User s Manual - featuring PIC MCU with extreme Low Power (XLP) Technology P2110-EVAL-01 Lifetime Power User s Manual - featuring PIC MCU with extreme Low Power (XLP) Technology Overview The Lifetime Power is a complete demonstration and development platform for creating battery-free

More information

GNSS Conductor GF. User s Guide. (Document No. SE )

GNSS Conductor GF. User s Guide. (Document No. SE ) GNSS Conductor GF User s Guide (Document No. ) www.furuno.com IMPORTANT NOTICE No part of this manual may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying

More information

HAM RADIO DELUXE SATELLITES A BRIEF INTRODUCTION. Simon Brown, HB9DRV. Programmer- in- C hief

HAM RADIO DELUXE SATELLITES A BRIEF INTRODUCTION. Simon Brown, HB9DRV. Programmer- in- C hief HAM RADIO DELUXE SATELLITES A BRIEF INTRODUCTION Simon Brown, HB9DRV Programmer- in- C hief Last update: Sunday, November 30, 2003 User Guide The IC-703s used in this project were supplied by Martin Lynch

More information

SensorTrace BASIC 3.0 user manual

SensorTrace BASIC 3.0 user manual SensorTrace BASIC 3.0 user manual 3 Se n s o rtr a c e BASIC 3.0 Us e r Ma n u a l Copyright 2010 Unisense A/S Version October 2010 SensorTrace basic 3.0 User manual Unisense A/S TABLE OF CONTENTS Congratulations

More information

USB Line Camera 8M. Coptonix GmbH

USB Line Camera 8M. Coptonix GmbH USB Line Camera 8M Coptonix GmbH Luxemburger Str. 31 D 13353 Berlin Phone: +49 (0)30 61 74 12 48 Fax: +49 (0)30 61 74 12 47 www.coptonix.com support@coptonix.com 2 The USB Line Camera 8M is an easy to

More information

GPS Receiver. User s Guide. Dec Rev. A

GPS Receiver. User s Guide. Dec Rev. A GR-213U GPS Receiver User s Guide Dec. 25 2005 Rev. A Technology, Inc. 1F.No 30, R&D Rd. II. Hsinchu City, Science-based Industrial Park Taiwan Phone: +886-3-6687000 Fax: +886-3-6687111 E-Mail: info@holux.com.tw

More information

Progeny Imaging Veterinary

Progeny Imaging Veterinary Progeny Imaging Veterinary User Guide V1.14 and higher 00-02-1605 Rev. K1 ECN: ECO052875 Revision Date: 5/17/2017 Contents 1. About This Manual... 6 How to Use this Guide... 6 Text Conventions... 6 Getting

More information

Modbus communication module for TCX2: AEX-MOD

Modbus communication module for TCX2: AEX-MOD Modbus communication module for TCX2: Communication Specification TCX2 is factory installed in TCX2 series controllers with -MOD suffix, and is also available separately upon request for customer installation

More information

"Terminal RG-1000" Customer Programming Software. User Guide. August 2016 R4.3

Terminal RG-1000 Customer Programming Software. User Guide. August 2016 R4.3 "Terminal RG-1000" Customer Programming Software User Guide August 2016 R4.3 Table of Contents Table of Contents Introduction 2 3 1.1 Software installation 3 1.2 Connecting the RG-1000 GATEWAYs to the

More information

BANTAM INSTRUMENTS SOFTWARE USER S MANUAL MIL-STD-461E PRE-COMPLIANCE MEASUREMENT SYSTEM MODEL EMC-461. Model EMC-461 Software User s Manual

BANTAM INSTRUMENTS SOFTWARE USER S MANUAL MIL-STD-461E PRE-COMPLIANCE MEASUREMENT SYSTEM MODEL EMC-461. Model EMC-461 Software User s Manual BANTAM INSTRUMENTS MIL-STD-461E PRE-COMPLIANCE MEASUREMENT SYSTEM MODEL EMC-461 SOFTWARE USER S MANUAL MIL-STD-461E PRE-COMPLIANCE MEASUREMENT SYSTEM MODEL EMC-461 Software User s Manual BANTAM INSTRUMENTS

More information

The LEBOW 7554 Operator's Manual 7.2

The LEBOW 7554 Operator's Manual 7.2 The LEBOW 7554 Operator's Manual 7.2 This manual covers operating version 7.2 of the LEBOW 7554. 11 February 1999 Lebow Products Inc Lebow Products Inc 1728 Maplelawn Rd Troy, MI 48084 1 (800) 803-1164

More information

ExpoM - ELF User Manual

ExpoM - ELF User Manual ExpoM - ELF User Manual Version 1.4 ExpoM - ELF User Manual Contents 1 Description... 4 2 Case and Interfaces... 4 2.1 Overview... 4 2.2 Multi-color LED... 5 3 Using ExpoM - ELF... 6 3.1 Starting a Measurement...

More information

USB cable. Xviewer. Text Real data file (*.txt)

USB cable. Xviewer. Text Real data file (*.txt) User s Manual FG410/FG420 Transferring and Outputting DLM/DL/SL Series Waveform Data 1 Introduction This manual describes how to transfer waveform data acquired with an DLM/DL/SL series instrument to the

More information

GXCapture 8.1 Instruction Manual

GXCapture 8.1 Instruction Manual GT Vision image acquisition, managing and processing software GXCapture 8.1 Instruction Manual Contents of the Instruction Manual GXC is the shortened name used for GXCapture Square brackets are used to

More information

GPS/GNSS Receiver Module

GPS/GNSS Receiver Module GPS/GNSS Receiver Module 1. Product Information 1.1 Product Name: YIC91612IEB9600 1.2 Product Description: YIC91612IEB9600 is a compact, high performance, and low power consumption GNSS engine board which

More information

IX Feb Operation Guide. Sequence Creation and Control Software SD011-PCR-LE. Wavy for PCR-LE. Ver. 5.5x

IX Feb Operation Guide. Sequence Creation and Control Software SD011-PCR-LE. Wavy for PCR-LE. Ver. 5.5x IX000693 Feb. 015 Operation Guide Sequence Creation and Control Software SD011-PCR-LE Wavy for PCR-LE Ver. 5.5x About This Guide This PDF version of the operation guide is provided so that you can print

More information

Quick Start. Precis-BX305. Precise GNSS RTK Board.

Quick Start. Precis-BX305. Precise GNSS RTK Board. Quick Start Precis-BX305 Precise GNSS RTK Board www.tersus-gnss.com December, 2016 Quick Start Guide of Precis-BX305 This quick start guide provides the basic information needed to set up and use Precis-BX305

More information

Smart Design Technology Co., Ltd.

Smart Design Technology Co., Ltd. Mars700Mini-TMC GNS TC5000 TMC Module Smart Design Technology Co., Ltd. 20F-8, No.107, Sec 1,Jhongshan Rd. Sinjhuang City, Taipei County 242, Taiwan Phone: +886-2-8522-7628 Fax: +886-2-8522-7784 Contact:

More information

WBT900. User s Manual. 900 MHz Wireless BACnet MSTP Radio. Page 1

WBT900. User s Manual. 900 MHz Wireless BACnet MSTP Radio.   Page 1 WBT900 User s Manual 900 MHz Wireless BACnet MSTP Radio www.aic-wireless.com Page 1 Thank you for your purchase of the WBT900, Wireless BACnet MSTP Transceiver. With appropriate placement and antenna selection,

More information

Hytera. PD41X Patrol Management System. Installation and Configuration Guide

Hytera. PD41X Patrol Management System. Installation and Configuration Guide Hytera PD41X Patrol Management System Installation and Configuration Guide Documentation Version: 01 Release Date: 03-2015 Copyright Information Hytera is the trademark or registered trademark of Hytera

More information

Non-Packet Time-of-Day Distribution

Non-Packet Time-of-Day Distribution Non-Packet Time-of-Day Distribution Presented to: WSTS 2011 Session 2 Telcordia Contact: Tom Bowmaster Principal Analyst Advanced Technology Solutions tbowmast@telcordia.com +1 732.699.5489 May 10, 2011

More information

CAD-MF. PC-Based Multi-Format ANI & Emergency ANI Display Decoder. Manual Revision: Covers Firmware Revisions: CAD-MF: 1.

CAD-MF. PC-Based Multi-Format ANI & Emergency ANI Display Decoder. Manual Revision: Covers Firmware Revisions: CAD-MF: 1. CAD-MF PC-Based Multi-Format ANI & Emergency ANI Display Decoder Manual Revision: 2010-05-25 Covers Firmware Revisions: CAD-MF: 1.0 & Higher Covers Software Revisions: CAD: 3.21 & Higher Covers Hardware

More information

LC-10 Chipless TagReader v 2.0 August 2006

LC-10 Chipless TagReader v 2.0 August 2006 LC-10 Chipless TagReader v 2.0 August 2006 The LC-10 is a portable instrument that connects to the USB port of any computer. The LC-10 operates in the frequency range of 1-50 MHz, and is designed to detect

More information

Parameter Value Unit Notes

Parameter Value Unit Notes Features Single axis measurement from ±5 to ±60 High resolution and accuracy. Low temperature drift, with optional temperature compensation to further improve temperature performance. RS232 and RS485 output

More information

TRANSCEIVER FSK. Version: 434 MHz Band / 868 MHZ Band / Code: / A

TRANSCEIVER FSK. Version: 434 MHz Band / 868 MHZ Band / Code: / A TRANSCEIVER FSK Version: 434 MHz Band / 868 MHZ Band / Code: 3-2000519 / 3-2000519A DESCRIPTION: The 3-2000519 and 3-2000519A modules are fully programmable multichannel PLL based FSK transceivers, with

More information

PalmGauss SC PGSC-5G. Instruction Manual

PalmGauss SC PGSC-5G. Instruction Manual PalmGauss SC PGSC-5G Instruction Manual PalmGauss SC PGSC 5G Instruction Manual Thank you very much for purchasing our products. Please, read this instruction manual in order to use our product in safety

More information

Long Range Wireless OSD 5.8G FPV Transmitter

Long Range Wireless OSD 5.8G FPV Transmitter Long Range Wireless OSD 5.8G FPV Transmitter Built-in 10 Axis AHRS + MAVLINK + 600mW Support all flight controller and GPS 1 / 14 User's Guide Catalogue Product Instruction 3 Features 3 Specifications.4

More information

The DesignaKnit USB Brotherlink 1

The DesignaKnit USB Brotherlink 1 The DesignaKnit USB Brotherlink 1 For Brother electronic machines What this link does Uploading and downloading patterns between DesignaKnit and the KH930, KH940, KH950i, KH965i, and KH970 knitting machines.

More information

SA-320 Installation Guide SA-320. Installation Guide. Date: Mar, 2011 Version: 2.5. All Rights Reserved

SA-320 Installation Guide SA-320. Installation Guide. Date: Mar, 2011 Version: 2.5. All Rights Reserved SA-320 Installation Guide Date: Mar, 2011 Version: 2.5 All Rights Reserved Page 1 TABLE OF CONTENTS 1. Product Overview......3 1.1 Main Features...3 1.2 Applications.....3 1.3 Package Content.....3 2.

More information

MicroLab 500-series Getting Started

MicroLab 500-series Getting Started MicroLab 500-series Getting Started 2 Contents CHAPTER 1: Getting Started Connecting the Hardware....6 Installing the USB driver......6 Installing the Software.....8 Starting a new Experiment...8 CHAPTER

More information

PGT313 Digital Communication Technology. Lab 3. Quadrature Phase Shift Keying (QPSK) and 8-Phase Shift Keying (8-PSK)

PGT313 Digital Communication Technology. Lab 3. Quadrature Phase Shift Keying (QPSK) and 8-Phase Shift Keying (8-PSK) PGT313 Digital Communication Technology Lab 3 Quadrature Phase Shift Keying (QPSK) and 8-Phase Shift Keying (8-PSK) Objectives i) To study the digitally modulated quadrature phase shift keying (QPSK) and

More information

KAPPA M. Radio Modem Module. Features. Applications

KAPPA M. Radio Modem Module. Features. Applications KAPPA M Radio Modem Module Features Intelligent RF modem module Serial data interface with handshake Host data rates up to 57,600 baud RF Data Rates to 115Kbps Range up to 500m Minimal external components

More information

SPS1M-EVK. SPS1M-EVK Battery Free Wireless Sensor Handheld Evaluation System EVAL BOARD USER S MANUAL

SPS1M-EVK. SPS1M-EVK Battery Free Wireless Sensor Handheld Evaluation System EVAL BOARD USER S MANUAL SPS1M-EVK SPS1M-EVK Battery Free Wireless Sensor Handheld Evaluation System EVAL BOARD USER S MANUAL Introduction This guide describes how to use the Handheld Evaluation System to carry out sensor measurements

More information

Operating Instructions Pocket Pictor For use with Pocket Pc s

Operating Instructions Pocket Pictor For use with Pocket Pc s Introduction Operating Instructions Pocket Pictor For use with Pocket Pc s The compact size and low power consumption of Pocket PC s make them ideal for use in the field. Pocket Pictor is designed for

More information

for NI PXI/PXIe User Manual Revision March PVI Systems, Inc. All Rights Reserved.

for NI PXI/PXIe User Manual Revision March PVI Systems, Inc. All Rights Reserved. for NI PXI/PXIe User Manual Revision 1.0.3 March 2014 2011-2013 PVI Systems, Inc. All Rights Reserved. Table of Contents 1.1 Software Requirements... 4 1.2 Hardware Requirements... 4 1.3 Support... 4 2

More information

isys-4004 GUI interface - V2.1 Power up Initialize Peripheral Start Measurement YES LED flashes red Object available LED blinking

isys-4004 GUI interface - V2.1 Power up Initialize Peripheral Start Measurement YES LED flashes red Object available LED blinking isys-4004 GUI interface - V2.1 Power up Initialize Peripheral Start Measurement Mode Object available YES LED flashes red NO LED blinking isys-4004 distance sensor GUI description content 1. connecting

More information

Big Blue Mars Final Report

Big Blue Mars Final Report Big Blue Mars Final Report Member Names Kyle Hart Dale McClure Michael McEwen Contact Information hartman1000@hotmail.com michaelmce@yahoo.com dale.mcclure@uky.edu 2006-04-02 Faculty Advisor Dr. Bill Smith

More information

Brian Hanna Meteor IP 2007 Microcontroller

Brian Hanna Meteor IP 2007 Microcontroller MSP430 Overview: The purpose of the microcontroller is to execute a series of commands in a loop while waiting for commands from ground control to do otherwise. While it has not received a command it populates

More information

Table 1. Placing the Sensor in the Sensor Cradle. Step Instruction Illustration

Table 1. Placing the Sensor in the Sensor Cradle. Step Instruction Illustration Table 1. Placing the Sensor in the Sensor Cradle Step Instruction Illustration 1. A. Check "U-shaped" Positioner. The number pointing towards the Sensor (1 or 2) must correspond with the Sensor's size.

More information

User s Guide SX SKA ADVANCED COMMUNICATIONS & SENSING SX SKA. User s Guide: Advanced Mode. Revision 0.1 March Semtech Corp.

User s Guide SX SKA ADVANCED COMMUNICATIONS & SENSING SX SKA. User s Guide: Advanced Mode. Revision 0.1 March Semtech Corp. : Advanced Mode 1 Table of Contents 1 Introduction... 4 2 Getting Started... 5 2.1 Kit Contents... 5 2.2 Installation... 5 2.3 SX1211SKA Overview... 6 3 Quick Start Guide... 7 3.1 SX1211SKA Quick Start

More information

Arduino Arduino RF Shield. Zulu 2km Radio Link.

Arduino Arduino RF Shield. Zulu 2km Radio Link. Arduino Arduino RF Shield RF Zulu 2km Radio Link Features RF serial Data upto 2KM Range Serial Data Interface with Handshake Host Data Rates up to 38,400 Baud RF Data Rates to 56Kbps 5 User Selectable

More information