IXARO driver of ALERT

Size: px
Start display at page:

Download "IXARO driver of ALERT"

Transcription

1 MICROMEDIA INTERNATIONAL ALERT: IXARO Driver Author: Jens Eberle Pages : 20 Company: Micromedia International Date : 08/11/2016 Version : 1.1 [Commentaires ] IXARO driver of ALERT Distribution list To CC Company Attached files: 08/11/2016 IXARO driver of ALERT 1/20

2 08/11/2016 IXARO driver of ALERT 2/20

3 Content... 1 Introduction... 4 Requirements... 4 IXARO Topology... 4 ALERT configuration... 5 Activation and Configuration of the Message Processor... 5 Script driver configuration... 6 Test the connection... 9 Create a user in ALERT and add the media... 9 Send a test message to a pager Global Parameters of the Script Script and connection monitoring Script supervision by Watchdog Connection monitoring - Socket.Fail General Socket monitoring Ping Supervision Appendix Test the communication part manually Send a message to one pager Send a message to all pagers group call Troubleshooting Socket connection issue Script.ini example /11/2016 IXARO driver of ALERT 3/20

4 Introduction The IXARO company is specialized in the area of license free radio paging systems, developed for the use in logistic centers and industry. The IXARO driver of ALERT, allows to send messages* to the IXARO pagers. This document describes the installation and configuration of the driver in ALERT, also it will show the communication way between ALERT and IXARO. *The IXARO pager display, only allows to display 16 characters, so ALERT just transmit 16 characters, although it can be send more. Requirements ALERT Version 3.6 rev.2 Build 6 or higher The Option Script Editor SCRIPTDRV have to be enabled in the license TCP/IP Network System requirements correspond to the requirements of ALERT, see Not required, but nice to have, the Option Message processor of ALERT, for editing the script and for debug purposes IXARO Topology TCP/IP Network with IP address and TCP/IP Port, needed for the converter 08/11/2016 IXARO driver of ALERT 4/20

5 ALERT configuration Starting with an ALERT configuration from scratch. Activation and Configuration of the Message Processor Open Configuration -> Options and check the box Message processor activation Go to Configuration -> Message Processor and import the IXARO script by selecting the IXARO.pro file. 08/11/2016 IXARO driver of ALERT 5/20

6 Click the Init button to initialize the script In the Journal you will get the following line Script driver configuration 1. Open the Configuration -> Communication dialog box and select the Drivers tab. Here select the Generic Script Driver, if not there, please Add or re-install it. 08/11/2016 IXARO driver of ALERT 6/20

7 2. Select the Generic Script driver and double click it or choose the Properties to open its parameter dialog box. Choose the TCP/IP Connection from the drop down menu and press the (yellow marking) 3. Enter the IP Address and the TCP/IP Port of the TCP/IP-RS422 converter 4. Select the IXARO Script and configure the other parameters as shown (yellow marking) 08/11/2016 IXARO driver of ALERT 7/20

8 5. If the driver wasn t generated after the restart of ALERT, please modify the Script.ini file of the ALERT directory. Give a name to the new generated entry define the section Example: Please find an example of the Script.ini in the Appendix 6. If you neet to have the call type enabled, please add following line to have more character of the users media address bar: AddrCtrl= ABCDEFTN,# 08/11/2016 IXARO driver of ALERT 8/20

9 Test the connection Create a user in ALERT and add the media Add the IXARO driver to the user and define the pager number. The pager number is located at the back of the IXARO Pager, called Capcode. There are 3 call types, leaving the Number/Address bar blank, the Alphanumeric type will be used (default mode). To choose another mode the following syntax, comma separated is needed (please make sure that the call types are configured in IXARMA): Capcode,A A = Alphanumeric, e.g ,A N = Numeric, e.g ,N T = Tone call, e.g ,T 08/11/2016 IXARO driver of ALERT 9/20

10 Example of a tone call entry, please make sure that the long message field in the send message or alarm definition dialog box may not be empty! Send a test message to a pager Right click the new generated user and Send a Message 1. Enter the Text to send 2. Press the Send button to transmit the message to the IXARO pager PLEASE NOTE: Neither the long message in the Send Message dialog box nor in the alarm definition may not be EMTPY! ALERT won t transmit empty messages to the pager, this is also required for the call type T = Tone call. 08/11/2016 IXARO driver of ALERT 10/20

11 To verify the data transmission, please open the line monitor of the IXARO socket connection Go to ALERT -> Configuration -> Communication -> tab Ports, here select the socket connection of IXARO and press the Monitor button to open the Line Monitor window. After a successful transmission of the message, the following line in the Line Monitor should appear: Global Parameters of the Script gntrace: Trace Level 0=Low, 5 = Mid, 10 = High (all information) gntimeout: Watchdog Timeout, default 60 seconds gswatchdogtagname: IXARO-Script-Watchdog, the watchdog alarm name gstransmitteraddress: The Transmitter Address set via the dip switches, default 1 gssubaddress: Subaddress, default = 2 08/11/2016 IXARO driver of ALERT 11/20

12 Script and connection monitoring We recommend to user 4 additional alarms to monitor the whole communication line. Script supervision by Watchdog In the case of a script issue the watchdog alarm will be raised 1. Add the watchdog variable by add a tag 2. Select the type Other and name it as IXARO-Script-Watchdog 3. Define the alarm group, the condition INVAR=1;80, the call action and the alarm text 4. Re-initialize the IXARO script in the message processor dialog box 08/11/2016 IXARO driver of ALERT 12/20

13 Connection monitoring - Socket.Fail In the case of a network / socket issue the following alarms will be raised. Please make sure that the users of the call group for the following alarms, doesn t use the IXARO driver. Please use another driver like , SMS or tone alarm of ALERT. 1. Add the Socket.Fail variable by add a tag 2. Select the OPC type and choose the ALERT.OPCServer.1. Please select the item according to the IXARMA socket connection. Check the Communication-> tab Ports dialog box to get the right socket number. 08/11/2016 IXARO driver of ALERT 13/20

14 3. Alarm definition example General Socket monitoring 1. Add the Socket variable by add a tag 08/11/2016 IXARO driver of ALERT 14/20

15 2. Define the condition to NOT EQUAL to 5 and set the other parameters of the alarm definition window Now, when the socket connection will be closed you will get an error message 08/11/2016 IXARO driver of ALERT 15/20

16 Ping Supervision To do a permanent supervision of the IXARMA TCP/IP-RS422 converter, please add the Ping Script to supervise this connection 1. Please import the Ping script (ping.pro) to the message processor and initialize it by pressing the init button 2. At the left hand site, in the tree view you will get a new data server entry called ping 3. Please do a right click at the Ping data server to add a new tag. 08/11/2016 IXARO driver of ALERT 16/20

17 4. The tag name must be the IP address of the IXARO TCP/IP RS422 converter 5. Below, there is the example configuration of the alarm definition dialog box 6. Test the script and the newly generate tag a. Unplug the network cable of the server b. In ALERT the alarm with the IP address name should be raised c. Plug in the network cable again d. The alarm should go back to its normal state e. Acknowledge the alarm 08/11/2016 IXARO driver of ALERT 17/20

18 Appendix Test the communication part manually Use the terminal application putty.exe, download it from here: Open the terminal application, select the connection type Telnet and enter the IP address and TCP/IP Port, press the open button to start the TCP/IP connection. If the session cannot be opened, please check your firewall settings, the IP address and TCP/IP port of the EXPERT TCP/IP-Serial converter. When the terminal window will start, please enter following commands (press enter to send the commands): i1 to get the transmitter model and version Send a message to one pager Use following syntax: Px pager number, sub address, call type, message 08/11/2016 IXARO driver of ALERT 18/20

19 P ,2,A,ALERT Test The pager will receive ALERT Test Send a message to all pagers group call Use the following group call number: and syntax: P1, ,2,A,ALERT GroupTest All pagers in the radio range will get the message ALERT GroupTest Troubleshooting Socket connection issue Please restart the XIARO TCP/IP-Serial Converter and ALERT 08/11/2016 IXARO driver of ALERT 19/20

20 Script.ini example [Version] Version=1, 0, 0, 10 (Unicode) [Drivers] 0=IXARO [IXARO] IpAddress= IpPort=100 TCP=1 ComType=8 Script=IXARO TimeTest=1 TimeResponse=10 TryCount=1 AckAuto=1 AckAlarm=0 Trace=1 Mode=1 Header="" HeaderMes="" OneMessage=1 GroupMessage=0 GroupChar=: Uppercase=0 NoAccent=0 Country= Flags= DialNumber= Init= Masked=0 AckManu=0 baud=9600 bits=8 parity=no stops=1 B1=0 B2=9 B3=0 AddrSize=0 AddrExact=0 AddrFill=0 AddrCtrl= ABCDEFTN,# 08/11/2016 IXARO driver of ALERT 20/20

AlertMobile Configuration Guide

AlertMobile Configuration Guide MICROMEDIA INTERNATIONAL ALERT - remote alarm management ALERT: AlertMobile Configuration Guide Author: GL Update: GL Pages: 36 Date: 04/07/2018 Version: 3.7.3 AlertMobile Configuration Guide Réf. : HOWTO-Configure

More information

ALERT SIA-IP driver. When installing the software ALERT, the driver "SIA-IP" should be selected (Component "Alert" option "Communication drivers").

ALERT SIA-IP driver. When installing the software ALERT, the driver SIA-IP should be selected (Component Alert option Communication drivers). ALERT SIA-IP driver 1) Installation A) Installation of the SIA-IP driver When installing the software ALERT, the driver "SIA-IP" should be selected (Component "Alert" option "Communication drivers"). If

More information

Lab IP Addresses and Network Communication

Lab IP Addresses and Network Communication Lab 3.5.2 IP Addresses and Network Communication Objectives Build a simple peer-to-peer network and verify physical connectivity. Assign various IP addresses to hosts and observe the effects on network

More information

SmartNotification 1.2

SmartNotification 1.2 SmartNotification 1.2 Release Description Build 1.2.14 SN12REL, Rev. 7, 2010-10-06 Contents: 1. Introduction...2 1.1 Related documentation...2 1.2 Release history...2 2. Product Overview...3 2.1 Product

More information

ALERT CONFIGURATION GUIDE SIA DRIVER

ALERT CONFIGURATION GUIDE SIA DRIVER ALERT CONFIGURATION GUIDE SIA DRIVER 1) Installation A) SIA modem installation The SIA modem must be connected to a serial port on the PC (COM1, ) and plugged in an analog phone line. The modem being completely

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

8.9.2 Lab: Configure an Ethernet NIC to use DHCP in Windows Vista

8.9.2 Lab: Configure an Ethernet NIC to use DHCP in Windows Vista 8.9.2 Lab: Configure an Ethernet NIC to use DHCP in Windows Vista Introduction If Vista is not available in your classroom, you may complete this lab by viewing the figures in this document. Print and

More information

User Manual A08. User Manual

User Manual A08. User Manual A08 TABLE OF CONTENTS TABLE OF CONTENTS... 1 1. INTRODUCTION... 2 1.1. Key Features... 3 1.2. OS Requirement... 4 1.3. Specification... 4 1.4. Packing List... 4 2. OVERVIEW... 5 2.1. LED Definition...

More information

BitPipe Cellular Dev- Kit

BitPipe Cellular Dev- Kit BitPipe Cellular Dev- Kit Rev 1.2 2018-03-19 Table of Contents Table of Contents... 2 Table of figures... 3 1 Revision history... 4 2 Introduction... 4 3 Included Material... 4 4 BitPipe Development Kit

More information

ScadaPhone Installation & Quick Start::

ScadaPhone Installation & Quick Start:: P.O. Box 11590, Reno, NV, 89510 Phone : 775-348-7471 (U.S.) Email : Sales@ScadaTEC.com October, 2014 ScadaPhone Installation & Quick Start:: This document outlines the procedure for installing ScadaPhone

More information

Sam Spade 1.14 Open Source Security Tool by Steve Atkins

Sam Spade 1.14 Open Source Security Tool by Steve Atkins CS 413 Spring 2005 Max Konovalov Sam Spade 1.14 Open Source Security Tool by Steve Atkins University of Alaska Anchorage Department of Mathematical Sciences This paper describes Sam Spade 1.14 open source

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

Canlan INSTALLATION MANUAL

Canlan INSTALLATION MANUAL Canlan INSTALLATION MANUAL August 2014 Table of Contents Introduction... 4 Overview... 5 RJ45 Connector and Status LEDs... 5 Power Input... 6 RS232 / RS485 Connectors... 7 Installing the Canlan Software...

More information

AIdirector TM DAD GUI Extension Configuration Guide

AIdirector TM DAD GUI Extension Configuration Guide AIdirector TM DAD GUI Extension Configuration Guide Version 2.5.x Part Number CF-DAD Rev 3 2008 by Kentrox, Inc. All rights reserved. Copyright 2008 by Kentrox, Inc. All Rights Reserved. The material discussed

More information

Wireless PC Network Settings

Wireless PC Network Settings APPENDIX C This appendix provides instructions for changing the TCP/IP and radio card settings in your wireless PC. Choose the instructions appropriate for your operating system. Here is what you will

More information

IPM-01 / IPM-01H MODBUS TCP/RTU Bridge User Guide

IPM-01 / IPM-01H MODBUS TCP/RTU Bridge User Guide VxI Power Ltd. IPM-01 / IPM-01H MODBUS TCP/RTU Bridge User Guide 01/12/2015 Document Number: 14970-020A Issue Number: 2 Contents 1.0 Device Overview... 2 2.0 Getting Started... 3 2.1 Connecting the Device...

More information

08 March 2017 NETOP HOST FOR ANDROID USER S GUIDE

08 March 2017 NETOP HOST FOR ANDROID USER S GUIDE 08 March 2017 NETOP HOST FOR ANDROID USER S GUIDE Contents 1 Introduction... 2 1.1 Document Scope... 2 1.2 Technical Specifications... 2 2 Using the Netop Host... 3 2.1 Netop Host Display... 3 2.2 Netop

More information

USER S MANUAL. PH485Ex1. #1 RS-485 Serial Port to Ethernet, Terminal Server/Client. Doc No: PH485Ex1-UM-001 IPEX. (IP Electronix)

USER S MANUAL. PH485Ex1. #1 RS-485 Serial Port to Ethernet, Terminal Server/Client. Doc No: PH485Ex1-UM-001 IPEX. (IP Electronix) USER S MANUAL PH485Ex1 Doc No: PH485Ex1-UM-001 #1 RS-485 Serial Port to Ethernet, Terminal Server/Client IPEX (IP Electronix) Contents 1. INTRODUCTION... 3 2. SPECIFICATIONS... 3 3. PACKAGE CHECKLIST...

More information

Alert VoIP Softphone Tests Tutorial

Alert VoIP Softphone Tests Tutorial Micromedia International Support Author: Nicolas Dentant Company: Micromedia International Date : 05/10/2016 Version : 1.1 Pages : 25 Alert VoIP Softphone Tests Tutorial Réf. : AlertVoIPSoftPhoneTestsTutorial.docx

More information

tsh-700 Series User Manual

tsh-700 Series User Manual tsh-700 Series User Manual Tiny Serial Port Sharer Aug. 2017 Ver. 1.6 WARRANTY All products manufactured by ICP DAS are warranted against defective materials for a period of one year from the date of delivery

More information

SelfCheck System Model 6210

SelfCheck System Model 6210 SelfCheck System Model 6210 Administrator's Guide 3M Library Systems 3M Center, Building 225-4N-14 St. Paul, MN 55144 1000 1 800 328 0067 http://www.3m.com/library Copyright 2001, 3M IPC. All rights reserved.

More information

SSE232-LE Serial Server- User s Manual

SSE232-LE Serial Server- User s Manual www.exemys.com Rev.6 1 Products are in constant evolution to satisfy our customer needs. For that reason, the specifications and capabilities are subject to change without prior notice. Updated information

More information

Using ANM With Virtual Data Centers

Using ANM With Virtual Data Centers APPENDIXB Date: 3/8/10 This appendix describes how to integrate ANM with VMware vcenter Server, which is a third-party product for creating and managing virtual data centers. Using VMware vsphere Client,

More information

The OSI Model. Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO).

The OSI Model. Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Network Models The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding and developing computer-to-computer communication

More information

Guide to Powering Agent Vi Analytics on Milestone s XProtect. savvi 5.3

Guide to Powering Agent Vi Analytics on Milestone s XProtect. savvi 5.3 Guide to Powering Agent Vi Analytics on Milestone s XProtect savvi 5.3 Contents Contents 1 Overview... 2 1.1 About this Guide... 2 1.2 Version Compliance... 2 1.3 Enabling Procedure... 3 2 Specific Installation

More information

CS 326e Lab 2, Edmondson-Yurkanan, Spring 2004 Router Configuration, Routing and Access Lists

CS 326e Lab 2, Edmondson-Yurkanan, Spring 2004 Router Configuration, Routing and Access Lists CS 326e Lab 2, Edmondson-Yurkanan, Spring 2004 Router Configuration, Routing and Access Lists Name: In this lab you will learn: PartA Cisco 2600 Router Configuration Static Routing PartB 20 min Dynamic

More information

Giga-tronics ASCOR Series 8000 Switch

Giga-tronics ASCOR Series 8000 Switch GIGA-TRONICS Giga-tronics ASCOR Series 8000 Switch Getting Started Guide Terukuni Okuyama 2013-08-14 This guide describes the installation, controlling, and programming of the Series 8000 Switch Module.

More information

XLmanage Version 2.4. Installation Guide. ClearCube Technology, Inc.

XLmanage Version 2.4. Installation Guide. ClearCube Technology, Inc. XLmanage Version 2.4 Installation Guide ClearCube Technology, Inc. www.clearcube.com Copyright and Trademark Notices Copyright 2009 ClearCube Technology, Inc. All Rights Reserved. Information in this document

More information

Optex Integration User Guide Custom Solutions Genetec Professional Services Team

Optex Integration User Guide Custom Solutions Genetec Professional Services Team Optex Integration User Guide Custom Solutions Genetec Professional Services Team Innovative Solutions Table of Contents 1 Purpose 3 2 Document Reviews 3 3 Overview 3 4 Installation 3 4.1 Installing the

More information

M!DGE/MG102i VPN Configuration

M!DGE/MG102i VPN Configuration Application notes. M!DGE/MG102i VPN Configuration. version 1.0 12/7/2017 RACOM s.r.o. Mirova1283 59231 Nove MestonaMorave CzechRepublic Tel.: +420565659 511 Fax: +420565659 512 E-mail: racom@racom.eu www.racom.eu

More information

MAXxess Integration Module Administrator's Guide

MAXxess Integration Module Administrator's Guide MAXxess Integration Module 1.0 - Administrator's Guide 19 Dec 2008 Rev 1.0 Table of Contents 1 Overview... 3 1.1 Compatibility... 3 1.2 References... 3 2 Installation... 4 3 Configuration... 5 3.1 System

More information

CS356 Lab NIL (Lam) In this lab you will learn: Cisco 2600 Router Configuration Static Routing PartB 20 min Access Control Lists PartC 30 min Explore!

CS356 Lab NIL (Lam) In this lab you will learn: Cisco 2600 Router Configuration Static Routing PartB 20 min Access Control Lists PartC 30 min Explore! CS356 Lab NIL (Lam) In this lab you will learn: PartA Time: 2 hrs 40 min Cisco 2600 Router Configuration Static Routing PartB 20 min Access Control Lists PartC 30 min Explore! Components used: 2 computers

More information

NETAFIM WILL NOT ACCEPT RESPONSIBILITY FOR DAMAGE RESULTING FROM THE USE OF NETAFIM'S PRODUCTS OR THE USE OF THIS MANUAL.

NETAFIM WILL NOT ACCEPT RESPONSIBILITY FOR DAMAGE RESULTING FROM THE USE OF NETAFIM'S PRODUCTS OR THE USE OF THIS MANUAL. [Type text] COPYRIGHT 2011, NETAFIM NO PARTS OF THIS PUBLICATION MAY BE REPRODUCED, STORED IN AN AUTOMATED DATA FILE OR MADE PUBLIC IN ANY FORM OR BY ANY MEANS, WHETHER ELECTRONIC, MECHANICAL, BY PHOTOCOPYING,

More information

Trio Motion Technology 4-2. Motion Perfect v3

Trio Motion Technology 4-2. Motion Perfect v3 MOTION PERFECT V3 4 Trio Motion Technology 4-2 Software Reference Manual Introduction to Motion Perfect 3 Motion Perfect 3 is an Microsoft Windows based application for the PC, designed to be used in conjunction

More information

WhatsConfigured for WhatsUp Gold 2016 User Guide

WhatsConfigured for WhatsUp Gold 2016 User Guide WhatsConfigured for WhatsUp Gold 2016 User Guide Contents Welcome to WhatsConfigured 1 What is WhatsConfigured? 1 Finding more information and updates 1 Sending feedback 2 Deploying WhatsConfigured 3 STEP

More information

Before Contacting Technical Support

Before Contacting Technical Support APPENDIXA This appendix describes the steps to perform before calling for technical support for any Cisco MDS 9000 Family multilayer director and fabric switch. This appendix includes the following sections:

More information

OPCPPC User s Guide Powers Process Controls OPC Data Access Server V1.0, February 2001

OPCPPC User s Guide Powers Process Controls OPC Data Access Server V1.0, February 2001 OPCPPC User s Guide Powers Process Controls OPC Data Access Server V1.0, February 2001 http://www.isquared.ca TABLE OF CONTENTS 1 Introduction... 3 2 Quick Start Tutorial... 3 3 Installation... 4 4 Authorization...

More information

Software Upgrade Online Help

Software Upgrade Online Help Welcome! Digital Lightwave, Inc. is pleased to present the Network Information Computer (NIC) Software Upgrade Online Help To view and select topics, press the folder icons and topics on the left. Have

More information

AP-ENBD User Manual V0.2

AP-ENBD User Manual V0.2 AP-ENBD User Manual V0.2 2015/12 Catolog Catolog... 2 1 Introduction... 1 1.1 Communication Structure... 1 1.2 Internal Principle... 2 2 Installation... 2 2.1 Connect to the Same Router (or Switch )...

More information

Setting up Digi One IAP for Rockwell bridging, including linking a serial PLC and serial HMI. February

Setting up Digi One IAP for Rockwell bridging, including linking a serial PLC and serial HMI. February Setting up Digi One IAP for Rockwell bridging, including linking a serial PLC and serial HMI February 2018 90000636 Contents 1 Introduction... 4 1.1 Example application... 4 1.2 Theory of operation...

More information

PreLab for CS356 Lab NIL (Lam) (To be submitted when you come for the lab)

PreLab for CS356 Lab NIL (Lam) (To be submitted when you come for the lab) PreLab for CS356 Lab NIL (Lam) (To be submitted when you come for the lab) Name: UT EID: 1. Differentiate between Routers, Switches, and Hubs. 2. Explain subnet masks. 3. For this lab, where is subnet

More information

Logging. About Logging. This chapter describes how to log system messages and use them for troubleshooting.

Logging. About Logging. This chapter describes how to log system messages and use them for troubleshooting. This chapter describes how to log system messages and use them for troubleshooting. About, page 1 Guidelines for, page 7 Configure, page 8 Monitoring the Logs, page 26 History for, page 29 About System

More information

DRG-Series. Digital Radio Gateway. TAP Paging Interface. Interfacing Omnitronics DRG with Telocator Alphanumeric Protocol (TAP) Paging Interface

DRG-Series. Digital Radio Gateway. TAP Paging Interface. Interfacing Omnitronics DRG with Telocator Alphanumeric Protocol (TAP) Paging Interface DRG-Series Digital Radio Gateway TAP Paging Interface Interfacing Omnitronics DRG with Telocator Alphanumeric Protocol (TAP) Paging Interface Digital Radio Supplement DRG-Series Digital Radio Gateway Telocator

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

3.1. Administrator s Guide TNT SOFTWARE. ELM Log Manager. Version

3.1. Administrator s Guide TNT SOFTWARE. ELM Log Manager. Version Version 3.1 TNT SOFTWARE ELM Log Manager Administrator s Guide TNT SOFTWARE ELM Log Manager 3.1 Administrator s Guide Copyright 1997-2003 TNT Software All Rights Reserved 2001 Main Street Vancouver, WA

More information

PowerLogic Active Pager Module Version 6.1

PowerLogic Active Pager Module Version 6.1 Version 6.1 Instruction Bulletin 3080IB0801 February 2009 Table of Contents 02/2009 Table of Contents Table of Contents... ii CHAPTER 1 INTRODUCTION... 1 PowerLogic Active Pager Module... 1 About this

More information

Troubleshooting CiscoView

Troubleshooting CiscoView APPENDIX A Troubleshooting CiscoView This appendix provides information about troubleshooting CiscoView. It provides the most common FAQs (Frequently Asked Questions) and a troubleshooting table of common

More information

User and Installation Guide

User and Installation Guide The Logic IO RTCU Gateway Professional Version 1.28 User and Installation Guide Table of Contents Table of Contents... 2 Introduction... 3 Contents of package... 4 System requirements... 4 Time Service...

More information

The DNC-Process 6.5 is an event-controlled, Hardlock-protected 32bit software for the operating systems WINDOWS 9x/NT4.0/2000/XP.

The DNC-Process 6.5 is an event-controlled, Hardlock-protected 32bit software for the operating systems WINDOWS 9x/NT4.0/2000/XP. Manual VIS DNC-Process 6.5 The DNC-Process 6.5 is an event-controlled, Hardlock-protected 32bit software for the operating systems WINDOWS 9x/NT4.0/2000/XP. For installation the CD-ROM contents should

More information

3 Connecting to a Controller

3 Connecting to a Controller 3 Connecting to a Controller In this chapter Connecting to controllers: Overview 36 Setting up communications for your PC 37 Configuring Modbus communications 37 Modbus communications by modem 39 Configuring

More information

ezconfig User s Manual

ezconfig User s Manual eztcp Configuration Program ezconfig User s Manual Version 1.2 2009-09-23 Sollae Systems Co., Ltd. http://www.sollae.co.kr Contents Contents... - 1-1 Overview... - 4-1.1 Overview... - 4-1.2 Related Products...

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

Initial Configuration on ML-Series Card

Initial Configuration on ML-Series Card CHAPTER 3 This chapter describes the initial configuration of the ML-Series card and contains the following major sections: Hardware Installation, page 3-1 Cisco IOS on the ML-Series Card, page 3-2 Startup

More information

Proficy* HMI/SCADA - ifix LAN R EDUNDANCY

Proficy* HMI/SCADA - ifix LAN R EDUNDANCY Proficy* HMI/SCADA - ifix LAN R EDUNDANCY Version 5.5 February 2012 All rights reserved. No part of this publication may be reproduced in any form or by any electronic or mechanical means, including photocopying

More information

WebAccess Device Driver Guide. BwSNMP Broadwin to SNMP Agent (Simple Network Management Protocol) Device Driver Guide

WebAccess Device Driver Guide. BwSNMP Broadwin to SNMP Agent (Simple Network Management Protocol) Device Driver Guide BwSNMP Broadwin to SNMP Agent (Simple Network Management Protocol) Device Driver Guide Version 5.0 rev 1 Broadwin Technology, Inc. Table of Contents BwSNMP Broadwin to SNMP Agent (Simple Network Management

More information

Provisioning the K1000 Agent

Provisioning the K1000 Agent Provisioning the K1000 Agent Agent provisioning is the task of installing the K1000 Agent on devices you want to add to K1000 inventory using the Agent. About the K1000 Agent The K1000 Agent is an application

More information

DPS Telecom Techno Knowledge Paper Your Partners in Network Alarm Management

DPS Telecom Techno Knowledge Paper Your Partners in Network Alarm Management DPS Telecom Techno Knowledge Paper Your Partners in Network Alarm Management Telnet to a NetGuardian Are you incurring costly windshield time by driving to remote sites just to access your RTU? Connect

More information

PT Activity 5.6.1: Packet Tracer Skills Integration Challenge Topology Diagram

PT Activity 5.6.1: Packet Tracer Skills Integration Challenge Topology Diagram Topology Diagram All contents are Copyright 2008 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1 of 6 Addressing Table Device Interface IP Address Subnet Mask

More information

Magnetek Material Handling IMPULSE LINK 4.1 WDS

Magnetek Material Handling IMPULSE LINK 4.1 WDS Magnetek Material Handling IMPULSE LINK 4.1 WDS WDS Configurator Instruction Manual Part Number: 144-17658 R2 Copyright 2013 Magnetek Material Handling PRODUCT MANUAL SAFETY INFORMATION Magnetek, Inc.

More information

PanelMate Power Pro Version 2.21 Errata

PanelMate Power Pro Version 2.21 Errata PanelMate Power Pro Version 2.21 Errata Part Number: 01-50582-00 March 31, 2003 * Configuration Editor Issues * 1. When importing PanelMate Series configurations (V2.11 import) into a database using PanelMate

More information

PlusConnect GatesAir Sigma

PlusConnect GatesAir Sigma PlusConnect GatesAir Sigma Installation and Operation Manual Installation and Operation Manual REV B Table of Contents Introduction... 1 Compatibility... 1 Unpacking... 2 Front Panel Indicators... 2 Hardware

More information

Setting up a LAN Instrument Network. Installation Guide

Setting up a LAN Instrument Network. Installation Guide Setting up a LAN Instrument Network Installation Guide Notices Agilent Technologies, Inc. 2010 No part of this manual may be reproduced in any form or by any means (including electronic storage and retrieval

More information

Mitsubishi FX Net Driver PTC Inc. All Rights Reserved.

Mitsubishi FX Net Driver PTC Inc. All Rights Reserved. 2017 PTC Inc. All Rights Reserved. 2 Table of Contents 1 Table of Contents 2 3 Overview 3 Device Setup 4 Channel Properties 5 Channel Properties - General 5 Channel Properties - Serial Communications 6

More information

AXIS Installation Guide v1.0. English French Spanish German

AXIS Installation Guide v1.0. English French Spanish German AXIS 2120 Network Camera Installation Guide v1.0 English French Spanish German AXIS 2120 Installation Guide - English Page 1 of 5 Installing Your Camera to a Network Follow the guide below to quickly install

More information

Installation Guide CMS SMARTCOM Abstract

Installation Guide CMS SMARTCOM Abstract 17-10-05 Installation Guide CMS SMARTCOM T100367E Rev. RC 1(18) Installation Guide CMS SMARTCOM Abstract This document describes the installation and configuration of the CMS smartcom process. A basic

More information

Universal Management Agent Installation Guide G10L

Universal Management Agent Installation Guide G10L Universal Management Agent 1.01 Installation Guide IBM G10L-9841-1 IBM Universal Management Agent 1.01 Installation Guide G10L-9841-1 Note Before using this information and the product it supports, be

More information

EGW1-IA3-MB User s Manual

EGW1-IA3-MB User s Manual www.exemys.com Rev. 0 1 Products are in constant evolution to satisfy our customer needs. For that reason, the specifications and capabilities are subject to change without prior notice. Updated information

More information

Security Management System

Security Management System Introduction software is a true open platform VMS software solution. It provides interface for integration with several cameras, encoders, DVRs, video sources, CCTV keyboards, access control systems, building

More information

Creating New Listen Only Caller Applications

Creating New Listen Only Caller Applications Creating New Listen Only Caller Applications Starting the Caller Applications Design Tool The Caller Application Design Tool can be installed on the MAS (Message Application Server) or it can be installed

More information

ProjectorNetTM Adapter Quick Start Guide

ProjectorNetTM Adapter Quick Start Guide ProjectorNetTM Adapter Quick Start Guide Adapter networking 1. Quick Start The ProjectorNet Adapter kit contains the following items: ProjectorNet Serial to Ethernet Adapter Cable Adapter, ProjectorNet

More information

Alpha-Numeric Display Pager MODEL :AL-A28. Gold Apollo Co., Ltd.

Alpha-Numeric Display Pager MODEL :AL-A28. Gold Apollo Co., Ltd. Alpha-Numeric Display Pager MODEL :AL-A28 PAGER PROGRAMMING GUIDE Gold Apollo Co., Ltd. Contents Contents GETTING STARTED... 1 EQUIPMENT REQUIRED... 1 EQUIPMENT SETUP... 1 INSTALLING PROGRAMMER SOFTWARE...

More information

MX OPC Server 5.0 Help Documentation

MX OPC Server 5.0 Help Documentation 5.0 Help Documentation Contents 1. Introduction to MX OPC Server 1-1 2. Starting MX OPC Server Configuration 2-1 3. Address Space 3-1 4. Alarm Definitions 4-1 5. Simulation Signals 5-1 6. Runtime Operations

More information

VME-Pro. Application Notes VERSION 1 JUNE, 2005

VME-Pro. Application Notes VERSION 1 JUNE, 2005 VME-Pro Application Notes VERSION 1 JUNE, 2005 NOTICE No part of this document may be reproduced or transmitted in any form or by any means (electronic, photocopying, recording, or otherwise) without the

More information

Installing the Tibbo Device Server Toolkit

Installing the Tibbo Device Server Toolkit Ethernet Time Clock Tibbo Software Installation and Configuration V5.7 for Windows Vista and Windows 7 When using the Icon Time Systems PROX or PIN Entry Employee Time Clocks with Ethernet capabilities,

More information

Gigaset Router / en / A31008-E105-B / cover_front_router.fm / s Be inspired

Gigaset Router / en / A31008-E105-B / cover_front_router.fm / s Be inspired s Be inspired Table of Contents Table of Contents Safety precautions........................... 3 The Gigaset Router........................... 3 Features and Benefits..................................................

More information

Appendix C - More on Novell

Appendix C - More on Novell Overview.............................................. C-1 Key Features........................................ C-1 M305 Configuration..................................... C-2 Preferred File Server (NDS

More information

IP Module Technical Guide

IP Module Technical Guide www.wattmaster.com IP Module Technical Guide TABLE OF CONTENTS GENERAL INFORMATION... 3 IP Module Overview... 3 System Overview... 3 System Requirements... 3 QUICK START GUIDE... 4 COMMLINK IV IP MODULE

More information

SMS Driver User Guide. Technical Document. AX 3.x.108 SMS Driver User Guide. Dec 13, Dec 13, 2017

SMS Driver User Guide. Technical Document. AX 3.x.108 SMS Driver User Guide. Dec 13, Dec 13, 2017 Technical Document AX 3.x.108 SMS Driver User Guide Dec 13, 2017 Dec 13, 2017 http://www.maxlinesolutions.com Page 1 of 19 SMS Driver User Guide 13 Dec 2017 SMS Driver User Guide... 2 Capability... 3 Platform...

More information

Managing Southbound and Northbound Interfaces

Managing Southbound and Northbound Interfaces CHAPTER 12 Managing Southbound and Northbound Interfaces Cisco Prime Optical uses protocols such as CORBA, SNMP, and HTTP to provide southbound and northbound interfaces to communicate with NEs and operations

More information

User Manual Network Interface

User Manual Network Interface User Manual Network Interface Rev. 1.00 SRP-350Ill SRP-352Ill SRP-350IIOBE http://www.bixolon.com Table of Contents 1. Manual Information... 3 2. Specifications... 3 2-1 Hardware version... 3 2-2 Configuration

More information

CHAPTER 7 ADVANCED ADMINISTRATION PC

CHAPTER 7 ADVANCED ADMINISTRATION PC ii Table of Contents CHAPTER 1 INTRODUCTION... 1 Broadband ADSL Router Features... 1 Package Contents... 3 Physical Details... 4 CHAPTER 2 INSTALLATION... 6 Requirements... 6 Procedure... 6 CHAPTER 3 SETUP...

More information

User and System Administration

User and System Administration CHAPTER 2 This chapter provides information about performing user and system administration tasks and generating diagnostic information for obtaining technical assistance. The top-level Admin window displays

More information

APPLICATION NOTE # 036

APPLICATION NOTE # 036 1 Initiator: MRN ISD Approval: Customer Service: Date: 1/7/2009 Date: Date: TITLE: Using the Xpert2/9210B on a TCP/IP Network 1. Introduction This application note discusses how to use the Xpert2/9210B

More information

SPORTY - First start guide & useful hints MAYAH Communications

SPORTY - First start guide & useful hints MAYAH Communications 2 1 1.1 Before Start 1.2 Check if scope of delivery (see chapter Scope of Delivery) is complete with help of the included packing list. Recharge the original SPORTY battery with the original SPORTY charger

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

Voice Mail System Personal Mailbox Management Manual. Version 1.2 July 2003 Proprietary

Voice Mail System Personal Mailbox Management Manual. Version 1.2 July 2003 Proprietary Voice Mail System Personal Mailbox Management Manual Version 1.2 July 2003 Proprietary 2003 ITS Telecom All rights reserved. The information disclosed herein is proprietary to ITS Telecom and may not be

More information

Software Description Application Software OTT Hydras 3 net

Software Description Application Software OTT Hydras 3 net English Software Description Application Software OTT Hydras 3 net We reserve the right to make technical changes and improvements without notice! Table of contents 1 Overview of OTT Hydras 3 net 5 2 Data

More information

AMS HART Pass-Through Reference Guide

AMS HART Pass-Through Reference Guide AMS HART Pass-Through Reference Guide Remote Automation Solutions Revision Tracking Sheet This manual may be revised periodically to incorporate new or updated information. The revision date of each page

More information

HOME AUTOMATION, INC. Model 93A00-1. Serial Server. User s Manual

HOME AUTOMATION, INC. Model 93A00-1. Serial Server. User s Manual HOME AUTOMATION, INC. Model 93A00-1 Serial Server User s Manual Document Number 93I00-1 Rev. A December, 2009 Introduction The 93A00-1 is a RS232/RS485 to TCP/IP converter integrated with a robust system

More information

ERP-Scale Handbook Version 3.0.5

ERP-Scale Handbook Version 3.0.5 Handbook 1 March 2010 Trademarks and Copyright SapScale Pocket Programs 2006. All rights reserved. Pocket Programs 2007. All rights reserved. SAP & SAP ERP are registered trademarks of SAP AG. Pocket Programs

More information

1111 West 35th Street Chicago, IL Customer Support: (773) UPS SNMPWEBCARD

1111 West 35th Street Chicago, IL Customer Support: (773) UPS SNMPWEBCARD 1111 West 35th Street Chicago, IL 60609 Customer Support: (773) 869-1234 www.tripplite.com UPS SNMPWEBCARD USER S GUIDE FCC Radio/TV Interference Notice The SNMPWEBCARD has been tested and found to comply

More information

M205/M206 v5.6.5 Release Notes

M205/M206 v5.6.5 Release Notes M205/M206 v5.6.5 Release s Microplex Systems Ltd. Fax: +1 604 444-4239 8525 Commerce Court Support: +1 800 665-7798 Burnaby, BC V5A 4N3 Internet: support@microplex.com Canada FTP: ftp.microplex.com Tel:

More information

AlliedView -EMS QoS MANAGER USER S GUIDE

AlliedView -EMS QoS MANAGER USER S GUIDE AlliedView -EMS 4.0.2 QoS MANAGER USER S GUIDE AlliedView -EMS 4.0.2 QoS Manager User s Guide Page 1 of 146 TABLE OF CONTENTS 1 OVERVIEW...5 2 STARTING QOS MANAGER...6 3 MAIN WINDOW...7 3.1 INITIAL WINDOW...8

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

ESM Manager 2 Easy to Use Interface Software

ESM Manager 2 Easy to Use Interface Software ESM Manager 2 Easy to Use Interface Software User Manual EnviroTech LLC 1517 Technology Drive Tel: (757) 549 8474 Suite 101 Fax: (757) 410 2382 Chesapeake, VA 23320 Email: info@n-virotech.com USA Web:

More information

Ethernet Module MGC-PRO MicroDrive

Ethernet Module MGC-PRO MicroDrive Technical Manual Ethernet Module MGC-PRO MicroDrive This technical manual is a supplement to the operating instructions "Barrier MHTM TM MicroDrive" (5815,51) and describes the Ethernet module. Before

More information

VNS2000 Server Software

VNS2000 Server Software VNS2000 Server Software Automated Messaging Interface OEM & Developer Guide Version 1.02 Visiplex, Inc. 2010 VNS2000 Server Software Automated Messaging Interface Copyright The product described in this

More information

MB40 & MB45 MODBUS TCP/IP Gateway Handbook

MB40 & MB45 MODBUS TCP/IP Gateway Handbook MB40 & MB45 MODBUS TCP/IP Gateway Handbook Version 1.2 29 July 2014 Environdata Australia Pty Ltd 42-44 Percy Street Warwick Queensland 4370 Australia Phone: (07) 4661 4699 Fax: (07) 4661 2485 International

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

E-Blocks Mobile Communications Bundle

E-Blocks Mobile Communications Bundle Page 1 Communications Bundle Cover Page Page 2 Flowcode Installing Flowcode Instruction for installing Flowcode can be found inside the installation booklet located inside the Flowcode DVD case. Before

More information