Altus Emulation on Rock Granite/Basalt Digitizers

Size: px
Start display at page:

Download "Altus Emulation on Rock Granite/Basalt Digitizers"

Transcription

1 Altus Emulation on Rock Granite/Basalt Digitizers Procedures for integrating Rock digitizers into an existing network Application Note #56 Dennis Pumphrey November 6, 2008

2 This application note copyright Kinemetrics, Inc., All rights reserved. Kinemetrics products are covered by U.S. and foreign patents, issued and pending. Printed in U.S.A. Kinemetrics, Inc., 222 Vista Avenue, Pasadena, CA USA Phone: Fax: services@kmi.com Website: ftp:\\ftp.kinemetrics.com Kinemetrics SA, Zl Le Trési 6B, 1028 Préverenges, Switzerland Phone: Fax: kmi_sa@bluewin.ch

3 Application Note 56 1 Altus Emulation on Rock Granite/Basalt Digitizers Procedures for integrating Rock Digitizers into an existing network Introduction Altus Emulation is intended to present a similar interface to that seen on a K2. The intent is to allow easier integration of new Granite and Basalt digitizers into existing networks that are set up to handle K2s without being forced to make the complete leap to full IP-based networking. The Altus Emulation module allows a Granite/Basalt to look enough like a K2 to work with these networks with little or no changes required. A Rock digitizer for example supports the K2-style dial-in and dial-out sequence, supports the K2 s block mode for streaming data, as well as K2 command mode with several K2 commands so it should work for existing NMS, Earthworm, or Antelope networks that know how to talk to a K2. Altus Emulation does not do a 100% impersonation of a K2, but that s not the goal. Unlike the K2, the Granite/Basalt is not limited to a single connection. You can have multiple connections to different clients so at the risk of being silly, you could for example simultaneously: Use the network to transfer recorded files automatically via the FTP Sender module Manually connect via the network and pull files via secure copy Connect via the web interface to change parameters or view files Run an instance of Altus Emulation dialing out and delivering files to NMS by modem Run a second instance of Altus Emulation streaming data over the network to Earthworm Run a third instance of Altus Emulation streaming data over the network to a second data center (maybe at a different sample rate) Run a fourth instance of Altus Emulation so that you can connect on site to a serial port and give K2- style commands Altus emulation can be done many ways, but this App Note covers what we expect to be the three most common: Using a Modem Via TCP/IP Via Direct RS-232

4 Application Note 56 2 Altus Emulation using a modem This would be for the case where you want to dial into or out of the Granite/Basalt as if it were a K2. For example, to dial out and connect to the NMS system at NSMP Menlo Park. Typically you DO NOT stream data over a modem. To setup this configuration, you must do two things: First add an Altus Emulation module via TCP/IP, with streaming disabled and modem enabled something like this:

5 Application Note 56 3 Note that we have: o Enabled modem use o Enabled some reason to call (on event in this case) o Provided a phone number o Disabled streaming by setting buffer size to zero Note also that the TCP/IP port number is set to 9800 (that is the default). And second, you must configure Rockhound s TTYMonitor, which makes a logical connection between a modem and an IP port. See the Rockhound manual for examples. When you configure TTYMonitor, you must define three things: Which device will be used: o /dev/modem1 is the internal modem o /dev/ttysx is one of the available serial ports, with x being a number. lsoptions will list available serial ports for your system. You might use this with an external modem. The modem init string. The default init string is good for most modems, but you might need to change it. The TCP/IP port that TTYMonitor communicates with. This should match the port specified in the Altus Emulation via TCP/IP module (9800 in this example) Please note: TTYMonitor is ONLY used as an interface between a modem (internal or external) and a TCP/IP port (in this example, 9800) TTYMonitor overrides the init string defined in the Altus Emulation module There is a significant advantage to using the TTYMonitor. If something happens to the application software (for example) the layout gets corrupted, then the Altus Emulation module will not run. This could mean that the unit would not be able to answer the modem and a site visit would be required. However, since the TTYMonitor is a separate program, it will still answer the modem. If the first character seen by TTYMonitor after connection is a $, then TTYMonitor will present you with a Linux login prompt, and you can log into Linux to fix any problems. If the first character is not a $, then TTYMonitor assumes you want to communicate with the Altus Emulation module at the specified IP port. Altus Emulation via TCP/IP This would be for three applications: To stream data to something like Earthworm using the K2 s serial data stream protocol over a network. To do event reporting using the network, for example, to communicate with NMS in Event Direct mode via TCP/IP. To connect to the instrument via a network and give K2 commands. The result is something that looks very much like a K2 with a terminal server attached (like a UDS-100 or an MSS-100), except that you don t need the terminal server. You connect directly to the Ethernet of the Granite/Basalt.

6 Application Note 56 4 In this case, you DO NOT want to use the TTYMonitor software, so to avoid conflicts you should use a different IP port than that assigned to TTYMonitor. In the examples below, we have changed the port number to To do this, you must add an Altus Emulation through TCP/IP module, configured something like the following: For Streaming: Note that: Port number has been changed to 9801 Modem functions are disabled Streaming data is enabled by setting the buffer size. You could now connect and stream data from port 9801.

7 Application Note 56 5 For Event Direct event reporting: Note that: Port number has been changed to 9801 Modem functions are enabled Dial string is set to ALTUS Phone number is set to EVENT Streaming data is disabled by setting buffer size to zero You could now configure NMS for event reporting from port 9801.

8 Application Note 56 6 For a Network based command interface: Note that: Port number has been changed to 9801 Modem functions are disabled AND THAT Streaming is disabled by setting the buffer size to zero You could now connect to the unit at port 9801 with telnet or puttytel and get an Altus * prompt.

9 Application Note 56 7 Altus Emulation via RS-232 This would be for three applications: To stream data to something like Earthworm using the K2 s serial data stream protocol over a direct RS- 232 connection. To do event reporting over RS-232, either by some direct connection (a radio or short haul modem) or an external modem connected to a Granite/Basalt RS-232 port. To connect to the instrument via an RS-232 port and give K2 commands. The Altus Emulation via RS-232 module should ONLY be used if it is the secondary connection, meaning that there is some other way to communicate with the instrument (a network or other modem connection that uses the TTYMonitor). Or if the Granite/Basalt is completely standalone and you just need to be able to give K2-like commands via an RS-232 port. Note in all of the examples below that you MUST select this as a secondary connection (not your primary interface to the system) or it will not work. This is to force you to stop and think about it. We expect that in most cases, you really should be using the Altus Emulation via TCP/IP module and the TTYMonitor (for the reasons described above), but there MAY be cases where direct use of Altus Emulation via RS-232 as a secondary connection is appropriate.

10 Application Note 56 8 For Streaming via RS-232: Note that: COM port has been assigned (/dev/ttys5 in this example) Baud rate has been set Connection has been defined as a secondary port. Without this selection, the connection WILL NOT WORK, forcing you to reconsider whether this is what you really want (and in most cases it is not) Modem functions are disabled Streaming data is enabled by setting the buffer size You could now connect and stream data from /dev/ttys5.

11 Application Note 56 9 For Event Direct reporting via RS-232: Note that: COM port has been assigned (/dev/ttys5 in this example) Baud rate has been set Connection has been defined as a secondary port. Without this selection, the connection WILL NOT WORK, forcing you to reconsider whether this is what you really want (and in most cases it is not) Modem functions are enabled Dial string is set to ALTUS Phone number is set to EVENT Streaming data is disabled by setting buffer size to zero You could now configure NMS for event reporting from a serial port connected to /dev/ttys5.

12 Application Note For a Command Interface via RS-232: Note that: COM port has been assigned (/dev/ttys5 in this example) Baud rate has been set Connection has been defined as a secondary port. Without this selection, the connection WILL NOT WORK, forcing you to reconsider whether this is what you really want (and in most cases it is not) Modem functions are disabled AND THAT Streaming is disabled by setting the buffer size to zero You could now connect to the unit at /dev/ttys5 with HyperTerminal, puttytel or other terminal software and get an Altus * prompt.

13 Application Note References Some useful documents for operating your Rock Digitizer are: Rockhound manual Rock Granite/Basalt Digitizer manual Most manuals can be found at downloads manuals PL Rock Software Support CD Digitizer Support Software can be found at downloads Rock Platform Digitizers

Using NTP as the Time Source on a Rock Digitizer

Using NTP as the Time Source on a Rock Digitizer Using NTP as the Time Source on a Rock Digitizer Application Note #60 Dennis Pumphrey June 15, 2011 Rev. NC This application note copyright Kinemetrics, Inc., 2011. All rights reserved. Kinemetrics products

More information

Condor Analysis Applet Setup for Rock Digitizer

Condor Analysis Applet Setup for Rock Digitizer Condor Analysis Applet Setup for Rock Digitizer Application Note #66 Eliseo Banda August 27, 2012 Rev. 1 This application note copyright Kinemetrics, Inc., 2012. All rights reserved. Kinemetrics products

More information

Basic MitiGator Setup

Basic MitiGator Setup Basic MitiGator Setup Common Questions and Configuration Issues Encountered with using the Kinemetrics MitiGator Seismic Switch Application Note #49 Dennis Pumphrey August 20, 2002 This application note

More information

Antelope/Kinemetrics User s Group 5/29-6/1, Dennis Pumphrey Manager, Software Engineering Kinemetrics, Inc.

Antelope/Kinemetrics User s Group 5/29-6/1, Dennis Pumphrey Manager, Software Engineering Kinemetrics, Inc. Antelope/Kinemetrics User s Group 5/29-6/1, 2017 Dennis Pumphrey Manager, Software Engineering Kinemetrics, Inc. Rockhound is a platform-independent, digitizer-neutral and format-neutral data collection

More information

Integrating the Kinemetrics Obsidian Seismic Recorder with MultiLogger Suite

Integrating the Kinemetrics Obsidian Seismic Recorder with MultiLogger Suite 5 Gould Road, PO Box 2155 New London, NH 03257 USA Voice: (603) 526-9800 info@canarysystems.com www.canarysystems.com with MultiLogger Suite Overview Sensor Application Note #26 The Obsidian accelerograph

More information

24-Port Gigabit with 4 Optional 10G Slots. Layer 3 Managed Stackable Switch XGS Quick Installation Guide

24-Port Gigabit with 4 Optional 10G Slots. Layer 3 Managed Stackable Switch XGS Quick Installation Guide 24-Port Gigabit with 4 Optional 10G Slots Layer 3 Managed Stackable Switch XGS3-24040 Quick Installation Guide Table of Contents 1. Package Content... 3 2. Switch Management... 4 3. Requirements... 5 4.

More information

First Steps. esom/sk4 esom/3517 Embedded Linux Starter Kit

First Steps. esom/sk4 esom/3517 Embedded Linux Starter Kit esom/sk4 esom/3517 Embedded Linux Starter Kit First Steps SSV Embedded Systems Dünenweg 5 D-30419 Hannover Phone: +49 (0)511/40 000-0 Fax: +49 (0)511/40 000-40 E-mail: sales@ssv-embedded.de Document Revision:

More information

richlove@carnationsoftware.com www.carnationsoftware.com You can use Command F to find what you are looking for in this document. Version History is available at http://www.carnationsoftware.com/carnation/macwisexversions.html

More information

First Steps. DNP/SK18 Embedded Linux Starter Kit

First Steps. DNP/SK18 Embedded Linux Starter Kit DNP/SK18 Embedded Linux Starter Kit First Steps SSV Embedded Systems Heisterbergallee 72 D-30453 Hannover Phone: +49 (0)511/40 000-0 Fax: +49 (0)511/40 000-40 E-mail: sales@ist1.de Manual Revision: 1.0

More information

Windows Me Plug-and-Play

Windows Me Plug-and-Play LAB PROCEDURE 18 Windows Me Plug-and-Play OBJECTIVES 1. Remove Network Adapter from the system. 2. Install Network Adapter with Plug-and-Play (PnP). 3. Remove modem. 4. Install modem with Plug-and-Play

More information

D-Link (Europe) Ltd. 4 th Floor Merit House Edgware Road London HA7 1DP U.K. Tel: Fax:

D-Link (Europe) Ltd. 4 th Floor Merit House Edgware Road London HA7 1DP U.K. Tel: Fax: Product: DFL-500 Internet Firewall Index Setup Introduction...2 Set Up Using Web Configurator...3 Setting Up Internal IP Address using CLI...4 Setting UP External IP Address Manually Using CLI...4 How

More information

ilo MP Utilities ilo MP

ilo MP Utilities ilo MP The Integrated Lights-Out Management Processor () offers remote server management through an independent management processor (MP). It provides a way for you to connect to a server and perform administration

More information

Direct Connect and Dial-Up Connection on Windows 2000 Operating Systems

Direct Connect and Dial-Up Connection on Windows 2000 Operating Systems Application Note Issue Date March 6, 2003 Direct Connect and Dial-Up Connection on Windows 2000 Operating Systems Direct Connect and Dial-Up Connection on Windows 2000 Operating Systems...2 Introduction...

More information

Direct Connect and Dial-Up on Windows 98

Direct Connect and Dial-Up on Windows 98 N30 Supervisory Controller System Communications Manual 689.3 Application Notes Section Issue Date 0101 APPLICATION NOTE Direct Connect and Dial-Up on Windows 98 Direct Connect and Dial-Up on Windows 98...3

More information

MB/ Starter Kit: First Steps

MB/ Starter Kit: First Steps MB/1520-100 Starter Kit: First Steps The Application Board MB/1520-100 Starter Kit contains everything you need to get started to build your safe embedded communication environment via Ethernet technology.

More information

Manual K2L (Data Logger for Kinemetrics Altus K2)

Manual K2L (Data Logger for Kinemetrics Altus K2) Manual K2L (Data Logger for Kinemetrics Altus K2) 1 November 2013 Utrecht University Faculty of Geosciences Department of Earth Sciences, Budapestlaan 4, 3584CD Utrecht. PO Box 80021, 3508 TA Utrecht,

More information

GE-DSH-73/82 and 82-POE Managed Switch Installation Sheet

GE-DSH-73/82 and 82-POE Managed Switch Installation Sheet GE Security GE-DSH-73/82 and 82-POE Managed Switch Installation Sheet Package Contents Thank you for purchasing the GE Security 7/8-Port Fast Ethernet + 2/3-Port Gigabit TP/SFP Combo Managed Switch. The

More information

First Steps. esom/sk5 esom/3517 Embedded Linux Starter Kit

First Steps. esom/sk5 esom/3517 Embedded Linux Starter Kit esom/sk5 esom/3517 Embedded Linux Starter Kit First Steps SSV Embedded Systems Dünenweg 5 D-30419 Hannover Phone: +49 (0)511/40 000-0 Fax: +49 (0)511/40 000-40 E-mail: sales@ssv-embedded.de Document Revision:

More information

Wireless serial cable using WiFi devices servers

Wireless serial cable using WiFi devices servers APPLICATION NOTE Ref APNUS001 rev. A-0, January 2, 2005 Wireless serial cable using WiFi devices servers This application note describes how to replace a RS232/422/485 cable between 2 serial devices by

More information

Communications Interface Software User Manual

Communications Interface Software User Manual Solutions Through Synergy Communications Interface Software User Manual Manual Rev 3 4/23/15 PO Box 32227 Tucson, AZ 85751 USA Ph: (520) 722-1000 Fax: (520) 722-1045 support@agmelectronics.com Communicator

More information

Setting up an Sender

Setting up an  Sender Setting up an E-Mail Sender There are two different types of mail senders available in the Rock digitizers. There are E mail messages senders and E mail file senders. The file senders are used to send

More information

Modbus TCP for the Dynaview III. Porcine Associates 244 O'Connor Street Menlo Park, CA

Modbus TCP for the Dynaview III. Porcine Associates 244 O'Connor Street Menlo Park, CA Modbus TCP for the Dynaview III Porcine Associates 244 O'Connor Street Menlo Park, CA 94025 650-326-2669 www.dynaviewinc.com Table of Contents Modbus TCP for the Dynaview III... 1 1 Overview... 1 2 Installation...

More information

Cinterion BGS2T (RS232) Terminal Starter Kit. Getting Started Guide

Cinterion BGS2T (RS232) Terminal Starter Kit. Getting Started Guide Cinterion BGS2T (RS232) Terminal Starter Kit Getting Started Guide BGS2T (RS232) Terminal Starter Kit Contents PLEASE NOTE KIT CONTENTS MAY VARY ACCORDING TO ORIGIN AND THE INTENDED COUNTRY OF OPERATION

More information

28-Port 10/100/1000Mbps with. 4 Shared SFP Managed Gigabit Switch WGSW / WGSW-28040P. Quick Installation Guide

28-Port 10/100/1000Mbps with. 4 Shared SFP Managed Gigabit Switch WGSW / WGSW-28040P. Quick Installation Guide 28-Port 10/100/1000Mbps with 4 Shared SFP Managed Gigabit Switch WGSW-28040 / WGSW-28040P Quick Installation Guide Table of Contents 1. Package Content... 3 2. Requirements... 4 3. Terminal Setup... 5

More information

User Manual FMUX01(A) SNMP Upgrade Procedure

User Manual FMUX01(A) SNMP Upgrade Procedure User Manual FMUX01(A) SNMP Upgrade Procedure FMUX01(A) SNMP Upgrade Procedure Version 1.0 June 2004 CTC Union Technologies Co.,Ltd. 2004 All rights reserved The contents of this document are subject to

More information

24-Port Gigabit with 4 Optional 10G Slots. Layer 3 Managed Stackable Switch XGS / XGS Quick Installation Guide

24-Port Gigabit with 4 Optional 10G Slots. Layer 3 Managed Stackable Switch XGS / XGS Quick Installation Guide 24-Port Gigabit with 4 Optional 10G Slots Layer 3 Managed Stackable Switch XGS3-24042 / XGS3-24242 Quick Installation Guide Table of Contents 1. Package Content... 3 2. Switch Management... 4 3. Requirements...

More information

User Manual Anybus Serial Server

User Manual Anybus Serial Server User Manual Anybus Serial Server Rev. 1.20:1 HMS Industrial Networks AB Germany Japan Sweden U.S.A UK + 49-721 - 96472-0 + 81-45 - 478-5340 + 46-35 - 17 29 20 + 1-773 - 404-3486 + 44 (0) 1908-359301 ge-sales@hms-networks.com

More information

NetBiter Serial Server User Manual

NetBiter Serial Server User Manual User Manual IntelliCom Innovation AB Linjegatan 3D SE-302 50 Halmstad SWEDEN Phone +46 35 18 21 70 Fax +46 35 17 29 09 email info@intellicom.se web www.intellicom.se Revision List Revision Date Author

More information

Code Dynamics, Inc. Port Splitter

Code Dynamics, Inc. Port Splitter Code Dynamics, Inc. Port Splitter Thank you for purchasing the Port Splitter. With this product, you can utilize a single Andover port for both the modem and PC connections. This device connects to the

More information

8 TS4-DDH T i g e r S t o p M a n u a l D a t a D o w n l o a d i n g. May 2006 Version 3.5 ~ 4.72 Hardware

8 TS4-DDH T i g e r S t o p M a n u a l D a t a D o w n l o a d i n g. May 2006 Version 3.5 ~ 4.72 Hardware 8 TS4-DDH T i g e r S t o p M a n u a l D a t a D o w n l o a d i n g May 2006 Version 3.5 ~ 4.72 Hardware Installation & User s Guide ESC Ethernet-to-Serial Converter SX Serial Extender IMPORTANT! TigerStop

More information

48-Port 10/100Mbps + 4 Gigabit TP / 2 SFP. Managed Switch WGSW Quick Installation Guide

48-Port 10/100Mbps + 4 Gigabit TP / 2 SFP. Managed Switch WGSW Quick Installation Guide 48-Port 10/100Mbps + 4 Gigabit TP / 2 SFP Managed Switch WGSW-5242 Quick Installation Guide Table of Contents 1. Package Content... 3 2. Requirements... 4 3. Terminal Setup... 5 4. Logon to the Console...

More information

Configuration Instructions for icap with DOS Captivator

Configuration Instructions for icap with DOS Captivator Configuration Instructions for icap with DOS Captivator Introduction: DOS-based Cheetah Captivator may be used to transmit caption data to HD480 encoders via the icap system. Instead of using the traditional

More information

48-Port 10/100/1000Base-T with 4 Shared SFP. Managed Gigabit Switch WGSW Quick Installation Guide

48-Port 10/100/1000Base-T with 4 Shared SFP. Managed Gigabit Switch WGSW Quick Installation Guide 48-Port 10/100/1000Base-T with 4 Shared SFP Managed Gigabit Switch WGSW-48000 Quick Installation Guide Table of Contents 1. Package Content... 3 2. Requirements... 4 3. Terminal Setup... 5 4. Logon to

More information

Management Security Switch SGSD-1022 / SGSD-1022P SGSW-2840 / SGSW-2840P. Quick Installation Guide

Management Security Switch SGSD-1022 / SGSD-1022P SGSW-2840 / SGSW-2840P. Quick Installation Guide Management Security Switch SGSD-1022 / SGSD-1022P SGSW-2840 / SGSW-2840P Quick Installation Guide Table of Contents 1. Package Content... 3 2. Requirements... 4 3. Terminal Setup... 5 4. Logon to the Console...

More information

Galileo Print Manager Installation Guide

Galileo Print Manager Installation Guide Galileo Print Manager Installation Guide 24 November 2003 Copyright 2003 Galileo International. All rights reserved. Information in this document is subject to change without notice. The software described

More information

WiBox 2100 Quick Start Guide

WiBox 2100 Quick Start Guide WIBOX 2100 Quick Start Guide 2004 Copyright Lantronix is a trademark of Lantronix. All rights reserved. 900-367 07/04 WIBOX 2100 QUICK START CONTENTS What s in the Box..........................................................2

More information

Component Considerations

Component Considerations Start-Up Guide This Start-Up Guide has been designed to guide you through the Phoenix installation process and get you ready for use. Component Considerations Before performing the actual Phoenix SQL installation,

More information

Ayrstone AyrMesh Router SP Setup

Ayrstone AyrMesh Router SP Setup Ayrstone AyrMesh Router SP Setup This guide should help you set up AyrMesh Router SP. The setup is relatively simple but should you need more detailed directions, such as slide shows, video, or troubleshooting

More information

WINDOWS 95 SETUP GUIDE

WINDOWS 95 SETUP GUIDE WINDOWS 95 SETUP GUIDE This guide will assist you in connecting to Nauticom using your Windows 95 Operating System. Double-click My Computer. Look for a folder called Dial-Up Networking. If you do not

More information

RAIDCare 2.3 User Manual. NOTE: RAIDCare Client 2.3 will only work properly with RAIDCare Server 2.3

RAIDCare 2.3 User Manual. NOTE: RAIDCare Client 2.3 will only work properly with RAIDCare Server 2.3 RAIDCare 2.3 User Manual NOTE: RAIDCare Client 2.3 will only work properly with RAIDCare Server 2.3 5 1.0 INTRODUCTION TO RAIDCARE... 9 1.1 TARGET... 9 1.2 ARCHITECTURE... 9 2.0 INSTALLATION GUIDE... 10

More information

EasyIO 30P Firmware Flashing and Upgrading. Firmware Flashing and Upgrading

EasyIO 30P Firmware Flashing and Upgrading. Firmware Flashing and Upgrading Firmware Flashing and Upgrading Document Change Log 01 st Jan 2011 Document created. 18 th April 2011 Added in FwTool v1.10.exe to document 23 th Aug 2011 Update the FwTool v1.11.exe 21 st Oct 2011 Added

More information

Installation Manual SMTCP-2. Ethernet Control for SmartAVI Switches. Control most SmartAVI matrix switches from anywhere in the world

Installation Manual SMTCP-2. Ethernet Control for SmartAVI Switches. Control most SmartAVI matrix switches from anywhere in the world Installation Manual SMTCP-2 Ethernet Control for SmartAVI Switches Control most SmartAVI matrix switches from anywhere in the world Introduction The SMTCP-2 is an RS-232 control module that allows most

More information

Universal Serial Bus

Universal Serial Bus Universal Serial Bus Application Note Copyright 2008 Sierra Wireless. All rights reserved. Rev 1.0 Universal Serial Bus (USB) Changing the USB port communication Installing the USB driver Using the Virtual

More information

ATTO FibreConnect Gb Fibre Channel Switch. Getting Started Guide

ATTO FibreConnect Gb Fibre Channel Switch. Getting Started Guide ATTO FibreConnect 8300 8-Gb Fibre Channel Switch Getting Started Guide ATTO Technology, Inc. 155 CrossPoint Parkway Amherst, New York 14068 USA www.attotech.com Tel (716) 691-1999 Fax (716) 691-9353 Sales

More information

Quick guide for configuring a system with multiple IP-LINKs

Quick guide for configuring a system with multiple IP-LINKs Quick guide for configuring a system with multiple IP-LINKs October 4 th 2005, KK. This guide will show an example configurations for a system with multiple IP-LINKs. Example 1, three devices connected

More information

TITAN AEL Embedded Linux Development Kit. Quickstart Manual

TITAN AEL Embedded Linux Development Kit. Quickstart Manual TITAN AEL Embedded Linux Development Kit Quickstart Manual Disclaimer The information in this manual has been carefully checked and is believed to be accurate. Eurotech Ltd assumes no responsibility for

More information

USB-Link 2 Technical Guide

USB-Link 2 Technical Guide www.wattmaster.com USB-Link 2 USB-Link 2 Code: SS0073 Version 4.11 and up Table of Contents General Information... 3 USB-Link 2 Overview...3 System Requirements...3 Quick Guide... 4 USB-Link 2 Driver Installation

More information

8-Port 10/100Mbps + 2G TP/SFP Combo. Managed Industrial Switch ISW-1022M / ISW-1022MT / ISW-1022MP / ISW-1022MPT / ISW-1033MT

8-Port 10/100Mbps + 2G TP/SFP Combo. Managed Industrial Switch ISW-1022M / ISW-1022MT / ISW-1022MP / ISW-1022MPT / ISW-1033MT 8-Port 10/100Mbps + 2G TP/SFP Combo Managed Industrial Switch ISW-1022M / ISW-1022MT / ISW-1022MP / ISW-1022MPT / ISW-1033MT Quick Installation Guide Table of Contents 1. Package Content... 3 2. Requirements...

More information

Computer Architecture

Computer Architecture Boaz Kantor Introduction to Computer Science, Fall semester 2009-2010 IDC Herzliya Computer Architecture I know what you're thinking, 'cause right now I'm thinking the same thing. Actually, I've been thinking

More information

I2C Interface for QL Emulators Part 1 Originally Published in QL Today, Vol 15, Issue 4, May-June 2011

I2C Interface for QL Emulators Part 1 Originally Published in QL Today, Vol 15, Issue 4, May-June 2011 I2C Interface for QL Emulators Part 1 Originally Published in QL Today, Vol 15, Issue 4, May-June 2011 One of the features that the Minerva II ROM provided for the original QL hardware was the I2C I/O

More information

Data Stream Manager. Technical Support Guide

Data Stream Manager. Technical Support Guide Data Stream Manager Technical Support Guide Copyright Copyright 2015 NetComm Wireless Limited. All rights reserved. The information contained herein is proprietary to NetComm Wireless. No part of this

More information

UPDATING THE SERVICE TOOL Updating the Service Tool with Prism 2

UPDATING THE SERVICE TOOL Updating the Service Tool with Prism 2 Updating the Service Tool with Prism 2 Updating the Modular Service Tool SD with Prism 2 Version 4.5.0 and higher The Modular Service Tool SD is equipped with the ability to update its software with the

More information

This document contains excepts from the MS-DMT User Guide for MARS

This document contains excepts from the MS-DMT User Guide for MARS This document contains excepts from the MS-DMT User Guide for MARS APPENDIX F: Data Port The management of com ports under Windows is covered in Appendix K to include dealing with Ghost ports. When Data

More information

HOW TO NETWORK YOUR PC TO YOUR XBOX. Brought to you by Australia s Largest Modification Team Important!!! Read this First!!!

HOW TO NETWORK YOUR PC TO YOUR XBOX. Brought to you by Australia s Largest Modification Team   Important!!! Read this First!!! HOW TO NETWORK YOUR PC TO YOUR XBOX Brought to you by Australia s Largest Modification Team www.xroad.com.au Important!!! Read this First!!! This document is designed for the purpose of helping you setup

More information

Industrial 8-Port 10/100/1000T 802.3af/at PoE + 2-Port 100/1000X SFP Managed Switch with Wide Operating Temperature

Industrial 8-Port 10/100/1000T 802.3af/at PoE + 2-Port 100/1000X SFP Managed Switch with Wide Operating Temperature Industrial 8-Port 10/100/1000T 802.3af/at PoE + 2-Port 100/1000X SFP Managed Switch with Wide Operating Temperature IGS-10020PT / IGS-10020HPT Quick Installation Guide Version 1.0 Table of Contents 1.

More information

dbdos PRO 2 Quick Start Guide dbase, LLC 2013 All rights reserved.

dbdos PRO 2 Quick Start Guide dbase, LLC 2013 All rights reserved. dbdos PRO 2 Quick Start Guide 1 dbase, LLC 2013 All rights reserved. dbase, LLC may have patents and/or pending patent applications covering subject matter in this document. The furnishing of this document

More information

CommLink IV Technical Guide

CommLink IV Technical Guide www.wattmaster.com CommLink IV Technical Guide Table of Contents General Information... 3 CommLink IV Overview...3 Optional IP Module Kit...3 Optional Remote Link II...3 Installing CommLink IV ONLY...3

More information

Installation and User Guide

Installation and User Guide Installation and User Guide Trademarks and Notices Notice Comtrol Corporation. SPECIFICALLY DISCLAIMS THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS OF THIS PRODUCT FOR A PARTICULAR PURPOSE. Comtrol

More information

DNP/2110 Linux Starter Kit: First Steps

DNP/2110 Linux Starter Kit: First Steps DNP/2110 Linux Starter Kit: First Steps The DIL/NetPC DNP/2110 starter kit contains everything you need to get started with your Intel PXA255 Xscale-based embedded networking application. The starter kit

More information

ETHERNET CONTROL FOR SMARTAVI SWITCHES. Control most SmartAVI matrix switches from anywhere in the world USER MANUAL

ETHERNET CONTROL FOR SMARTAVI SWITCHES. Control most SmartAVI matrix switches from anywhere in the world USER MANUAL ETHERNET CONTROL FOR SMARTAVI SWITCHES Control most SmartAVI matrix switches from anywhere in the world USER MANUAL TABLE OF CONTENTS Introduction... 4 Features... 4 Applications... 4 What s in the box...

More information

Dominion KX II-101-V2

Dominion KX II-101-V2 Dominion KX II-101-V2 Quick Setup Guide Thank you for your purchase of the KX II-101-V2, the industry's most full-featured, enterprise-class, secure, digital KVM (Keyboard, Video, Mouse) switch. This Quick

More information

Multifactor Authentication (MFA) Mobile Phone Registration

Multifactor Authentication (MFA) Mobile Phone Registration (OACS) Multifactor Authentication (MFA) Mobile Phone Registration Registering your phone for use with MFA could not be easier. Follow the steps below to complete the registration process. Step #1: Logon

More information

USING THE XPERT2 / 9210B ON A TCP/IP NETWORK

USING THE XPERT2 / 9210B ON A TCP/IP NETWORK 1 USING THE XPERT2 / 9210B ON A TCP/IP NETWORK Prepared by: R&D January, 2009 Updated September 26, 2013 Sutron Corporation 22400 Davis Drive Sterling, Virginia 20164 TEL: (703) 406-2800 FAX: (703) 406-2801

More information

Galileo Print Manager Installation Guide

Galileo Print Manager Installation Guide Galileo Print Manager Installation Guide 24 November 2003 Copyright 2003 Galileo International. All rights reserved. Information in this document is subject to change without notice. The software described

More information

Sena Device Server and Serial/IP Application Guide Version 1.0.0

Sena Device Server and Serial/IP Application Guide Version 1.0.0 Sena Device Server and Serial/IP Application Guide Version 1.0.0 2005. 3. 7. Revision History Revision Date Name Description V1.0.0 2005-04-21 Kumar Serial/IP 4.3.2 Guide Technical Support Sena Technologies,

More information

WiSpan Quick Start Guide

WiSpan Quick Start Guide Quick Start Guide 2008 Copyright Lantronix is a trademark of Lantronix. All rights reserved. 900-462 Rev. B 06/08 QUICK START CONTENTS What s In the Box..........................................................2

More information

Simple Linux Terminal Emulator For Windows 7 Usb

Simple Linux Terminal Emulator For Windows 7 Usb Simple Linux Terminal Emulator For Windows 7 Usb RealTerm: Serial/TCP Terminal Serial and TCP terminal for engineering and Serial terminal program for engineering. An extensive commandline interface supports

More information

Configuring the Switch

Configuring the Switch This appendix contains these topics: Using the Configuration Setup Wizard, page 1 Using the CLI, page 3 Using the Smartphone App, page 7 Using the Configuration Setup Wizard Quick Setup: Accessing the

More information

Quick Note 24. Extracting the debug.txt file from a TransPort. Digi Technical Support. February Page 1

Quick Note 24. Extracting the debug.txt file from a TransPort. Digi Technical Support. February Page 1 Quick Note 24 Extracting the debug.txt file from a TransPort Digi Technical Support February 2016 Page 1 Contents 1 Introduction... 3 2 Version... 4 3 FTP method... 5 3.1 FTP Using FileZilla FTP Client...

More information

F5 WANJet 200. Quick Start Guide. Quick Start Overview

F5 WANJet 200. Quick Start Guide. Quick Start Overview F5 WANJet 200 Quick Start Guide Quick Start Overview Following is a high level overview of the steps required to successfully install and configure your F5 WANJet 200 appliance. For detailed instructions

More information

Console Management Server VTS. How-To

Console Management Server VTS. How-To Console Management Server VTS How-To 2003-07-10 Technical Support Sena Technologies, Inc. 210 Yangjae-dong, Seocho-gu Seoul 137-130, Korea Tel: (+82-2) 573-5422 Fax: (+82-2) 573-7710 E-Mail: support@sena.com

More information

IntelliServer RAS 2000 TM PowerRack Windows NT Supplement

IntelliServer RAS 2000 TM PowerRack Windows NT Supplement IntelliServer RAS 2000 TM PowerRack Windows NT Supplement 1060 Windward Parkway, Suite 100, Alpharetta, GA, 30005-3992 (USA) (800) 241-3946, Outside U.S./Canada: (770) 625-0000 FAX: (770) 625-0013 email:

More information

Bridge Cable User s Guide

Bridge Cable User s Guide Bridge Cable User s Guide Table of Contents Overview -------------------------------------------------------------------- 2 Driver Installation --------------------------------------------------------

More information

NET-IP-PRO. User Manual. Web-Based Control for Smart-AVI Products

NET-IP-PRO. User Manual. Web-Based Control for Smart-AVI Products NET-IP-PRO User Manual Web-Based Control for Smart-AVI Products Remotely control Smart-AVI product operations over a local area network or via the Internet from anywhere in the world TABLE OF CONTENTS

More information

Wireless Modem Evaluation Board User s Guide

Wireless Modem Evaluation Board User s Guide Features Supports all CCI Modems and Radios Two independent transceivers and interfaces RS-232 Host Serial and USB Serial Communications RS-232,TTL Digital Serial and USB Host Interfaces Wireless modem

More information

Package serial. September 11, 2017

Package serial. September 11, 2017 Type Package Title The Serial Interface Package Version 1.3 Date 2017-09-11 Author Martin Seilmayer Package serial September 11, 2017 Maintainer Martin Seilmayer Provides functionality

More information

Quick Start Guide. IF5 Fixed Reader

Quick Start Guide. IF5 Fixed Reader Quick Start Guide IF5 Fixed Reader Intermec Technologies Corporation Worldwide Headquarters 6001 36th Ave. W. Everett, WA 98203 U.S.A. www.intermec.com The information contained herein is provided solely

More information

ip.buffer App Note AN001 : Dialling into the ip.buffer

ip.buffer App Note AN001 : Dialling into the ip.buffer ip.buffer App Note AN001 : Dialling into the ip.buffer Date Author Release 2007-10-02 MP Initial draft 2008-06-11 MP Updated for auto-ip UK 2007-8 Scannex Electronics Limited. All rights reserved worldwide.

More information

MODEM AND DIALUP. Installation/Configuration. (Windows 95/98/Me/NT/2000/XP)

MODEM AND DIALUP. Installation/Configuration. (Windows 95/98/Me/NT/2000/XP) MODEM AND DIALUP Installation/Configuration (Windows 95/98/Me/NT/2000/XP) Contents 1. Overview... 3 2. Modem Driver Installation and Configuration... 3 2.1. Important Considerations... 3 2.2. Windows 95/98

More information

8-Port 10/100BASE-TX Hardened Ethernet Extender Switch

8-Port 10/100BASE-TX Hardened Ethernet Extender Switch codes codes codes March LB308A 2009 codes codes codes 8-Port 10/100BASE-TX Hardened Ethernet Extender Switch Headline Quick Start text. Guide Use Subheadline this managed text to hardened be added. switch

More information

CIS 192 Linux Lab Exercise

CIS 192 Linux Lab Exercise CIS 192 Linux Lab Exercise Lab X2: PPP Connections (Extra Credit) Spring 2009 Lab X2: PPP Connections (Extra Credit) The purpose of this lab is to connect a standalone computer to a LAN using a serial

More information

Implementing a Serial Download Manager for Two 256K Byte Flash Memories

Implementing a Serial Download Manager for Two 256K Byte Flash Memories TN220 Implementing a Serial Download Manager for Two 256K Byte Flash Memories Disclaimer The programs described in this note are provided as a sample field reprogramming method only with no guarantees

More information

ZyWALL 70. Internet Security Appliance. Quick Start Guide Version 3.62 December 2003

ZyWALL 70. Internet Security Appliance. Quick Start Guide Version 3.62 December 2003 ZyWALL 70 Internet Security Appliance Quick Start Guide Version 3.62 December 2003 Introducing the ZyWALL The ZyWALL 70 is the ideal secure gateway for all data passing between the Internet and the LAN.

More information

Installation and Programming Manual

Installation and Programming Manual QUCM DF1 Application Manual QUCM DF1 Installation and Programming Manual This Manual describes the QUCM application for interfacing Allen-Bradley DF1 devices to a master of another protocol, including

More information

Gemalto EHS6T-USB Terminal Starter Kit. Getting Started Guide

Gemalto EHS6T-USB Terminal Starter Kit. Getting Started Guide Gemalto EHS6T-USB Terminal Starter Kit Getting Started Guide EHS6T-USB Terminal Starter Kit Contents Image is for a Kit A version. Other versions with different antenna may be available. This manual is

More information

2001 by NEC America. All Rights Reserved. Printed in U.S.A.

2001 by NEC America. All Rights Reserved. Printed in U.S.A. These instructions are customized for the CNet Modem V.90 k bps modem (P/N D) contained in the i Modem Kit P/N 9, i Modem Kit P/N 90B, and the i and 0i Modem Kit P/N 9. The modem connected to the system

More information

Transport Layer (TCP/UDP)

Transport Layer (TCP/UDP) Transport Layer (TCP/UDP) Where we are in the Course Moving on up to the Transport Layer! Application Transport Network Link Physical CSE 461 University of Washington 2 Recall Transport layer provides

More information

ACCESS CONTROL SOFTWARE V3.1 REFERENCE MANUAL

ACCESS CONTROL SOFTWARE V3.1 REFERENCE MANUAL ACCESS CONTROL SOFTWARE V3.1 REFERENCE MANUAL 01/2004 Centaur is a registered trademark of Position Technology INC. Pro-Report, Tracker, FrontGuard and FrontView are trademarks of Position Technology Inc.

More information

ZyWALL 10W. Internet Security Gateway. Quick Start Guide Version 3.62 December 2003

ZyWALL 10W. Internet Security Gateway. Quick Start Guide Version 3.62 December 2003 Internet Security Gateway Quick Start Guide Version 3.62 December 2003 Introducing the ZyWALL The is the ideal secure gateway for all data passing between the Internet and the LAN. By integrating NAT,

More information

Computer Architecture

Computer Architecture Boaz Kantor Introduction to Computer Science, Fall semester 2010-2011 IDC Herzliya Computer Architecture I know what you're thinking, 'cause right now I'm thinking the same thing. Actually, I've been thinking

More information

Using the Configuration Menu

Using the Configuration Menu CHAPTER 3 This chapter provides a general introduction to the Configuration menu and describes the procedures for saving and restoring your configurations. Here s what you ll find in this chapter: Viewing

More information

24-Port 10/100/1000Mbps with. 4 Shared SFP Managed Gigabit Switch

24-Port 10/100/1000Mbps with. 4 Shared SFP Managed Gigabit Switch 24-Port 10/100/1000Mbps with 4 Shared SFP Managed Gigabit Switch WGSW-24040 / WGSW-24040R SGSW-24040 / SGSW-24040R SGSW-24040P / SGSW-24040P4 SGSW-24240 / SGSW-24240R SGSW-24040HP Quick Installation Guide

More information

DIL/NetPC DNP/5280 Board Revision 1.0 Installing a PPP Connection User Manual

DIL/NetPC DNP/5280 Board Revision 1.0 Installing a PPP Connection User Manual DIL/NetPC DNP/5280 Board Revision 1.0 Installing a PPP Connection User Manual SSV Embedded Systems Heisterbergallee 72 D-30453 Hannover Phone: +49-(0)511-40 000-0 Fax: +49-(0)511-40 000-40 E-mail: sales@ist1.de

More information

VISTA - CTI Multi-port Serial Adapter. Install Guide

VISTA - CTI Multi-port Serial Adapter. Install Guide VISTA - CTI Multi-port Serial Adapter Install Guide The information contained in this document is subject to change without notice. Connect Tech, Inc. shall not be liable for errors contained herein or

More information

GCR-16 with internal modem GXR user manual appendix J

GCR-16 with internal modem GXR user manual appendix J GCR-16 with internal modem GXR user manual appendix J GeoSIG Ltd, Ahornweg 5a, 5504 Othmarsingen, Switzerland Phone: + 41 44 810 2150, Fax: + 41 44 810 2350 info@geosig.com, www.geosig.com ii GXR manual

More information

Operating Instruction MEW01082 Revision -

Operating Instruction MEW01082 Revision - Operating Instruction MEW01082 Revision - OPC512 V2.5.x for Web-server II, 1598 Author: Anders Malmberg Date of issue: 2008-02-25 Date of rev: This page has deliberately been left blank. Table of contents

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring Alarm Management for Avaya Communication Manager 2.0 using Save Our Switch (SOS) system from River City Software - Issue 1.0

More information

IPR10. Quick Start Guide and Application Notes

IPR10. Quick Start Guide and Application Notes IPR10 Quick Start Guide and Application Notes Model: IPR10 Quick Start and Application Notes The IPR10 is an access router with asynchronous serial RS-232 interface for use with dial-up modems, leased

More information

installation manual SALES AND ADMINISTRATION (toll free)

installation manual SALES AND ADMINISTRATION (toll free) installation manual SALES AND ADMINISTRATION 800.637.2645 (toll free) 217.442.0611 sales@timeomatic.com TECHNICAL SUPPORT 866.637.2645 (toll free) service@timeomatic.com www.watchfiresigns.com Quick Start-Up

More information

Thor Guard to ThorPCX Connection SUPPORT DOCUMENT

Thor Guard to ThorPCX Connection SUPPORT DOCUMENT 1 THOR GUARD TO THORPCX CONNECTION One vital step when setting up the ThorPCX and ThorMobile software is the connection between your Thor Guard Lightning Prediction unit and the computer running ThorPCX.

More information