FRSR Data Description

Size: px
Start display at page:

Download "FRSR Data Description"

Transcription

1 Remote Measurements & Research Company 214 Euclid Av. Seattle WA October 8, 2017 frsr data description.pdf FRSR Data Description This document is a review of the data stream from the Fast-Rotating Shadowband Radiometer (FRSR) during normal operation. A basic description of the FRSR system and a description of the installation are provided in [1] and [2] below. A knowledge of these will help the reader in reading this description of the data. Background documents [1] Basic description [2] Installation & Operation frsr_raw Instrument, hardware FRSR Z_frsr frsr_interp Program File InterpFrsrPacket daq_data_files Figure 1: Raw data processing. The ethernet stream is read by the program Z frsr. The FRSR output is RS232 at bps. The serial stream is converted to ethernet and ingested by the PC. Data Folder The data folder is arranged like the example here: FRSR main folder sw/ all DAQ software. data/ all data data_ t135210z/ data folder created at time frsr_interp_ txt interpreted data for this day. frsr_raw_ txt raw data for this day su_ t135210z.txt setup file info.txt Folders like data_ t135210z/ 1, are created each time the command Startfrsr is called. (The Startfrsr evokes the program PrepareForRun which creates the folder and copies the current version of su.txt, with timestamp into it.) During data collection, the program Z_frsr recognizes incoming raw packets and writes them to a raw data file named frsr_raw_yymmdd.txt, where yymmdd = year,month,day. Example = frsr_raw_ txt. The raw packets are also input to a Perl program called InterpFrsrPacket which decodes the psuedo ascii and writes the result to frsr interp yymmdd.txt. New files are written each day. time. 1 The ISO timestamp in the form yyyymmddthhmmssz is used in naming many files. The timezone Z indicates we are using UTC

2 2 Background Figure 2: MFR passbands. The top of the atmosphere (TOA) and ground level radiation curves define the atmospheric transmittance, represented by the atmospheric optical depth (AOD), τ. Radiation in an open silicon cell and in six 10-nm wavebands (415,500,615,680,870,940 nm) are measured. The corresponding seven analog channels, are recorded by the FRSR. Figure 3: How the sweep is partitioned. As the shadowband rotates around the MFR head it makes different measurements at different millisecs from the nadir point, N. The time for a complete rotation is determined from consecutive N s. At the time the shadowband is at the first horizon the tilt (pitch and roll) are measured and the heater is turned off. Then, while the shadowband covers the upper hemisphere the analog-to-digital converter (ADC) takes 250 samples for each of the seven channels. At the second horizon, a second tilt is measured and, if necessary, the heater is turned on. From points P2 to N the FRSR microprocessor must determine sweep configuration, read the GPS, prepare the packets and transmit to the DAQ. Sweep block averaging bins The 250 sweep measurements are converted into 23 bin averages (below), b ij, i = 1..., 23, j = The 23 bins and the number of points in each bin are shown. Bin 12 is the minimum (shadow) point. Any bins that are entirely below the horizon are set to zero. Bin # N avg Min

3 3 Figure 4: A clear sky sweep. Shown are all 250 samples of one of the seven MFR channels. The y-axis is the measured millivolts and the x-axis is the sample count where 0 is the minimum voltage measured. In order to reduce noise and to reduce the size of the data transfer, the 250 samples are bin averaged into 23 bins which are shown by the open circles. Bin 12 is always the minimum value. Psuedo-ascii compression The psuedo-ascii coding was first developed by NOAA in order to increased data throughput in the GOES satellite system. Only ASCII data was permitted and so the psuedo-ascii compression allowed each six bits of a binary file to be written as a printable character. The resulting file is ascii text and about half the size of the file if numbers were printed as integers. [1] HIGH-SHADOW 462 CHARACTERS $FSR03,H,29.6,<<$GPRMC,212651,A, ,N, ,W,000.0,000.0,270517,>>, 83B3,\P[P,hPiP,W7Y9 7K7k608S9,C83:<858I7 8G:,=3T1,V7S7O7I7J7K7E7E7D7X4g0^0c082k6S7Z7 _7d7e7l718=8,O9H999G98919l8m8j8O632d1j1m2b7P9<9:9@9E9N9V9n9,X7U7L7F7R7A7B7A7e48 1o0m0=237L7N7R7U7Z7\7f7k7;8,K7I7G7F7<7:7E777B6S1i0[0k0D5A7I7S7P7V7V7\7 7k7,i6j6c6a6^ 6]6\6Y6[6Z63500^0V0G1e5d6m <7I7,0848e7g7f778e7b7Y7I3Z000T0K3b788<8O8F8I8K8]8\ 8,N9I9=9P9?9?989=9A95601^0d0I2F8R9n9 9j9d90:6:A:,*2E [2] NO-SHADOW, TRANSITION OR LOW MODE 133 CHARACTERS $FSR03,H,31.2,<<$GPRMC,125611,A, ,N, ,W,000.0,239.4,280517,>>,83B3, bpcp,7q:q, 1Y1^1S1X1=2N1,\1R1N1H1X1>2I1, 0T1,*68 Above are two examples of FRSR raw output. Packets are defined by the header, $FRSR, and the checksum, *cc, where cc is a hex checksum. The first character after the header is the mode which can be [H]igh when the global irradiance is above a set threshold, [T]ransition occurs during a ten-minute period after the radiation falls below the threshold and [L]ow mode occurs after the transition period. frsr_raw files are simply the packets as received.

4 4 Unpacked packet The file InterpFrsrPacket takes a psuedo-ascii FRSR packet and decodes it into a readable format. H, 2017,05,27,21,26,51, , , 0.0, 0.0, 0.0, 1.0, 0.92, 0.91, 1.04, 1.05, 20.5, Description These three lines are always output. md yyyy MM dd hh mm ss lat lon sog cog T1 T2 pi1 pi2 ro1 ro2 shad shlim H, 2017,05,27,21,26,51, , , 0.0, 0.0, 26.5, 27.4, 0.92, 0.91, 1.04, 1.05, 20.5, 10.0 Globals chan g g example: g13 is global value, first horizon, channel 3 = bin bin bin bin bin bin bin example b615 is the bin average for channel 6, bin15 = 498. When in H mode and shad shlim, the sweeps are output. Seven channels and 23 bin averages. Bin 12 is the shadow value.

5 5 md yyyy MM dd hh mm ss lat lon sog cog T1 T2 pi1 pi2 ro1 ro2 shad shlim gij bij Mode. The mode is either [H]igh, [T]ransition, or [L]ow. year. month. day of month. hour of day. minute of the hour. second of the minute. latitude from GPS, floating point, N+, S-. longitude from GPS, E+, W-. speed over ground from GPS, kts. course over ground from GPS, degt. MFR, temperature inside the cube, degc MFR temperature outside the cube, degc Pitch when shadowband was at horizon 1, degrees, +bow up. Pitch when shadowband was at horizon 2, degrees, +bow up. Roll when shadowband was at horizon 1, degrees, +port up. Roll when shadowband was at horizon 2, degrees, +port up. Shadow for the sweep. shadow = (edge-shadow)/adcnoise. Shadow ratio limit defines a good shadow. Global voltage, i = [1, 2] is the horizon and j = [1 7] is the channel. Millivolts. Bin average, i = [1 7] is the channel and j = [01 23] is the bin number. Millivolts.

AMF2 MAGIC SPN INTEGRATION TO THE PRP

AMF2 MAGIC SPN INTEGRATION TO THE PRP AMF2 MAGIC SPN INTEGRATION TO THE PRP Overview, Cost Estimates, and Labor Tasks THIS IS A DRAFT DOCUMENT 1 SUMMARY This document provides engineering design for integration of the SPN1 Pyranometer into

More information

TOTAL SKY IMAGER SHIP OPERATION Navigation Input, Simulation, Installation SUMMARY

TOTAL SKY IMAGER SHIP OPERATION Navigation Input, Simulation, Installation SUMMARY Remote Measurements & Research Company, RMR Co., LLC May 27, 2012 214 Euclid Av. Seattle WA 98122 Tel: 206-466-6078 michaelrmrco.com File: m1208 TSI ship operation TOTAL SKY IMAGER SHIP OPERATION Navigation

More information

AMF2 MAGIC MAGIC SHIPBOARD METEOROLOGICAL SYSTEM

AMF2 MAGIC MAGIC SHIPBOARD METEOROLOGICAL SYSTEM AMF2 MAGIC MAGIC SHIPBOARD METEOROLOGICAL SYSTEM System Description MET1, PRP2, ISAR R. Michael Reynolds 10 Oct 2012 SUMMARY This document provides an overview of the shipboard ocean-atmospheric-radiation

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

DATA COLLECTION, PROCESSING, AND FORMATS

DATA COLLECTION, PROCESSING, AND FORMATS DATA COLLECTION, PROCESSING, AND FORMATS Remote Measurements & Research Co., LLC January 11, 2008 Abstract This document describes the different raw data sets (Level 0) that are collected by the different

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

DESIGN PLAN PORTABLE RADIATION PACKAGE, MODEL 2 (PRP2)

DESIGN PLAN PORTABLE RADIATION PACKAGE, MODEL 2 (PRP2) DESIGN PLAN PORTABLE RADIATION PACKAGE, MODEL 2 (PRP2) R. Michael Reynolds Remote measurements and Research Company, RMR Co., LLC ABSTRACT is document establishes the design plan for a next generation

More information

A. Measured weight of the payload (not including payload plate) Table 1. Weights of the payload subsystems

A. Measured weight of the payload (not including payload plate) Table 1. Weights of the payload subsystems Payload Title: High Altitude Radiation Detector Payload Class: Small Large (circle one) Payload ID: Institution: Contact Name: Contact Phone: Contact E-mail: GU-HARD-PL02 Gannon University Nichole McGuire

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

igpsdevice: A MOOS Driver for GPS Devices

igpsdevice: A MOOS Driver for GPS Devices igpsdevice: A MOOS Driver for GPS Devices Fall 2017 Alon Yaari, ayaari@mit.edu Michael Benjamin, mikerb@mit.edu Department of Mechanical Engineering, CSAIL MIT, Cambridge MA 02139 1 igpsdevice: A MOOS

More information

Module 3: Physical Layer

Module 3: Physical Layer Module 3: Physical Layer Dr. Associate Professor of Computer Science Jackson State University Jackson, MS 39217 Phone: 601-979-3661 E-mail: natarajan.meghanathan@jsums.edu 1 Topics 3.1 Signal Levels: Baud

More information

Users guide ECS 1/2/3 COMPASS / GPS Sensor

Users guide ECS 1/2/3 COMPASS / GPS Sensor Users guide ECS 1/2/3 COMPASS / GPS Sensor ECS1/2/3 REV.1.2 10-05-2004 For latest update: www.elproma.com/compass Electronic Compass Sensor ECS1/2/3 Contents 1 Introduction...1 1.1 ECS1...1 1.2 ECS2...1

More information

HANDBOOK ROSR (Remote Ocean Surface Radiometer)

HANDBOOK ROSR (Remote Ocean Surface Radiometer) Remote Measurements & Research Company 214 Euclid Av. Seattle WA 98122 michael@rmrco.com TR1501 v6 October 30, 2015 HANDBOOK ROSR (Remote Ocean Surface Radiometer) Version 6 Acronyms and Abbreviations

More information

GPS Receiver. UT-41R (DB9 and PS2 cable) Fast Acquisition Enhanced Sensitivity 12 Channel GPS Sensor Receiver. Features

GPS Receiver. UT-41R (DB9 and PS2 cable) Fast Acquisition Enhanced Sensitivity 12 Channel GPS Sensor Receiver. Features GPS Receiver Features 12 parallel channel GPS receiver 4100 simultaneous time-frequency search bins SBAS (WAAS, EGNOS) support -140dBm acquisition sensitivity -150dBm tracking sensitivity < 10 second hot

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

GPS-41MLR GPS-41MLF. GPS Receiver Module GPS-41ML. Fast Acquisition Enhanced Sensitivity 12 Channel GPS Sensor Module FEATURES. Ordering Information

GPS-41MLR GPS-41MLF. GPS Receiver Module GPS-41ML. Fast Acquisition Enhanced Sensitivity 12 Channel GPS Sensor Module FEATURES. Ordering Information GPS-41ML Fast Acquisition Enhanced Sensitivity 12 Channel GPS Sensor Module FEATURES 12 parallel channel GPS receiver 4100 simultaneous time-frequency search bins SBAS (WAAS, EGNOS) support High Sensitivity:

More information

GPS-41EBR GPS-41EBF. GPS Receiver Module GPS-41EB. Fast Acquisition Enhanced Sensitivity 12 Channel GPS Sensor Module FEATURES. Ordering Information

GPS-41EBR GPS-41EBF. GPS Receiver Module GPS-41EB. Fast Acquisition Enhanced Sensitivity 12 Channel GPS Sensor Module FEATURES. Ordering Information FEATURES 12 parallel channel GPS receiver 4000 simultaneous time-frequency search bins SBAS (WAAS, EGNOS) support High Sensitivity: -140dBm acquisition sensitivity -150dBm tracking sensitivity Fast Acquisition:

More information

GEO-SolarSIM-D2 and SunTracker-2000/3000

GEO-SolarSIM-D2 and SunTracker-2000/3000 GEO-SolarSIM-D2 and SunTracker-2000/3000 THE PERFECT MARRIAGE BETWEEN A SOLAR SPECTRAL IRRADIANCE METER AND A SOLAR TRACKER CONTROLLED BY A REMOTE VERY LOW POWER CONSUMPTION DATALOGGER The GEO-SolarSIM-D2

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

Stensat Transmitter Module

Stensat Transmitter Module Stensat Transmitter Module Stensat Group LLC Introduction The Stensat Transmitter Module is an RF subsystem designed for applications where a low-cost low-power radio link is required. The Transmitter

More information

Overview and Setup Guide

Overview and Setup Guide October 8, 2009. Application Note Page 1 of 10 Firmware 3.700 ALIGN Release With Y-Model Feature: 1 Introduction Overview and Setup Guide This application note provides an overview of the new ALIGN feature

More information

Vehicle GPS Tracker AT07 protocol version 1.0

Vehicle GPS Tracker AT07 protocol version 1.0 Vehicle GPS Tracker AT07 protocol version 1.0 Hardware Spec MCU GSM GPS G-sensor/3-axis sensor GSM antenna GPS antenna PIN IO interface Dimension Firmware feature Firmware upgrade Working parameter Communication

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

Nebraska 4-H Robotics and GPS/GIS and SPIRIT Robotics Projects

Nebraska 4-H Robotics and GPS/GIS and SPIRIT Robotics Projects Name: Club or School: Robots Knowledge Survey (Pre) Multiple Choice: For each of the following questions, circle the letter of the answer that best answers the question. 1. A robot must be in order to

More information

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

GT-720F (Flash version) Fast Acquisition Enhanced Sensitivity 65 Channel GPS Sensor Module

GT-720F (Flash version) Fast Acquisition Enhanced Sensitivity 65 Channel GPS Sensor Module GT-720F (Flash version) Fast Acquisition Enhanced Sensitivity 65 Channel GPS Sensor Module The GT-720F is a compact all-in-one GPS module solution intended for a broad range of Original Equipment Manufacturer

More information

UniTraQ OEM Module. GT-310F (Flash version) Fast Acquisition Enhanced Sensitivity 12 Channel GPS Sensor Module. Features

UniTraQ OEM Module. GT-310F (Flash version) Fast Acquisition Enhanced Sensitivity 12 Channel GPS Sensor Module. Features UniTraQ OEM Module Features 12 parallel channel GPS receiver 4000 simultaneous time-frequency search bins SBAS (WAAS, EGNOS) support Programmable Flash version -140dBm acquisition sensitivity -150dBm tracking

More information

Head Tracker Range Checking

Head Tracker Range Checking Head Tracker Range Checking System Components Haptic Arm IR Transmitter Transmitter Screen Keyboard & Mouse 3D Glasses Remote Control Logitech Hardware Haptic Arm Power Supply Stand By button Procedure

More information

GGA-Global Positioning System Fixed Data

GGA-Global Positioning System Fixed Data SOFTWARE COMMAND NMEA Output Command GGA-Global Positioning System Fixed Data Table B-2 contains the values for the following example: $GPGGA,161229.487,3723.2475,N,12158.3416,W,1,07,1.0,9.0,M,,,,0000*18

More information

APN-0046: Configure CAN for SPAN

APN-0046: Configure CAN for SPAN APN-0046: Configure CAN for SPAN Page 1 March 11, 2015 Configure CAN for SPAN This application note provides general guidance on how to configure the Controller Area Network (CAN) interface for NovAtel

More information

Cost efficient design Operates in full sunlight Low power consumption Wide field of view Small footprint Simple serial connectivity Long Range

Cost efficient design Operates in full sunlight Low power consumption Wide field of view Small footprint Simple serial connectivity Long Range Cost efficient design Operates in full sunlight Low power consumption Wide field of view Small footprint Simple serial connectivity Long Range sweep v1.0 CAUTION This device contains a component which

More information

GT-321R-RS232 Fast Acquisition Enhanced Sensitivity 65 Channels GPS Sensor Receiver

GT-321R-RS232 Fast Acquisition Enhanced Sensitivity 65 Channels GPS Sensor Receiver GT-321R-RS232 Fast Acquisition Enhanced Sensitivity 65 Channels GPS Sensor Receiver The GT-321R-RS232 is a compact all-in-one GPS module solution intended for a broad range of Original Equipment Manufacturer

More information

ROM/UDF CPU I/O I/O I/O RAM

ROM/UDF CPU I/O I/O I/O RAM DATA BUSSES INTRODUCTION The avionics systems on aircraft frequently contain general purpose computer components which perform certain processing functions, then relay this information to other systems.

More information

GM8036 Laser Sweep Optical Spectrum Analyzer. Programming Guide

GM8036 Laser Sweep Optical Spectrum Analyzer. Programming Guide GM8036 Laser Sweep Optical Spectrum Analyzer Programming Guide Notices This document contains UC INSTRUMENTS CORP. proprietary information that is protected by copyright. All rights are reserved. This

More information

Cost efficient design Operates in full sunlight Low power consumption Wide field of view Small footprint Simple serial connectivity Long Range

Cost efficient design Operates in full sunlight Low power consumption Wide field of view Small footprint Simple serial connectivity Long Range Cost efficient design Operates in full sunlight Low power consumption Wide field of view Small footprint Simple serial connectivity Long Range sweep v1.0 CAUTION This device contains a component which

More information

MULTI-FILTER ROTATING SHADOW BAND RADIOMETER MODEL MFR-7 BULLETIN MFRSR-7

MULTI-FILTER ROTATING SHADOW BAND RADIOMETER MODEL MFR-7 BULLETIN MFRSR-7 MULTI-FILTER ROTATING SHADOW BAND RADIOMETER MODEL MFR-7 BULLETIN MFRSR-7 General Description The Multi-Filter Rotating Shadowband Radiometer (Model MFR-7) is a field instrument that simultaneously measures

More information

Back-Scatter Cloud Probe with Polarization (BCP-POL) Operator Manual

Back-Scatter Cloud Probe with Polarization (BCP-POL) Operator Manual Back-Scatter Cloud Probe with Polarization (BCP-POL) Operator Manual DOC-0347, Revision A 2545 Central Avenue Boulder, CO 80301-5727 USA C O P Y R I G H T 2 0 1 2 D R O P L E T M E A S U R E M E N T T

More information

AVNIR-2 Ortho Rectified Image Product. Format Description

AVNIR-2 Ortho Rectified Image Product. Format Description AVNIR-2 Ortho Rectified Image Product Format Description First edition March 2018 Earth Observation Research Center (EORC), Japan Aerospace Exploration Agency (JAXA) Change Records Ver. Date Page Field

More information

Vishay s TSDP Receiver Series for Infrared Data Communications

Vishay s TSDP Receiver Series for Infrared Data Communications VISHAY SEMICONDUCTORS www.vishay.com Infrared Remote Control Receivers By John Fisher The TSDP series devices described in this application note are suitable for receiving low-speed infrared data communications

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

Using GPS in Embedded Applications Pascal Stang Stanford University - EE281 November 28, 2000

Using GPS in Embedded Applications Pascal Stang Stanford University - EE281 November 28, 2000 Using GPS in Embedded Applications Pascal Stang Stanford University - EE281 INTRODUCTION Brief history of GPS Transit System NavStar (what we now call GPS) Started development in 1973 First four satellites

More information

CMPS09 - Tilt Compensated Compass Module

CMPS09 - Tilt Compensated Compass Module Introduction The CMPS09 module is a tilt compensated compass. Employing a 3-axis magnetometer and a 3-axis accelerometer and a powerful 16-bit processor, the CMPS09 has been designed to remove the errors

More information

AirScope Spectrum Analyzer User s Manual

AirScope Spectrum Analyzer User s Manual AirScope Spectrum Analyzer Manual Revision 1.0 October 2017 ESTeem Industrial Wireless Solutions Author: Date: Name: Eric P. Marske Title: Product Manager Approved by: Date: Name: Michael Eller Title:

More information

DEVICE CONFIGURATION INSTRUCTIONS. WinFrog Device Group:

DEVICE CONFIGURATION INSTRUCTIONS. WinFrog Device Group: WinFrog Device Group: Device Name/Model: Device Manufacturer: Device Data String(s) Output to WinFrog: WinFrog Data String(s) Output to Device: WinFrog Data Item(s) and their RAW record: GPS NMEA GPS (Sercel)

More information

CSCI-1680 Physical Layer Rodrigo Fonseca

CSCI-1680 Physical Layer Rodrigo Fonseca CSCI-1680 Physical Layer Rodrigo Fonseca Based partly on lecture notes by David Mazières, Phil Levis, John Janno< Administrivia Signup for Snowcast milestone Make sure you signed up Make sure you are on

More information

745 Transformer Protection System Communications Guide

745 Transformer Protection System Communications Guide Digital Energy Multilin 745 Transformer Protection System Communications Guide 745 revision: 5.20 GE publication code: GEK-106636E GE Multilin part number: 1601-0162-A6 Copyright 2010 GE Multilin GE Multilin

More information

Bluetooth GPS Navigator

Bluetooth GPS Navigator Userr manuall v1..1 USER MANUAL UG-301 Bluetooth GPS Navigator The UG-301 is optimized for good performance and low cost. Its 12 parallel channels and 4000 search bins provide short start-up time and fast

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

Technical Manual. Flash version

Technical Manual. Flash version Series Flash version Model: GT-525 Technical Manual All right reserved, 2009 2F., No.136, Ziqiang S. Rd., Zhubei City, Hsinchu County 30264, Taiwan (R.O.C.) TEL:886-3-6578491 FAX:886-3-6578492 MADE IN

More information

GMS6-CR6(SIRF-IV) Fast Acquisition Enhanced Sensitivity 48 Channel GPS Sensor Module

GMS6-CR6(SIRF-IV) Fast Acquisition Enhanced Sensitivity 48 Channel GPS Sensor Module GMS6-CR6(SIRF-IV) Fast Acquisition Enhanced Sensitivity 48 Channel GPS Sensor Module The GMS6-CR6 is a compact all-in-one GPS module solution intended for a broad range of Original Equipment Manufacturer

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

Digital GPS Repeaters for Wireless Network Timing

Digital GPS Repeaters for Wireless Network Timing Whitepaper Digital GPS Repeaters for Wireless Network Timing David Cheskis Vice President of Product Management, Microlab Abstract Modern wireless telecommunications networks rely on accurate frequency

More information

AMSRIce06 Aerial Photographs

AMSRIce06 Aerial Photographs Notice to Data Users: The documentation for this data set was provided solely by the Principal Investigator(s) and was not further developed, thoroughly reviewed, or edited by NSIDC. Thus, support for

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

MISB ST STANDARD

MISB ST STANDARD MISB ST 0902.3 STANDARD Motion Imagery Sensor Minimum Metadata Set 27 February 2014 1 Scope This Standard defines the Motion Imagery Sensor Minimum Metadata Set (MISMMS) that enables the basic capabilities

More information

Aquisition and Retrieval Performance of the Tektronix TDS 2014 as a Data Logger

Aquisition and Retrieval Performance of the Tektronix TDS 2014 as a Data Logger Aquisition and Retrieval Performance of the Tektronix TDS 14 as a Data Logger Adam Black Centre for Advanced Internet Architectures. Technical Report 7717A Swinburne University of Technology Melbourne,

More information

Dariel Marlow darielmarlow@hotmail.com Michael DeLisi delisi@eng.utah.edu Toren Monson nicmonson@gmail.com Matt Stoker matt.stoker@gmail.com www.cs.utah.edu/~delisi/cs3992 Introduction The Synapse UAV

More information

ELECTRICAL VARIABLE ANALYZER RELAY EVAR

ELECTRICAL VARIABLE ANALYZER RELAY EVAR ELECTRICAL VARIABLE ANALYZER RELAY EVAR 1 ORION ITALIA SERIES MODBUS PROTOCOL. The ORION ITALIA SERIES implement a subset of the AEG Modicon Modbus serial communication standard. Many devices support this

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

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

Multi-Channel RS-232 Serial RF Transceiver

Multi-Channel RS-232 Serial RF Transceiver RF-232 Multi-Channel RS-232 Serial RF Transceiver The RF-232 subassembly is a multi-channel serial radio transceiver. This device accepts and outputs standard serial data at one of three selectable data

More information

EN: This Datasheet is presented by the m anufacturer. Please v isit our website for pricing and availability at ore.hu.

EN: This Datasheet is presented by the m anufacturer. Please v isit our website for pricing and availability at   ore.hu. EN: This Datasheet is presented by the m anufacturer. Please v isit our website for pricing and availability at www.hest ore.hu. Features 65 channel engine for high performance acquisition GPS L1 C/A Code

More information

ThunderBolt Display. by Adam Maurer, VK4GHZ

ThunderBolt Display. by Adam Maurer, VK4GHZ ThunderBolt Display by Adam Maurer, VK4GHZ Overview ThunderBolt Display is a stand-alone microprocessor-controlled LCD specifically for Trimble s ThunderBolt Disciplined Clock, providing a comprehensive

More information

Luminescence Sensors. Operating Instruction

Luminescence Sensors. Operating Instruction A1P05 A1P16 A2P05 A2P16 Luminescence Sensors Operating Instruction SAP-No. 80204 Stand: 05.07.2012 2 Index 1. Proper Use 3 2. Safety Precautions 3 3. LED Warning 3 4. EC Declaration of Conformity 3 5.

More information

Multi-Sensor Integration and Fusion using PSoC

Multi-Sensor Integration and Fusion using PSoC Multi-Sensor Integration and Fusion using PSoC M.S. FINAL PROJECT REPORT Submitted by Student Name Master of Science in Electrical and Computer Engineering The Ohio State University, Columbus Under the

More information

B RoboClaw 2 Channel 30A Motor Controller Data Sheet

B RoboClaw 2 Channel 30A Motor Controller Data Sheet B0098 - RoboClaw 2 Channel 30A Motor Controller (c) 2010 BasicMicro. All Rights Reserved. Feature Overview: 2 Channel at 30Amp, Peak 60Amp Battery Elimination Circuit (BEC) Switching Mode BEC Hobby RC

More information

Piksi Multi Settings. 1 Introduction. Firmware Version v1.0.11

Piksi Multi Settings. 1 Introduction. Firmware Version v1.0.11 Firmware Version v1.0.11 1 Introduction Piksi Multi has a number of settings that can be controlled by the end user via the provided Piksi Console or through the SBP binary message protocol. This Document

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

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

Building HW/SW to receive the GOES satellites Pieter Noordhuis -- KK6VXV

Building HW/SW to receive the GOES satellites Pieter Noordhuis -- KK6VXV Building HW/SW to receive the GOES satellites Pieter Noordhuis -- KK6VXV Outline Antenna system and receiver Signals and demodulation/decode Challenges But first Types of satellites Polar Orbiting Environmental

More information

SEN3APP Stakeholder Workshop, Helsinki Yrjö Rauste/VTT Kaj Andersson/VTT Eija Parmes/VTT

SEN3APP Stakeholder Workshop, Helsinki Yrjö Rauste/VTT Kaj Andersson/VTT Eija Parmes/VTT Optical Products from Sentinel-2 and Suomi- NPP/VIIRS SEN3APP Stakeholder Workshop, Helsinki 19.11.2015 Yrjö Rauste/VTT Kaj Andersson/VTT Eija Parmes/VTT Structure of Presentation High-resolution data

More information

Tech Info Document: PIC16F84A LCD Satellite Antenna Tracking Interface

Tech Info Document: PIC16F84A LCD Satellite Antenna Tracking Interface Fox Delta Amateur Radio Projects & Kits FD- ST3 Tech Info Document: PIC16F84A LCD Satellite Antenna Tracking Interface Preview: When ST1 was made available in kits, hundreds of Radio Amateurs took interest.

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

Implementation of GPS for Location Tracking

Implementation of GPS for Location Tracking Implementation of GPS for Location Tracking Ahmad Ashraff Bin Ariffin, Noor Hafizah Abdul Aziz and Kama Azura Othman Faculty of Electrical Engineering Universiti Teknologi MARA Malaysia Shah Alam, Malaysia

More information

NaviPac. 8. User s Guide to NaviPac GPS Status

NaviPac. 8. User s Guide to NaviPac GPS Status NaviPac 8. User s Guide to NaviPac GPS Status Version History Version Who Additions 1.0 KUP 10. Dec. 1998 Created 3.2 OKR 19. Jan. 2000 Modified to support UKOOA information. 3.3 OKR 3. Sep. 2001 Expanded

More information

DATA FORMAT DEFINITION DOCUMENT

DATA FORMAT DEFINITION DOCUMENT Document Number: 11542 Rev: C Reson, Inc. Goleta, CA 93117 Document Title: DATA FORMAT DEFINITION DOCUMENT SeaBat 7k Data Format, Volume I Notice of Proprietary Rights The contents of this document are

More information

Internet based Real-Time Telemetry System for the micro-satellite. in Low Earth Orbit. 1 Introduction

Internet based Real-Time Telemetry System for the micro-satellite. in Low Earth Orbit. 1 Introduction Internet based Real-Time Telemetry System for the micro-satellite in Low Earth Orbit C. W. Park 1,.G Réhel 1, P. Olivier 2, J. Cimon 2, B. Piyau 1,and L. Dion 2. 1 Université du Québec à Rimouski, Rimouski,

More information

CMPS11 - Tilt Compensated Compass Module

CMPS11 - Tilt Compensated Compass Module CMPS11 - Tilt Compensated Compass Module Introduction The CMPS11 is our 3rd generation tilt compensated compass. Employing a 3-axis magnetometer, a 3-axis gyro and a 3-axis accelerometer. A Kalman filter

More information

1330 nm TX / 1270nm RX, 25GE Digital Diagnostic 1-Fiber SM LC SFP28 TRANSCEIVER

1330 nm TX / 1270nm RX, 25GE Digital Diagnostic 1-Fiber SM LC SFP28 TRANSCEIVER / SPB-2530BLW-1330G / SPB-2530ALW-1330G 1330 nm TX / 1270nm RX, 25GE Digital Diagnostic 1-Fiber SM LC SFP28 TRANSCEIVER (RoHS Compliant) FEATURES 1-Fiber Bi-Directional SFP Optical Transceiver Up to 25.78

More information

Communications message formats

Communications message formats Communications message formats The SP-1 or SP-2 unit communicates via the airtalk compatible communications port. This port consists of a shared, single wire asynchronous link. The link operates with one

More information

YELLOWFIN Mobile WiMAX Tablet PC Analyzer manual version 1.7

YELLOWFIN Mobile WiMAX Tablet PC Analyzer manual version 1.7 YELLOWFIN Mobile WiMAX Tablet PC Analyzer manual version 1.7 YellowFin Receiver Hardware User s Manual YellowFin/YellowFin Interface Hardware Unpacking Your YellowFin... 2 About Your YellowFin... 3 Powering

More information

SOPA version 2. Revised July SOPA project. September 21, Introduction 2. 2 Basic concept 3. 3 Capturing spatial audio 4

SOPA version 2. Revised July SOPA project. September 21, Introduction 2. 2 Basic concept 3. 3 Capturing spatial audio 4 SOPA version 2 Revised July 7 2014 SOPA project September 21, 2014 Contents 1 Introduction 2 2 Basic concept 3 3 Capturing spatial audio 4 4 Sphere around your head 5 5 Reproduction 7 5.1 Binaural reproduction......................

More information

NMEA WINDSPEED AND DIRECTION USER MANUAL. November 2007 manual doc Software Release 0 Hardware Version

NMEA WINDSPEED AND DIRECTION USER MANUAL. November 2007 manual doc Software Release 0 Hardware Version pcnautic.nl NMEA WINDSPEED AND DIRECTION USER MANUAL November 2007 manual 00-02.doc Software Release 0 Hardware Version 1 Table of Contents 1 Introduction and description of fluxgate-based wind-speed and

More information

B Robo Claw 2 Channel 25A Motor Controller Data Sheet

B Robo Claw 2 Channel 25A Motor Controller Data Sheet B0098 - Robo Claw 2 Channel 25A Motor Controller Feature Overview: 2 Channel at 25A, Peak 30A Hobby RC Radio Compatible Serial Mode TTL Input Analog Mode 2 Channel Quadrature Decoding Thermal Protection

More information

Week 2 Lecture 1. Introduction to Communication Networks. Review: Analog and digital communications

Week 2 Lecture 1. Introduction to Communication Networks. Review: Analog and digital communications Week 2 Lecture 1 Introduction to Communication Networks Review: Analog and digital communications Topic: Internet Trend, Protocol, Transmission Principle Digital Communications is the foundation of Internet

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

Web based Measurement System for Solar Radiation

Web based Measurement System for Solar Radiation Web based Measurement System for Solar Radiation Shachi Awasthi 1, P. Mor 2 Research Scholar (PhD) 1 Scientific Officer, Rani Durgavati Vishvavidyalaya, Jabalpur 2 Abstract We present in this paper, the

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

INF8574 GENERAL DESCRIPTION

INF8574 GENERAL DESCRIPTION GENERAL DESCRIPTION The INF8574 is a silicon CMOS circuit. It provides general purpose remote I/O expansion for most microcontroller families via the two-line bidirectional bus (I 2 C). The device consists

More information

CubeSense. An integrated sun and nadir sensor module. User Manual

CubeSense. An integrated sun and nadir sensor module. User Manual CubeSense An integrated sun and nadir sensor module User Manual Page: 2 Table of Contents List of Acronyms/Abbreviations... 3 1. Introduction... 4 2. Getting Started... 5 2.1 Connection Guide... 5 2.2

More information

USER S GUIDE MIDDLETON SOLAR. AST-02 and AST-03 ACTIVE SOLAR TRACKING SYSTEM. Version: 2.4

USER S GUIDE MIDDLETON SOLAR. AST-02 and AST-03 ACTIVE SOLAR TRACKING SYSTEM. Version: 2.4 Part No. 134.1400 CE 2015 USER S GUIDE for MIDDLETON SOLAR AST-02 and AST-03 ACTIVE SOLAR TRACKING SYSTEM Version: 2.4 Middleton Solar, Australia copyright 2015 www.middletonsolar.com The contents of this

More information

Technical information: Compact PIC 16F84A/628A APRS Tracker for Portable Rigs

Technical information: Compact PIC 16F84A/628A APRS Tracker for Portable Rigs Fox Delta Amateur Radio Projects & Kits FD FoxTrak Technical information: Compact PIC 16F84A/628A APRS Tracker for Portable Rigs INTRODUCTION TO APRS: WHAT'S APRS? In its simplest form, APRS allows the

More information

Key Modules For Your Success. ANTARIS 4 SuperSense. GPS Module. User s Manual Ver 展得國際有限公司

Key Modules For Your Success. ANTARIS 4 SuperSense. GPS Module. User s Manual Ver 展得國際有限公司 ANTARIS 4 SuperSense GPS Module User s Manual Ver 1.01 Item Date New Release Information In Charge 1 2006/06/06 New released. Harry Lee 2 Contents 1. INTRODUCTION... 4 1.1 OVERVIEW. 4 1.2 MAIN FEATURES...

More information

SKYTRAQ. GPS Module MG-ST1315S. UUser s Manual Ver 1.01

SKYTRAQ. GPS Module MG-ST1315S. UUser s Manual Ver 1.01 SKYTRAQ GPS Module MG-ST1315S UUser s Manual Ver 1.01 1. IntroductionT Overview Modulestek GPS module MG-ST1315S is a high sensitivity, low power consumption; compact size GPS module designed for a broad

More information

METEOROLOGICAL INSTRUMENTS

METEOROLOGICAL INSTRUMENTS METEOROLOGICAL INSTRUMENTS INSTRUCTIONS ULTRASONIC ANEMOMETER MODEL 85000 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

GPS-Aided INS Datasheet Rev. 2.7

GPS-Aided INS Datasheet Rev. 2.7 1 The Inertial Labs Single and Dual Antenna GPS-Aided Inertial Navigation System INS is new generation of fully-integrated, combined GPS, GLONASS, GALILEO, QZSS and BEIDOU navigation and highperformance

More information

SPECIFICATIONS SUBJECT TO CHANGE WITHOUT NOTICE

SPECIFICATIONS SUBJECT TO CHANGE WITHOUT NOTICE SPECIFICATIONS SUBJECT TO CHANGE WITHOUT NOTICE Notice While reasonable efforts have been made to assure the accuracy of this document, Telit assumes no liability resulting from any inaccuracies or omissions

More information

Keysight Technologies RS-232/UART Protocol Triggering and Decode for Infiniium 9000A and 9000 H-Series Oscilloscopes. Data Sheet

Keysight Technologies RS-232/UART Protocol Triggering and Decode for Infiniium 9000A and 9000 H-Series Oscilloscopes. Data Sheet Keysight Technologies RS-232/UART Protocol Triggering and Decode for Infiniium 9000A and 9000 H-Series Oscilloscopes Data Sheet This application is available in the following license variations. Order

More information

SPAN Data Logging for Inertial Explorer

SPAN Data Logging for Inertial Explorer APN-076 ev C SPAN Data Logging for Inertial Explorer Page 1 November 16, 2017 Overview This document provides an overview of the OEM6 and OEM7 SPAN logs used for post-processing in Inertial Explorer (IE)

More information

1 INTRODUCTION INSTALLATION QUICK START OPERATION MAINTENANCE AND TROUBLESHOOTING APPENDICES...

1 INTRODUCTION INSTALLATION QUICK START OPERATION MAINTENANCE AND TROUBLESHOOTING APPENDICES... Stevens GHT GOES HiDataRate Transmitter INSTRUCTION 93481B August 2004 Contents SECTION LIST: 1 INTRODUCTION... 1 2 INSTALLATION... 5 3 QUICK START...10 4 OPERATION... 14 5 MAINTENANCE AND TROUBLESHOOTING...

More information