Manual K2L (Data Logger for Kinemetrics Altus K2)

Size: px
Start display at page:

Download "Manual K2L (Data Logger for Kinemetrics Altus K2)"

Transcription

1 Manual K2L (Data Logger for Kinemetrics Altus K2) 1 November 2013

2 Utrecht University Faculty of Geosciences Department of Earth Sciences, Budapestlaan 4, 3584CD Utrecht. PO Box 80021, 3508 TA Utrecht, The Netherlands. Arie van Wettum, Electronics Engineer. Tel: +31 (0) Fax: +31 (0)

3 Contents Overview The hardware Installation Retrieving data Communication RK2 program PWRMON program DAILY_TASKS script Schematics Specification

4 1. Overview The K2 data Logger (K2L) was designed to have the possibility of storing and transferring continues data coming from a Kinemetrics Altus K2 digital recorder. Data from the Altus K2 is send out serial at a rate of 100 Hz to the K2L system. Incoming data is converted in to miniseed format which is common used in exchange of earthquake data. Status data, also send by the Altus K2, is logged as well and stored in daily status files. Data storage is done on internal USB stick, which act as circular buffer, and at the same time to external USB stick. Alternatively the external USB connection can be used for sending data over a modem connection. A power management system is taking care for starting up and shutting down the K2L computer in case the voltage drops below a preset value. Communication with the K2L is done by network connection using SSH. 2. The Hardware The embedded computer in the K2L is the Raspberry pi model B with 512MB memory. Big advantage is the low power consumption, availability world wide and low price. Unfortunately the Raspberry has no real RS232 interface neither a real time clock that keeps the time when off power. However, there is an GPIO (general purpose input/output) connector that can be used to make those two option. So on the Raspberry board you will find a small board (power monitor) mounted that holds a real RS232 interface, a real time clock with battery backup and a micro controller that takes care for starting up and shutting down the system. The controller is also checking if the system is up and running by sending regularly signals that has to be answered by software running on the Raspberry. In case of no acknowledge the controller will force a reboot in an attempt to get the system running again. 3. Installation The K2L expects data from the Altus K2, sampled at 100 Hz continuously, and either 1, 2, 3 or 4 channels output. The Altus K2 settings for the RS232 output should be set at Baud, 8bit, no parity and 1 stopbit. See the manual for details. Installation of the K2L is just a matter of connecting the RS232 connector to the Altus K2, connecting the external USB stick for storage and connecting the power. The system will start up and automatically start logging data from the Altus K2. The status LED PWR will light red continuously, meaning there is power. In case the system receives data from the Altus, the ACT LED will flash shortly green every 10 or 12 second, meaning that the internal SD card is accessed. Connecting the network cable to a PC well licht the other status LEDs. Do NOT connect the the K2L to the Load of a solar panel controller! Uncontrolled shut off could corrupt the SD card and the system will stop working.

5 4. Retrieving data Retrieving data is only a matter of reading out the external USB stick. However, before removing the stick, first convince your self that the system is not writing to the stick at that very moment. Removing could harm the stick with loss of data as a result. On a station visit always first check the status LEDs and see if the logger is up and running. Connect the network cable between PC and K2L and connect with SSH. Type ssh logger@ and log in with password. Data transfer to the USB sticks is done daily at 1:15 hr. It could be that system time is to far off or you are really there at 1:15 hr in the night! Therefore, check the time, and be sure the sticks are not mounted before you pull them out. Check the time with command date. With the command mount you can verify if the sticks are mounted and so the system is busy with them. The internal USB is always /usb1 and the external /usb2. If not busy, run first the command./daily_tasks. This can take a few minutes and will ensure that the latest data is on stick. Get the stick out and read the data out on your computer. When done, delete all data from the stick and place it back in the K2L. Take care! Use the command line for deleting data on the USB stick. When using the file browser under Linux or Microsoft Windows for this, data will NOT be removed from the stick but placed in a trash directory of file. This means every time less space! Deleting files with Linux, type: rm -rf /device/data_100hz rm -rf /device/log_files removing data. removing the log information. (device could be for example /usb1 or /dev/sda1 etc) 5. Communication Communication with the K2L is established by connecting the Ethernet (cross) cable between K2L and PC. Open terminal window and call: ssh logger@ (same for all K2Ls) Log in as logger Passwd: tril120 (passwd su: lobatse14) With ls you will see the follow: daily_tasks data_100hz log_files pwrmon rk2 rk2.log rk2.settings src Script file. Copys daily data files from computer SD card to USB stick(s). Directory with the 100Hz data files. Directory with the daily log files. Program which talks to the power management hardware. Main data logger program. Log file in with error reports from rk2 program. File with current settings rk2 program. Source directory programs.

6 6. RK2 program The main program rk2 and the pwrmon will start up automatically on boot. To set the different command line options for rk2 you have to edit the /etc/rc.local as su and restart the program. Most easy would be to reboot the system. As su type the command reboot. Use editor nano to adjust so nano /etc/rc.local See the line: su logger -c./rk2 -com 22 -a F -s TOT01 -n BX -l Toteng -ch1 HNZ -ch2 HNN -ch3 HNE -w m and adjust this for a particular station. Typing./rk2 will show you the various options that can be set: RK2.C By : Arie van Wettum, Utrecht University, Seismology Version : Oct 2013 Use : rk2 [-h] [-c nr] [-m nr[-a E or F] [-s station code] [-n network code] [-l location name] [-chx channel id] [-w i or m] [-d] Where : -h This help menu -com Com port. COM1= 0...COM5= 5 or USB0= 16...USB5= 21 default= 22 ttyama0 -m Max number of 4K blockettes/stream. Default a Accelerometer type [E]picensor or [F]BA -s Station code (max 5 char) -n Network code (max 2 char) -l Location name -ch1 Channel identifier channel 1 (max 3 char) -ch2 2 -ch3 3 -ch4 4 -w Word order i= Intel, m= Motorola -d Start logging with default settings -v Verbose option. Provide additional information For example we take station Toteng: su logger -c./rk2 -com 22 -a F -s TOT01 -n BX -l Toteng -ch1 HNZ -ch2 HNN -ch3 HNE -w m & In the file rk2.settings you will see: rk2.settings Software version: Oct 2013 Location: Toteng Accelerometertype: FBA23 Station code: TOT01 Network code: BX CH1_id: HNZ CH2_id: HNN CH3_id: HNE CH4_id: XXX Word order: Motorola Communication port: AMA The file rk2.log will hold error messages and information about time gaps. Delete this file ones in a while by hand. As soon as data is coming in from the Altus K2, the directory data_100hz and log_files appears. The same structure is used on the USB sticks.

7 Data files are named as follows: station_id.year.daynr.hr min sec.dat The time stamp is the time of the first sample of CH1 (vertical component) in this file. For example: TOT dat Log files are made daily and are named as follows: station_id.year.daynr.log, for example: TOT log. Those are text files so readable. From every last Altus K2 status report GPS status is written to file log_files/rk2_last.log together with time last lock and available SD card diskspace. This information could for example be used in future to send with SMS or . For example, the file contains :30:46 gps_stat:1a disk: For explanation GPS status see the Altus K2 manual. 7. PWRMON program The pwrmon program is taking care for shutting down the K2L in a nice way in case of a low power situation. As soon as the hardware (power monitor) detects that the (battery) power is below 10 Volt, it informs the pwrmon program to shutdown the K2L in a nice way. Finally all power to the system will be switched off and only 6 ma is consumed to keep the power monitor board running. As soon as the (battery) power becomes more than 12.2 Volt, the power will be switched on again and the K2L will boot and start logging. On frequent intervals the power monitor board is sending a signal to the pwrmon program to check if the K2L is up and running. In turn it sends back an acknowledge to the monitor board. In case this signal is not coming in, the power monitor board will tell the K2L to shut down in a nice way and after some time it will also switch off the power. After 60 minutes the power will be switched on again. This 60 minutes is taken to provide enough time to do a disk check without shutting down due to no acknowledge from the software. 8. DAILY_TASKS script The Linux cron program will run daily at 1:15 hr the script file daily_tasks. Data and log files are copied from the internal SD to the USB stick(s) and in case the internal USB stick is full, the oldest files are delete. The internal stick in this way behaves like a circular buffer. Run as user logger crontab -l to list the contents. # # Every day at 1:15 copy data and log files from SD card to USB sticks. # Avoid full internal USB stick by removing oldest files * * * /home/logger/daily_tasks &

8 9. Schematics Power Management Board

9 Real Time Clock

10 K2L Connectors

11 Power cable connection: Transparent = power positive, Black = power negative Status LEDs can be observed trough the small glass in the lid of the K2L and have the following meanings: ACT D5 (Green) SD Card Access PWR D6 (Red) 3.3 V Power is present FDX D7 (Green) Full Duplex (LAN) connected LNK D8(Green) Link/Activity (LAN) 100 D9(Yellow) 100Mbit (LAN) connected 10. Specification Power input Power consumption Power consumption power down Start up voltage level Power down voltage level Default IP Internal USB External USB Volt DC < 3.0 Watt < 80 miliwatt 12.2 Volt 10.0 Volt GB (USB3) 32 GB (USB3) Embedded computer Internal SD card Battery Real Time Clock Power management board Real Time Clock board Raspberry pi model B with 512MB 8 GB (for the moment only 4 GB in use) 3 Volt type Designed by Utrecht University

ULTRALOW POWER 24-BIT DUAL SEISMIC DATA RECORDER WITH INTERNAL SCU CONTROLLER Model DR4050-A-SCU/IF

ULTRALOW POWER 24-BIT DUAL SEISMIC DATA RECORDER WITH INTERNAL SCU CONTROLLER Model DR4050-A-SCU/IF ULTRALOW POWER 24-BIT DUAL SEISMIC DATA RECORDER WITH INTERNAL SCU CONTROLLER Model DR4050-A-SCU/IF The eentec DR4050-A-SCU/IF is a rugged, ultra low power, high-performance, versatile 24- bit ADC resolution

More information

Setting up 08/2017. Setting up the SIMATIC IOT2000 SIMATIC IOT2020, SIMATIC IOT2040

Setting up 08/2017. Setting up the SIMATIC IOT2000 SIMATIC IOT2020, SIMATIC IOT2040 Setting up 08/2017 Setting up the SIMATIC IOT2000 SIMATIC IOT2020, SIMATIC IOT2040 Warranty and liability Warranty and liability Note The Application Examples are not binding and do not claim to be complete

More information

Setting up 01/2017. Setting up the SIMATIC IOT2000 SIMATIC IOT2020, SIMATIC IOT2040

Setting up 01/2017. Setting up the SIMATIC IOT2000 SIMATIC IOT2020, SIMATIC IOT2040 Setting up 01/2017 Setting up the SIMATIC IOT2000 SIMATIC IOT2020, SIMATIC IOT2040 Warranty and liability Warranty and liability Note The Application Examples are not binding and do not claim to be complete

More information

Specifications for: OSOP Raspberry Shake 4D

Specifications for: OSOP Raspberry Shake 4D Specifications for: OSOP Raspberry Shake 4D - Your 4D Personal Seismograph & Accelerograph - An IoT home-automation device Born on: February, 2017 http://shop.raspberryshake.org/ sales@raspberryshake.org

More information

Measuring Border Delay and Crossing Times at the U.S./Mexico Border

Measuring Border Delay and Crossing Times at the U.S./Mexico Border Task 3 Report Test and Evaluation Master Plan (TEMP) Prepared by and Prepared for U.S. Department of Transportation Federal Highway Administration Contract No. November 21, 2008 TABLE OF CONTENTS Page

More information

Specifications for: OSOP Raspberry Shake 3D

Specifications for: OSOP Raspberry Shake 3D Specifications for: OSOP Raspberry Shake 3D Unit - Your 3D Personal Seismograph - An IoT home-automation device Born on: February, 2017 http://shop.raspberryshake.org/ sales@raspberryshake.org Last updated:

More information

OnRISC. OnRISC Baltos ir 2110

OnRISC. OnRISC Baltos ir 2110 OnRISC OnRISC Baltos ir 2110 Hardware Manual Edition: October 2015 Tel: +49 40 528 401 0 Fax: +49 40 528 401 99 Web: www.visionsystems.de Support: service@visionsystems.de The software described in this

More information

Grayhill 3Dxx Display Products. Setup and Usage with CoDeSys Development Software

Grayhill 3Dxx Display Products. Setup and Usage with CoDeSys Development Software Grayhill 3Dxx Display Products Setup and Usage with CoDeSys Development Software Revision History Revision Date Description A 09/14/2016 Original Release B 05/02/2017 Added support for Model 3D70 (Seven

More information

Specifications for: The Original (1D) Raspberry Shake by OSOP

Specifications for: The Original (1D) Raspberry Shake by OSOP Unit Specifications for: The Original (1D) Raspberry Shake by OSOP - Your Personal Seismograph - An IoT home automation device Born on: October, 2016 http://shop.raspberryshake.org/ sales@raspberryshake.org

More information

Raspberry Pi Setup Tutorial

Raspberry Pi Setup Tutorial Raspberry Pi Setup Tutorial The Raspberry Pi is basically a miniature linux- based computer. It has an ARM processor on it, specifically the ARM1176JZF- S 700 MHz processor. This is the main reason why

More information

DVR6828 Full version Video Recording Module For Vehicle

DVR6828 Full version Video Recording Module For Vehicle DVR6828 Full version Video Recording Module For Vehicle Description This digital video recorder is specially designed for vehicle surveillance. It overcomes machine hang and files corruption issues, with

More information

Data Logger / Network Gateway

Data Logger / Network Gateway TX CONTROL INSTRUMENTATION EDGE-DL/NG-TP002 Data Logger / Network Gateway Product Description The Entek EDGE series Data Logger and Network Gateway (DL/NG) provides reliable logging of process or sensor

More information

Introduction. M A G L I N Samplers support data acquisition from the following data acquisition modules and instruments:

Introduction. M A G L I N Samplers support data acquisition from the following data acquisition modules and instruments: Introduction M A G L I N is a computer program designed to perform continuous unattended data acquisition from one or more instruments, with sampling rates typically between 0.01Hz and 800Hz. It has been

More information

SH2WEB24. Central unit module. Benefits. Description

SH2WEB24. Central unit module. Benefits. Description Central unit module Benefits Configurable by software. Home and building automation functions and energy data logging are configurable by software. Spread sheets compatible. All data exports are compatible

More information

Solar-Log WEB "Classic 2nd Edition" Manual Installation

Solar-Log WEB Classic 2nd Edition Manual Installation Solar-Log WEB "Classic 2nd Edition" Manual Installation Solar-Log 300 1200 2000 or Firmware 3.x 1 1 Setting up "Classic 2nd Edition" This Quick Start Guide describes the necessary settings to manually

More information

S-Vision. The Digital Video Surveillance System of Shuttle for Home and Office Applications

S-Vision. The Digital Video Surveillance System of Shuttle for Home and Office Applications The Digital Video Surveillance System of Shuttle for Home and Office Applications Product Description The NVS-System is an innovative digital networking video system which belongs to the S-Vision product

More information

Quick Start Guide. Data Logger TrueLog100

Quick Start Guide. Data Logger TrueLog100 Quick Start Guide Data Logger TrueLog100 Antenna Port 3 Port 4 1 1 1 1 Port 1 1 Port 2 RSSI PC Measure SIM + Battery + Solar Power Supply Figure 1: Top view of the data logger TrueLog100. All ports and

More information

Color Control GX Firmware version v1.11

Color Control GX Firmware version v1.11 Color Control GX The Color Control provides intuitive control and monitoring for all products connected to it. The list of Victron products that can be connected is endless: Inverters, Multi s, Quattro

More information

XLink Kai Raspberry Pi Beginners Tutorial

XLink Kai Raspberry Pi Beginners Tutorial XLink-Kai-Raspberry-Pi-Beginners-Tutorial.md XLink Kai Raspberry Pi Beginners Tutorial Hi! This tutorial will guide you through setting up XLink Kai on a Raspberry Pi to play multiplayer system link Xbox

More information

SXPi Linux box version 1.0

SXPi Linux box version 1.0 SXPi Linux box version 1.0 User Manual Revision 1.1 Area SX s.r.l. - www.areasx.com - info@areasx.com - Tel: +39.06.99.33.02.57 - Fax: +39.06.62.20.27.85 General Index General description...2 Hardware

More information

Willem A. Schreüder AC0KQ HamCon Colorado This talk is available online at

Willem A. Schreüder AC0KQ HamCon Colorado This talk is available online at Ham Radio Applications of Linux Single Board Computers Willem A. Schreüder AC0KQ willem@prinmath.com HamCon Colorado 2016 This talk is available online at http://www.prinmath.com/ham/talks/ Single Board

More information

NANO-SPOT Personal Digital Hotspot

NANO-SPOT Personal Digital Hotspot NANO-SPOT Personal Digital Hotspot User's Manual REVISION 1.01 Micro-Node International, Inc. - Henderson, Nevada Table of Contents 1.0 NANO-SPOT DESCRIPTION... 3 2.0 INCLUDED ACCESSORIES... 3 3.0 GETTING

More information

SB2WEB24. SB2WEB BACnet Controller. Benefits. Description

SB2WEB24. SB2WEB BACnet Controller. Benefits. Description SB2WEB BACnet Controller Benefits Configurable by software. Building automation functions and energy data logging are configurable by software. Spread sheets compatible. All data exports are compatible

More information

EEG CC1260 icap Interface Card

EEG CC1260 icap Interface Card EEG CC1260 icap Interface Card Product Manual EEG Enterprises, Inc. 586 Main Street Farmingdale, New York 11735 TEL: (516) 293-7472 FAX: (516) 293-7417 Copyright EEG Enterprises, Inc. 2018 All rights reserved.

More information

User Manual. cmt-svr Startup Guide

User Manual. cmt-svr Startup Guide User Manual cmt-svr Startup Guide Table of Contents Chapter 1 Overview... 1 1.1 Specification... 1 1.2 Dimensions... 2 1.3 Connector pin designations... 3 1.4 USB host port and SD card slot... 3 1.5 Ethernet

More information

Click-A-Tune. User Manual

Click-A-Tune. User Manual Contents Configuring the...2 Transferring data to the...2 with switch configuration...3 with switch matrix up to 3 switches...4 Changing the playback volume...5 Connections... Power requirements (Vin)...

More information

JetBox 9300/9310 User Manual. Hardware

JetBox 9300/9310 User Manual. Hardware JetBox 9300/9310 User Manual Hardware www.korenix.com 0.0.6 Copyright Notice Copyright 2008 Korenix Technology Co., Ltd. All rights reserved. Reproduction without permission is prohibited. Information

More information

1 Features. 2 Applications. 3 Description. Barometric Pressure USB Data Logger Model B1100-1

1 Features. 2 Applications. 3 Description. Barometric Pressure USB Data Logger Model B1100-1 Barometric Pressure USB Data Logger Model B1100-1 1 Features 30000 110,000 Pa barometric pressure range Absolute accuracy of ±250 Pa, max. User defined sample period of 10Hz to once per day Programmable

More information

M2500 Engine Controller Configuration Manual

M2500 Engine Controller Configuration Manual M2500 Engine Controller Configuration Manual Revision: 08-04-2011 Page 1 Contents 1 Preface... 4 2 Configuration from front panel... 5 2.1 Engine Controller Configuration... 6 2.1.1 RPM settings... 6 2.1.2

More information

1. Introduction Features Specifications System Requirements of PC Package Software Installation

1. Introduction Features Specifications System Requirements of PC Package Software Installation (Version 1.0) CONTENTS N 1. Introduction... 1 1.1 Features... 1 1.2 Specifications... 1 1.3 System Requirements of PC... 3 1.4 Package... 3 2. Software Installation... 5 2.1 Install G35L USB Driver...

More information

SA2WEB24. Central unit module. Benefits. Description

SA2WEB24. Central unit module. Benefits. Description Central unit module Benefits Configurable by software. Home and building automation functions and energy data logging are configurable by software. Spread sheets compatible. All data exports are compatible

More information

Installation of the PCMeasure Movement Sensor (30114)

Installation of the PCMeasure Movement Sensor (30114) 1. Hardware: Installation of the PCMeasure Movement Sensor (30114) Connect the sensor to a serial or parallel port of the PC using one of the PCMeasure adaptors, or directly to the PCMeasure Ethernet Box.

More information

M-508 Quick Installation Guide. Screw: Φ 3 mm

M-508 Quick Installation Guide. Screw: Φ 3 mm Overview M-08 is a Linux ready Single Board Computer featuring four serial ports, 0/00 Mbps Ethernet, USB port and SD socket for flash disk expansion. The pre-install Linux OS and GNU tool chain make M-08

More information

RGAM Communication protocol description I 94 GB Date: March 10, 1999

RGAM Communication protocol description I 94 GB Date: March 10, 1999 RGAM Communication protocol description I 94 GB 03 99 Date: March 10, 1999 General features: Master-slave protocol, where usually the master is a Personal Computer or a device capable of communication

More information

RaspiDigiHamClock. Raspberry Pi Amateur Radio Digital Clock. v WA4EFH R.Grokett

RaspiDigiHamClock. Raspberry Pi Amateur Radio Digital Clock. v WA4EFH R.Grokett RaspiDigiHamClock Raspberry Pi Amateur Radio Digital Clock v2018-07-08 WA4EFH R.Grokett Overview Amateur Radio Operators (aka HAM Radio) use 24 hour UTC (Universal Coordinated Time) for much of their operation.

More information

Guide to your Plug Computer

Guide to your Plug Computer This document lives here: http://inst.eecs.berkeley.edu/~ee122/fa11/project3/guide-to-plug.pdf Guide to your Plug Computer UC Berkeley, EE 122, Fall 2011 Version 1 This document is a step-by-step guide

More information

MX-1 GSM/GPRS M-BUS DATA LOGGER USER MANUAL

MX-1 GSM/GPRS M-BUS DATA LOGGER USER MANUAL MX-1 GSM/GPRS M-BUS DATA LOGGER USER MANUAL JSC VILTRUS K. Donelaičio str. 62, Kaunas, Lithuania Phone: +370 640 65040 E-mail:sales@viltrus.com Web: www.viltrus.com CONTENTS 1 Abbreviations and explanations...

More information

ARDUINO YÚN Code: A000008

ARDUINO YÚN Code: A000008 ARDUINO YÚN Code: A000008 Arduino YÚN is the perfect board to use when designing connected devices and, more in general, Internet of Things projects. It combines the power of Linux with the ease of use

More information

Baltos ir Contact Online. More Pictures. Click on the thumbnails for the large picture

Baltos ir Contact Online. More Pictures. Click on the thumbnails for the large picture VS Vision Systems GmbH / Part Number 6831 Features Sitara AM3352 Cortex-A8 @ 600MHz 256MB DDR3 256MB NAND Flash (for boot) 1 x SD-Slot 3 x LAN (1 Gigabit, 2 Fast Ethernet) 2 x USB 2.0 Host 2 x RS232/422/485

More information

Network Management Card. User Manual

Network Management Card. User Manual User Manual 1 Contents Contents 2 Chapter 1 Overview 3 1.1 NMC package contents 4 1.2 NMC CD Resources 4 1.3 Features 4 1.4 NMC Applications 5 Chapter 2 NMC parameters setting via serial COM port 6 2.1

More information

1080P P2P Wifi Pinhole Hidden Alarm Clock Camera

1080P P2P Wifi Pinhole Hidden Alarm Clock Camera 1080P P2P Wifi Pinhole Hidden Alarm Clock Camera 1 PRODUCT OVERVIEW Features: Real-time Audio & Video Recording Complete Digital Clock Function Wifi IP Network Function IR Night Vision Support Smartphone

More information

Zero2Go. User Manual (revision 1.03) Wide Input Range Power Supply for Your Raspberry Pi. Copyright 2017 UUGear s.r.o. All rights reserved.

Zero2Go. User Manual (revision 1.03) Wide Input Range Power Supply for Your Raspberry Pi. Copyright 2017 UUGear s.r.o. All rights reserved. Zero2Go Wide Input Range Power Supply for Your Raspberry Pi User Manual (revision 1.03) Copyright 2017 UUGear s.r.o. All rights reserved. Table of Content Product Overview... 1 Product Details... 3 Package

More information

Specifications for: OSOP Raspberry Boom and 'Shake and Boom'

Specifications for: OSOP Raspberry Boom and 'Shake and Boom' Specifications for: OSOP Raspberry Boom and 'Shake and Boom' - Your Personal Acoustic and Seismo-Acoustic Home Science Monitors - An IoT home-automation device Born on: July, 2017 http://shop.raspberryshake.org/

More information

GNSS Logger Unit with RTKLIB. Tiphat Areeyapinun Shizuoka University

GNSS Logger Unit with RTKLIB. Tiphat Areeyapinun Shizuoka University GNSS Logger Unit with RTKLIB Tiphat Areeyapinun Shizuoka University 1 GNSS Logger Unit with RTKLIB 2 Objective To record GNSS RAW data directly from a receiver module for post processing Small footprint

More information

Inmarsat BGAN M2M Hughes 9502 Terminal Setup Guide

Inmarsat BGAN M2M Hughes 9502 Terminal Setup Guide Inmarsat BGAN M2M Hughes 9502 Terminal Setup Guide pivotel.com.au 1300 882 448 Page 1 Inmarsat BGAN M2M Hughes 9502 - Terminal Setup Guide Terminal Setup Steps: Step 1. Insert your Pivotel BGAN M2M SIM

More information

ipromoh-su Installation and User Manual

ipromoh-su Installation and User Manual ipromoh-su Installation and User Manual Copyrights This manual and the software accompanying it are copyrighted 2015 by Interalia Inc. ipromoh-su Installation and User Manual 46-UM-512-003-01-EN-85 All

More information

Ethernet to Digital I/O +RS232 +Switch

Ethernet to Digital I/O +RS232 +Switch 4 Digital I/O Lines with RS232 Serial Port 4 Digital Ports independently can be In or Out 1 RS232 Serial Port 2 Ethernet Port User friendly software interface Simple web based configuration, monitoring

More information

Electronics Single Board Computers

Electronics Single Board Computers Electronics Single Board Computers Wilfrid Laurier University November 23, 2016 Single Board Computers Single Board Computers As electronic devices get smaller and more sophisticated, they often contain

More information

Barracuda NG Firewall F400 Revision B

Barracuda NG Firewall F400 Revision B F400 Standard Model F400 Sub-Model.F20 The standard model of Barracuda's NG Firewall F400 (Rev. B) comes with eight 10/100/1000 MBit RJ45 Ethernet ports and a single power supply. Other F400 model types

More information

smart-house Controller Central Unit Module Type SH2WEB24

smart-house Controller Central Unit Module Type SH2WEB24 smart-house Controller Central Unit Module Type SH2WEB24 Home automation functions and energy data logging configurable by software Micro PC with Web-server Linux embedded operating system Two RS485 communication

More information

Technical User Manual Avisaro 4.0 Product Series

Technical User Manual Avisaro 4.0 Product Series Technical User Manual Avisaro 4.0 Product Series including PC Companion Software RS232 CAN 4..20mA Analog Version / Date 2019-01-11 1. TABLE OF CONTENT Hint: Use key with mouse click within the

More information

Control Panel CP600-eCo CP604, CP604-B

Control Panel CP600-eCo CP604, CP604-B DATA SHEET Control Panel CP600-eCo CP604, CP604-B 1 Ordering Data Part No. Description Product Life Cycle Phase 1SAP504100R0001 CP604, control panel, TFT graphical display, single-touch screen, 4.3, Active

More information

3-Axis G-Force Datalogger

3-Axis G-Force Datalogger User Manual 3-Axis G-Force Datalogger Model VB300 Introduction Congratulations on your purchase of the VB300 G-Force Datalogger. The Model VB300 can measure and record shock and vibration (acceleration)

More information

Troubleshooting the NAE/NIE

Troubleshooting the NAE/NIE Technical Bulletin Issue Date March 31, 2003 Troubleshooting the NAE/NIE Troubleshooting the NAE/NIE...2 Introduction... 2 Key Concepts... 3 NAE... 3 Power-Up LED Sequence... 4 System RE-BOOT Switch...

More information

Adafruit's Raspberry Pi Lesson 1. Preparing an SD Card for your Raspberry Pi

Adafruit's Raspberry Pi Lesson 1. Preparing an SD Card for your Raspberry Pi Adafruit's Raspberry Pi Lesson 1. Preparing an SD Card for your Raspberry Pi Created by Simon Monk Last updated on 2013-07-08 12:15:38 PM EDT Guide Contents Guide Contents Overview You Will Need Downloading

More information

Configuring the Raspberry Pi for the UPS

Configuring the Raspberry Pi for the UPS Conguring the Raspberry Pi for the UPS To enable to Raspberry Pi to detect the presence of the UPS and to enable it to shut itself and the UPS down in an orderly fashion changes have to be made to the

More information

EyeCheck Smart Cameras

EyeCheck Smart Cameras EyeCheck Smart Cameras 2 3 EyeCheck 9xx & 1xxx series Technical data Memory: DDR RAM 128 MB FLASH 128 MB Interfaces: Ethernet (LAN) RS422, RS232 (not EC900, EC910, EC1000, EC1010) EtherNet / IP PROFINET

More information

US-IP2. Monitoring Receiver

US-IP2. Monitoring Receiver US-IP2 Monitoring Receiver (and IP receiver card) Programming Manual 28 / 01 / 2014 CONTENT 1. INTRODUCTION...3 2. SYSTEM STRUCTURE...4 3. FIRST STEPS...4 Connectors and LED signals...5 4. SYSTEM PROGRAMMING

More information

Raspberry Pi NTP Clock Setup Guide

Raspberry Pi NTP Clock Setup Guide Raspberry Pi NTP Clock Setup Guide Several steps are involved in getting your Raspberry Pi to operate as a NTP Clock. To begin with, you must obtain a LCD Plate (www.adafruit.com) and build it. You must

More information

Matrix 500 Quick Installation Guide

Matrix 500 Quick Installation Guide Overview Matrix 500 features four serial ports, 10/100 Mbps Ethernet, USB port and SD socket for flash disk expansion. The preinstall Linux OS and GNU tool chain make Matrix 500 ready for your application

More information

X-Log Expert Data Logger

X-Log Expert Data Logger > data loggers X-Log Expert Data Logger Highlights Built-in internet stack with web server Setup and data display by any web browser Data-Push to up to three different FTP sites Internal FTP site for easy

More information

Baby-LIN Product guide V1.4

Baby-LIN Product guide V1.4 Baby-LIN Product guide V.4 Lipowsky Industrie-Elektronik GmbH Fax: +49 (0) 65 / 9359-28 E-Mail: info@lipowsky.de Contents Contents...2 2 Support information... 3 3 Introduction... 4 4 Use cases...5 5 LINWorks

More information

PQube 3. Power Quality, Energy & Environment Monitoring. New Low-Cost, High-Precision

PQube 3. Power Quality, Energy & Environment Monitoring. New Low-Cost, High-Precision New Low-Cost, High-Precision Power Quality, Energy & Environment Monitoring PQube 3 Power Quality Class A Energy Revenue Grade class 0.2s Accuracy Additional AC, DC, and Environment Sensor Channels World

More information

Connect the GSM-DSA to a router where the network is configured to x with a mask

Connect the GSM-DSA to a router where the network is configured to x with a mask GSM-DSA Application note Summary Preparing the raspberry pi environment In order to make the most out of your GSM-DSA, it is best to make sure that the operation system is up to date. To do this we need

More information

User Manual. cmt-svr Startup Guide

User Manual. cmt-svr Startup Guide User Manual cmt-svr Startup Guide Table of Contents Chapter 1 Overview... 1 1.1 Specification... 1 1.2 Dimensions... 2 1.3 Connector pin designations... 3 1.4 USB host port and SD card slot... 3 1.5 Ethernet

More information

WX3IN1+ (v1.27) APRS DIGIPEATER APRS I-GATE APRS-IS -> RF MESSAGES FORWARDING WEATHER STATION SERVER

WX3IN1+ (v1.27) APRS DIGIPEATER APRS I-GATE APRS-IS -> RF MESSAGES FORWARDING WEATHER STATION SERVER WX3IN1+ (v1.27) APRS DIGIPEATER APRS I-GATE APRS-IS -> RF MESSAGES FORWARDING WEATHER STATION SERVER WEB INTERFACE FOR ADMINISTRATION TELNET INTERFACE FOR MONITORING NTP SUPPORT FOR TIME SYNCHRONIZATION

More information

Development Environment Embedded Linux Primer Ch 1&2

Development Environment Embedded Linux Primer Ch 1&2 Development Environment Embedded Linux Primer Ch 1&2 Topics 1) Systems: Host and Target 2) Host setup 3) Host-Target communication CMPT 433 Slides #3 Dr. B. Fraser 18-05-05 2 18-05-05 1 Host & Target Host

More information

Version 5.6.x January 2011

Version 5.6.x January 2011 FLUCON BV COUNTING SOLUTIONS Kalkovenweg 54 2401 LK Alphen aan den Rijn Postbus 2065, 2400 CB Alphen aan den Rijn The Netherlands Telefoon + 31 (0)172-435901 2 Perth House, Corby Business Park Priors Haw

More information

User s Manual PowerPanel Shutdown Service Graceful Shutdown and Notification service to ensure power protection of your computer

User s Manual PowerPanel Shutdown Service Graceful Shutdown and Notification service to ensure power protection of your computer User s Manual PowerPanel Shutdown Service Graceful Shutdown and Notification service to ensure power protection of your computer Version 1.3 TABLE OF CONTENTS INTRODUCTION... 1 INSTALLATION GUIDE... 4

More information

System Manager Unit (SMU) Hardware Reference

System Manager Unit (SMU) Hardware Reference System Manager Unit (SMU) Hardware Reference MK-92HNAS065-02 Notices and Disclaimer Copyright 2015 Hitachi Data Systems Corporation. All rights reserved. The performance data contained herein was obtained

More information

Network Management Card. User Manual

Network Management Card. User Manual User Manual 1 Contents Contents 2 Chapter 1 Overview 3 1.1 NMC package contents 4 1.2 NMC CD Resources 4 1.3 Features 4 1.4 NMC Applications 5 Chapter 2 NMC parameters setting via serial COM port 6 2.1

More information

Raspberry Pi Basic Setup

Raspberry Pi Basic Setup Raspberry Pi Basic Setup Memory card preparation: Before loading the operating system on the memory card, the card should be formatted with SD Formatter, a program specifically designed for secure digital

More information

5. Special Features HD PICTURE QUALITY. High-Definition Video 1280 x 960

5. Special Features HD PICTURE QUALITY. High-Definition Video 1280 x 960 Smart Black Box 5. Special Features HD PICTURE QUALITY High-Definition Video 1280 x 960 6. Special Features Excellent Analysis Software BASIC PC VIEWER SOFTWARE (VIDEO, G-SENSOR, MAP, FILE LIST) HD Video

More information

PCM-9342 EVA-X SBC with PC/104, VGA/ TTL/LVDS Ethernet/USB 2.0 and SSD Startup Manual

PCM-9342 EVA-X SBC with PC/104, VGA/ TTL/LVDS Ethernet/USB 2.0 and SSD Startup Manual PCM-9342 EVA-X4150 3.5 SBC with PC/104, VGA/ TTL/LVDS Ethernet/USB 2.0 and SSD Startup Manual Packing List Specifications Before you begin installing your card, please make sure that the following items

More information

Matrix-710. Linux-Ready Cortex-A5 Industry IoT Gateway. Hardware Guide. Version: Nov.

Matrix-710. Linux-Ready Cortex-A5 Industry IoT Gateway. Hardware Guide. Version: Nov. Matrix-710 Linux-Ready Cortex-A5 Industry IoT Gateway Hardware Guide Version: 1.01 2017 Nov. Copyright Artila Electronics Co., Ltd. All Rights Reserved Trademarks The Artila logo is a registered trademark

More information

EEG ComCC 1250m Modem Data Multiplexer

EEG ComCC 1250m Modem Data Multiplexer EEG ComCC 1250m Modem Data Multiplexer Product Manual EEG Enterprises, Inc. 586 Main Street Farmingdale, New York 11735 TEL: (516) 293-7472 FAX: (516) 293-7417 Copyright EEG Enterprises, Inc. 2010 All

More information

EY-WS 500: Web server for moduweb Vision and moduweb500 BACnet networks

EY-WS 500: Web server for moduweb Vision and moduweb500 BACnet networks EY-WS 500: Web server for moduweb Vision and moduweb500 BACnet networks How energy efficiency is improved Monitor the operation of your building and recognise optimisation potential, wherever you are Features

More information

Voltsys Inverter Control Unit

Voltsys Inverter Control Unit Voltsys Inverter Control Unit Coomanore North, Bantry, info@voltsys.com Co. Cork. Republic of Ireland tel. +353 (0) 27 52773 Contents Important Safety Instructions... 3 Controller Layout & Wiring... 4

More information

DATRAN XL4 PLUS RTU Quick Start Guide

DATRAN XL4 PLUS RTU Quick Start Guide DOC-QSG-XL4-PLUS-RTU DATRAN XL4 PLUS RTU Quick Start Guide Configuring the XL4 Plus RTU The XL4 Plus RTU is configured using software called QTech Workbench. Connection to your PC is via a USB cable (Type

More information

NXP i.mx 6 UltraLite Evaluation Kit Edge MicroServer Installation and Setup Guide. Version 1.0

NXP i.mx 6 UltraLite Evaluation Kit Edge MicroServer Installation and Setup Guide. Version 1.0 NXP i.mx 6 UltraLite Evaluation Kit Edge MicroServer Installation and Setup Guide Version 1.0 Software Change Log... 2 Introduction... 2 About the NXP i.mx 6 UltraLite Evaluation Kit... 2 Initial Setup...

More information

Adafruit's Raspberry Pi Lesson 1. Preparing an SD Card for your Raspberry Pi

Adafruit's Raspberry Pi Lesson 1. Preparing an SD Card for your Raspberry Pi Adafruit's Raspberry Pi Lesson 1. Preparing an SD Card for your Raspberry Pi Created by Simon Monk Last updated on 2016-12-03 03:20:15 AM UTC Guide Contents Guide Contents Overview You Will Need Downloading

More information

Raspberry Pi 2b PART 1. Table of Contents. Step by step guide. 1. Hardware (0:05) RS Online (ex-tax prices)... 3 MSY ebay...

Raspberry Pi 2b PART 1. Table of Contents. Step by step guide. 1. Hardware (0:05) RS Online (ex-tax prices)... 3 MSY ebay... Step by step guide PART 1 Table of Contents 1. Hardware (0:05)... 3 RS Online (ex-tax prices)... 3 MSY... 4 ebay... 4 Centercom Computers... 4 2. Installing the operating system (0:21)... 5 Preparing the

More information

WHIRLYBIRD AUTOMATIC WEATHER STATION. Whirlybird Electronics Pvt Ltd 140, 2 nd Cross 13 th Main, BTM-I Bangalore

WHIRLYBIRD AUTOMATIC WEATHER STATION. Whirlybird Electronics Pvt Ltd 140, 2 nd Cross 13 th Main, BTM-I Bangalore WHIRLYBIRD AUTOMATIC WEATHER STATION Whirlybird Electronics Pvt Ltd 140, 2 nd Cross 13 th Main, BTM-I Bangalore 560029 WHIRLYBIRD WWS-A is an Automatic weather station you can count on for reliable and

More information

Ocean Sensor Systems, Inc. Wave Gauge Blue, OSSI A Self Logging/Self Powered Pressure Sensor

Ocean Sensor Systems, Inc. Wave Gauge Blue, OSSI A Self Logging/Self Powered Pressure Sensor Ocean Sensor Systems, Inc. Wave Gauge Blue, OSSI-010-022 A Self Logging/Self Powered Pressure Sensor General Description The OSSI-010-022 Wave Gauge Blue combines a highly stable Pressure Sensor, a Compact

More information

M4-ATX-HV 6-34V Intelligent ATX Power Supply

M4-ATX-HV 6-34V Intelligent ATX Power Supply M4-ATX-HV 6-34V Intelligent ATX Power Supply Installation Guide Version 1.0e P/N M4-ATX-HV-01 Before you start Please take a moment and read this manual before you install the M4-ATX-HV in your vehicle.

More information

Mobile Digital Video Recorder

Mobile Digital Video Recorder Mobile Digital Video Recorder Quick installation guide H3504 1. Preparation Unpacking and inspection Please check that the host is deformed or otherwise damaged after unpacking. If the above phenomenon

More information

The Broadband Ham Net community has had a need for a stand alone time server for their meshes. This document will attempt to fill in this need.

The Broadband Ham Net community has had a need for a stand alone time server for their meshes. This document will attempt to fill in this need. Introduction: The Broadband Ham Net community has had a need for a stand alone time server for their meshes. This document will attempt to fill in this need. Some caveats to consider before embark on a

More information

ADR. - Configuration and Functionality USER MANUAL

ADR. - Configuration and Functionality USER MANUAL ADR - Configuration and Functionality USER MANUAL Installation Contents Installation... 3 Dimensions... 3 Configuration... 4 Connection to the ADR... 4 Password Support... 5 Device Configuration... 5 Device

More information

User Manual. cmt-iv5 Startup Guide

User Manual. cmt-iv5 Startup Guide User Manual cmt-iv5 Startup Guide v 2.2 JAN 8, 2016 Table of Contents Chapter1. Overview... 1 1.1. Specification... 1 1.2. Dimensions... 2 1.3. Ethernet port... 3 1.4. CR1225 battery... 3 1.5. Power connection...

More information

Atlas ATLAS INSTALLATION MANUAL SECTIONS INDEX EQUIPMENT / MAIN FUNCTIONS TECHNICAL FEATURES ATLAS: PIN IN/OUT / GENERAL VIEW

Atlas ATLAS INSTALLATION MANUAL SECTIONS INDEX EQUIPMENT / MAIN FUNCTIONS TECHNICAL FEATURES ATLAS: PIN IN/OUT / GENERAL VIEW Atlas INSTALLATION MANUAL SECTIONS INDEX EQUIPMENT / MAIN FUNCTIONS 1 TECHNICAL FEATURES 2 : PIN IN/OUT / GENERAL VIEW 3 : IP ADDRESS CONFIGURATION 4 WARNINGS 5 SETTING TABLES 6 : CONNECTIONS EXAMPLES

More information

User s Manual PowerPanel Shutdown Service Graceful Shutdown and Notification service to ensure power protection of your computer

User s Manual PowerPanel Shutdown Service Graceful Shutdown and Notification service to ensure power protection of your computer User s Manual PowerPanel Shutdown Service Graceful Shutdown and Notification service to ensure power protection of your computer K01-SNMP004-00 TABLE OF CONTENTS INTRODUCTION... 1 INSTALLATION GUIDE...

More information

WattmonMEGA Remote Monitoring & Control Platform

WattmonMEGA Remote Monitoring & Control Platform WattmonMEGA Remote Monitoring & Control Platform Applications Solar/Wind Energy Monitoring Battery Monitoring Grid-Tie inverter performance monitoring Water pumping and automatic tank level control Weather

More information

GpsNtp-Pi Network Time Server ~ Supplement

GpsNtp-Pi Network Time Server ~ Supplement GpsNtp-Pi Network Time Server ~ Supplement Whitham D. Reeve 1. Introduction This document applies to manufactured GpsNtp-Pi units and is meant to supplements the general description and installation guide

More information

User manual Borri Power Guardian

User manual Borri Power Guardian UPS Monitoring Software User manual Borri Power Guardian For Linux kernel 2.6 and any later version Rev. A 15.01.15 www.borri.it OML59002 Page 5 UPS Monitoring Software User Manual Borri Power Guardian

More information

Nova series update F/W & Boot code from Boot Utility

Nova series update F/W & Boot code from Boot Utility Nova series update F/W & Boot code from Boot Utility Purpose: Update firmware/boot code from Boot Utility Product Affect: Nova 20S, Nova 20R, Nova 26S, Nova 26R, Nova 27S, Nova 29S, Nova 30S, Nova 30R,

More information

RM6000 GPRS Modem / Router

RM6000 GPRS Modem / Router User Manual Version 6.30 AMG Systems Ltd March 2013 3 The Omega Centre Stratton Business Park Biggleswade Bedfordshire, UK SG18 8QB Tel: 44 (0) 1767 600777 sales@amgsystems.com 1. Introduction 2. RM6000

More information

Temperature logger with internal sensor Instruction manual

Temperature logger with internal sensor Instruction manual LOGGER R0110 Temperature logger with internal sensor Instruction manual Manual for use of temperature logger R0110 Logger is designed for measurement and record of temperature from built-in internal temperature

More information

ARDUINO YÚN MINI Code: A000108

ARDUINO YÚN MINI Code: A000108 ARDUINO YÚN MINI Code: A000108 The Arduino Yún Mini is a compact version of the Arduino YUN OVERVIEW: Arduino Yún Mini is a breadboard PCB developed with ATmega 32u4 MCU and QCA MIPS 24K SoC CPU operating

More information

THE WORLD OF WEATHER DATA

THE WORLD OF WEATHER DATA THIES Clima Meteorology and Environmental measurements. Datalogger DL16 PRO 2009 Adolf Thies GmbH & Co. KG 1 Content 1. Highlights 2. Introduction 3. Connectivity 4. Configuration 5. Miscellaneous Configuration

More information

MDC-i6291VTD-66H User s Manual Part 1 (Product Overview)

MDC-i6291VTD-66H User s Manual Part 1 (Product Overview) MDC-i6291VTD-66H User s Manual Part 1 MDC-i6291VTD-66H User s Manual Part 1 (Product Overview) Micro Digital INC. www.microdigital.co.kr 1 Micro Digital INC. Contents 1. Product Overview... 3 1.1. MicroDigital...

More information