TN034 - Geo-Fencing with the SkyRouter TN November, Geo-Fencing with the SkyRouter (TN034)

Size: px
Start display at page:

Download "TN034 - Geo-Fencing with the SkyRouter TN November, Geo-Fencing with the SkyRouter (TN034)"

Transcription

1 1. Applicability Geo-Fencing with the SkyRouter (TN034) All 4200, 4400, and 4550 models with required firmware upgrade. For the 4200/440 the required firmware is or or newer and for the 4550 the required firmware is or newer. 2. Background Information This TechNote covers the setup and operation of the SkyRouter s geo-fencing feature. It also explains how the geo-fencing feature interfaces with Ctek s Automation application and how Automation can be used to enhance and extend the geo-fencing capabilities. Geo-fencing application models examined include the native web browser interface (Section 3), an SMS managed interface (Section 4), a physical model based on a switch and LED indicator (Section 5), and a control model based on the SkyRouter s XML interface (Section 6). Figure 1 - Various Application Models

2 3. Geo-Fencing Setup Geo-fences are defined on the location source page. Geo-fences are also enabled/disabled from this page. In the next section, an alternative method of enabling/disabling geo fences using the Automation application is described. 3.1 Location Source Screen System Location Options Panel The Location Source screen contains the following fields and controls. See Figure 1 below. Location Source GPS (Internal) Use the inbuilt GPS subsystem [Require for Geo-fencing] Use Lat/Lon Below User defined location for stationary installations Latitude Latitude expresses as a decimal value for user defined location (Example ). User defined locations cannot be geo-fenced. Longitude Longitude expresses as a decimal value for user defined location (Example ). User defined locations cannot be geo-fenced. Reset Interval The interval in minutes at which the GPS subsystem will be reset if a fix cannot be obtained. 3.2 Location Source Screen Fence 1&2 Configuration Panels Mode Options are Enabled, Disabled, or Automation Control. Enabled and Disabled control the state of the fence with regards to setting up a fence using the web interface. The Automation Control setting makes the fence available for use with the Geo-Fence- Set automation function described in section 4.1 below. In the Automation Control mode, the fence can only be enabled or disabled through Automation Control. Fence Type Options are Fence In or Fence Out. The Fence In setting generates an alarm when the device leaves the defined area. The Fence Out setting generates an alarm when the device enters the defined area.

3 Coordinate Source Options are GPS or User Defined. GPS will use the current GPS provided position as a center point of the fence, User Defined will use the user provided Lat/Lon for the fence. Geo-fences constructed with MODE=Automation Control must use the internal GPS. In this case the center of the fence will be the coordinates being received from GPS at the moment that the fence is enabled through Automation Control. In the case where MODE=Enabled or Disabled a user defined coordinate set may be used as may the internal GPS coordinates. Latitude/Longitude The User defined values describing the center point of the fence. Decimal format required. See Coordinate Source above for a discussion of the restrictions for various modes. Radius (mi) The field specifies the radius of the geo-fence being created in miles. Decimal fractions e.g. 0.4 are allowed. Ctek recommends that the fence radius be greater than 0.2 miles to avoid false positives.

4 Figure 2 - Location Setting Page Geo-fence #1 and geo-fence #2 can be configured to describe areas that are either geographically overlapping or geographically mutually exclusive where either fence can be of type fence In or Fence Out. In Figures 1 and 2 below we see some examples of two-fence constructs. In Figure 2 Alarm O triggers when the device enters the Fence Out area and Alarm I triggers when the device leaves the Fence In area. In Figure 3 Alarm O1 triggers when the device leaves the inner fence and Alarm O2 triggers when the device leaves the outer fence.

5 Figure 4 - Fence Models Figure 3 - Fence Models 3.3 Geo-Fence Alarm Indications Geo-fence alarms (violations) are presented as digital signals (alarm/clear) on Automation input pins. Typically, a virtual input pin will be used. The state of the pin can then be used to send SMS and alarms as defined in the Automation Unit configuration page. In addition, the geo-fence alarm pin can be connected to a physical output pin(s) to set visible or audible alarms if desired. Figure 4 below shows a typical geo-fence alarm pin set up. In the example shown the fence violation alarm is configured to repeat 3 times at 30-minute intervals.

6 Figure 5 - Geo-Fence Alarm Pin 4. Extending Geo-Fencing Capabilities Using Automation Note This section assumes that the user is familiar with Ctek s application note APN007 that documents the Automation Control application 4.1 The Geo-Fencing Control Function The Automation Control application can be used to enable/disable the geo-fences using SMS commands, the Automation Control Panel, or the SkyRouter s XML interface. When using Automation Control Define the fence type. Define the fence radius. The longitude/latitude coordinates are defined by the system when enabled by Automation Control using the SkyRouter s current position. The fence will not enable if the device is in motion or does not have a GPS ready indication. The control methods are based on assigning an action function (Geo-Fence-Set) to one or more Automation programs, which in turn can be assigned to control pins of a geo-fence. The syntax of geofencing specific control function is: Geo-Fence-Set <fence #> <enable: 1/disable: 0> Important Programming Note:

7 TN034 - Geo-Fencing with the SkyRouter When enabled, upon the SkyRouter getting its center coordinates the fence s ON status is set and OFF is cleared. If the SkyRouter cannot establish the center point of the fence within 15 minutes, the OFF status is set and an SMS/ alarm indicating that fence is not enabled to be generated. However, the program will continue to try to establish the fence until you run the program to shut the fence off. If the 15 min. timer has expired and the fence could not be brought up, turning the fence off with a program will reset the timer for the next start attempt. A power cycle or restart of the unit with an active geo-fence will automatically re-enable the geofence when the GPS gets a fix, and initiate a geo-fence on status. This is done since the unit may have been moved after it was powered down. A geo-fence that has been disabled, or has never been enabled will behave in a similar fashion. 4.2 A Complete Geo-Fence Application Managed by Automation Control This example application makes use of the following virtual automation pins: Input 1 [digital] Set when geo-fence 1 is violated, reset when geo-fence is activated or deactivated Input 2 [digital] Used as a toggle to execute the Geo-Fence Set function for both On and Off. Input 3 [digital] Geo-fence ON status indicator pin. This pin is used to initiate a text message when the geofence has been successfully enabled. Input 4 [digital] Geo-fence OFF status indicator pin. This pin is used to initiate a text message when the geo-fence has been successfully disabled. Output 1 [digital] Executes the activate geo-fence 1 programs. Can be set using SMS (see TN009). Also appears on the control panel for simple web interaction. A simple logic diagram follows: Figure 6 - Fence Logic

8 See Figure 5 above TN034 - Geo-Fencing with the SkyRouter Setup for Input 1 Setup for Input 2 Figure 7 - Input Pin 2 (Enable Command)

9 Setup for Input 3 Setup for Input 4 Figure 8 Input Pin 3 (Status = On) Figure 9 - Input Pin 4 (Status = Off)

10 Setup for Output 1 Figure 10 - Output 1 (Activate/Deactivate Control Pin) Activate Program Figure 11- Activate Program

11 Deactivate Program Figure Deactivate Program 4.3 Theory of Operation Preface First, carefully review the notes found in section 4.1 above. Especially note that the operation of input 3 and 4 is not persistent, meaning that it will only indicate the condition of the geo-fence until the next restart/power-fail. Upon recovering from a restart/power-fail the fence will be activated or deactivated based on the last command received but status pins 2& 3 are no longer valid. The pins should be viewed as pulses, showing the status of fence activation only during the current restart/power-up cycle. Activation When Output pin 1 (Figure 8) is set to on, it toggles Input pin 2 and the Arm Program is executed. The program attempts to start the geo-fence. The fence will be started if, and only if speed = 0 and the GPS ready signal is present. As noted above the Activate Program will attempt to establish a fence for 15 minutes based on these requirements. If the program is successful, it will set the fence status ON pin (input 3) which will notify the user via SMS/ that the fence is active. At the end of 15 minutes of attempting to establish a fence, if the operation is not successful, the fence status off pin (Input 4) will be set to indicate via SMS/ that the requirements for a fence could not be met. However, the activate program will continue to attempt to establish a fence until the next time the Deactivate Program (Figure 12) is executed. Deactivate When Output pin 1 is set to off, it toggles Input pin 2 and the Disarm Program is executed. If the program is successful, it will set the fence status OFF pin (input 4) which will notify the user via SMS/ that the fence is active.

12 4.4 SMS (Text Messaging) Control With the set up described above geo-fence # 1 can now be activated at the units current coordinates, using a previously defined radius size, by using the text command ===SET o 1 1. See TN009 for additional detail. Upon successful fence activation or unsuccessful activation at the end of the 15-minute timer, a status SMS will be sent to the phone numbers specified in the unit configuration screen. Likewise, the fence can deactivated using the text command ===SET o 1 0 and the user will receive status via SMS/ Automation Control Panel In addition to controlling the geo-fence from the Location Source screen the following optional control panel mechanisms are now available as a result of the Automation Control design described above. Figure 13 - Control Panel 4.6 XML Control Another alternative method of activating and deactivating a previously defined fence using the Automation set up described above is through the SkyRouter s XML interface. Using the XML messaging structure defined in APN005, output pin 1 can also be set and reset, and status values defined for input 2 can be obtained.

13 5. Managing a Geo-Fence with a Switch and LED 5.1 Enable and Disable With a few modification on the design described in section 4, a SPST switch connected to the SkyRouter s relay input pin can be used to arm the geo-fence and an LED connected to the SkyRouter s relay output can be used to indicate the armed/disarmed status of the fence. The set up for a switch and single LED implementation is described below. This example application makes use of the following virtual automation pins: Input 1 [digital] Set when geo-fence 1 is violated, reset when geo-fence is activated or deactivated. Alarms violations via SMS and Input 2 [digital] Connected to the SkyRouter s relay input. Used to arm/disarm the geo-fence Output 1 [digital] Connected to the SkyRouter s relay output and is used to light the armed LED. 5.2 Switch/LED Enabled The Programs Figure 14 - Switch Activation

14 Figure 15 - Switch Deactivation 5.3 Switch/LED Enabled The Inputs Figure 16 - Fence Violation Alarm Pin

15 Figure 17 - Fence Switch Control Pin 5.4 Switch/LED Enabled LED Driver Output Figure 18 - LED Control 6. Automation Control Extensions The logic described in this TechNote details a number of basic geo-fencing implementations. With Automation Control AND & OR logic, a more complex mechanism could easily be developed that would support a combination of SMS, Control panel, and physical (switch) controls.

Application Note. How to configure networked ecna automations to use a single LVM-250 Voltage Monitor using Virtual I/O.

Application Note. How to configure networked ecna automations to use a single LVM-250 Voltage Monitor using Virtual I/O. Application Note How to configure networked ecna automations to use a single LVM-250 Voltage Monitor using Virtual I/O Introduction The LVM-250 Voltage Monitor is used in conjunction with the ecna to monitor

More information

Vehicle GPS Tracker AT07 protocol version 1.0

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

More information

LVM-250 Isolated Line Voltage Monitor

LVM-250 Isolated Line Voltage Monitor LVM-250 Isolated Line Voltage Monitor The LVM-250 is designed to measure 2-wire single phase 50/60Hz line voltage up to 250 VAC. It is used in conjunction with the ecna automation to monitor the power

More information

GPS&GPRS TRACKING SYSTEM

GPS&GPRS TRACKING SYSTEM GPS&GPRS TRACKING SYSTEM MODULE: GT3000 SERIES User Manual I. INTRODUCTION GPS GPRS tracking system GT3000 utilize the GPS tracking function and car alarm functions in one unit. You can monitor the vehicle

More information

How to do Geo-fencing with the FM200

How to do Geo-fencing with the FM200 Handling a complex world. How to do Geo-fencing with the FM200 Introduction The ability to define custom user events for the FM200 unit, allows you to do Geo-fencing for vehicles fitted with GPS units.

More information

1. Use of the application program

1. Use of the application program s GAMMA instabus 12 A1S2 Blind, 2 inputs 207301 1. Use of the application program 2. Product description 2.1. Description of the blind actuator UP 520/31 2.2. Delivered with the blind actuator UP 520/31

More information

GPRS-T2. GPRS/SMS Reporting Module. SATEL sp. z o.o. ul. Schuberta Gdańsk POLAND tel

GPRS-T2. GPRS/SMS Reporting Module. SATEL sp. z o.o. ul. Schuberta Gdańsk POLAND tel GPRS/SMS Reporting Module GPRS-T2 Program version 1.0 gprs-t2_en 11/08 SATEL sp. z o.o. ul. Schuberta 79 80-172 Gdańsk POLAND tel. + 48 58 320 94 00 info@satel.pl www.satel.pl WARNINGS The module should

More information

GPS&GPRS TRACKING SYSTEM GT3100

GPS&GPRS TRACKING SYSTEM GT3100 GPS&GPRS TRACKING SYSTEM GT3100 OPERATION/INSTALLER MANUAL REV: 2.0 (GT3100-special, V1.51, GT500-SIM340.C1) I. INTRODUCTION PORTMAN GPS GPRS tracking system GT3100 utilize the GPS tracking function and

More information

GPRS Communication Protocol V

GPRS Communication Protocol V GPRS Communication Protocol V1.21.050614 Version Description Date V1.12 Re-define command and protocol from server to tracker. 2010-12-02 V1.13 Add command 0015,0040,0050 2010-12-06 V1.14 Add command 0025

More information

Use of the application program. Functional description. GAMMA instabus Application program description. October 2007

Use of the application program. Functional description. GAMMA instabus Application program description. October 2007 Use of the application program Product family: Product type: Manufacturer: Venetian blind Switch Siemens Name: Venetian blind actuator N 523/11 Order no.: 5WG1 523-1AB11 Functional description Application

More information

Use of the application program. Functional description. GAMMA instabus Application program description. May A8 Venetian blind actuator

Use of the application program. Functional description. GAMMA instabus Application program description. May A8 Venetian blind actuator Use of the application program Product family: Product type: Manufacturer: Venetian blind Switch Siemens Name: Venetian blind actuator N 523/11 Order no.: 5WG1 523-1AB11 Functional description Application

More information

High Point Communications Authorized dealer for USA Fleet Services

High Point Communications Authorized dealer for USA Fleet Services Summary of Display Features Idle Alert - Idle alerts can be sent every 10 minutes (up to 60 minutes) Stop Duration Alert Stop Duration alerts can be sent every 10 minutes (up to 60 minutes), after 24 hours,

More information

ServoDMX OPERATING MANUAL. Check your firmware version. This manual will always refer to the most recent version.

ServoDMX OPERATING MANUAL. Check your firmware version. This manual will always refer to the most recent version. ServoDMX OPERATING MANUAL Check your firmware version. This manual will always refer to the most recent version. WORK IN PROGRESS DO NOT PRINT We ll be adding to this over the next few days www.frightideas.com

More information

How to Guide: Controlling Blinds in C-Bus

How to Guide: Controlling Blinds in C-Bus How to Guide: Controlling Blinds in C-Bus This document is a guide to controlling electrical blinds with C-Bus. Part 1 shows how the blind could be controlled by C-Bus directly and part 2 shows how C-Bus

More information

Use of the application program. Contents. instabus EIB Application program description. September S2 Room temperature controller

Use of the application program. Contents. instabus EIB Application program description. September S2 Room temperature controller Use of the application program Product family: Product type: Manufacturer: Heating, Air conditioning, Ventilation Thermostat Siemens Name: Room temperature controller IKE 250 DELTA millennium Order no.:

More information

HCA Tech Note 102. Checkbox Control. Home Mode aka Green Mode

HCA Tech Note 102. Checkbox Control. Home Mode aka Green Mode Checkbox Control There is a lot you can do in HCA to achieve many functions within your home without any programs or schedules. These features are collectively called Checkbox control as many of the items

More information

TRBOnet Enterprise/PLUS

TRBOnet Enterprise/PLUS TRBOnet Enterprise/PLUS Geofencing User Guide Version 5.2 World HQ Neocom Software 8th Line 29, Vasilyevsky Island St. Petersburg, 199004, Russia US Office Neocom Software 15200 Jog Road, Suite 202 Delray

More information

Awning control system GFM001. Installation and Operating Instructions

Awning control system GFM001. Installation and Operating Instructions Geiger-Funk Sunshade controls Awning control system for 230V drives GFM001 Installation and Operating Instructions for pre-coded systems Table of Contents 1 Introduction...3 2 Safety instructions...3 3

More information

XSJB. Lone Worker Function. Lone Worker Operation:

XSJB. Lone Worker Function. Lone Worker Operation: XSJB Lone Worker Function Lone Worker Operation: Lone worker (LW) provides a personnel based safety focused controlled monitoring system in conjunction with use of an X0DR secure wireless microphone system.

More information

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

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

More information

Midi Fighter 3D. User Guide DJTECHTOOLS.COM. Ver 1.03

Midi Fighter 3D. User Guide DJTECHTOOLS.COM. Ver 1.03 Midi Fighter 3D User Guide DJTECHTOOLS.COM Ver 1.03 Introduction This user guide is split in two parts, first covering the Midi Fighter 3D hardware, then the second covering the Midi Fighter Utility and

More information

Geo-fence Tracking Device User Manual

Geo-fence Tracking Device User Manual Geo-fence Tracking Device User Manual home8care.com 1-844-800-6482 support@home8care.com V1.1 2017 1 Table of Contents Table of Contents... 1 Chapter 1. Introduction... 2 1.1 System Requirement... 2 Chapter

More information

Relay Driver Overview and Applications

Relay Driver Overview and Applications Relay Driver Overview and Applications Describes Basic and Advanced Settings for common and alternative/novel uses for the Relay driver (RD-1). Morningstar s Relay Driver (RD-1) is a fully programmable

More information

Installation Notes. SCR Single Channel

Installation Notes. SCR Single Channel Installation Notes SCR Single Channel Receiver Part No. 100-187 Receives ARM / Disarm / PANIC / Low Batt channels from Ness Radio Keys or Radio PIRs / Radio Reeds. Supports up to four transmitters. Simple

More information

Above All. The most sophisticated unit for tracking containers in real time for security and management.

Above All. The most sophisticated unit for tracking containers in real time for security and management. * The most sophisticated unit for tracking containers in real time for security and management. The French comedian Pierre Dac once said, To see into the distance, you simply need to get closer. That applies

More information

SafeDispatch. TETRA Station Gateway User Guide. Rev

SafeDispatch. TETRA Station Gateway User Guide. Rev SafeDispatch TETRA Station Gateway User Guide Rev. 20160416.7008642 Gateway station CPE file MTM5400 For the gateway station you will have to change the following fields: in Subscriber Unit Parameters,

More information

UIO Digital I/Os & DAQ Board User Manual

UIO Digital I/Os & DAQ Board User Manual UIO-369 5 Digital I/Os & DAQ Board User Manual /3 UIO-369 Digital Inputs/Outputs & DAQ board with 5 channels and USB/RS3/Bluetooth/RF connectivity. Welcome to the world of Computer Automation. This Digital

More information

Addendum SmartPAC Third Party Communications Firmware

Addendum SmartPAC Third Party Communications Firmware Addendum SmartPAC Third Party Communications Firmware The SmartPAC Third Party Communications Firmware option enables SmartPAC 2 and the original SmartPAC to transmit real-time and status information to

More information

For more information on these functions and others please refer to the PRONET-E User s Manual.

For more information on these functions and others please refer to the PRONET-E User s Manual. PRONET-E Quick Start Guide PRONET-E Quick Start Guide BASIC FUNCTIONS This guide will familiarize the user with the basic functions of the PRONET-E Servo Drive and assist with start up. The descriptions

More information

X30 System Components

X30 System Components X30 System Components X30 Monitor - Monitor is 12.1 inches - LINUX operating system not windows - Can-based communication. No serial ports - New part number 3132-10 Note: please follow the shut down procedure

More information

Wholesale Chess Advanced Digital Timer. User Manual

Wholesale Chess Advanced Digital Timer. User Manual Wholesale Chess Advanced Digital Timer User Manual 1 Wholesale Chess Advanced Digital Timer The Wholesale Chess Advanced Digital Timer is a reliable game timer that is easy to setup and use. We know that

More information

GPRS-A. Universal monitoring module. Firmware version 1.00 gprs-a_en 04/18

GPRS-A. Universal monitoring module. Firmware version 1.00 gprs-a_en 04/18 GPRS-A Universal monitoring module Firmware version 1.00 gprs-a_en 04/18 SATEL sp. z o.o. ul. Budowlanych 66 80-298 Gdańsk POLAND tel. +48 58 320 94 00 www.satel.eu WARNINGS The module should be installed

More information

Global Navigation Satellite System for IE 5000

Global Navigation Satellite System for IE 5000 Global Navigation Satellite System for IE 5000 Configuring GNSS 2 Information About GNSS 2 Guidelines and Limitations 4 Default Settings 4 Configuring GNSS 5 Configuring GNSS as Time Source for PTP 6 Verifying

More information

EIB/KNX Switch Actuators. User manual

EIB/KNX Switch Actuators. User manual EIB/KNX Switch Actuators User manual IT KNT 004 IT KNT 012 Tel.: +34943627988 E-mail: knx@dinuy.com Web: www.dinuy.com Contents 1. Introduction --------------------------------------------------------------------------------------------------------------

More information

K-BUS Switch Actuator

K-BUS Switch Actuator K-BUS Switch Actuator User manual-ver. 2 KA/R0416.1 KA/R0816.1 KA/R1216.1 Contents Contents... 2 1. Introduction... 3 1.1 Product and function overview... 3 2. Technical Properties... 3 3. Commissioning...

More information

etatronix PMA-3 Transmitter Tester Manual

etatronix PMA-3 Transmitter Tester Manual etatronix PMA-3 Transmitter Tester Manual TxTester_Manual_rev1.02.docx 1 Version Version Status Changes Date Responsible 1 Release Initial release 01. Apr. 2015 CW 1.01 Release Updated Figure 4 for better

More information

TRX-300. GPS/GSM/GPRS Unit for fleet management PRELIMINARY PHOTO

TRX-300. GPS/GSM/GPRS Unit for fleet management PRELIMINARY PHOTO PRELIMINARY TRX-300 GPS/GSM/GPRS Unit for fleet management Quad Band GSM/GPRS engine Built-in GPS & GPRS antenna SuperSense GPS sensitivity Assisted GPS ready Ultra-low power consumption Multi-polygon

More information

SAP Dynamic Edge Processing IoT Edge Console - Administration Guide Version 2.0 FP01

SAP Dynamic Edge Processing IoT Edge Console - Administration Guide Version 2.0 FP01 SAP Dynamic Edge Processing IoT Edge Console - Administration Guide Version 2.0 FP01 Table of Contents ABOUT THIS DOCUMENT... 3 Glossary... 3 CONSOLE SECTIONS AND WORKFLOWS... 5 Sensor & Rule Management...

More information

PACSystems* RX3i IC695MDL765

PACSystems* RX3i IC695MDL765 March 2011 PACSystems* RX3i IC695MDL765 Digital Output Module with Diagnostics 16-Channel The 24/125 volt DC 2A Smart Digital Output module, IC695MDL765, provides 16 discrete outputs in two isolated groups

More information

Safety System For Fishing Boats To Prevent From International Border Crossing

Safety System For Fishing Boats To Prevent From International Border Crossing Safety System For Fishing Boats To Prevent From International Border Crossing Vijayakumar.T 1, Jagadesan.D 2, Prasad.M 3, Prabin.S.B 4,Ramu.S 5 1,2,3,4 Final Year BE Mechatronics, PPG Institute of Technology,

More information

BandMaster V Manual. Installation

BandMaster V Manual. Installation BandMaster V Manual Installation Installing and configuring the BM-5 BandMaster V is a simple process. All the configuration process is done from the front panel. Installation and configuration steps are

More information

Instruction manual. art Installation manual

Instruction manual. art Installation manual Instruction manual art. 01521 Installation manual Contents GENERAL FEATURES AND FUNCTIONALITY from page 4 ETS PARAMETERS AND COMMUNICATION OBJECTS from page 6 COMMUNICATION OBJECTS GENERAL FEATURES AND

More information

Table of Contents. Quick Start Guide. Important Notes! Nautilus GPS Components. Operation. Region Programming & MMSI. Nautilus GPS App.

Table of Contents. Quick Start Guide. Important Notes! Nautilus GPS Components. Operation. Region Programming & MMSI. Nautilus GPS App. Table of Contents 03 04 05 06 07 08 09 09 10 10 11 Quick Start Guide Important Notes! Nautilus GPS Components Operation Region Programming & MMSI Nautilus GPS App Test Sequence Maintenance Battery Information

More information

NT240 TIMER. PROGRAMMABLE TIMER INSTRUCTIONS MANUAL V20x G TIMER OUTPUTS INTRODUCTION SPECIFICATIONS AUXILIARY SUPPLY OUTPUT INSTALLATION TIMER INPUTS

NT240 TIMER. PROGRAMMABLE TIMER INSTRUCTIONS MANUAL V20x G TIMER OUTPUTS INTRODUCTION SPECIFICATIONS AUXILIARY SUPPLY OUTPUT INSTALLATION TIMER INPUTS NT240 TIMER PROGRAMMABLE TIMER INSTRUCTIONS MANUAL V20x G INTRODUCTION The NT240 is a programmable timer designed to monitor time intervals, activating its outputs according to some predefined mode of

More information

7835CF. Cellular Control Channel Transceiver for Fire ,QVWDOODWLRQDQG6HWXS*XLGH 12: 352 (1$%/(' K3204-1V2 9/99 352*5$00(5/(66 5(*,675$7,21 237,21

7835CF. Cellular Control Channel Transceiver for Fire ,QVWDOODWLRQDQG6HWXS*XLGH 12: 352 (1$%/(' K3204-1V2 9/99 352*5$00(5/(66 5(*,675$7,21 237,21 7835CF Cellular Control Channel Transceiver for Fire,QVWDOODWLRQDQG6HWXS*XLGH 12: 352 (1$%/(' 352*5$00(5/(66 5(*,675$7,21 237,21 K3204-1V2 9/99 7DEOHRI&RQWHQWV List of Terms...2 Section 1. General Information...3

More information

instabus EIB product documentation

instabus EIB product documentation Page: 1 of 39 Push button interface 4-gang Sensor Product name: Push button interface 4-gang Design: UP (flush-mounting type) Item no.: 2076-4T-01 ETS search path: Input / Binary Input, 4-gang / Push button

More information

The DO8332 module is equipped with eight outputs for 1-wire connections. The rated output current is 2 A.

The DO8332 module is equipped with eight outputs for 1-wire connections. The rated output current is 2 A. 1.1 DO8332 1.1.1 General information The DO8332 module is equipped with eight outputs for 1-wire connections. The rated output current is 2 A. The output supply is fed directly to the module. An additional

More information

g GE POWER MANAGEMENT

g GE POWER MANAGEMENT 745 FREQUENTLY ASKED QUESTIONS 1 I get a communication error with the relay when I try to store a setpoint. This error can occur for several different reasons. First of all, verify that the address is

More information

3.0 Operating the MIB* Barrier Gate. 4.0 MLC Controller. Operation Instructions. 4.1 General

3.0 Operating the MIB* Barrier Gate. 4.0 MLC Controller. Operation Instructions. 4.1 General 3.0 Operating the MI* arrier Gate In automatic operation, the MI* arrier gate can be operated using following devices: - Ticket Spitters - Vehicle Detectors - ard Readers - oin and Token acceptors - Radio

More information

GPS (GLOBAL POSITIONING SYSTEM)

GPS (GLOBAL POSITIONING SYSTEM) GPS (GLOBAL POSITIONING SYSTEM) What is GPS? GPS, standing for Global Positioning System, is becoming common nowadays. Following is a brief introduction. The American Defense Department developed GPS originally

More information

RECOMMENDATION ITU-R M.541-8*

RECOMMENDATION ITU-R M.541-8* Rec. ITU-R M.541-8 1 RECOMMENDATION ITU-R M.541-8* OPERATIONAL PROCEDURES FOR THE USE OF DIGITAL SELECTIVE-CALLING EQUIPMENT IN THE MARITIME MOBILE SERVICE (Question ITU-R 9/8) (1978-1982-1986-1990-1992-1994-1995-1996-1997)

More information

This technical note applies to GPS receivers that are fitted to Tait Direct Connect GPS radios

This technical note applies to GPS receivers that are fitted to Tait Direct Connect GPS radios Technical Note TN-NSC074 Direct Connect GPS Receivers 18 September 2003 This technical note applies to GPS receivers that are fitted to Tait Direct Connect GPS radios GPS RECEIVER TYPES & DIRECT CONNECT

More information

LOGIC MODULES INTRODUCTION

LOGIC MODULES INTRODUCTION INTRODUCTION With littlebits logic modules, you can program in block form. The logic modules create rules for your circuit to follow, giving you more ability to create interesting and complex interactions.

More information

Midi Fighter Spectra. Traktor Remix Deck User Guide. Ver 1.01 DJTECHTOOLS.COM

Midi Fighter Spectra. Traktor Remix Deck User Guide. Ver 1.01 DJTECHTOOLS.COM Midi Fighter Spectra Traktor Remix Deck User Guide DJTECHTOOLS.COM Ver 1.01 Setup Guide Get the Midi Fighter Utility The Midi Fighter Spectra requires special firmware to work with Traktor Remix Decks.

More information

Understanding PMC Interactions and Supported Features

Understanding PMC Interactions and Supported Features CHAPTER3 Understanding PMC Interactions and This chapter provides information about the scenarios where you might use the PMC, information about the server and PMC interactions, PMC supported features,

More information

STC-KNX (32-channel AP)

STC-KNX (32-channel AP) STC-KNX (32-channel AP) Bidirectional-Gateway between EnOcean and EIB/KNX-Bus Operating and installation instructions Humidity sensors Light sensors Presence sensors Gas sensors Room control panels Automated

More information

Unidirectional Gateway EnOcean - KNX/BUS

Unidirectional Gateway EnOcean - KNX/BUS Unidirectional Gateway EnOcean - KNX/BUS Page 1.Use...1 2. Technical features...................1 3.Overalldimensions...1 4.Connection...2 5. Operation...2 6. Standards and approvals............3 7.Maintenance...3

More information

KNX ENO 634 (32-channel AP)

KNX ENO 634 (32-channel AP) WEINZIERL GINEERING GmbH KNX O 634 (32-channel AP) Bidirectional-Gateway between EnOcean and KNX-Bus Operating and installation instructions Digital inputs Link from KNX to EnOcean actuator Switch Dimmer

More information

MAIN MANUAL GB. Contents. -with image verification. Configuration Operation

MAIN MANUAL GB. Contents. -with image verification. Configuration Operation MAIN MANUAL GB -with image verification Contents Configuration Operation 2012-06-21 Table of contents 1.1. Identifying the parts... 4 1.2. Insert GSM/GPRS SIM Card... 5 1.3. The Power Supply... 5 1.4.

More information

Accident Sensor with Google Map Locator

Accident Sensor with Google Map Locator IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 10 March 2016 ISSN (online): 2349-6010 Accident Sensor with Google Map Locator Steffie Tom Keval Velip Aparna

More information

GT03B Commands (V2.2)

GT03B Commands (V2.2) GT03B Commands (V2.2) No. Function Command Reply Explanation 1 Add SOS number SOS,A,P1,P2,P3,P4# (eg)sos,a,688461,68846 2,688463,688464# eg:p1,p2,p3,p4 means the first, second, third and the fourth phone

More information

G3P-R232. User Manual. Release. 2.06

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

More information

INSTALLATION INSTRUCTION SHEET MPG-1 Metering Pulse Generator

INSTALLATION INSTRUCTION SHEET MPG-1 Metering Pulse Generator Output Status LEDs Dip Switch Communication Status LEDs INSTALLATION INSTRUCTION SHEET MPG-1 Metering Pulse Generator Y Z S1 OUTPUT 1 PULSE VALUE OUTPUT MODE OUTPUT PULSE WIDTH (ms) 2 3 4 5 6 Outputs Z1

More information

Chapter 6 Navigation and Field Mapping

Chapter 6 Navigation and Field Mapping Chapter 6 Navigation and Field Mapping In this chapter you will learn about: Orienting maps Measuring a bearing on a map Plotting points on a map using latitude/longitude Plotting points on a map using

More information

Basic Harris DX Transmitter Tutorial

Basic Harris DX Transmitter Tutorial BASIC DX TUTORIAL Basic Harris DX Transmitter Tutorial Basic DX Theory The Harris DX Transmitters series, introduced in 1986, have proven to be the most efficient method of Amplitude Modulation at medium

More information

OPERATING INSTRUCTIONS Digital weekly time switch

OPERATING INSTRUCTIONS Digital weekly time switch OPERATING INSTRUCTIONS Digital weekly time switch 1 Explanation of display and control buttons One-channel timer A B Two-channel timer 1.1 Control buttons i Set time and day of the week e Manual switching

More information

DRG-Series. Digital Radio Gateway. Tait P25 CCDI Tier-2 (TM9400 Series Mobile Radio) Digital Radio Supplement

DRG-Series. Digital Radio Gateway. Tait P25 CCDI Tier-2 (TM9400 Series Mobile Radio) Digital Radio Supplement DRG-Series Digital Radio Gateway Tait P25 CCDI Tier-2 (TM9400 Series Mobile Radio) Digital Radio Supplement DRG-Series Digital Radio Gateway Tait P25 CCDI Tier-2 (TM9400 Series Mobile Radio) Digital Radio

More information

Installation and connection of Galileosky v4.0 tracking devices

Installation and connection of Galileosky v4.0 tracking devices Installation and connection of Galileosky v4.0 tracking devices User Manual www.galileosky.com Contents Necessary Tools, Devices, Materials... 3 General Information... 4 Galileosky v4.0 Tracking Device

More information

DROTAG - Sony Alpha Series Image Tagging

DROTAG - Sony Alpha Series Image Tagging AIRBORNE PROJECTS Airborne Projects specializes in building drone solutions with emphasis on telemetry gathering and integration with avionics and automatic flight systems. DROTAG - Sony Alpha Series Image

More information

Changing settings in the BlueSolar MPPT Charge Controllers

Changing settings in the BlueSolar MPPT Charge Controllers 2016-11-21 07:40 1/14 Changing settings in the BlueSolar MPPT Charge Controllers Changing settings in the BlueSolar MPPT Charge Controllers DEPRECATED: Use VictronConnect instead of mpptprefs We recommend

More information

INSTALLATION INSTRUCTION SHEET MPG-1C Metering Pulse Generator

INSTALLATION INSTRUCTION SHEET MPG-1C Metering Pulse Generator INSTALLATION INSTRUCTION SHEET MPG-1C Metering Pulse Generator V2.12 Firmware Output Status LEDs Zigbee Communication Status LEDs Y Z Outputs Z1 K2 Y2 Z2 K1 Y1 Z2 Y2 K2 Z1 Y1 K1 OUTPUT #2 OUTPUT #1 USB

More information

Reverse Auction Addon

Reverse Auction Addon Reverse Auction Addon Purpose This addon allows you to setup Reverse Auctions for products on your site. A Reverse Auction is where the price of an item ticks downward until either the auction expires,

More information

8253 functions ( General overview )

8253 functions ( General overview ) What are these? The Intel 8253 and 8254 are Programmable Interval Timers (PITs), which perform timing and counting functions. They are found in all IBM PC compatibles. 82C54 which is a superset of the

More information

X4M200 Datasheet. Respiration Sensor. XeThru Datasheet by Novelda AS. Summary

X4M200 Datasheet. Respiration Sensor. XeThru Datasheet by Novelda AS. Summary X4M200 Datasheet Respiration Sensor XeThru Datasheet by Rev. C - Preliminary - December 21. 2017 Summary The XeThru X4M200 Respiration Sensor is an industrialized sensor that complies with worldwide regulations

More information

LineTroll R110C GSM communication unit for LineTroll 110EµR phase-mounted fault indicator

LineTroll R110C GSM communication unit for LineTroll 110EµR phase-mounted fault indicator Lineroll R110C GSM communication unit for Lineroll 110EµR phase-mounted fault indicator User Manual S ystem o verview he Lineroll R110C is a pole mounted device for communication between Netroll microscada

More information

RADIONICS 5501 / o PERIMETER o INTERIOR o o o o o o o o o INSTANT AC CMD

RADIONICS 5501 / o PERIMETER o INTERIOR o o o o o o o o o INSTANT AC CMD RADIONICS 5501 / 4112 o PERIMETER o INTERIOR o o o o o o o o o INSTANT 1 2 3 4 5 6 AC CMD ALL Instant Delay [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 0 ] [ COMMAND ] [ A ] [ B ] [ ENTER ]

More information

WJ9J DTMF and Remote Base Controller. Version

WJ9J DTMF and Remote Base Controller. Version WJ9J DTMF and Remote Base Controller Version 2016-12-19 1 This manual Copyright 2012 by Andy Zorca, WJ9J, All Rights Reserved. Hardware Notice The code contained in the 16F628A or 16F88 Microchip device

More information

9530/8530 Series Pulse Generator Operating Manual

9530/8530 Series Pulse Generator Operating Manual 9530/8530 Series Pulse Generator Operating Manual QUANTUM COMPOSERS, INC PO Box 4248 Bozeman, MT 59772 (406)582-0227 phone (406)582-0237 fax www.quantumcomposers.com Rev 4.9 Contents 1. INTRODUCTION...

More information

Interfacing Clockaudio microphones with the Logic Box

Interfacing Clockaudio microphones with the Logic Box Interfacing Clockaudio microphones with the INTRODUCTION One popular application for the is to interface with conferencing microphones that feature mute switches and LED indicators, and Clockaudio is a

More information

Ness MCR Multi-Channel Radio Receiver

Ness MCR Multi-Channel Radio Receiver Installer s MANUAL Ness MCR Multi-Channel Radio Receiver Installation and programming manual Revision 2.1 www.nesscorporation.com National Customer Service Centre Ph: 1300 551 991 customerservice@ness.com.au

More information

13. Before making a service call Trip information and remedies

13. Before making a service call Trip information and remedies . Before making a service call Trip information and remedies.1 Trip causes/warnings and remedies When a problem arises, diagnose it in accordance with the following table. If it is found that replacement

More information

ELM409 Versatile Debounce Circuit

ELM409 Versatile Debounce Circuit ersatile Debounce Circuit Description The ELM is digital filter circuit that is used to interface mechanical contacts to electronic circuits. All mechanical contacts, whether from switches, relays, etc.

More information

Operating Instructions

Operating Instructions 6 18 GHz Frequency Synthesizer PFS-618-CD-1 Operating Instructions 1) Frequency Control The Frequency Control Code is constructed of 17 bits (A0 - A16). The following equation and table describe the frequency

More information

Sentido KNX Manual. Sentido KNX. Manual. basalte bvba hundelgemsesteenweg 1a 9820 merelbeke belgium

Sentido KNX Manual. Sentido KNX. Manual. basalte bvba hundelgemsesteenweg 1a 9820 merelbeke belgium basalte bvba hundelgemsesteenweg a 980 merelbeke belgium / 68 06 basalte Table of contents:. Introduction... 3. Installation... 4. 3. Identifying the parts... 5 General... 6 3. General functions... 7 3.

More information

MC-E Installation Instructions & Programming Guide

MC-E Installation Instructions & Programming Guide VALVE MC-E Installation Instructions & Programming Guide 1 3 5 7 9 11 13 15 17 19 21 23 25 27 29 31 33 35 37 39 41 43 45 47 2 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 YEL VALVE

More information

PalmGauss SC PGSC-5G. Instruction Manual

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

More information

B & D Enterprises 1P repeater controller pg 1 INTRODUCTION:

B & D Enterprises 1P repeater controller pg 1 INTRODUCTION: B & D Enterprises 1P repeater controller pg 1 INTRODUCTION: The 1P is a basic repeater controller. The controller uses low power devices and stores all commands and system status in non-volatile EE prom.

More information

EscapeKeeper & EscapeKeeper JR

EscapeKeeper & EscapeKeeper JR EscapeKeeper & EscapeKeeper JR OPERATING MANUAL 877-815-5744 or 905-803-9274 www.frightideas.com Contents Getting Familiar with your EscapeKeeper...4 Connections and Controls... 4 Your Current Firmware

More information

PSF-520 Instruction Manual

PSF-520 Instruction Manual Communication software for HA-520/HA-680 Series PSF-520 Instruction Manual Thank you for implementing our AC servo driver HA-520, HA-680 series. The PSF-520 software sets various parameters and checks

More information

About the DSR Dropout, Surge, Ripple Simulator and AC/DC Voltage Source

About the DSR Dropout, Surge, Ripple Simulator and AC/DC Voltage Source About the DSR 100-15 Dropout, Surge, Ripple Simulator and AC/DC Voltage Source Congratulations on your purchase of a DSR 100-15 AE Techron dropout, surge, ripple simulator and AC/DC voltage source. The

More information

20 CHANNELS DIGITAL DELAY GENERATOR

20 CHANNELS DIGITAL DELAY GENERATOR NUT 063 Ed. 2.2 September 2015 User's Manual MODEL 745-20C 20 CHANNELS DIGITAL DELAY GENERATOR 20 independent delay channels 100 ps delay resolution (1 ps option) 10 seconds delay range Adjustable output

More information

Use of the application program. Contents. 1. Functional description General. GAMMA instabus Application program description.

Use of the application program. Contents. 1. Functional description General. GAMMA instabus Application program description. Use of the application program Product family: Product type: Manufacturer: Heating, air conditioning, ventilation Thermostat Siemens Name: Temperature controller UP 237 DELTA i-system Order no.: 5WG1 237-2AB_1

More information

Maritime Geo-Fence Letter Report

Maritime Geo-Fence Letter Report Report No. CG-D-10-16 Maritime Geo-Fence Letter Report Authors: Irene Gonin and Gregory Johnson Distribution Statement A: Approved for public release; distribution is unlimited. July 2016 Classification

More information

Event Monitoring Setup

Event Monitoring Setup Event Monitoring Setup There are two steps to configure Event Monitoring within exacqvision. First, a profile needs to be created and defined. Then, the profile is activated and assigned to a particular

More information

Width (W): 44 mm. bus connecting and branching terminal External supply --- Inputs: Number: up to 2 (depending on parameterization: channel 1 to 2)

Width (W): 44 mm. bus connecting and branching terminal External supply --- Inputs: Number: up to 2 (depending on parameterization: channel 1 to 2) Product name: Design: 2-channel push button interface UP (flush-mounting type) Item no.: 1118 00 ETS search path: Gira Giersiepen / input / binary input, 2fold / Universal push putton interface 2fold Functional

More information

Use of the application program. Contents. 1. Functional description General. GAMMA instabus Application program description.

Use of the application program. Contents. 1. Functional description General. GAMMA instabus Application program description. Use of the application program Product family: Product type: Manufacturer: Heating, air conditioning, ventilation Thermostat Siemens Name: Temperature controller UP 237 DELTA i-system Order no.: 5WG1 237-2AB_1

More information

Product Manual. ABB i-bus EIB / KNX. Universal Interface US/U Intelligent Installation Systems

Product Manual. ABB i-bus EIB / KNX. Universal Interface US/U Intelligent Installation Systems Product Manual ABB i-bus EIB / KNX Universal Interface US/U 12.2 Intelligent Installation Systems US/U 12.2, Universal Interface, 12-fold, FM Contents Page 1 General.3 1.1 Product and functional overview..3

More information

UR3 Coin Validator rel. 1.3 UR3 MDB-Executive Coin Validator rel. 1.2 UR3 T Coin Validator rel User and Maintenance Manual

UR3 Coin Validator rel. 1.3 UR3 MDB-Executive Coin Validator rel. 1.2 UR3 T Coin Validator rel User and Maintenance Manual UR3 Coin Validator rel. 1.3 UR3 MDB-Executive Coin Validator rel. 1.2 UR3 T Coin Validator rel. 1.1 User and Maintenance Manual The information included in this manual may be modified without any prior

More information

EE 314 Spring 2003 Microprocessor Systems

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

More information

Installer manual inputs/outputs interface for led KNX

Installer manual inputs/outputs interface for led KNX Installer manual 01514 2 inputs/outputs interface for led KNX Exclusion of liability: Despite checking that the contents of this document match the hardware and software, deviations cannot be completely

More information