MCL-Collection. USB Deployment Notes

Size: px
Start display at page:

Download "MCL-Collection. USB Deployment Notes"

Transcription

1 Visualize Mobilize Realize -Collection -Collection Deployment Notes January 2006

2 Deployment Notes Overview This document describes considerations for implementing and deploying an mobile application that uses for communications. s implementation of gives customers the same capabilities as they have today using RS232 serial communications for sequential, point-to-point mobile computer communications. The implementation involves changes to several components. You will need to upgrade each of these to create and deploy an application using. -Designer version 3.16 version Client version Designer -Designer has been modified to provide an option to set up communications for your mobile worker application. -Designer has also been modified to allow you to download your project to your mobile computers over. To do this, needs to be installed on the same system as your -Designer. -Designer does not use ; it only uses the driver. However, this means that every time you use - Designer to download a project, -Designer temporarily disables. -Designer re-enables when the download is completed. has been modified to install a new service that handles the communications and the control. In order for to operate properly, needs to be installed on the same system as your. does not use ; it only uses the driver. However, this means that only or may be used at any given time on that system. When is running, it disables. When you quit, it re-enables before terminating. -Client Like, the -Client relies on already being installed on the WinCE terminal. -Client does not use ; it only uses the client driver. However, this means that only -Client or may be used at any given time on a terminal. When -Client is running, it disables. When you quit -Client, it re-enables before terminating. January 2006 Page 2

3 Deployment Notes rchitecture involves serial communications. This means that communications are point-topoint and that each terminal communicates with sequentially, one terminal at a time. single will support up to 16 cradle slots. Each cradle slot may be used to service more than one terminal. Figures 1-4 below show the architecture and possible deployment configurations using. In multiple terminal deployments, single slot and 4- slot cradles may be used in any combination with hubs to give up to 16 terminal slots. Sends command to to open or close Switch. Server Pipe Controls switch B client. -Client Driver WinCE Terminal sitting in cradle B Client Figure 1: -Collection General rchitecture January 2006 Page 3

4 Deployment Notes Sends command to to open or close Switch. Server Pipe Hub Hub Single slot or 4-slot cradles for WinCE terminals. Figure 2: -Collection rchitecture Multiple Terminals (up to 16 cradle slots per ) January 2006 Page 4

5 Deployment Notes Host pplication or Database -Bridge (optional) POS Registers or PC.... POS POS POS POS Pipe Pipe Pipe Pipe WinCE WinCE WinCE WinCE Terminal Driver Terminal Driver Terminal Driver Terminal Driver B B B B -Client Client -Client Client -Client Client -Client Client Controls switch B Controls switch B Controls switch B Controls switch B client client client client In-store In-store In-store In-store Figure 3: -Collection General rchitecture Distributed POS or PC January 2006 Page 5

6 Deployment Notes Host pplication or Database -Bridge (optional) POS Registers or PC.... POS or PC POS or PC POS or PC POS or PC Pipe Pipe Pipe Pipe Hub Hub Hub Hub Hub Hub Hub Hub Single slot or 4-slot cradles for WinCE terminals. Single slot or 4-slot cradles for WinCE terminals. Single slot or 4-slot cradles for WinCE terminals. Single slot or 4-slot cradles for WinCE terminals. In-store In-store In-store In-store Figure 4: -Collection rchitecture Distributed POS or PC Multiple Terminals (up to 16 cradle slots per ) January 2006 Page 6

7 Deployment Notes pplication Programming Considerations Upgrade Existing pplications To use functionality, you need -Designer V3.16 and an V3 project. If your existing application is a V2 project, follow the normal Import from V2 capability provided by -Designer V3 to convert your project from a V2 project to a V3 project. Use the Migrate Wizard, if applicable, to forward migrate your V2 DOS projects to V3 projects. Once you have upgraded your application, modify your RS232 serial communications to communications. See Communications Parameters below for the proper settings. Multiple Terminals If you intend to have multiple terminals uploading and downloading data to and from in an unattended mode, create your application such that each terminal tries periodically, and repeatedly, to get the line to communicate with. When its turn arrives, have the terminal establish a connection and perform the relevant uploads and downloads. For multiple terminals to communicate unattended with, each terminal must be assigned a unique terminal ID. When a terminal has established a session and is performing its uploads and downloads with, any other terminal trying to establish a session will receive a busy status from. If you have many terminals all trying constantly to establish a session, could be become very busy sending busy status indications. This could take s attention away from the first terminal and result in a performance impact on the first terminal s upload or download communications. Therefore, recommends staggered attempts by multiple terminals to establish sessions and retries. To stagger the retry periods for establishing sessions with, consider using the terminal s unique ID as a variable in calculating the delay time. For example, choose a unit of time, of, say, 500 msec. Then, for a terminal with ID=3 create a delay of 0.5 sec x 3 = 1.5 sec. before retrying. This randomization will help to minimize the collisions between multiple terminals trying to establish a communications session with. January 2006 Page 7

8 Deployment Notes Requirements -Designer V3 version 3.16 or greater Windows XP or Windows or greater installed -Designer Device Plug-ins v3.16 or greater o Compatibility Note: -Designer v3.16 is fully compatible with previous versions of the DDPs. Non- DDPs will disable the functionality. version or greater Windows XP or Windows or greater installed uses UDP sockets to communicate. Therefore, a TCP/IP stack must be installed -Client version 3.13 or greater 3.8 installed on the mobile computer o Note: WM2005 requires 4.0 Mobile Computer or cradle with port Supported Devices -Designer Device Plug-ins (DDPs) and -Clients have been created for the following devices: Symbol: MC1000, MC50, MC3000, MC3070, MC9000, MC9010, MC9050, MC9060, MC9062 Intermec: CN2, CN2, CK30, CK30B, CK30C, CK310G, 740, 750, 751G 760 Datalogic: Jet, Kyman-Net, Viper-Net January 2006 Page 8

9 Deployment Notes Getting Started -Designer -Designer v3.16 automatically installs the service and uses communications when it is selected. option has been added to the Send project functionality. v automatically installs the service and uses communications when it is selected. -Client -Client v3.13 uses automatically on supported devices if the option is selected. To use, select it in the System Menu in the communication mode combo object. January 2006 Page 9

10 Deployment Notes Limitations -Designer Only one port is supported at a time, for one device at a time. -Designer temporarily disables when it is sending a project to a device. -Designer re-enables when the Project Send is complete. It is not possible to use the from 2 instances of on the same platform. One allows communicating with all the terminals (each in turn) connected via the thru a single slot or 4-slot cradle. hub may also be included in the configuration. disables when running. re-enables when is terminated. -Client If the option is selected in the System Menu, -Client monopolizes the port. To use the port for another software package, close the -Client. Miscellaneous Technical Information.EXE object new object has been created and is used by both -Designer and. It performs the following functionalities: Detect the insertion of a device for an already open COM port. Detection of a plugged device(s) when the COM port is opened. Opening and control of the COM port on the Host side including the termination of if present. Process incoming messages from the terminal in UDP WN (single port) mode or UDP LN (dual port) mode with message parsing. Installing the service. The service is installed automatically with the installation of -Designer v3.16 and v The installation procedure verifies if it s a Windows 2000 or Windows XP platform. warning is displayed if the driver is not present. If a previous version of the service is already installed, it is deinstalled before installing the new one. New functionalities: Mcl-link setup: added in the Combo-box Stop the service if it s running Start the service using the standard UDPLN, 5001, 5099, Subnet 1 parameters (display a message in case of error) = Base port (5000) + ((Subnet 1)*256) = Base port (5000) + ((Subnet 1)*256) + 99 When is stopped, the service is also stopped. listens to the Localhost 5099 port and speaks to the Localhost 5001 January 2006 Page 10

11 Visualize Mobilize Realize -Collection -Designer High-productivity, horizontal development environment to create enterprise-ready, multimodal, data capture applications. Batch/ Point-to-Point, Serial: Direct Connect RS-232 Modem Technologies Headquarters Chaussée de Bruxelles, Waterloo Belgium Tel Fax Net Real-Time/ Concurrent Users: Wireless WLN: WiFi, WWN: GSM, GPRS, Wired Ethernet -Bridges Host pplications Back Office pplications ERP: SP Warehouse Management (WMS) ODBC: Oracle, ccess, FoxPro, DB2, Excel, Sybase, SQL Technologies US Competence Centre Technologies UK Competence Centre Technologies Ireland Competence Centre Technologies NL Competence Centre -Collection with Vocollect Voice Voice Recognition, Voice Synthesis bout Technologies Technologies is a recognized leader in delivering high-productivity software development tools for mobile workforce application development, deployment, and management. Its enterprise-ready, standards-based software suite, -Collection, seamlessly integrates the latest technologies with mobile computer, multimanufacturer, cross-platform compatibility. Through the integration of mobile computing, wireless infrastructures, and data capture technologies like barcode scanners, radio frequency identification, and voice recognition, -Collection helps organizations deploy mission critical and on-demand multimodal applications to improve workforce productivity, reduce costs, and achieve competitive advantage. Since 1992, -Collection has been implemented in thousands of locations around the world by large and small organizations with sectors of activities as varied as retail, banking, healthcare, government, transportation and logistics, warehousing, field service, and manufacturing. More information is available at

Why MCL-Client. Visualize multimodal mobile worker applications. Realize MCL-Client. Visualize Mobilize Realize MCL-Collection

Why MCL-Client. Visualize multimodal mobile worker applications. Realize MCL-Client.   Visualize Mobilize Realize MCL-Collection Visualize Mobilize Realize MCL-Collection Why MCL-Client Visualize multimodal mobile worker applications Realize MCL-Client Why MCL-Client Organizations throughout the world choose MCL-Collection for its

More information

Symbol MC Visualize Preserving Your Investment. Realize MCL-Collection. MCL Technologies. Visualize. Mobilize Realize

Symbol MC Visualize Preserving Your Investment. Realize MCL-Collection. MCL Technologies. Visualize. Mobilize Realize Symbol MC 3000 Visualize Preserving Your Investment Realize MCL-Collection MCL Technologies Visualize. Mobilize Realize Your Success is Our Success Dear Customer, As a recognized leader in delivering enterprise-ready,

More information

MCL Technologies. MCL-Collection. Touch the Technologies and Take Control

MCL Technologies. MCL-Collection. Touch the Technologies and Take Control MCL Technologies MCL-Collection Touch the Technologies and Take Control MCL-Collection MCL-COLLECTION One Development Tool to Design and Deploy Cross Platform Application Integration Simulation Documentation

More information

OUTLINE AND ADVANTAGES

OUTLINE AND ADVANTAGES OUTLINE AND ADVANTAGES 1. Outline The MCL-R/3 Bridge crosses the gap between the practical requirements of the operations environment and the need for the Enterprise to maintain the integrity of the SAP

More information

MCL Technologies. Touch the Technologies and Take Control. MCL-R/3 Bridge

MCL Technologies. Touch the Technologies and Take Control. MCL-R/3 Bridge MCL Technologies Touch the Technologies and Take Control MCL-R/3 Bridge MCL-R/3 BRIDGE VERSION 1.01 MCL-R/3 Bridge is a robust set of software tools designed as add-on, which combine seamlessly with the

More information

MCL för Datalogic JET

MCL för Datalogic JET MCL för Datalogic JET 7 sidor We are pleased to announce you the availability of the MCL-Collection software Suite, the MCL-Designer and MCL-Client for our PDA range product, Datalogic JET. The MCL-Collection

More information

Batch Plus - Data Collection Software

Batch Plus - Data Collection Software Product Information Letter Batch Plus - Data Collection Software March 13, 2005 Introduction Z-Space presents ITScriptNet - Batch Plus Developer data collection design and communication software. Batch

More information

MCL-Link and the CK1 MultiDock

MCL-Link and the CK1 MultiDock MCL-Link and the CK1 MultiDock MCL Technologies - December 2004 What Is the CK1 Multi-Dock? The multi-dock is an accessory for the CK1 Handheld Computer. You can use the multi-dock to: Power up to four

More information

Ten Innovative Financial Services Applications Powered by Data Virtualization

Ten Innovative Financial Services Applications Powered by Data Virtualization Ten Innovative Financial Services Applications Powered by Data Virtualization DATA IS THE NEW ALPHA In an industry driven to deliver alpha, where might financial services firms find opportunities when

More information

Release Notes MCL-Designer Package 3.20

Release Notes MCL-Designer Package 3.20 Release Notes MCL-Designer Package 3.20 Author : MCL-Technologies QA Department Date : 17/01/2011 MCL-Designer 3.20, what s new? Voice: MCL-Voice Generation 2, improvement and new functionalities (requires

More information

Serial to Ethernet Technology 2010

Serial to Ethernet Technology 2010 Serial to Ethernet Technology 2010 Presented by David Evans Product Development Manager at Amplicon Device Servers Add serial interfaces to a network Effectively Ethernet enables any serial device CNC

More information

TopGlobal MB8000 VPN Solution

TopGlobal MB8000 VPN Solution TopGlobal Solution Top Global MobileBridge connects 3G and Ethernet network, as well as WiFi network. MB8000 is a product of MobileBridge serials. MB8000 provides a gateway service for its LAN (including

More information

NET Data Logger. Centre Software Guide UDP GSMS NET HV, NET THR HV NS828 H / H2 / HX / S / S2. Revision [v1.0.4c]

NET Data Logger. Centre Software Guide UDP GSMS NET HV, NET THR HV NS828 H / H2 / HX / S / S2. Revision [v1.0.4c] NET Data Logger Centre Software Guide UDP GSMS NET HV, NET THR HV NS828 H / H2 / HX / S / S2 Revision 120228 [v1.0.4c] ~ 1 ~ Contents 1. How to get data from NET Data Logger?... 3 2. Server Version Comparison...

More information

Fax: +30 (210) Tel Fax

Fax: +30 (210) Tel Fax Athens Office Cairo Office I.C. Systems S.A. I.C. Systems Ltd 49 Amaroussiou Ave 23 Al-Saad-Al-Alee St. 141 23 Lykovryssi, Athens- Greece 11431, Sarayat, Maadi Tel. +30 (210) 61-07-369 Cairo-Egypt Fax:

More information

Terminal Emulation Productivity Continues. Terminal Emulation. Productivity Continues. 1

Terminal Emulation Productivity Continues. Terminal Emulation. Productivity Continues.   1 Terminal Emulation Productivity Continues www.ivanti.com 1 Contents Summary... 3 1. Ivanti TE Works... 3 2. Ivanti TE is Widely Adopted... 3 3. Continued Evolution... 4 4. Increased Productivity... 4 5.

More information

Rugged Computing Range

Rugged Computing Range Rugged Computing Range A leader in the global ICT Industry, MiTAC International Corp. was founded in 1982, and designs and manufactures awardwinning technology products for the automotive, enterprise,

More information

Data Sheet: High Availability Veritas Cluster Server from Symantec Reduce Application Downtime

Data Sheet: High Availability Veritas Cluster Server from Symantec Reduce Application Downtime Reduce Application Downtime Overview is an industry-leading high availability solution for reducing both planned and unplanned downtime. By monitoring the status of applications and automatically moving

More information

DQpowersuite. Superior Architecture. A Complete Data Integration Package

DQpowersuite. Superior Architecture. A Complete Data Integration Package DQpowersuite Superior Architecture Since its first release in 1995, DQpowersuite has made it easy to access and join distributed enterprise data. DQpowersuite provides an easy-toimplement architecture

More information

DISTRIBUTED SCADA TECHNOLOGY

DISTRIBUTED SCADA TECHNOLOGY Redefining SCADA for Comprehensive Distributed Utilities Solutions By James M. DiNanno a CSE-Global Group Company Introduction The burden being placed on municipal utilities continues to increase. Customers

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

MD Link Integration MDI Solutions Limited

MD Link Integration MDI Solutions Limited MD Link Integration 2013 2016 MDI Solutions Limited Table of Contents THE MD LINK INTEGRATION STRATEGY...3 JAVA TECHNOLOGY FOR PORTABILITY, COMPATIBILITY AND SECURITY...3 LEVERAGE XML TECHNOLOGY FOR INDUSTRY

More information

CONFIGURATION SOFTWARE

CONFIGURATION SOFTWARE MODBUS GATEWAY CONFIGURATION SOFTWARE MBS100E/G/W MODBUS GATEWAY 01 / 2018 MIKRODEV_SM_MBS100_CG_EN CONTENTS 1 MODBUS GATEWAY CONFIGURATION SOFTWARE... 6 1.1 General Information... 6 1.2 Device Connection...

More information

Intelligent Document Solutions

Intelligent Document Solutions Intelligent Document Solutions you can Instant access to key information maximises efficiency Information is the lifeblood of your business the backbone of effective decision-making. So it s frustrating

More information

Wireless IP for IoT / M2M 101 The Basics

Wireless IP for IoT / M2M 101 The Basics Wireless IP for IoT / M2M 101 The Basics Aeris White Paper A concise introduction to using wireless devices for Internet of Things (IoT) and machine-to-machine (M2M) data transmissions. www.aeris.com 1

More information

Oracle GoldenGate and Oracle Streams: The Future of Oracle Replication and Data Integration

Oracle GoldenGate and Oracle Streams: The Future of Oracle Replication and Data Integration Oracle GoldenGate and Oracle Streams: The Future of Oracle Replication and Data Integration Sachin Chawla, Ali Kutay, Juan Loaiza, Hasan Rizvi Oracle Corporation The following is intended to outline our

More information

Welcome. The Flemish Pilot Eandis concept for real time smart metering. October 10th, 2012

Welcome. The Flemish Pilot Eandis concept for real time smart metering. October 10th, 2012 Welcome The Flemish Pilot Eandis concept for real time smart metering October 10th, 2012 Agenda Introduction Eandis Goals of the Eandis Pilot phase : EFFICIENCY INTEROPERABILITY DATA QUALITY Eandis Architecture

More information

Technical and Architectural Overview

Technical and Architectural Overview 100% Web-Based Time & Labor Management Technical and Architectural Overview Copyright 2007 Time America 15990 N. Greenway-Hayden Loop Suite D-500, Scottsdale, AZ (800) 227-9766 www.timeamerica.com Table

More information

Power Infotech, leading IT Solution Provider, recognized as a Trusted

Power Infotech, leading IT Solution Provider, recognized as a Trusted IS E E NTE P I SE OMTION INF ECUITY S E INFSTUC TU E PT U SO FT E W P C TE T EN IN F INF O M TI O N Y IT CU SE D TUE CP T D UE CT U ST SOFTWE Power Infotech, leading IT Solution Provider, recognized as

More information

The Future of Broadband Wireless Today.

The Future of Broadband Wireless Today. The Future of Broadband Wireless Today. Azalea Networks... A Wireless Mesh Network Solutions Provider Delivering Network Intelligence through Wireless Routing Technology that Sets New Standards in Price

More information

Getting Familiar with Wi-Fi Scanner

Getting Familiar with Wi-Fi Scanner Getting Familiar with Wi-Fi Scanner Thank you for choosing Cino FuzzyScan Wi-Fi Cordless Scanner. Powered by the 802.11 WLAN technology, it is not only easily integrated into an existing enterprise wireless

More information

A SAS/AF Application for Parallel Extraction, Transformation, and Scoring of a Very Large Database

A SAS/AF Application for Parallel Extraction, Transformation, and Scoring of a Very Large Database Paper 11 A SAS/AF Application for Parallel Extraction, Transformation, and Scoring of a Very Large Database Daniel W. Kohn, Ph.D., Torrent Systems Inc., Cambridge, MA David L. Kuhn, Ph.D., Innovative Idea

More information

MCL-Collection Fast and Easy Applications Development

MCL-Collection Fast and Easy Applications Development MCL-Collection Fast and Easy Applications Development MCL TM -Collection is an integrated set of software tools from Symbol Technologies, Inc. that enables nonprogrammers to create and deploy single or

More information

REFERENCE GUIDE. Copyright ComAp s.r.o.

REFERENCE GUIDE. Copyright ComAp s.r.o. IB-Lite Plug-in Ethernet module To be used with ComAp controllers: IL MRSXX, IL AMFXX, IL-NT MRSXX, IL-NT AMFXX, IC-NT SPtM, IC-NT MINT, MC-NT, ID-Lite and other controllers based on these platforms SW

More information

Jitterbit is comprised of two components: Jitterbit Integration Environment

Jitterbit is comprised of two components: Jitterbit Integration Environment Technical Overview Integrating your data, applications, and other enterprise systems is critical to the success of your business but, until now, integration has been a complex and time-consuming process

More information

<Insert Picture Here> Introducing Oracle WebLogic Server on Oracle Database Appliance

<Insert Picture Here> Introducing Oracle WebLogic Server on Oracle Database Appliance Introducing Oracle WebLogic Server on Oracle Database Appliance Oracle Database Appliance with WebLogic Server Simple. Reliable. Affordable. 2 Virtualization on Oracle Database Appliance

More information

Simplify IP Telephony with System i. IBM System i IP Telephony

Simplify IP Telephony with System i. IBM System i IP Telephony Simplify IP Telephony with System i IBM System i IP Telephony Highlights Deploy a complete IP telephony suite on one easy-to-manage system, or even part of a system, shared with other applications Integrate

More information

Connectivity to Cloud-First Applications

Connectivity to Cloud-First Applications Aruba and Riverbed Partner to Accelerate and Optimize Mobile-First Connectivity to Cloud-First Applications Today s workforce is more distributed, more mobile, and more demanding. Constant availability

More information

Sage 200 Extra System Requirements and

Sage 200 Extra System Requirements and Sage 200 Extra System Requirements and 2017 Prerequisites Copyright statement Sage (UK) Limited and Sage Hibernia Limited, 2017. All rights reserved. If this documentation includes advice or information

More information

Massive Scalability With InterSystems IRIS Data Platform

Massive Scalability With InterSystems IRIS Data Platform Massive Scalability With InterSystems IRIS Data Platform Introduction Faced with the enormous and ever-growing amounts of data being generated in the world today, software architects need to pay special

More information

SIP Proxy Server. Administrator Installation and Configuration Guide. 06SIPXM.SY1.00a.EN1

SIP Proxy Server. Administrator Installation and Configuration Guide. 06SIPXM.SY1.00a.EN1 SIP Proxy Server Administrator Installation and Configuration Guide 06SIPXM.SY1.00a.EN1 DSG, DSG logo, InterPBX, InterServer, Blaze Series, Savanna Series, VG5000, IP580, IP500, InterClient, NAT Proxy,

More information

Microsoft Certified Professional Transcript

Microsoft Certified Professional Transcript Microsoft Certified Professional Transcript Last Activity Recorded September 26, 2013 Microsoft Certification ID 1004726 JANE HOWELL F1 Computing Systems Ltd 3 Kelso Place Upper Bristol Road Bath BA1 3AU

More information

ETNC IP/AX25 V1.26. User manual

ETNC IP/AX25 V1.26. User manual ETNC IP/AX25 V1.26 User manual S51MO & MKM 2 1 INTRODUCTION... 4 2 CONNECTION THE RADIO STATION TO THE ETNC... 5 2.1 CONNECTION ETNC TO ONE PC WITHOUT LAN HUB... 5 2.2 CONNECTION ETNC TO ONE OR MORE PC

More information

WiFi Evolution Drives the Need for Multigigabit Networks

WiFi Evolution Drives the Need for Multigigabit Networks WiFi Evolution Drives the Need for Multigigabit Networks January 2015 Prepared by: Zeus Kerravala WiFi Evolution Drives the Need for Multigigabit Networks by Zeus Kerravala January 2015 º º º º º º º º

More information

Recap. Requirements of Networks. Overview of the lecture LAN. Types of Networks. Lecture 03: Networking

Recap. Requirements of Networks. Overview of the lecture LAN. Types of Networks. Lecture 03: Networking Lecture : Networking istributed Systems ehzad ordbar School of omputer Science, University of irmingham, UK Recap rchitecture, what? and why? Tiered rchitecture Various software layer: middleware client/server

More information

SCLIntra Enterprise Product Summary

SCLIntra Enterprise Product Summary SCLIntra Enterprise Product Summary SCLIntra uses barcoding technology to monitor and control the flow of tangible objects mail, parcels, property, files or people as they enter and move through a facility.

More information

W h i t e P a p e r. Integration Overview Importing Data and Controlling BarTender from Within Other Programs

W h i t e P a p e r. Integration Overview Importing Data and Controlling BarTender from Within Other Programs W h i t e P a p e r Integration Overview Importing Data and Controlling BarTender from Within Other Programs Contents Contents...2 Introduction...3 Selecting the Desired Label Data...3 Why you Usually

More information

The EXTender/PBXgateway Product Suite Simplified Voice Networking for Distributed Enterprises

The EXTender/PBXgateway Product Suite Simplified Voice Networking for Distributed Enterprises The / Product Suite Simplified Voice Networking for Distributed Enterprises Citel s mission is simple: To delight our customers and enrich our stakeholders by offering a world-class suite Citel s of products

More information

Etiscan NavConnect.net

Etiscan NavConnect.net The solution for mobile data collection Etiscan NavConnect.net allows mobile data entry devices to connect to Microsoft Dynamics NAV via radio communication or transmission station (so called Batch-Type).

More information

Internet Failover Solutions for Retail and Restaurant Establishments. No-Wire Access - Internet Failover Solutions Made Easy.

Internet Failover Solutions for Retail and Restaurant Establishments. No-Wire Access - Internet Failover Solutions Made Easy. No-Wire Access - Internet Failover Solutions Made Easy No-Wire Access, Specializing in Point-Of-Sale System Internet Failover Solutions for the Restaurant and Retail Industries Internet Failover Solutions

More information

Troubleshooting CHAPTER

Troubleshooting CHAPTER CHAPTER 3 This chapter provides troubleshooting procedures for basic problems with the access point. For the most up-to-date, detailed troubleshooting information, refer to the Cisco Technical Support

More information

Samsung Xchange Configuration & Administration

Samsung Xchange Configuration & Administration Samsung Xchange Configuration & Administration www.samsungbusiness.com Think Smart. Think Samsung. This guide is arranged into three sections: Requirements Installation Configuration Covers the requirements

More information

Software Release Notes. SmartSystems Server v3.51

Software Release Notes. SmartSystems Server v3.51 Software Release Notes SmartSystems Server v3.51 1. Version Information... 2 2. Installation Notes and Compatibility... 3 2.1. System Requirements for installing the SmartSystems Server... 3 2.2. Before

More information

Number: Passing Score: 750 Time Limit: 120 min File Version: 1.0. Microsoft Exam Name: Identity with Windows Server 2016 (beta)

Number: Passing Score: 750 Time Limit: 120 min File Version: 1.0. Microsoft Exam Name: Identity with Windows Server 2016 (beta) 70-742 Number: 70-742 Passing Score: 750 Time Limit: 120 min File Version: 1.0 Microsoft 70-742 Exam Name: Identity with Windows Server 2016 (beta) Sections 1. Understanding Local Area Networks 2. Defining

More information

Installing SMS without a network

Installing SMS without a network Tech Note 6 January 15, 2009 Installing SMS without a network Why would I install SMS without using a pre-existing network? The building is not yet networked but will be. Desire to keep the security system

More information

LANs do not normally operate in isolation. They are connected to one another or to the Internet. To connect LANs, connecting devices are needed.

LANs do not normally operate in isolation. They are connected to one another or to the Internet. To connect LANs, connecting devices are needed. LAN interconnecting devices INTRODUCTION LANs do not normally operate in isolation. They are connected to one another or to the Internet. To connect LANs, connecting devices are needed. Connecting devices

More information

Key Differentiators. What sets Ideal Anaytics apart from traditional BI tools

Key Differentiators. What sets Ideal Anaytics apart from traditional BI tools Key Differentiators What sets Ideal Anaytics apart from traditional BI tools Ideal-Analytics is a suite of software tools to glean information and therefore knowledge, from raw data. Self-service, real-time,

More information

Veritas Cluster Server from Symantec

Veritas Cluster Server from Symantec Delivers high availability and disaster recovery for your critical applications Data Sheet: High Availability Overviewview protects your most important applications from planned and unplanned downtime.

More information

Agile Platform 6.0 System Requirements

Agile Platform 6.0 System Requirements TECHNICAL NOTE Agile Platform 6.0 System Requirements The Agile Platform architecture has been designed with a strong focus on performance, scalability, and high-availability. This technical note describes

More information

Datasheet. Enterprise WiFi System. Models: UAP, UAP-LR, UAP-Pro, UAP-Outdoor, UAP-Outdoor5. Unlimited Indoor/Outdoor AP Scalability in a

Datasheet. Enterprise WiFi System. Models: UAP, UAP-LR, UAP-Pro, UAP-Outdoor, UAP-Outdoor5. Unlimited Indoor/Outdoor AP Scalability in a Enterprise WiFi System Models: UAP, UAP-LR, UAP-Pro, UAP-Outdoor, UAP-Outdoor5 Unlimited Indoor/Outdoor AP Scalability in a 1 The UniFi Enterprise WiFi System is a scalable enterprise access point solution

More information

From Thousands of Desk Phones to One Modern Communications Stack

From Thousands of Desk Phones to One Modern Communications Stack From Thousands of Desk Phones to One Modern Communications Stack How Motorola Solutions CIO shattered records with the world s largest pure cloud phone deployment DIALPAD, INC. SAN FRANCISCO, CA WWW.DIALPAD.COM

More information

Advanced ODBC and JDBC Access to Salesforce Data

Advanced ODBC and JDBC Access to Salesforce Data Advanced ODBC and JDBC Access to Salesforce Data DATA SHEET FEATURES BENEFITS Use significantly less memory to do more work Expose Salesforce data to a full spectrum of custom and commercial apps Secure

More information

Data collection for small and large businesses. Data Collection Connection

Data collection for small and large businesses. Data Collection Connection Data collection for small and large businesses Data Collection Connection Highlights Gathering information quickly and accurately is a high priority for today s competitive companies. Information must

More information

Secure, cloud-based workflow, alert, and notification platform built on top of Amazon Web Services (AWS)

Secure, cloud-based workflow, alert, and notification platform built on top of Amazon Web Services (AWS) Technical Overview Secure, cloud-based workflow, alert, and notification platform built on top of Amazon Web Services (AWS) Copyright 2017 by Bluetooth SIG, Inc. The Bluetooth word mark and logos are owned

More information

Your Global Automation Partner. Elevating Ethernet Intelligence: Implementing Ethernet Technology in Industrial Applications. White Paper - W1004

Your Global Automation Partner. Elevating Ethernet Intelligence: Implementing Ethernet Technology in Industrial Applications. White Paper - W1004 Your Global Automation Partner Elevating Ethernet Intelligence: Implementing Ethernet Technology in Industrial Applications White Paper - W1004 Manufacturers are faced with the constant demand to increase

More information

Pick by Voice. Pick by Voice with headsets by the specialists. Advantages: reducing noise levels and freezer resistant

Pick by Voice. Pick by Voice with headsets by the specialists. Advantages: reducing noise levels and freezer resistant Pick by Voice Pick by Voice with headsets by the specialists Pick by Voice is an ergonomic interface between man and computer system and are ideal for order picking in warehouse applications. Instead of

More information

ELEVATING ETHERNET INTELLIGENCE:

ELEVATING ETHERNET INTELLIGENCE: ELEVATING ETHERNET INTELLIGENCE: IMPLEMENTING ETHERNET TECHNOLOGY IN INDUSTRIAL APPLICATIONS A WHITE PAPER Published 11/28/2012 M anufacturers are faced with the constant features, benefits and performance

More information

CASAS Summer Institute Richard Ackermann

CASAS Summer Institute Richard Ackermann TOPS Enterprise CASAS Summer Institute Richard Ackermann TOPS Enterprise What is it? Why? When? Where? What about TOPSpro? TOPSpro Enterprise The platform Scalability Technologies Architecture Technologies

More information

QLogic 2500 Series FC HBAs Accelerate Application Performance

QLogic 2500 Series FC HBAs Accelerate Application Performance QLogic 2500 Series FC HBAs Accelerate QLogic 8Gb Fibre Channel Adapters from Cavium: Planning for Future Requirements 8Gb Performance Meets the Needs of Next-generation Data Centers EXECUTIVE SUMMARY It

More information

SIP Proxy Server. Administrator Installation and Configuration Guide. 08SIPXM.SY2.20a.EN2

SIP Proxy Server. Administrator Installation and Configuration Guide. 08SIPXM.SY2.20a.EN2 SIP Proxy Server Administrator Installation and Configuration Guide 08SIPXM.SY2.20a.EN2 DSG, DSG logo, InterPBX, InterServer, Blaze Series, Savanna, VG5000, VG6000, VG7000, IP590, IP580, IP500, IP510,

More information

This Lecture. BUS Computer Facilities Network Management. Information Sharing. Local Area Network

This Lecture. BUS Computer Facilities Network Management. Information Sharing. Local Area Network This Lecture US3150 - omputer Facilities Network Management Local rea Network (LN). LN applications. LN topologies: us, Tree, Ring, Faculty of Information Technology Monash University Star. LN protocol

More information

1100 Dexter Avenue N Seattle, WA NetMotion Mobility Architecture A Look Under the Hood

1100 Dexter Avenue N Seattle, WA NetMotion Mobility Architecture A Look Under the Hood TM 1100 Dexter Avenue N Seattle, WA 98109 206.691.5555 www.netmotionwireless.com NetMotion Mobility Architecture A Look Under the Hood NetMotion Mobility Architecture A Look Under the Hood Wireless networking

More information

White Paper How IP is impacting Physical Access Control

White Paper How IP is impacting Physical Access Control White Paper How IP is impacting Physical Access Control +Background Installers and end users of security systems have never seen as many exciting product developments as they have in recent years as more

More information

Ubiquiti UniFi UAP-Pro Access Point

Ubiquiti UniFi UAP-Pro Access Point Product Name: Manufacturer: - Model Number: UAP-PRO Please Note: The UAP-PRO is no longer available. For an alternative, we recommend the UAP-AC-PRO. Ubiquiti UniFi Pro Access Point (UAP-Pro) The Ubiquiti

More information

WHITE PAPER. Expert Tips for Planning an Industrial Wireless Network. Mike Werning Field Application Engineer, Moxa Americas

WHITE PAPER. Expert Tips for Planning an Industrial Wireless Network. Mike Werning Field Application Engineer, Moxa Americas Expert Tips for Planning an Industrial Wireless Network Mike Werning Field Application Engineer, Moxa Americas Executive Summary Wi-Fi is now present everywhere and people have become comfortable using

More information

Securefast SPECIFICATION MANUAL. Entra Access Control. Part of the Securefast Group SECUREFAST DEEDLOCK PINSON TATE COLSON. securefast.co.uk.

Securefast SPECIFICATION MANUAL. Entra Access Control. Part of the Securefast Group SECUREFAST DEEDLOCK PINSON TATE COLSON. securefast.co.uk. CI/SfB (68.5) Securefast Entra Access Control securefast.co.uk SPECIFICATION MANUAL SECUREFAST Part of the Securefast Group DEEDLOCK PINSON TATE COLSON 2 Entra access control - Controllers Introduction

More information

GSM and Similar Architectures Lesson 13 GPRS

GSM and Similar Architectures Lesson 13 GPRS GSM and Similar Architectures Lesson 13 GPRS 1 Two switching modes Circuit Switching Packet switching 2 Circuit switching A connection first sets up Then the entire data transmits through the path that

More information

Windows Agent Console Version

Windows Agent Console Version Windows Agent Console Version 7.10.1714 Release Notes, November 20, 2012 Windows Agent Console Version 7.10.1714 Release Notes, November 20, 2012 CONTENTS 1 OVERVIEW 1.1 Release History and Changes 1.2

More information

Configuring the Oracle Network Environment. Copyright 2009, Oracle. All rights reserved.

Configuring the Oracle Network Environment. Copyright 2009, Oracle. All rights reserved. Configuring the Oracle Network Environment Objectives After completing this lesson, you should be able to: Use Enterprise Manager to: Create additional listeners Create Oracle Net Service aliases Configure

More information

WM-120. Serial to Ethernet Module. Serial to Ethernet Module. User Manual. Version 1.0. Infosystem Technology Corporation, Ltd.

WM-120. Serial to Ethernet Module. Serial to Ethernet Module. User Manual. Version 1.0. Infosystem Technology Corporation, Ltd. W M - 1 2 0 User Manual Version 1.0 Infosystem Technology Corporation, Ltd. Index 1. Disclaimers... 1. A. Warranty... 2. B. Trademark... 2. 2. Product Information... 3. A. Introduction... 3. B. Features...

More information

Windows Agent Console Version

Windows Agent Console Version Windows Agent Console Version 7.22.1802 Release Notes, May 9, 2013 Windows Agent Console Version 7.22.1802 Release Notes, May 9, 2013 CONTENTS 1 OVERVIEW 1.1 Release History and Changes 1.2 Supported Platforms

More information

A Better Way to Integrate SharePoint & Excel with SAP Webinar Q&A

A Better Way to Integrate SharePoint & Excel with SAP Webinar Q&A A Better Way to Integrate SharePoint & Excel with SAP Webinar Q&A October 24 th, 2013 Q: Can Winshuttle be used for Journal entry uploads? A: Yes. The SAP transaction-codes for maintaining journals can

More information

COMMUNICATION PROTOCOLS

COMMUNICATION PROTOCOLS COMMUNICATION PROTOCOLS Index Chapter 1. Introduction Chapter 2. Software components message exchange JMS and Tibco Rendezvous Chapter 3. Communication over the Internet Simple Object Access Protocol (SOAP)

More information

WLAN Security Overview

WLAN Security Overview WLAN Security Overview This Chapter Explore the basic terminology of WLAN security. Discuss the organizations that create the standards, certifications, and recommendations that help guide and direct wireless

More information

Business IP wireless DECT solutions. Enhancing communications. Increasing freedom.

Business IP wireless DECT solutions. Enhancing communications. Increasing freedom. Business IP wireless DECT solutions Enhancing communications. Increasing freedom. High-quality communications designed for you For any business looking to reduce the cost of communications, simplify administration

More information

MSMQ-MQSeries Bridge Configuration Guide White Paper

MSMQ-MQSeries Bridge Configuration Guide White Paper MSMQ-MQSeries Bridge Configuration Guide White Paper Published: November 2000 Table of Contents Table of Contents...1 Introduction...1 Definitions... 2 How the Bridge Works...5 MSMQ-MQSeries Bridge Installation...

More information

Vocera Messaging Platform Server Sizing Matrix. Version 5.2.3

Vocera Messaging Platform Server Sizing Matrix. Version 5.2.3 Vocera Messaging Platform Server Sizing Matrix Version 5.2.3 Notice Copyright 2002-2018 Vocera Communications, Inc. All rights reserved. Vocera is a registered trademark of Vocera Communications, Inc.

More information

The EXTender/PBXgateway Product Suite Simplified Voice Networking for Distributed Enterprises

The EXTender/PBXgateway Product Suite Simplified Voice Networking for Distributed Enterprises The / Product Suite Simplified Voice Networking for Distributed Enterprises Citel s mission is simple: To delight our customers and enrich our stakeholders by offering a world-class suite Citel s of products

More information

Secure IP Address Management Layer 2 Network Access Control Solution

Secure IP Address Management Layer 2 Network Access Control Solution Secure IP Address Management Layer 2 Network Access Control Solution Layer 2 Network Access Control Solution Benefits Why IPScan XE for Your IP Management? Benefits IPScan XE is a high-performance solution

More information

SOFTWARE RELEASE NOTES for Intermec Terminal Emulator Version 1.42

SOFTWARE RELEASE NOTES for Intermec Terminal Emulator Version 1.42 SOFTWARE RELEASE NOTES for Intermec Terminal Emulator Version 1.42 1. VERSION INFORMATION... 1 2. INSTALLATION NOTES... 2 SMARTSYSTEMS INSTALL... 3 CAB FILE OR SELF-EXTRACTING INSTALL... 3 LICENSING...

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

August Oracle - GoldenGate Statement of Direction

August Oracle - GoldenGate Statement of Direction August 2015 Oracle - GoldenGate Statement of Direction Disclaimer This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your

More information

3 Tips for Boosting DNC Performance

3 Tips for Boosting DNC Performance 3 Tips for Boosting DNC Performance Jasmine Lin Project Supervisor Kyle Pearson Specialist, Technical Documents Team In the fully-automated factories of today, automated end-to-end component production

More information

MAKING THE BUSINESS CASE MOVING ORACLE FORMS TO THE WEB

MAKING THE BUSINESS CASE MOVING ORACLE FORMS TO THE WEB MAKING THE BUSINESS CASE MOVING ORACLE FORMS TO THE WEB About Us Agenda Strategic Direction of Oracle Forms Applications Migration Options Migrating to 10g and 11g Migrating to J2EE and ADF Migrating to

More information

Using Essential Viewing over BGAN. Version

Using Essential Viewing over BGAN. Version Using Essential Viewing over BGAN Version 01 25.09.09 1 Contents 1 Overview 4 2 Applications 4 3 Key Features 5 4 Benefits to BGAN Users 5 5 Setting Up 5 5.1 Setting up for the Thrane & Thrane EXPLORER

More information

Mobile TeleSystems (MTS) Converges Fixed and Mobile Telephony

Mobile TeleSystems (MTS) Converges Fixed and Mobile Telephony Mobile TeleSystems (MTS) Converges Fixed and Mobile Telephony MTS creates new revenue opportunities with new services. EXECUTIVE SUMMARY Mobile TeleSystems (MTS) Industry: Telecommunications BUSINESS CHALLENGE

More information

NET101. RS232 / RS422 / RS485 to Ethernet Converter. User s Manual. Version 1.2

NET101. RS232 / RS422 / RS485 to Ethernet Converter. User s Manual. Version 1.2 NET101 RS232 / RS422 / RS485 to Ethernet Converter User s Manual Version 1.2 Copyright Information Copyright 2004-2005, Mega System Technologies, Inc. All rights reserved. Reproduction without permission

More information

Quick Installation Guide

Quick Installation Guide LevelOne FPS-1031 Parallel Print Server FPS-1032 USB Print Server FPS-1033 2 USB + 1 Parallel Print Server WPS-1133 2 USB + 1 Parallel Wireless Print Server Quick Installation Guide This guide covers only

More information

emulation clients, with unique access to control device-specific technologies.

emulation clients, with unique access to control device-specific technologies. Solutions for Mobile Access to Host Applications: Emulation For three decades, Ivanti, powered by Wavelink, has been the industry standard for mobile-host app connectivity. You ve depended on its sessionpersistent

More information

Sybase, an SAP Company

Sybase, an SAP Company Sybase, an SAP Company www.sybase.com Analysis and Reporting Unmatched Query Performance Storage efficiency of structured Data Heterogeneous Environment Unstructured Data Data Warehouse Exceptional Performance

More information

BUSINESS SCANNING SOLUTIONS 2018 LINE GUIDE

BUSINESS SCANNING SOLUTIONS 2018 LINE GUIDE BUSINESS SCANNING SOLUTIONS 2018 LINE GUIDE Why Scanners? Offering the reliability and compatibility that today s businesses demand, s versatile scanner lineup features a wide array of mobile, desktop/workgroup,

More information