FILE FORMAT - TMR Measurement data files

Size: px
Start display at page:

Download "FILE FORMAT - TMR Measurement data files"

Transcription

1 LS Elektronik AB Date: Doc: Rev: C 1 (7) FILE FORMAT - TMR Measurement data files Contents Page 1 GENERAL DATA MEDIA DATA FILES DATA RECORDS DATA SEPARATORS DATA FIELDS DESCRIPTION OF A DATA RECORD RECORD-HEAD LIST OF RECORD TYPES Type 1 MEASURE HEAD-Record Type 3 FIXPOINT-Record Type 4 COMMENT-Record Type 6 SIGNAL LEVELS -Record Type 99 END-Record... 7

2 LS Elektronik AB Date: Doc: Rev: C 2 (7) 1 GENERAL This document describes the data format for measurement data from the radio survey receiver units "TMR" manufactured by LS Elektronik AB. For most parts this format is compatible with the older "REGUS" units. The main differences arise from the fact that "TMR" supports 27 simultaneous radio channels and "REGUS" supports 21 channels. 1.1 DATAMEDIA Data is stored in MS DOS format on the hard disk in the IBM PC compatible notebook computer used with TMR. Data may be transferred to a post processing system on an other computer by copying the files to 1.44MB diskettes, RS232 communications, network connections or any other system that may be implemented in the PC computer and on the host system. 1.2 DATAFILES Measurement data is stored in text files organized as lines of printable ASCII characters ending with CR/LF The data files only contain printable IBM ASCII characters (codes dec.) and [CR][LF] (codes 13 and 10 dec.). 1.3 DATARECORDS The measurement data is organized in data records within the file. A data record always starts with the character "@" as the first character of a line. A data record always ends with the character "@" as the last character of a line Empty lines are allowed in the file (only containing CR/LF) A data record is a logical unit containing data from a given geographical point (or time if data is recorded in "TIME" mode). It may also contain information about the present measurement file, like the channels used, name of the operator, date and time, transmitter site info etc DATA SEPARATORS Data fields within a data record are separated with semicolons ";". A CR/LF may be added after a semicolon to force a new line when the file is printed. 1.5 DATA FIELDS Data fields can have one of three types: numeric type, list type or string type Numeric fields have variable lengths. Leading zeroes are normally not printed. A field with the value 0 (zero) is normally stored as an empty field to preserve file space. The numeric value may be either an integer or a floating point. For floating point values a decimal point "." is used as separator between the integer and fractional parts List fields contain one or more fields, separated by semicolons. The list starts with "{" and ends with "}". The number of fields within a list can be fixed or variable String fields are maximum 80 characters long. The characters ";" or "@" are not allowed in string fields.

3 LS Elektronik AB Date: Doc: Rev: C 3 (7) 2 DATA RECORD DESCRIPTION Start Record character Record-Identifier (in this case a TMR Signal level record) Data-Separator Sequence-Number Distance traveled Latitude Longitude CR/LF (not 15;10;30;{105;60;95};@ Record head, always the same format Variable part depending on type of record CR/LF (not printable) End Record character End character for list Signal level for measurement frequency no 3 Signal level for measurement frequency no 2 Signal level for measurement frequency no 1 Start character for list Three fields containing hours, minutes and seconds 2.1 RECORD HEAD Each data record begins with a record specifying the record type and position for the following data. This record head looks the same for all record types (except of course for the record type identifier) Field 1: Record Identifier After the start character "@" follows a numeric fields whose value identifies the type of data following after the record head. See the following description of different record data types. Integer 1-2 digits [0..9] Field 2: Sequence number This field contains the sequence number for the record. The first record of the file has number 1. Integer 1-6 characters [0..9] Field 3: Distance traveled / time This field contains the distance traveled or the time elapsed since the beginning of the measurement. For signal level data records in "DIST" and "PULSE" mode this is the center point for the local mean value (not the reading when the meanvalue is stored.) For "TIME" mode this is, in the same way, the "center" time for the meanvalue stored. For other records it represents the readings when the data is stored. Distance is stored in meters and time in seconds. Integer 1-7 digits [0..9] Field 4: Latitude Contains the North-South coordinate in degrees with 5 decimals. Southern coordinates are expressed with a leading minus sign. Invalid position data may be expressed as a single "0" (zero) character. Real value 1 or 9-10 characters [0..9 and - and. ] Field 5: Longitude Contains the East-West coordinate in degrees with 5 decimals. Western coordinates are expressed with a leading minus sign. Invalid position data may be expressed as a single "0" (zero) character. Real value 1 or characters [0..9 and - and. ] Example of a Record In this example is the Record identifier =3

4 LS Elektronik AB Date: Doc: Rev: C 4 (7) Sequence. no =37 Distance traveled =955 meter Latitude = degrees south Longitude = degrees north 3 DESCRIPTION OF RECORD TYPES 3.1 Type 1 MEASUREMENT HEAD Record Record identifier = Field 1, Measurement date String field with a date in the format YY,MM,DD 8 characters [0..9 and, ] Field 2, Measurement start time String field with a time in the format HH,MM,SS 8 characters [0..9 and, ] Field 3, Signature String field with the operator name 0-45 ASCII-characters Field 4, Measurement comment String field with optional comments on the measurement 0-60 ASCII-characters Field 5, Measurement method List field describing the measurement method: Subfield 1: String field containing the Measurement method. 4 characters "TIME", "DIST" or "PULS" Subfield 4: Subfield 5: Numeric field with: for method TIME: time in seconds for local meanvalues for method DIST: distance in meters for local meanvalues for method PULS: distance in meters for local meanvalues Real number 5 characters [0..9 and. ] Numeric field with number of scans per local meanvalue. Integer 1-4 characters Numeric field with the lowest signal level recorded. Levels lower than this threshold are stored as empty fields to preserve file space. Integer ( dBm) Numeric field with calibration value for the odometer sensor. The value is given in meters between the pulses. Real number 5 characters [0..9 and.] Field 6, Receiver data List field with receiver data: Subfield 1: The receiver type number Integer 2 characters1-99 The receiver serial number Integer 1..4 characters (1-9999)

5 LS Elektronik AB Date: Doc: Rev: C 5 (7) Numeric field with the number of measurement frequencies. Integer 1..2 characters (1..27) Subfield 4: Numeric field with the channel number for the first measurement frequency. Integer 1-4 characters ( ) Subfield 5: Numeric field with the frequency in MHz for the first measurement frequency. Real number 1-10 characters (0..9 and.) If the number of measurement frequencies according to subfield 3 is more than 1, fields 4 & 5 are repeated until the data for all measurement frequencies are listed Field 7, Measurement accessories data, receiver List field with optional data for the accessories at the receiver end: Subfield 1: String field with the text "RXDEF" as a label indicating that data for the measurement system is to follow. This label improves the readability when the data file is listed. Subfield 4: Receiver antenna gain (dbd) Receiver antenna height in meters Receiver antenna cable attenuation (db) Field 8, Receiver comment line1 String field with an optional comment about the receiver end. Line 1 (of 2 lines) 3.19 Field 9, Receiver comment line2 String field with an optional comment about the receiver end. Line 2 (of 2 lines) Fields 10-36, Measurement accessories data, Transmitter sites 1 to 27 List fields with optional data for the transmitter sites. Normally only data for as many sites as the number of measurement frequencies selected for the measurement contains valid data. However, all 27 transmitter site definitions are always stored. Subfield 1: Subfield 4: Subfield 5: Subfield 6: Subfield 7: Subfield 8: String field with the text "TXDEF01".."TXDEF27" as labels indicating that data for the transmitter sites (1..27) are to follow String field with the name of the transmitter site (0-43 ASCII-characters) Transmitter frequency in MHz (or optionally the channel number) (Real number max 10 characters [0..9 samt. ]) Gain for the transmitter antenna. [dbd] (Real number max 5 characters [0..9 samt. ]) Transmitter antenna height in meters Transmitter antenna directions in degrees Transmitter Output power in Watts (or optionally in dbm) Reflected power at Transmitter in Watts (or optionally in dbm)

6 LS Elektronik AB Date: Doc: Rev: C 6 (7) Subfield 9: Subfield 10: Reflected power at Antenna in Watts (or optionally in dbm) Transmitter cable attenuation (db) Field 11, Transmitter site comment line 1 String field with optional comment for Transmitter site 1 (line 1 of 2) Field 12, Transmitter site comment line 2 String field with optional comment for Transmitter site 2 (line 2 of 2) Fields 13-78, Definitions for transmitter sites 2-27 Definitions according to fields are repeated for all possible 27 transmitter sites Field 79, Comment keys List field with 10 sub fields containing the text strings associated with the measurement comment keys F1-F8 8 ASCII-strings with CR/LF after each semicolon ";" 3.2 Type 3 FIX POINT Record Record identifier = Field 1, Fix point number Numeric field with the number of the fix point. First fix point is no 1. Integer 2 characters (1..99) 3.3 Type 4 COMMENT Record Record identifier = Field 1, comment number Numeric field with the number of the comment key. For the text strings associated with each key se paragraph Integer 2 characters (1..99) 3.4 Type 6 SIGNAL LEVELS Record, 27-channels (TMR) Record identifier = Field 1, Hours Numeric field with the hour part of the real time clock in the PC. Integer 0..2 characters (0..23) Field 1, Minutes Numeric field with the minute part of the real time clock in the PC. Integer 0..2 characters (0..59) Field 1, Seconds

7 LS Elektronik AB Date: Doc: Rev: C 7 (7) Numeric field with the second part of the real time clock in the PC. Integer 0..2 characters (0..59) Field 4, Signal level List-field with the signal levels in -dbm but with the minus sign omitted. The list has the number of elements given in the measurement head record, data field 13 (see ) Sub fields 1-27: Signal levels for each measured channel Positive integer 0-3 characters [0..9] Note: the "-" sign is omitted 3.5 Type 99 END Record Record identifier = This record has no data fields

Smart Wireless Devices. LAN-WMBUS-G Wireless MBUS, high performance Temperature, Humidity and Pulse counting device.

Smart Wireless Devices. LAN-WMBUS-G Wireless MBUS, high performance Temperature, Humidity and Pulse counting device. Smart Wireless Devices LAN-WMBUS-G Wireless MBUS, high performance Temperature, Humidity and Pulse counting device. The LAN-WMBUS-G-T(E)/(H)-(P) is a temperature/humidity sensor and pulse counter. It is

More information

AN1200.04. Application Note: FCC Regulations for ISM Band Devices: 902-928 MHz. FCC Regulations for ISM Band Devices: 902-928 MHz

AN1200.04. Application Note: FCC Regulations for ISM Band Devices: 902-928 MHz. FCC Regulations for ISM Band Devices: 902-928 MHz AN1200.04 Application Note: FCC Regulations for ISM Band Devices: Copyright Semtech 2006 1 of 15 www.semtech.com 1 Table of Contents 1 Table of Contents...2 1.1 Index of Figures...2 1.2 Index of Tables...2

More information

SR450 RECEIVER OPERATING INSTRUCTIONS 1892 1128

SR450 RECEIVER OPERATING INSTRUCTIONS 1892 1128 SR450 RECEIVER OPERATING INSTRUCTIONS 1892 1128 These operating instructions are intended to provide the user with sufficient information to install and operate the module correctly. The Wood & Douglas

More information

Standard for Communication in Between VINTERMAN and Road Clearing Equipment

Standard for Communication in Between VINTERMAN and Road Clearing Equipment The Danish Road Directorate and Counties Standard for Communication in Between VINTERMAN and Road Clearing Equipment Version 1.40 - DRAFT 31-07-2003 Contents Page 1. Preface... 1 2. Update History... 2

More information

Single channel data transceiver module WIZ2-434

Single channel data transceiver module WIZ2-434 Single channel data transceiver module WIZ2-434 Available models: WIZ2-434-RS: data input by RS232 (±12V) logic, 9-15V supply WIZ2-434-RSB: same as above, but in a plastic shell. The WIZ2-434-x modules

More information

The Answer to the 14 Most Frequently Asked Modbus Questions

The Answer to the 14 Most Frequently Asked Modbus Questions Modbus Frequently Asked Questions WP-34-REV0-0609-1/7 The Answer to the 14 Most Frequently Asked Modbus Questions Exactly what is Modbus? Modbus is an open serial communications protocol widely used in

More information

IntesisBox ASCII Server - LON

IntesisBox ASCII Server - LON IntesisBox ASCII Server - LON Gateway for integration of LON devices into ASCII enabled control systems. Integrate Air Conditioning from the main manufacturers (DAIKIN, Mitsubishi Electric, Mitsubishi

More information

This Antenna Basics reference guide includes basic information about antenna types, how antennas work, gain, and some installation examples.

This Antenna Basics reference guide includes basic information about antenna types, how antennas work, gain, and some installation examples. Antenna Basics This Antenna Basics reference guide includes basic information about antenna types, how antennas work, gain, and some installation examples. What Do Antennas Do? Antennas transmit radio

More information

www.smarcom.biz BARCODE TICKET SOLUTION RF CARD SOLUTION MAGNETIC TICKET SOLUTION

www.smarcom.biz BARCODE TICKET SOLUTION RF CARD SOLUTION MAGNETIC TICKET SOLUTION BARCODE TICKET SOLUTION RF CARD SOLUTION MAGNETIC TICKET SOLUTION C A R PA R K M A N A G E M E N T S Y S T E M C A R Barcode ticket application PA R K M A N A G E M E N T S Y S T E M RF card application

More information

Frequency selective monitoring and logging of environmental electromagnetic fields

Frequency selective monitoring and logging of environmental electromagnetic fields FREQUENCY SELECTIVE EMF AREA MONITOR AMS-8060 Frequency selective monitoring and logging of environmental electromagnetic fields Up to 20 fully programmable frequency bands Real built-in spectrum analyser

More information

PRORAE REMOTE HOST CONTROLLER: COMMUNICATION TROUBLESHOOTING GUIDE

PRORAE REMOTE HOST CONTROLLER: COMMUNICATION TROUBLESHOOTING GUIDE PRORAE REMOTE HOST CONTROLLER: COMMUNICATION TROUBLESHOOTING GUIDE INTRODUCTION This technical note provides simple procedures that can be performed in the field to help identify and correct the cause

More information

PLL frequency synthesizer

PLL frequency synthesizer ANALOG & TELECOMMUNICATION ELECTRONICS LABORATORY EXERCISE 4 Lab 4: PLL frequency synthesizer 1.1 Goal The goals of this lab exercise are: - Verify the behavior of a and of a complete PLL - Find capture

More information

Power Amplifier Gain Compression Measurements

Power Amplifier Gain Compression Measurements Technical Brief Power Amplifier Gain Compression Measurements GPIB Private Bus Sweep Out Sweep In Pulse In AC Mod Out Blank/Marker Out Blanking In Overview The 1 db gain compression of an amplifier describes

More information

Experiences in positioning and sensor network applications with Ultra Wide Band technology

Experiences in positioning and sensor network applications with Ultra Wide Band technology Experiences in positioning and sensor network applications with Ultra Wide Band technology WAMS LANGATTOMUUDESTA UUTTA BISNESTÄ Timo Lehikoinen VTT Technical Research Centre of Finland 10/14/2013 2 Contents

More information

Datalogger DL/N 70 Version: 28.03.2012

Datalogger DL/N 70 Version: 28.03.2012 Datalogger DL/N 70 Version: 28.03.2012 Technical Specifications Pressure measuring range (mh20) 1... 5 > 5... 20 > 20... 250 Overpressure 3 bar 3 x FS ( 3 bar) 3 x FS Burst pressure > 200 bar > 200 bar

More information

Transmitter Interface Program

Transmitter Interface Program Transmitter Interface Program Operational Manual Version 3.0.4 1 Overview The transmitter interface software allows you to adjust configuration settings of your Max solid state transmitters. The following

More information

Serial Communications

Serial Communications April 2014 7 Serial Communications Objectives - To be familiar with the USART (RS-232) protocol. - To be able to transfer data from PIC-PC, PC-PIC and PIC-PIC. - To test serial communications with virtual

More information

Monitores Equipos Móviles Especificaciones de Producto

Monitores Equipos Móviles Especificaciones de Producto EquipManager -4 F/-20 C to +140 F/+60 C (optional heater available for cold room applications) 0 100% noncondensing User-adjustable threshold 0.3G to 7G 10G (nondestructive)/100g (destructive) Piezoelectric

More information

Standard for Communication in Between VINTERMAN and Road Clearing Equipment

Standard for Communication in Between VINTERMAN and Road Clearing Equipment The Danish Road Directorate Standard for Communication in Between VINTERMAN and Road Clearing Equipment Version 1.45 10-12-2013 Contents Page 1. Preface... 1 2. Update History... 2 3. Principle... 4 4.

More information

Zlinx Wireless I/O. Peer-to-Peer and Modbus I/O B&B ELECTRONICS PRODUCT INFORMATION

Zlinx Wireless I/O. Peer-to-Peer and Modbus I/O B&B ELECTRONICS PRODUCT INFORMATION Modular, Customizable Wire Replacement 128 / 256 Bit AES Encryption Software Selectable RF Transmit Power Software Selectable Over-the-air Data Rate Modbus ASCII /RTU Compatible Wide Operating Temperature

More information

TI GPS PPS Timing Application Note

TI GPS PPS Timing Application Note Application Note Version 0.6 January 2012 1 Contents Table of Contents 1 INTRODUCTION... 3 2 1PPS CHARACTERISTICS... 3 3 TEST SETUP... 4 4 PPS TEST RESULTS... 6 Figures Figure 1 - Simplified GPS Receiver

More information

Export of audit trail events from Salto software. Version 2.0

Export of audit trail events from Salto software. Version 2.0 Export of audit trail events from Salto software Version 2.0 Historic of changes Version Status Date Author Change description 1.0 Stable 20/12/2011 Mikel Larreategi First version of the specs. 2.0 Stable

More information

Part Number 129777-01 Revision A, January 1996. 3500 Monitoring System Rack Configuration and Utilities Guide

Part Number 129777-01 Revision A, January 1996. 3500 Monitoring System Rack Configuration and Utilities Guide Part Number 129777-01 Revision A, January 1996 3500 Monitoring System Rack Configuration and Utilities Guide Copyright 1995 Bently Nevada Corporation All Rights Reserved. No part of this publication may

More information

Programming and Using the Courier V.Everything Modem for Remote Operation of DDF6000

Programming and Using the Courier V.Everything Modem for Remote Operation of DDF6000 Programming and Using the Courier V.Everything Modem for Remote Operation of DDF6000 1.0 Introduction A Technical Application Note from Doppler System July 5, 1999 Version 3.x of the DDF6000, running version

More information

The I2C Bus. NXP Semiconductors: UM10204 I2C-bus specification and user manual. 14.10.2010 HAW - Arduino 1

The I2C Bus. NXP Semiconductors: UM10204 I2C-bus specification and user manual. 14.10.2010 HAW - Arduino 1 The I2C Bus Introduction The I2C-bus is a de facto world standard that is now implemented in over 1000 different ICs manufactured by more than 50 companies. Additionally, the versatile I2C-bus is used

More information

Series DFMT Digital Paddlewheel Flowmeter

Series DFMT Digital Paddlewheel Flowmeter Series DFMT Digital Paddlewheel Flowmeter Bulletin F-DFMT Specifications - Installation Operating Instructions -/8 [00] -/ [8] -/8 [00] A The Series DFMT Digital Paddlewheel Flow Transmitter provides instantaneous

More information

Application Note AN-00126

Application Note AN-00126 Considerations for Operation within the 902-928MHz Band Application Note AN-00126 Introduction This application note is designed to give the reader a basic understanding of the legal and technical considerations

More information

Temp-485-Pt100. A temperature sensor (Pt100 or Pt1000) communicating over the RS-485 bus with a simple communication protocol

Temp-485-Pt100. A temperature sensor (Pt100 or Pt1000) communicating over the RS-485 bus with a simple communication protocol Temp-485-Pt100 A temperature sensor (Pt100 or Pt1000) communicating over the RS-485 bus with a simple communication protocol Temp-485-Pt100 Box version [600 113] Temp-485-Pt100 Cable version [600 114]

More information

ADC SWATCH (v3.0) Switch Monitoring Software) User Manual)

ADC SWATCH (v3.0) Switch Monitoring Software) User Manual) ADC SWATCH (v3.0) Switch Monitoring Software) User Manual) Content Page INTRODUCTION... 1 Revision History... 1 Trademark Information... 1 1 OVERVIEW... 2 1.1 System Requirements... 2 2 INSTALLATION...

More information

A RF18 Remote control receiver MODULE

A RF18 Remote control receiver MODULE A RF18 Remote control receiver MODULE User Guide No part of this document may be reproduced or transmitted (in electronic or paper version, photocopy) without Adeunis RF consent. This document is subject

More information

Continuous, remote monitoring and logging of electromagnetic fields

Continuous, remote monitoring and logging of electromagnetic fields MULTI-BAND EMF AREA MONITOR AMB-8057-03/G Continuous, remote monitoring and logging of electromagnetic fields Discrimination of GSM and UMTS contributions to total EMF values Electric field monitoring

More information

PROCESSOR CONFIGURATION SOFTWARE USER GUIDE

PROCESSOR CONFIGURATION SOFTWARE USER GUIDE abc PROCESSOR CONFIGURATION SOFTWARE USER GUIDE Land Infrared Dronfield S18 1DJ England Telephone: (01246) 417691 Facsimile: (01246) 410585 Email: infrared.sales@landinst.com URL: http://www.landinst.com

More information

Comfort Contego User Manual

Comfort Contego User Manual Comfort Contego User Manual Please read the User Manual before using this product. Comfort Contego T900 Transmitter English Comfort Contego R900 Receiver DO NOT USE the COMFORT CONTEGO if you have a PACEMAKER

More information

MANUAL FOR RX700 LR and NR

MANUAL FOR RX700 LR and NR MANUAL FOR RX700 LR and NR 2013, November 11 Revision/ updates Date, updates, and person Revision 1.2 03-12-2013, By Patrick M Affected pages, ETC ALL Content Revision/ updates... 1 Preface... 2 Technical

More information

PM1122 INT DIGITAL INTERFACE REMOTE

PM1122 INT DIGITAL INTERFACE REMOTE PM1122 INT DIGITAL INTERFACE REMOTE PM1122 INT front panel description: 1. Clear wireless remotes knob: push this button for more than 2 seconds to clear the list of all assigned wireless remote settings

More information

SuperGuard VT-05 Vehicle Tracking Device

SuperGuard VT-05 Vehicle Tracking Device SuperGuard VT-05 Vehicle Tracking Device The SuperGuard VT-05 Vehicle Tracker is a professional GPS tracking device designed for fleet management and commercial data centers, with customizable data upload

More information

Department of Electrical and Computer Engineering Ben-Gurion University of the Negev. LAB 1 - Introduction to USRP

Department of Electrical and Computer Engineering Ben-Gurion University of the Negev. LAB 1 - Introduction to USRP Department of Electrical and Computer Engineering Ben-Gurion University of the Negev LAB 1 - Introduction to USRP - 1-1 Introduction In this lab you will use software reconfigurable RF hardware from National

More information

APPLICATION NOTE GaGe CompuScope 14200-based Lightning Monitoring System

APPLICATION NOTE GaGe CompuScope 14200-based Lightning Monitoring System APPLICATION NOTE GaGe CompuScope 14200-based Lightning Monitoring System Challenge A customer needed to upgrade an older data acquisition unit for a real-time lightning monitoring system. Unlike many lightning

More information

Specification of the Broadcast Wave Format (BWF)

Specification of the Broadcast Wave Format (BWF) EBU TECH 3285 Specification of the Broadcast Wave Format (BWF) A format for audio data files in broadcasting Version 2.0 Geneva May 2011 1 * Page intentionally left blank. This document is paginated for

More information

How-To Set Custom Scale Format for FedEx Ship Manager

How-To Set Custom Scale Format for FedEx Ship Manager How-To Set Custom Scale Format for FedEx Ship Manager This document describes how to custom configure FedEx Ship Manager to communicate with an Avery Weigh-Tronix scale. Ship Manager should be version

More information

FCC PART 15 SUBPART C EMI MEASUREMENT AND TEST REPORT

FCC PART 15 SUBPART C EMI MEASUREMENT AND TEST REPORT FCC PART 15 SUBPART C EMI MEASUREMENT AND TEST REPORT For AeroComm, Inc. 10981 Eicher Drive Lenexa, KS 66219 2003-05-22 This Report Concerns: Original Report Equipment Type: 900MHz Transceiver Test Engineer:

More information

Product Information S N O. Portable VIP protection CCTV & Alarm System 2

Product Information S N O. Portable VIP protection CCTV & Alarm System 2 Product Information S N O Portable VIP protection CCTV & Alarm System 2 G O V E R N M E N T A L S E C U R I T Y S O L U T I VIP KIT Rapid Deployment VIP Protection Kit The VIP KIT has been designed to

More information

Power Sensor/Meter with USB Interface Connect Directly to a PC

Power Sensor/Meter with USB Interface Connect Directly to a PC Power Sensor/Meter with USB Interface Connect Directly to a PC ST series power sensors are complete miniature power meters. The sensors contain a CPU that controls the sensor, processes the measurement

More information

A Tutorial on the Decibel

A Tutorial on the Decibel A Tutorial on the Decibel This tutorial combines information from several authors, including Bob DeVarney, W1ICW; Walter Bahnzaf, WB1ANE; and Ward Silver, NØAX Decibels are part of many questions in the

More information

Remarkable achievements

Remarkable achievements Remarkable achievements 149.2 km link over water providing 8E1 throughput with 99,99% annual availability Radio link transmitting data from 25km height in Stratosphere to 149km ground station Largest MW

More information

Software Manual RS232 Laser Merge Module. Document # SU-256521-09 Rev A

Software Manual RS232 Laser Merge Module. Document # SU-256521-09 Rev A Laser Merge Module Document # SU-256521-09 Rev A The information presented in this document is proprietary to Spectral Applied Research Inc. and cannot be used for any purpose other than that for which

More information

DS1104 R&D Controller Board

DS1104 R&D Controller Board DS1104 R&D Controller Board Cost-effective system for controller development Highlights Single-board system with real-time hardware and comprehensive I/O Cost-effective PCI hardware for use in PCs Application

More information

RF Measurements Using a Modular Digitizer

RF Measurements Using a Modular Digitizer RF Measurements Using a Modular Digitizer Modern modular digitizers, like the Spectrum M4i series PCIe digitizers, offer greater bandwidth and higher resolution at any given bandwidth than ever before.

More information

MCB3101 (Class I) WiRobot Serial Bluetooth Wireless Module User Manual

MCB3101 (Class I) WiRobot Serial Bluetooth Wireless Module User Manual MCB3101 (Class I) WiRobot Serial Bluetooth Wireless Module User Manual Version: 1.0.1 Dec. 2005 Table of Contents I. Introduction 2 II. Operations 2 II.1. Theory of Operation 2 II.2. Configuration (PC-PC

More information

Location management Need Frequency Location updating

Location management Need Frequency Location updating Lecture-16 Mobility Management Location management Need Frequency Location updating Fig 3.10 Location management in cellular network Mobility Management Paging messages Different paging schemes Transmission

More information

Modbus and ION Technology

Modbus and ION Technology 70072-0104-14 TECHNICAL 06/2009 Modbus and ION Technology Modicon Modbus is a communications protocol widely used in process control industries such as manufacturing. PowerLogic ION meters are compatible

More information

Serial Cables & Adapters

Serial Cables & Adapters WTI Part No. 9 Rev. B Serial Cables & Adapters for WTI Products . Introduction This publication describes the serial cables and snap adapters that are used to connect your RSM-R series or MPC series unit

More information

MIMO Antenna Systems in WinProp

MIMO Antenna Systems in WinProp MIMO Antenna Systems in WinProp AWE Communications GmbH Otto-Lilienthal-Str. 36 D-71034 Böblingen mail@awe-communications.com Issue Date Changes V1.0 Nov. 2010 First version of document V2.0 Feb. 2011

More information

Constructing a precision SWR meter and antenna analyzer. Mike Brink HNF, Design Technologist.

Constructing a precision SWR meter and antenna analyzer. Mike Brink HNF, Design Technologist. Constructing a precision SWR meter and antenna analyzer. Mike Brink HNF, Design Technologist. Abstract. I have been asked to put together a detailed article on a SWR meter. In this article I will deal

More information

INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA

INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA COMM.ENG INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA 9/6/2014 LECTURES 1 Objectives To give a background on Communication system components and channels (media) A distinction between analogue

More information

Dynamic Frequency Selection (DFS) and the 5GHz Unlicensed Band

Dynamic Frequency Selection (DFS) and the 5GHz Unlicensed Band Dynamic Frequency Selection (DFS) and the 5GHz Unlicensed Band by Mark Briggs, Principal Engineer, Elliott Laboratories- An NTS Company Note: This article combines the content from several papers released

More information

SPA-Bus Communication Protocol V2.5. Technical description

SPA-Bus Communication Protocol V2.5. Technical description EN Issued 96-01-23 Modified 2001.07.31 Version C Checked MP Approved TK SPA-bus Communication Protocol V2.5 Data subject to change without notice Contents 1.0 Introduction... 4 2.0 General description...

More information

Email: tjohn@mail.nplindia.ernet.in

Email: tjohn@mail.nplindia.ernet.in USE OF VIRTUAL INSTRUMENTS IN RADIO AND ATMOSPHERIC EXPERIMENTS P.N. VIJAYAKUMAR, THOMAS JOHN AND S.C. GARG RADIO AND ATMOSPHERIC SCIENCE DIVISION, NATIONAL PHYSICAL LABORATORY, NEW DELHI 110012, INDIA

More information

4-Channel Thermometer / Datalogger

4-Channel Thermometer / Datalogger USER GUIDE 4-Channel Thermometer / Datalogger RTD and Thermocouple Inputs Model SDL200 Introduction Congratulations on your purchase of the Extech SDL200 Thermometer, an SD Logger Series meter. This meter

More information

IDD-213T User Manual. (Rev. 1.0) China Aerospace Telecommunications Limited

IDD-213T User Manual. (Rev. 1.0) China Aerospace Telecommunications Limited (Rev. 1.0) China Aerospace Telecommunications Limited Contents 1. Introduction......3 2. Specifications...4 2.1 External Interface... 4 2.2 Status Indicator...... 5 2.3 Technical Parameters... 6 3. Device

More information

Technical Advisory Group

Technical Advisory Group 0 Technical Advisory Group 8th October 2015 1 Visitor information Wi-fi network Ofcom Media - Password COTDsaT2HN (case sensitive) Prompted to Sign in to Wi-Fi network Agree to Terms of Use Press Continue

More information

HDO700 P FIBRE OPTIC TRANSMITTER

HDO700 P FIBRE OPTIC TRANSMITTER Timo Rantanen 18.1.2011 1(5) HDO700 P FIBRE OPTIC TRANSMITTER HDO700 P is a high performance, extremely linear externally modulated 1550 nm transmitter for HDO fibre optic CATV link. This transmitter type

More information

PPS usable by timing applications via serial port emulation

PPS usable by timing applications via serial port emulation Timing & Navigation Module * PPS usable by timing applications via serial port emulation * The Pulse Per Second (PPS) is an electrical signal that very precisely indicates the start of a second. The z050

More information

Model Rules for License-Exempt White Space Devices

Model Rules for License-Exempt White Space Devices Model Rules for License-Exempt White Space Devices 1 Permissible Frequencies of Operation. (a) White space devices ( WSDs ) are permitted to operate on a license-exempt basis subject to the interference

More information

SenseLink TM. End-Point Controller. Addendum

SenseLink TM. End-Point Controller. Addendum SenseLink TM End-Point Controller Addendum MKS Instruments, Inc. Control & Information Technology Products Group 3350 Scott Blvd Bldg 4 Santa Clara, CA 95054 Main: 408.235.7620 Fax: 408.235.7625 SenseLink

More information

WIRELESS MAGNETIC CONTACT

WIRELESS MAGNETIC CONTACT WIRELESS MAGNETIC CONTACT The magnetic contact wireless MAG HCS is a sensor able to detect opening or closing doors or windows and transmits via radio a alarm signal. It is composed of two distinct elements:

More information

The Foundation User Manual LED Battery Slim Par Fixture (RGBA, DMX 7Ch/4CH)

The Foundation User Manual LED Battery Slim Par Fixture (RGBA, DMX 7Ch/4CH) The Foundation User Manual LED Battery Slim Par Fixture (RGBA, DMX 7Ch/4CH) Page 1 I. Security: 1. Make sure the user voltage cannot higher or lower than the regulating voltage. 2. Please use proper and

More information

ADS Chapter 564 Security Communications

ADS Chapter 564 Security Communications ADS Chapter 564 Security Communications Document Quality Check Date: 10/02/2012 Partial Revision Date: 12/30/2011 Responsible Office: SEC/CTIS File Name: 564_100212 12/30/2011 Partial Revision Functional

More information

Base Station Adjacent Time Slot Rejection Measurement with CMD and SME

Base Station Adjacent Time Slot Rejection Measurement with CMD and SME Base Station Adjacent Time Slot Rejection Measurement with CMD and SME Application Note 1GPAN26E 1CMP F.Körber, 1GPP M. Leutiger Products: Signal Generator SME Radio Communication Tester CMD54/57 General

More information

Technical Bulletin. Teledyne PDS Clock Synchronization Considerations. Version 1.2

Technical Bulletin. Teledyne PDS Clock Synchronization Considerations. Version 1.2 Teledyne PDS Clock Synchronization Considerations Version 1.2 TELEDYNE RESON B.V. Stuttgartstraat 42-44 3047 AS Rotterdam The Netherlands Tel.: +31 (0)10 245 15 00 www.teledyne-reson.com Dated: 01-05-2015

More information

DREXELBROOK. USonic-R Series. Ultrasonic Level Measurement System. User Friendly

DREXELBROOK. USonic-R Series. Ultrasonic Level Measurement System. User Friendly DREXELBROOK A Leader In Level Measurement Solutions USonic-R Series Ultrasonic Level Measurement System User Friendly Set the measurement range directly in inches, feet, millimeters, centimeters, or meters

More information

2.4G Bluetooth Datalink & ipad Ground Station User Guide V1.12

2.4G Bluetooth Datalink & ipad Ground Station User Guide V1.12 2.4G Bluetooth Datalink & ipad Ground Station User Guide V1.12 Thank you for purchasing DJI products. Please strictly follow this user guide to mount and connect the 2.4G Bluetooth Datalink, install the

More information

Planning Terrestrial Radio Networks

Planning Terrestrial Radio Networks Planning Terrestrial Radio Networks Lab Exercise Manual IK2500 - Radio Communication, Basic Course September 23, 2008 Short Summary The scope of this lab is to help students to develop basic skills in

More information

Measurement of RF Emissions from a Final Coat Electronics Corrosion Module

Measurement of RF Emissions from a Final Coat Electronics Corrosion Module Engineering Test Report No. 37802-02 Rev. A Measurement of RF Emissions from a Final Coat Electronics Corrosion Module For : Canadian Auto Preservation, Inc. 390 Bradwick Drive Concord, Ontario CANADA

More information

Technical Datasheet Scalar Network Analyzer Model 8003-10 MHz to 40 GHz

Technical Datasheet Scalar Network Analyzer Model 8003-10 MHz to 40 GHz Technical Datasheet Scalar Network Analyzer Model 8003-10 MHz to 40 GHz The Giga-tronics Model 8003 Precision Scalar Network Analyzer combines a 90 db wide dynamic range with the accuracy and linearity

More information

COMPATIBILITY AND SHARING ANALYSIS BETWEEN DVB T AND RADIO MICROPHONES IN BANDS IV AND V

COMPATIBILITY AND SHARING ANALYSIS BETWEEN DVB T AND RADIO MICROPHONES IN BANDS IV AND V European Radiocommunications Committee (ERC) within the European Conference of Postal and Telecommunications Administrations (CEPT) COMPATIBILITY AND SHARING ANALYSIS BETWEEN DVB T AND RADIO MICROPHONES

More information

MASTR III RF Package, VHF

MASTR III RF Package, VHF Maintenance Manual LBI-38754J MASTR III RF Package, VHF TABLE OF CONTENTS TRANSMIT SYNTHESIZER.......... LBI-38640 RECEIVE SYNTHESIZER........... LBI-38641 RECEIVE RF MODULE............. LBI-38642 IF MODULE...................

More information

O C M III. Open Channel Flow Monitor

O C M III. Open Channel Flow Monitor O C M III Open Channel Flow Monitor Part 1. General 1.1 Scope A. This section describes the requirements for an ultrasonic flow transmitter with sensor and temperature compensation probe. B. Under this

More information

Parallax Serial LCD 2 rows x 16 characters Non-backlit (#27976) 2 rows x 16 characters Backlit (#27977) 4 rows x 20 characters Backlit (#27979)

Parallax Serial LCD 2 rows x 16 characters Non-backlit (#27976) 2 rows x 16 characters Backlit (#27977) 4 rows x 20 characters Backlit (#27979) 599 Menlo Drive, Suite 100 Rocklin, California 95765, USA Office: (916) 624-8333 Fax: (916) 624-8003 General: info@parallax.com Technical: support@parallax.com Web Site: www.parallax.com Educational: www.stampsinclass.com

More information

INTRIC E. D811285 13-11-00 Vers. 02 SELF-LEARNING ROLLING-CODE EXTERNAL RECEIVER

INTRIC E. D811285 13-11-00 Vers. 02 SELF-LEARNING ROLLING-CODE EXTERNAL RECEIVER D811285 13-11-00 Vers. 02 SELF-LEARNING ROLLING-CODE EXTERNAL RECEIVER 360 1) GENERAL OUTLINE Thank you for buying this product, our company is sure that you will be more than satisfied with the performance

More information

RDF1. RF Receiver Decoder. Features. Applications. Description. Ordering Information. Part Number Description Packages available

RDF1. RF Receiver Decoder. Features. Applications. Description. Ordering Information. Part Number Description Packages available RDF1 RF Receiver Decoder Features Complete FM Receiver and Decoder. Small Form Factor Range up to 200 Metres* Easy Learn Transmitter Feature. Learns 40 transmitter Switches 4 Digital and 1 Serial Data

More information

Revision 5 - (Released April 2008) Added further definitions of RFID tag contents and testing requirements for RFID tag read range.

Revision 5 - (Released April 2008) Added further definitions of RFID tag contents and testing requirements for RFID tag read range. IBM LTO Ultrium Cartridge Label Specification (Revision 6) Part Number 19P0034 EC - M10321 Feb, 2009 IBM Corporation 9000 South Rita Road Tucson, AZ 85744 Notes: The hard copy version of this document

More information

FRAUNHOFER INSTITUTE FOR INTEg RATEd CIRCUITS IIS. drm TesT equipment

FRAUNHOFER INSTITUTE FOR INTEg RATEd CIRCUITS IIS. drm TesT equipment FRAUNHOFER INSTITUTE FOR INTEg RATEd CIRCUITS IIS drm TesT equipment dt230 playback of drm signals recording of drm signals channel simulation receiver performance analysis real-time modulation Architecture

More information

WIRELESS INSTRUMENTATION TECHNOLOGY

WIRELESS INSTRUMENTATION TECHNOLOGY BS&B WIRELESS, L.L.C. BS&B WIRELESS, L.L.C. WIRELESS INSTRUMENTATION TECHNOLOGY Printed February 2004 BS&B WIRELESS, L.L.C. 7422-B East 46th Place, Tulsa, OK74145 Phone: 918-622-5950 Fax: 918-665-3904

More information

Flexible Counter Series in DIN size 24 x 48 mm

Flexible Counter Series in DIN size 24 x 48 mm Flexible Counter Series in DIN size 24 x 48 mm high contrast 8-digit LCD display or brilliant 6-digit LED display 2 different supply voltages available: independent of mains supply with lithium battery

More information

Hydras 3 LT Quick Start

Hydras 3 LT Quick Start Catalog Number 6234218 Hydras 3 LT Quick Start SOFTWARE MANUAL December 2005, Edition 2 Hach Company, 2005. All rights reserved. Printed in the U.S.A. Catalog Number 6234218 Hydras 3 LT SOFTWARE MANUAL

More information

computer radio control system

computer radio control system extended serie Receivers 1 Introduction GLISH FW. ver. 3.10 Jeti DUPLEX Receivers are designated for use with the DC/DS transmitters or the JETI transmitter modules in the 2,4 GHz frequency band. DUPLEX

More information

2.0 System Description

2.0 System Description 2.0 System Description The wireless alarm system consists of two or more alarm units within a specified range of one another. Each alarm unit employs a radio transceiver, allowing it to communicate with

More information

Agilent E5100A Network Analyzer

Agilent E5100A Network Analyzer Agilent E5100A Network Analyzer Data Sheet These specifications are the performance standards or limits against which the instrument is tested. When shipped from the factory, the E5100A meets the specifications

More information

User's Guide. Integrating Sound Level Datalogger. Model 407780. Introduction

User's Guide. Integrating Sound Level Datalogger. Model 407780. Introduction User's Guide 99 Washington Street Melrose, MA 02176 Phone 781-665-1400 Toll Free 1-800-517-8431 Visit us at www.testequipmentdepot.com Back to the Extech 407780 Product Page Integrating Sound Level Datalogger

More information

EVAL-UFDC-1/UFDC-1M-16

EVAL-UFDC-1/UFDC-1M-16 Evaluation Board for Universal Frequency-to- Digital Converters UFDC-1 and UFDC-1M-16 EVAL-UFDC-1/UFDC-1M-16 FEATURES Full-Featured Evaluation Board for the Universal Frequency-to-Digital Converters UFDC-1

More information

DAB1001. Wireless Digital Radio Interface. Installation & User Guide

DAB1001. Wireless Digital Radio Interface. Installation & User Guide DAB1001 Wireless Digital Radio Interface Installation & User Guide Contents Contents... 2 Introduction... 3 Contents of Package... 4 Installation... 5 Product Overview... 5 Installation Procedure... 5

More information

Computer Performance. Topic 3. Contents. Prerequisite knowledge Before studying this topic you should be able to:

Computer Performance. Topic 3. Contents. Prerequisite knowledge Before studying this topic you should be able to: 55 Topic 3 Computer Performance Contents 3.1 Introduction...................................... 56 3.2 Measuring performance............................... 56 3.2.1 Clock Speed.................................

More information

Definition of the community standard for skyglow observations

Definition of the community standard for skyglow observations Definition of the community standard for skyglow observations Version 1.0 April 10, 2013 This document describes Version 1.0 of the community standard for measurements of skyglow, and is a supplement to

More information

Scalar Network Analyzer

Scalar Network Analyzer Scalar Network Analyzer Dave Collins AD7JT George Heron N2APB www.midnightdesignsolutions.com/nat Features Handheld SNA measures filters, crystals, antennas, and more Measurement capabilities provided

More information

Quick Start Guide. MRB-KW01 Development Platform Radio Utility Application Demo MODULAR REFERENCE BOARD

Quick Start Guide. MRB-KW01 Development Platform Radio Utility Application Demo MODULAR REFERENCE BOARD Quick Start Guide MRB-KW01 Development Platform Radio Utility Application Demo MODULAR REFERENCE BOARD Quick Start Guide Get to Know the MRB-KW01x Module UART Selector ANT 1 RFIO (TX/RX) USB 2.0 Serial

More information

Design and Certification of ASH Radio Systems for Japan

Design and Certification of ASH Radio Systems for Japan Design and Certification of ASH Radio Systems for Japan RFM s second-generation ASH radio hybrids are being used in a wide variety of applications in Japan, operating under the Japanese BIJAKU radio regulations.

More information

EA-200. http://world.casio.com/edu/ Technical Reference. Contents. Sampling... 2 Analog Sampling... 3 Memory... 3 Pulse Sampling...

EA-200. http://world.casio.com/edu/ Technical Reference. Contents. Sampling... 2 Analog Sampling... 3 Memory... 3 Pulse Sampling... E Contents EA-200 Technical Reference Sampling... 2 Analog Sampling... 3 Memory... 3 Pulse Sampling... 4 Command Tables... 5 Command 1: Channel Settings... 9 Command 3: Sampling and Trigger Settings...

More information

Synergy Controller Application Note 4 March 2012, Revision F Tidal Engineering Corporation 2012. Synergy Controller Bar Code Reader Applications

Synergy Controller Application Note 4 March 2012, Revision F Tidal Engineering Corporation 2012. Synergy Controller Bar Code Reader Applications Synergy Controller Bar Code Reader Applications Synergy Controller with Hand Held Products Bar Code Scanner OCR-A Labeled Part Introduction The value of the ubiquitous Bar Code Scanner for speeding data

More information

DAB+ / FM Tuner Model: TU-201

DAB+ / FM Tuner Model: TU-201 DAB+ / FM Tuner Model: TU-201 Instruction Manual www.pulse-audio.co.uk 1 Safety Information The lightning bolt within a triangle is intended to alert the user to the presence of dangerous voltage levels

More information