SFT-INTSRV - Allegiant Satellite SDK. User Guide Allegiant Satellite SDK Version 1.00

Size: px
Start display at page:

Download "SFT-INTSRV - Allegiant Satellite SDK. User Guide Allegiant Satellite SDK Version 1.00"

Transcription

1 SFT-INTSRV - Allegiant Satellite SDK EN User Guide Allegiant Satellite SDK Version 1.00

2 Allegiant Satellite SDK User Guide Contents EN 2 Table of Contents 1.0 UNPACKING Parts List Description Features Provided by the SDK Allegiant Matrix Switcher Compatibility Recommended PC Platform Supported Containers SDK Library File Descriptions SDK Software Installation SDK Redistribution ALLEGIANT SDK DEPLOYMENT System Diagram System Settings USING THE ALLEGIANT SDK IN A CLIENT APPLICATION Communications Configuration Selecting the Parser Mode Starting the Allegiant Command Parser Stopping the Allegiant Command Parser Handling Camera Switching Commands Processing PTZ Commands Translating Continuous PTZ Operations to their Indefinite Equivalents Error Handling Connecting to Multiple LTC 8780 Units SDK Version Information Limitations

3 Allegiant Satellite SDK User Guide Unpacking EN UNPACKING Verify that all parts shown in the Parts List have been included. If any items are missing, notify your Bosch Security Systems Sales or Customer Service Representative. 1.1 Parts List Although the SFT-INTSRV software package includes several components, only the following items are applicable to the Allegiant Satellite SDK software: Qty Item 1 Allegiant Satellite SDK User Guide (this book) 1 "SFT-INTSRV" CD-ROM containing Allegiant Satellite SDK software files 1 RS-232 interface cable (Bosch Security Systems Part #S1385) 1 Software License Agreement 1.2 Description The Allegiant Satellite Software Development Kit (SDK) is a fully supported set of libraries, documentation, and samples targeted at PC-based application software that is used to control 3rd party CCTV matrix systems or manage IP-based digital video networks. Since the SDK can be used to create customized solutions for unique, specific problems, customers looking to integrate an Allegiant matrix system with products offered by other manufacturers is readily accomplished. For the thousands of existing Allegiant customers, it also provides a bridge to integrate or expand their systems with IP-based products gradually rather than a total and instantaneous replacement. When operating in an Allegiant satellite system configuration, an Allegiant master generates switching and PTZ data that is typically used to control a remote Allegiant satellite matrix. Using the SDK, the video switching commands and PTZ data from the master system are converted into an ActiveX interface method allowing developers to easily translate this information into formats used to control other original equipment manufacturer s (OEM) systems. The SDK also supports an ability to translate repetitive type Allegiant PTZ commands to their indefinite equivalents, resulting in reduced interface traffic and lower bandwidth demands when controlling IP-based networks. The level of integration available with the SDK results in a robust interface that provides transparent operation to the existing Allegiant operators. Operators continue to use their existing CCTV keyboards for selecting video and control of PTZ devices on the Allegiant monitors. This type of solution improves the return of investment on existing capital assets, removes the need for training, and reduces the risk for adopting new technology by incrementally adding to the system. The SDK is compatible with all models of the Allegiant Series switchers. In addition to video switching commands and PTZ control, auxiliaries and prepositions are also supported. The SDK is supplied with five (5) sample applications. Three (3) use C++ to demonstrate incorporating the SDK in a Console, ATL, and MFC application. In addition, samples using Visual Basic, and Microsoft s.net Framework are included. 1.3 Features Provided by the SDK Seamlessly Integrate 3rd Party Analog or Digital CCTV Systems with Bosch Allegiant Series Matrix Switchers Supports Video Switching and PTZ Commands, Including Aux and Preposition Functions Translates Continuous PTZ Commands to their Indefinite Equivalents for Bandwidth Reduction Supports Allegiant LTC 8100 thru LTC 8900 Series Matrix Switchers Integrate with applications developed using C/C++, Visual Basic, and.net 1.4 Allegiant Matrix Switcher Compatibility The Allegiant Satellite SDK software is compatible with any Alllegiant Series system that supports Satellite configuration. Minimum Allegiant CPU firmware required to support Satellite configurations is version 4.0 or later (i.e., units manufactured after 1991). 1.5 Recommended PC Platform Microsoft Windows compatible PC, Intel Pentium 2.8 GHz or greater Operating Systems Windows 2000 (Service Pack 3 or later) Windows XP Professional 512 Mb RAM 50 Mb Fixed Drive space CD-ROM Drive Ports required (Minimum) 1 Serial port for external interface communications Additional serial ports required if multiple systems are being interfaced SVGA display or compatible display

4 Allegiant Satellite SDK User Guide Unpacking EN Supported Containers The Allegiant Satellite SDK is designed to support the following ActiveX Client containers. ActiveX containers developed with Microsoft Visual C Microsoft Visual Studio.NET applications Microsoft Visual Basic 1.7 SDK Library File Descriptions The SDK contents are described below, with respect to SDK installation folder. Folder Filename(s) Description Documentation Allegiant_UG_F01U PDF This document Documentation Allegiant Satellite SDK Interface Definition.chm Examples/ATL Multiple Source and executable files Examples/C++ Examples/DOTNET Examples/MFC Examples/Visual Basic LTC8780_Command Parser DLL LTC8780_Command Parser DLL/Debug LTC8780_CommandParser.dll LTC8780_CommandParser.tlb LTC8780_CommandParser.dll Documents the classes and interfaces of the SDK Source Code and runnable samples illustrating the integration of the SDK in the indicated environments The SDK DLL compiled in Release mode and.tlb (type library) file. This DLL must be registered for use by a client (see Installation Section 3.0) The SDK DLL compiled in Debug mode (will provide TRACE messages for debugging purposes) 1.8 SDK Software Installation SDK Installation The SDK contents described above can be copied from the distribution media and copied to any location on the software developers hard disk. Register the LTC8780_CommandParser.dll using the command "regsvr32 LTC8780_CommandParser.dll", from a command prompt Installing the.net Example The.NET examples requires for the correct version of Microsoft s.net framework installed on the host machine prior to running it, this sample was built using MS Visual Studio.NET 2003 and the.net Framework version 1.1. The framework can be downloaded from Microsoft s website using the following link; pdates/default.aspx 1.9 SDK Redistribution To redistribute the Allegiant Satellite SDK along with a client application, the rules noted below must be followed. 1. Only the LTC8780_CommandParser.dll may be redistributed, and copyright notices may not be removed or altered 2. The LTC8780_CommandParser.dll redistributed to end-user PCs must be copied to the <common files>\bosch Security Systems folder. The <common files> value is located in the registry at: key: HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion value: CommonFilesDir 3. Existing copies of LTC8780_CommandParser.dll should only be overwritten if their version numbers are lower than those of the copies being redistributed. 4. The LTC8780_CommandParser.dll must be registered such as running the following command at the command prompt in the same directory where the DLL is located; regsvr32 LTC8780_CommandParser.dll If the above rules are not followed, applications that use the SDK may not function properly. For installation of the redistributable components on an end-user s PC, refer to SDK Redistribution Section.

5 RS-232 IN CODE OUT CODE IN RS-232 OUT ON Allegiant Satellite SDK User Guide Allegiant SDK Deployment EN ALLEGIANT SDK DEPLOYMENT 2.1 System Diagram Allegiant "Master" System ALLEGIANT Video Matrix BOSCH Biphase Code Containing: P/T/Z commands Satellite commands Crosspoint data (optional) Alarm data (optional) LTC 8780 Satellite Address Decoder RS-232 Interface IAllegiantParser LTC8780_CommandParser.dll PC Client interface to Control the LTC8780 Command Parser OSRD data Satellite data Crosspoint data IOSRDCommand ISatelliteCommand ICrosspointInfo Client Application Figure 1: System Diagram The client application controls the LTC 8780 Command Parser using the exposed IAllegiantParser COM interface. The client application implements the three interfaces shown, and passes them to the LTC 8780 Command Parser, to use in returning data to the client. Specifics relating to the uses of the interfaces are provided in Section 3, Using the Allegiant SDK and are illustrated by examining the source code provided with the example applications provided as part of this SDK.

6 Allegiant Satellite SDK User Guide Allegiant SDK Deployment EN System Settings Configuring the Allegiant Master Satellite System The SDK is designed to work with an Allegiant matrix/controller setup in a satellite configuration. It requires an Allegiant matrix/switcher, an LTC 8780 Data Converter Unit and a PC work station. Familiarity with the Allegiant Matrix Switch control system, Windows-based software, and a general knowledge of networking is required. Refer to the Allegiant Instruction Manual for configuring the Allegiant system to operate as a master system in an Allegiant Satellite configuration. Allegiant manuals are available for download from the Bosch website: Configuring the LTC 8780 Data Converter Unit The LTC 8780 Data Converter is required to convert Allegiant Satellite commands into a format that matches the software settings. Connect the LTC 8780 CODE IN connector to the biphase port of the Allegiant. Refer to the LTC 8780 manual for biphase connections, which can be found on the Bosch website: The LTC 8780 is connected to the PC s COM port using a Bosch S1385 or Industry standard Null modem RS-232 data cable. The data rate of the RS-232 interface should be set to 38.4 kbs Hardware handshaking should be enabled See Table 1 and Table 2 below for DIP Switch settings. DIP Switch Switch Number Recommended Table 1: DIP Switch Settings Setting Function S101 1 (BAUD) ON RS-232 Baud Rate 2 (BAUD) ON of (CODE DIST) OFF Biphase input to Biphase output 4 (ADDR FUNCT) OFF CCL Address Select S102 1 (RCVR DRVR) ON Enable transmission of R/D messages S103 S104 2 (XPOINT) OFF Disable transmission Crosspoint messages 3 (CCL) ON Enable transmission of CCL messages 4 (MATCH) ON Set to OFF to disable CCL message addresses checking 1 4 (ADDR LOW) 1 4 (ADDR HIGH) (See Table 2) (See Table 2) Address or Block Select Low Order Bits (Must be set to Satellite Address) Address or Block select high order bits (Must be set to Satellite Address) S105 1 (MODEM CMD) OFF Not applicable 2 (ORIGINATE) OFF Modem command + ATA 3 (CHECK CTS) ON Check CTS before transmitting data 4 OFF Not used

7 Allegiant Satellite SDK User Guide Using the Allegiant SDK in a Client Application EN 7 Address DIP Switches S104 Table 2: CCL Address Select S OFF OFF OFF OFF OFF OFF OFF OFF 1 OFF OFF OFF OFF OFF OFF OFF ON 2 OFF OFF OFF OFF OFF OFF ON OFF 3 OFF OFF OFF OFF OFF OFF ON OFF 4 OFF OFF OFF OFF OFF OFF OFF OFF 5 OFF OFF OFF OFF OFF OFF OFF ON 6 OFF OFF OFF OFF OFF ON ON OFF 7 OFF OFF OFF OFF OFF ON ON ON 8 CCL Address Select X X X X X X X X (continue series) ON ON ON ON ON ON ON OFF 255 ON ON ON ON ON ON ON ON Using the LTC 8780 Data Converter Unit with Address Matching Enabled The Data Converter unit can be configured to either forward all CCL commands that are received from the Master Allegiant system or only forward commands that match the Address of the Data Converter unit. Switch #4 on dip switch S101 enables the Address function and Switch #4 on dip switch S102 enables Address matching, the format of CCL messages will vary based on how your configure the dip switches. 3.0 USING THE ALLEGIANT SDK IN A CLIENT APPLICATION Refer to the Allegiant Satellite SDK Interface Definition for details about the interfaces and the object model of the SDK. The below sections explain programming tasks relevant to creating an application using the Allegiant SDK. Use the below in conjunction with the supplied sample applications. 3.1 Communications Configuration The communication configuration of the LTC 8780 Command Parser must match the hardware settings of the LTC 8780 or the parser will not be able to receive and decode the incoming commands. The configuration items are exposed as properties of the parser component Configuring the RS-232 Serial Port The baud rate, RS-232 handshaking mode and COM port name must match the settings in the LTC The following properties can be used to apply the settings; Using the IAllegiant interface, which is exposed by the AllegiantParser coclass set the following properties; PortName( ) BaudRate( ) -RS-232 PC port that is connected to code converter -Baud rate setting using jumpers S101 on the Data converter HandShake( ) -Handshake mode as set using jumper S105 on the Data converter Once configured the serial port can be opened and closed using the OpenCOMM( ) and CloseCOMM( ) methods on the IAllegiantParser interface Select Address Matching The Command Parser exposes a property UseMessageHeader( ) on the IAllegiantParser interface which needs to be set to true when Address matching is disabled and false otherwise (see Section 2.2.2, Configuring the LTC 8780 Data Converter Unit). 3.2 Selecting the Parser Mode The command parser supports three independent modes, ParserModeOSRD( ) for OSRD commands, ParserModeSatellite( ) for Satellite commands and ParserModeCrosspoint( ) for crosspoint commands, all these properties are members of the IAllegiantParser interface.

8 Allegiant Satellite SDK User Guide Using the Allegiant SDK in a Client Application EN 8 Each property is of type PARSER_MODE that takes either a bitmap or one of the following values: PARSER_MODE_PROCESS - process all commands and forward using interface methods PARSER_MODE_USE_RAW_METHOD - semi process the command and forward using raw method that includes device address. In addition, this mode can be combined as a bitmap to set exceptions for commands that still need to be forwarded to the appropriate interface methods. PARSER_MODE_RAW - no processing required just forward all commands to the raw interface The following code snippet displays how to set the parser mode; // set the parser mode to send raw OSRD // commands but supply the logical camera // number and the message //payload, use // interface methods to deliver Aux and // Prepos commands piallegtparser- >put_parsermodeosrd(parser_mode_use_raw_meth OD PROCESS_AUX_PREPOS); // set the parser mode to send raw Satellite // commands but supply the logical camera // number and the message // payload piallegparser->put_parsermodesatellite (PARSER_MODE_USE_RAW_METHOD); // set the parser mode to process all // Crosspoint commands and deliver them // to interface methods 3.3 Starting the Allegiant Command Parser Once all the communication settings have been applied, (per the above) call the StartParser( ) method from the IAllegiantParser interface supplying at least one callback interface pointer (IOSRDCommand, ISateliteCommand or IcrossPointInfo). This method is asynchronous and will return once the parser has been started. Incoming messages will be pushed to the appropriate callbacks as they arrive on the wire. 3.4 Stopping the Allegiant Command Parser The command parser can be stopped at any moment by invoking the Stop( ) method. 3.5 Handling Camera Switching Commands The camera switching commands are periodically sent to the ISateliteCommand interface through the SetCameraOnLogicalMonitor( ) method, using the interface supplied by the client application as an argument to StartParser( ). 3.6 Processing PTZ Commands PTZ commands are forwarded to the IOSRDCommand interface of the Client, using the interface supplied by the client application as an argument to StartParser( ). Based on the ParserModeOSRD property setting the commands will either be decomposed and forwarded to interface methods or they will be sent to one of the raw methods. When the ParserModeOSRD is set to USE_RAW_METHOD all commands will be channeled to the PutRawOSRDCommand( ) method. The second parameter (arrrawcommand) contains the raw PTZ payload that can be decoded by an Autodome Camera hence it is probably the most efficient way for the client application to transparently transmit PTZ commands. piallegparser>put_parsermodecrosspoin (PARSER_MODE_PROCESS); // kick off the parser piallegparser->startparser (m_piosrdcommand, m_pisatelitecommand, m_picrosspointcommand);

9 Allegiant Satellite SDK User Guide Using the Allegiant SDK in a Client Application EN Translating Continuous PTZ Operations to their Indefinite Equivalents The motion of the AutoDome camera may be jittery when continuous PTZ operations are used. This is due to network latencies that slow down the transmission of packets. Furthermore much more bandwidth is consumed when sending out repetitive commands. The command parser can be instructed to convert continuous PTZ operations to their indefinite equivalents, in this mode the Application will only receive two commands, one to start the indefinite PTZ operation and a last one to cancel the last PTZ operation. When using variable speed PTZ commands, the client application will only get speed updates. The EnableRepetitiveCommands( ) properties of interface IAllegiantParser enables the PTZ command translation when set to false. 3.8 Error Handling Every interface method returns an HRESULT. When an error condition occurs, the low order bytes of the HRESULT will contain the error code. Once this value has been extracted, it will map to one of the values in PARSER_ERROR enum. The following code snippet displays how to extract the error code:;.. HRESULT hr = S_OK; //attempt to open the serial port hr = piallegiantparser- >OpenCOMM(_bstr_t("COM1")); // check the return value if (FAILED(hr)) { PARSER_ERROR eerror = (PARSER_ERROR)HRESULT_CODE(hr); if(parser_error_port_open_failed == eerror) { std::cout << "Failed to open the specified Communication port"; } } 3.9 Connecting to Multiple LTC 8780 Units For each LTC 8780 unit that the client application wishes to connect to, one instance of the AllegiantParser object must be created and each unit needs a unique serial port. For example, if the client wants to connect three (3) Data converters then three (3) AllegiantParser objects instances and three (3) serial ports will be required. In addition, the client application may need separate callback objects so that they can determine what parser instance fired the callback SDK Version Information The LTC8780_CommandParser.dll version information can be retrieved by using Windows Explorer, simply right click on the file, select properties and go to the Version tab Limitations The below have not been implemented, and are included in the Allegiant Satellite SDK Interface Definition document for reference only: IMonitor interface ICrossPointInfo interface IAllegiant::ParserTrigger() method

10 Allegiant Satellite SDK User Guide EN 10

11 Allegiant Satellite SDK User Guide EN 11

12 Americas Bosch Security Systems 130 Perinton Parkway Fairport, New York, 14450, USA Phone: +1 (585) Europe, Middle East, Africa Bosch Security Systems B.V. P.O. Box JB Eindhoven, The Netherlands Phone: +31 (0) Fax: +31 (0) Asia-Pacific Bosch Security Systems Pte Ltd 38C Jalan Pemimpin Singapore Phone: Fax: Bosch Security Systems GmbH F01U Updated March 21, 2005 Data subject to change without notice. Intel and Pentium are registered trademarks of Intel. Windows is a registered trademark of Microsoft Corporation. Allegiant is registered by Bosch Security Systems, Inc. in the US Patent Trademark Office.

Virtual Allegiant Satellite Application

Virtual Allegiant Satellite Application Virtual Allegiant Satellite Application SFT-VASA en User Manual Virtual Allegiant Satellite Application Table of Contents en iii Table of Contents 1 Unpacking 3 1.1 Parts List 3 2 Product Description

More information

LTC 8600 Series Allegiant Matrix/Control Systems - Modular

LTC 8600 Series Allegiant Matrix/Control Systems - Modular CCTV LTC 86 Series Allegiant Matrix/Control Systems - Modular LTC 86 Series Allegiant Matrix/Control Systems - Modular 128 Camera by 16 monitor switching Modular construction Powerful alarm handling capabilities

More information

LTC 8600 Series Allegiant Matrix/Control Systems - Modular

LTC 8600 Series Allegiant Matrix/Control Systems - Modular CCTV LTC 86 Series Allegiant Matrix/Control Systems - Modular LTC 86 Series Allegiant Matrix/Control Systems - Modular 128 Camera by 16 monitor switching Modular construction Powerful alarm handling capabilities

More information

VIDOS Monitor Wall. Installation and Operating Manual

VIDOS Monitor Wall. Installation and Operating Manual VIDOS Monitor Wall Installation and Operating Manual Copyright This document is the intellectual property of Bosch Security Systems and is protected by copyright. All rights reserved. No part of this

More information

Varifocal Lenses. CCTV Varifocal Lenses. Installation/Configuration Notes. Functions.

Varifocal Lenses. CCTV Varifocal Lenses. Installation/Configuration Notes. Functions. CCTV Varifocal Lenses Varifocal Lenses High-quality optics 1/3-inch and 1/2-inch formats Reliable, robust construction Focal length options Compact design Manual and DC-iris versions Manual focus and zoom

More information

KBD-SFTCFG. Instruction Manual Software for the IntuiKey Series Digital Keyboard Software Version 1.80

KBD-SFTCFG. Instruction Manual Software for the IntuiKey Series Digital Keyboard Software Version 1.80 KBD-SFTCFG EN Instruction Manual Software for the IntuiKey Series Digital Keyboard Software Version 1.80 KBD-SFTCFG Instruction Manual Contents EN 2 Table of Contents 1.0 INTRODUCTION...3 2.0 REQUIREMENTS...3

More information

DiBos Digital Video Recorders

DiBos Digital Video Recorders CCTV DiBos Digital Video Recorders DiBos Digital Video Recorders Models for 6, 12, 18, 24 and 30 analog cameras and up to 32 additional network devices MPEG-4 compression Control cameras and AutoDomes

More information

Varifocal Lenses. CCTV Varifocal Lenses. Installation/Configuration Notes. Functions.

Varifocal Lenses. CCTV Varifocal Lenses. Installation/Configuration Notes. Functions. CCTV Varifocal enses Varifocal enses High-quality optics 1/3-inch and 1/2-inch formats Reliable, robust construction Focal length options Compact design Manual and C-iris versions Manual focus and zoom

More information

VIDOS IntuiKey Installation and Operating Manual

VIDOS IntuiKey Installation and Operating Manual VIDOS IntuiKey Installation and Operating Manual Copyright This document is the intellectual property of Bosch Security Systems and is protected by copyright. All rights reserved. No part of this document

More information

Digital Video Recorders

Digital Video Recorders CCTV Digital Video Recorders XL Digital Video Recorders Windows XP Professional Passive Looping Video Average File Size 3 6 KB 120, 240 FPS Frame Rate Remote Multiserver Access Limited Remote Administration

More information

Varifocal Lenses. CCTV Varifocal Lenses. Certifications and Approvals. Functions. Installation/Configuration Notes.

Varifocal Lenses. CCTV Varifocal Lenses. Certifications and Approvals. Functions. Installation/Configuration Notes. CCTV Varifocal Lenses Varifocal Lenses High-quality optics 1/3-inch and 1/2-inch formats Reliable, robust construction Focal length options Compact design Manual and DC-iris versions Manual focus and zoom

More information

DB Series DiBos Digital Video Recorders - Version 8

DB Series DiBos Digital Video Recorders - Version 8 CCTV DB Series DiBos Digital Video Recorders - Version 8 DB Series DiBos Digital Video Recorders - Version 8 Models for 6, 12, 18, 24 and 30 analog cameras and up to 32 additional network devices MPEG-4

More information

Accessory Packages for the Allegiant

Accessory Packages for the Allegiant CCTV Accessory Packages for the Allegiant Accessory Packages for the Allegiant The Allegiant accessory products provide many optional features to the base Allegiant Video Switcher/Control System. Various

More information

VIP 10 Single-channel MPEG-4 Video Encoder or Decoder

VIP 10 Single-channel MPEG-4 Video Encoder or Decoder CCTV VIP 10 Single-channel MPEG-4 Video Encoder and Decoder VIP 10 Single-channel MPEG-4 Video Encoder or Decoder Single Channel Encoder or Decoder MPEG-4 Compression Dual Streaming, View at One Quality,

More information

1 Installing the VG4-A-ARMPLATE

1 Installing the VG4-A-ARMPLATE VG4 24 VAC Mounting Plate Installing the VG4-A-ARMPLATE en 1 1 Installing the VG4-A-ARMPLATE This addendum provides supplemental information for the AutoDome Modular Camera System Installation Manual.

More information

IR-Corrected Zoom and Varifocal Lenses

IR-Corrected Zoom and Varifocal Lenses CCTV IR-Corrected Zoom and Varifocal Lenses IR-Corrected Zoom and Varifocal Lenses IR corrected for operation with high performance day/ night and monochrome cameras 1/3-inch and 1/2-inch formats High-quality

More information

KBD-SFTCFG. IntuiKey Configuration Software Version Installation Manual

KBD-SFTCFG. IntuiKey Configuration Software Version Installation Manual KBD-SFTCFG IntuiKey Configuration Software Version 1.90 en Installation Manual KBD-SFTCFG en iii Table of Contents 1 Important Notices 1 1.1 Customer Support and Service 1 2 Introduction 2 2.1 Parts List

More information

VIDOS Video Management System

VIDOS Video Management System CCTV VIDOS Video Management System VIDOS Video Management System All-in-one video management centre solution Site-map based user interface Analog monitor support Database-driven system management Extensive

More information

Configuration Manager Installation and User Guide

Configuration Manager Installation and User Guide Configuration Manager Installation and User Guide Copyright This manual is the intellectual property of Bosch Security Systems and is protected by copyright. All rights reserved. No part of this document

More information

MIC412 Thermal PTZ Camera

MIC412 Thermal PTZ Camera CCTV MIC412 Thermal PTZ Camera MIC412 Thermal PTZ Camera Dual thermal / optical operation Brushless Motor Technology Robust design Integrated wiper unit Host of mounting and viewing options Easy to use

More information

AutoDome Easy II. CCTV AutoDome Easy II. Functions.

AutoDome Easy II. CCTV AutoDome Easy II. Functions. CCTV AutoDome Easy II AutoDome Easy II Ultra compact for discrete surveillance and improved aesthetics High-speed 360-degree continuous pan High resolution/sensitivity 530 TVL color camera 120x zoom (10x

More information

DiBos 19 inch Digital Video Recorders - Version 8 (AMEC)

DiBos 19 inch Digital Video Recorders - Version 8 (AMEC) CCTV DiBos 19 inch Digital Video s - Version 8 (AMEC) DiBos 19 inch Digital Video s - Version 8 (AMEC) Hybrid analog/ip MPEG4 digital video recorder Models for 6, 12, 18, 24 and 30 analog cameras and up

More information

Product Guide Specification

Product Guide Specification Americas Bosch Security Systems, Inc. 130 Perinton Parkway Fairport, New York, 14450, USA Phone: + 1 800 289 0096 Fax: +1 585 223 9180 security.sales@us.bosch.com www.boschsecurity.us Europe, Middle East,

More information

MIC400 Underwater PTZ Camera

MIC400 Underwater PTZ Camera CCTV MIC400 PTZ Camera MIC400 PTZ Camera Fully submersible up to 25 metres Brushless motor technology Host of mounting and viewing options Multi-protocol operation Available in Aluminium and Stainless

More information

DiBos 19 inch Digital Video Recorders - Version 8 (AMEC)

DiBos 19 inch Digital Video Recorders - Version 8 (AMEC) CCTV DiBos 9 inch Digital Video Recorders - Version 8 (AMEC) DiBos 9 inch Digital Video Recorders - Version 8 (AMEC) Hybrid analog/ip MPEG digital video recorder Models for 6,, 8, and 0 analog cameras

More information

KBP and KBC Series Prepackaged Cameras

KBP and KBC Series Prepackaged Cameras CCTV and KBC Series Prepackaged Cameras and KBC Series Prepackaged Cameras General purpose, high performance, and Day/Night cameras Network and analog cameras Various lens options available Bilinx bi-directional

More information

KBP Series Prepackaged Cameras

KBP Series Prepackaged Cameras CCTV KBP Series Prepackaged Cameras KBP Series Prepackaged Cameras General purpose, high performance, and Day/Night network and analog cameras Various lens options available Outdoor IP66 enclosure rating

More information

MIC400 Aluminum PTZ Camera

MIC400 Aluminum PTZ Camera CCTV MIC400 Aluminum PTZ Camera MIC400 Aluminum PTZ Camera Rated to an industry leading IP68 Brushless Motor Technology Host of mounting and viewing options Integrated wiper and optional heater Multi-protocol

More information

AutoDome Easy II. CCTV AutoDome Easy II. Functions.

AutoDome Easy II. CCTV AutoDome Easy II. Functions. CCTV AutoDome Easy II AutoDome Easy II Ultra compact for discrete surveillance and improved aesthetics in indoor and outdoor applications High-speed 360-degree continuous pan High resolution/sensitivity

More information

AutoDome Modular Camera System

AutoDome Modular Camera System AutoDome Modular Camera System VG4 Series Firmware Update Manual en User s Manual AutoDome Modular Camera System Table of Contents en iii Table of Contents 1 VG4 Firmware Update via a TCP/IP Network 1

More information

JAI SDK Software Development Kit and Control Tool

JAI SDK Software Development Kit and Control Tool JAI SDK Software Development Kit and Control Tool Document Version: A Document P/N: 10671 JAI SDK - Getting Started Guide Table of Contents Table of Contents... iii 1 General... 5 2 Downloading the software...

More information

KBP Series Prepackaged Cameras

KBP Series Prepackaged Cameras Video KBP Series Prepackaged s KBP Series Prepackaged s General purpose, high performance, Day/Night network and analog cameras Plug and Play design includes camera, lens, coax and power connectors pre-wired

More information

NWD 455 FlexiDome IP Cameras

NWD 455 FlexiDome IP Cameras CCTV NWD 455 FlexiDome IP Cameras NWD 455 FlexiDome IP Cameras High-impact, vandal-resistant enclosure Advanced color CCD network dome camera NightSense for low light situations High-quality MPEG-4, 4CIF

More information

VideoJet X10/X20/X40 SN Video Encoder

VideoJet X10/X20/X40 SN Video Encoder CCTV VideoJet X10/X20/X40 SN Video Encoder VideoJet X10/X20/X40 SN Video Encoder High-quality MPEG 4 video over IP H.264 Baseline Profile encoding Units with one, two, or four video inputs Built-in Intelligence-at-the-Edge

More information

Digi document reference number: _A

Digi document reference number: _A Digi document reference number: 90000922_A Digi International Inc. 2008. All Rights Reserved. The Digi logo is a registered trademark of Digi International, Inc. All other trademarks mentioned in this

More information

SymSYNC TM User s Guide

SymSYNC TM User s Guide 1603-9821 SymSYNC TM User s Guide Cautions and Warnings Refer to the Simplex 125 User s Guide (Part No. 574-169) for all appropriate Cautions and Warnings. Introduction This publication shows how to install,

More information

AutoDome 100 Series Fixed Camera System

AutoDome 100 Series Fixed Camera System CCTV AutoDome 100 Series Fixed Camera System AutoDome 100 Series Fixed Camera System 540TVL fixed dome series Fully interchangeable CPUs, cameras, housings, communications, and mounts Color and day/night

More information

VIDOS Pro Suite. Quick Installation Guide

VIDOS Pro Suite. Quick Installation Guide VIDOS Pro Suite en Quick Installation Guide VIDOS Pro Suite Table of Contents en 3 Table of Contents 1 Introduction 5 1.1 VIDOS Pro Suite 5 1.2 Additional documentation 8 2 VIDOS Pro Suite 9 2.1 System

More information

VG4 Series Pressurized Environmental Housing Module

VG4 Series Pressurized Environmental Housing Module Video VG4 Series Pressurized Environmental Housing Module VG4 Series Pressurized Environmental Housing Module Maximum environmental protection against dust, smog, salt air and humidity Meets IP67 and NEMA

More information

IP Matrix VJD Software manual

IP Matrix VJD Software manual IP Matrix VJD 8000 en Software manual IP Matrix Table of contents en 3 Table of contents 1 Introduction 4 1.1 About this manual 4 1.2 Conventions in this document 4 1.3 Additional documentation 4 2 System

More information

LTC 8500 Series Allegiant Matrix/Control Systems - Modular

LTC 8500 Series Allegiant Matrix/Control Systems - Modular Video LTC 85 Series Allegiant Matrix/Control Systems - Modlar LTC 85 Series Allegiant Matrix/Control Systems - Modlar www.boschsecrity.com 64 Camera by 8 monitor switching 8 Independent keyboards Modlar

More information

Bosch Video Management System

Bosch Video Management System Bosch Video Management System MBV-BPRO-40 en Configuration Manual Bosch Video Management System Table of Contents en 3 Table of contents 1 Using the Help 11 1.1 Finding information 11 1.2 Printing the

More information

VIP X1/VIP X2 Network video server

VIP X1/VIP X2 Network video server VIP X1/VIP X2 Network video server EN 2 VIP X1/VIP X2 Quick Installation Guide Attention You should always make yourself familiar with the required safety measures in the corresponding chapter of the user's

More information

VDC 485 and VDN 495 Series Dome Cameras FlexiDome XF and DN

VDC 485 and VDN 495 Series Dome Cameras FlexiDome XF and DN CCTV VDC 485 and VDN 495 Series Dome Cameras FlexiDome XF and DN VDC 485 and VDN 495 Series Dome Cameras FlexiDome XF and DN High impact, vandal-resistant, weatherproof housing True Day/Night and NightSense

More information

VDM 3x5 and VDC 4x5 Series Dome Cameras FlexiDome VF and XT+

VDM 3x5 and VDC 4x5 Series Dome Cameras FlexiDome VF and XT+ CCTV VDM 3x5 and VDC 4x5 Series Dome Cameras FlexiDome VF and XT+ VDM 3x5 and VDC 4x5 Series Dome Cameras FlexiDome VF and XT+ Low-impact and impact-resistant s 1/3-inch format CCD imager Superior picture

More information

Gigabit Ethernet Packet Capture. User s Guide

Gigabit Ethernet Packet Capture. User s Guide Gigabit Ethernet Packet Capture User s Guide Copyrights Copyright 2009 CACE Technologies, Inc. All rights reserved. This document may not, in whole or part, be: copied; photocopied; reproduced; translated;

More information

Argumentative Development Notes

Argumentative Development Notes Argumentative Development Notes Version 0.5 October 2007 17/10/2007 i Contents 1 Introduction... 3 2 Environments... 3 2.1 Microsoft Visual Studio... 3 2.2 #Develop... 3 3 Source Code... 3 4 Build... 4

More information

Communications Interface Software User Manual

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

More information

Digital Video Surveillance Center Management Software

Digital Video Surveillance Center Management Software Digital Video Surveillance Center Management Software NVClient User Manual Revision: V3.2 Updated: 12-2011 Contents Chapter I General...- 3-1.1 INTRODUCTION... - 3-1.2 MAIN FUNCTIONS... - 3 - Chapter II

More information

VideoJet X10/X20/X40 Rugged Video Encoder

VideoJet X10/X20/X40 Rugged Video Encoder CCTV VideoJet X10/X20/X40 Rugged Video Encoder VideoJet X10/X20/X40 Rugged Video Encoder Ruggedized for extended environmental conditions High-quality MPEG 4 video over IP Units with one, two, or four

More information

MIC Series 500 Classic

MIC Series 500 Classic CCTV MIC Series 500 Classic MIC Series 500 Classic Rated to an industry leading IP68 Multiple camera programming through Cam-set software Many mounting and viewing options Easy set-up and configuration

More information

EX80/EX82-IP Infrared Imager

EX80/EX82-IP Infrared Imager EX80/EX82-IP Infrared Imager EX80/EX82-IP en Installation Manual EX80/82-IP en 1 Important safety instructions Type numbers: NEI-808V04-11, NEI-809V04-11, NEI-808V04-21, NEI-809V04-21 NEI-828V04-11, NEI-829V04-11,

More information

EnviroDome Camera Systems

EnviroDome Camera Systems CCTV Environmental Systems EnviroDome Camera Systems Day/Night, Color & B/W Versions 26x (Day/Night) or 18x Optical Zoom Range +12x Weather-resistant Design Privacy Masking and Sector Blanking Remotely

More information

This Datasheet is for the IC693PBM200. Profibus DP Master Module.

This Datasheet is for the IC693PBM200. Profibus DP Master Module. This Datasheet is for the IC693PBM200 Profibus DP Master Module http://www.qualitrol.com/shop/p-14682-ic693pbm200.aspx Provides the wiring diagrams and installation guidelines for this GE Series 90-30

More information

Conettix ITS-D6682-UL

Conettix ITS-D6682-UL Conettix ITS-D6682-UL EN Installation Guide Ethernet Network Adapter Conettix ITS-D6682-UL Installation Guide Contents Contents 1.0 Introduction...3 1.1 Network Interface... 3 1.2 Serial Interface... 3

More information

Channel 4. User Manual. Version 2.0

Channel 4. User Manual. Version 2.0 Channel 4 User Manual Version 2.0 Table Of Contents Introduction... 1 System Requirements... 2 Installation... 3 Creating a Program... 7 Uploading a Program... 8 Support... 8 Introduction Evsl s Channel

More information

Technical Support Information

Technical Support Information APPENDIX C When you have a problem that you cannot resolve, the resource of last resort is your Cisco Systems technical support representative. To analyze a problem, your technical support representative

More information

LTC 8900 Series Allegiant Video Switcher/Control Systems

LTC 8900 Series Allegiant Video Switcher/Control Systems CCTV Allegiant Video Switcher/Control Systems LTC 89 Series Allegiant Video Switcher/Control Systems 496 Camera by 512 itor Switching Modular Construction ful Alarm Handling Capabilities SalvoSwitching

More information

Agilent U2751A USB Modular Switch Matrix. Data Sheet

Agilent U2751A USB Modular Switch Matrix. Data Sheet Agilent U2751A USB Modular Switch Matrix Data Sheet Features and capabilities 32 two-wire crosspoints in 4x8 configuration Minimal crosstalk at up to 45 MHz Bandwidth of 45 MHz without the terminal block

More information

Plant Messenger. Introduction. DeltaV Product Data Sheet. Delivers the information you want when and where you want it

Plant Messenger. Introduction. DeltaV Product Data Sheet. Delivers the information you want when and where you want it January 2013 Page 1 delivers DeltaV system information when and where you want it. Delivers the information you want when and where you want it Leverages the latest business integration technologies Reduces

More information

MTGW. Installation Guide. CAN-RS-485 BUS Gateway

MTGW. Installation Guide. CAN-RS-485 BUS Gateway MTGW EN Installation Guide CAN- BUS Gateway MTGW Installation Instructions 1.0 Overview Trademarks Microsoft Windows 98/2000/XP are registered trademarks of Microsoft Corporation in the United States and

More information

Lab Determining Data Storage Capacity

Lab Determining Data Storage Capacity Lab 1.3.2 Determining Data Storage Capacity Objectives Determine the amount of RAM (in MB) installed in a PC. Determine the size of the hard disk drive (in GB) installed in a PC. Determine the used and

More information

LTC 8500 Series Allegiant Matrix/Control Systems - Modular

LTC 8500 Series Allegiant Matrix/Control Systems - Modular Video LTC 85 Series Allegiant Matrix/Control Systems - Modlar LTC 85 Series Allegiant Matrix/Control Systems - Modlar www.boschsecrity.com 64 Camera by 8 monitor switching 8 Independent keyboards Modlar

More information

Divar - Control Center. Operation Manual

Divar - Control Center. Operation Manual Divar - Control Center EN Operation Manual Divar Control Center Operation Manual EN 1 English Divar Digital Versatile Recorder Divar Control Center Operation manual Contents Getting started................................................

More information

Bosch Allegiant Crosspoint Matrix Switcher RTU Guide. Version 3.x

Bosch Allegiant Crosspoint Matrix Switcher RTU Guide. Version 3.x Bosch Allegiant Crosspoint Matrix Switcher RTU Guide Version 3.x Intelli-Site Security Management Software Bosch Allegiant Crosspoint Matrix Switcher RTU Guide PC Software RTU Interface Guide For Windows

More information

Clear-Com Concert Advanced Security and Voice Quality

Clear-Com Concert Advanced Security and Voice Quality Intercom-over-IP Communications Clear-Com Concert Advanced Security and Voice Quality For Effective Communication and Collaboration About Clear-Com Clear-Com, an HME company, is a global provider in professional

More information

VikinX User Manual. THOR Basic Edition. network-electronics.com. Rev

VikinX User Manual. THOR Basic Edition. network-electronics.com. Rev r VikinX User Manual THOR Basic Edition network-electronics.com Rev. 3.5.6 Network Electronics ASA Thorøya P.O. Box 1020 Sandefjord, Norway Phone: +47 33 48 99 99 Fax: +47 33 48 99 98 E-mail: support@network-electronics.com

More information

Bosch IP An introduction to IP technology and the future of CCTV. Bosch IP Network Video Product Guide

Bosch IP An introduction to IP technology and the future of CCTV. Bosch IP Network Video Product Guide Bosch IP An introduction to IP technology and the future of CCTV Bosch IP Network Video Product Guide 2 3 Changes in CCTV technology have been driven by three main requirements. The first is the need to

More information

Operating Instructions OEM Spectrometer RU 60

Operating Instructions OEM Spectrometer RU 60 OEM Spectrometer RU 60 JETI Technische Instrumente GmbH Tatzendpromenade 2 D-07745 Jena Tel. +49-3641-225 680 Fax. +49-3641-225 681 E-mail: sales@jeti.com Internet: www.jeti.com Table of contents 1. Features

More information

Celeron EPIC Computer with GUI and Dual Ethernet SBC4685

Celeron EPIC Computer with GUI and Dual Ethernet SBC4685 Celeron EPIC Computer with GUI and Dual SBC4685 Features Ready to run Celeron/Pentium III computer Color flat-panel support Four serial ports CAN Bus interface PC/104 & PC/104-Plus expansion The SBC4685

More information

Software Release Notice

Software Release Notice Software Release Notice TimeScan For Windows XP/Vista Business Release 8.8 Introduction Thank you for choosing Symmetricom as your solution provider for carrier-class synchronization network management.

More information

Data Acquisition Software and Hardware. Demonstration Guide. For: NetDAQ Logger, Hydra Logger, and Trend Link for Fluke V3.1

Data Acquisition Software and Hardware. Demonstration Guide. For: NetDAQ Logger, Hydra Logger, and Trend Link for Fluke V3.1 Data Acquisition Software and Hardware Demonstration Guide For: NetDAQ Logger, Hydra Logger, and Trend Link for Fluke V3.1 Introduction This demonstration guide contains exercises designed to quickly familiarize

More information

INSTALLATION AND OPERATION MANUAL FOR ACC 070 COMM LINK RS485 TO PC INTERFACE AND PRISM SOFTWARE

INSTALLATION AND OPERATION MANUAL FOR ACC 070 COMM LINK RS485 TO PC INTERFACE AND PRISM SOFTWARE SenTech Corporation 5745 Progress Road Indianapolis, Indiana 46241 888/248-1988 FAX 317/248-2014 INSTALLATION AND OPERATION MANUAL FOR ACC 070 COMM LINK RS485 TO PC INTERFACE AND PRISM SOFTWARE ii APPLICABILITY

More information

Agenda Computer Hardware Input Devices Output Devices Secondary Storage Computer Software System Software Application Software Working with Windows

Agenda Computer Hardware Input Devices Output Devices Secondary Storage Computer Software System Software Application Software Working with Windows Agenda Computer Hardware Input Devices Output Devices Secondary Storage Computer Software System Software Application Software Working with Windows A Computer is a device which allows you to Input raw

More information

LiteShow WIRELESS FREEDOM FOR YOUR PROJECTOR. QUICK START GUIDE

LiteShow WIRELESS FREEDOM FOR YOUR PROJECTOR. QUICK START GUIDE LiteShow WIRELESS FREEDOM FOR YOUR PROJECTOR. QUICK START GUIDE InFocus LiteShow Quick Start Guide 1 This InFocus LiteShow Quick Start Guide contains the four simple steps you need to perform in order

More information

Agilent U2751A USB Modular Switch Matrix. Data Sheet

Agilent U2751A USB Modular Switch Matrix. Data Sheet Agilent U2751A USB Modular Switch Matrix Data Sheet Features and capabilities 32 two-wire crosspoints in 4x8 configuration Minimal crosstalk at up to 45 MHz Bandwidth of 45 MHz without the terminal block

More information

FW3170 User s Manual (Product Guide)

FW3170 User s Manual (Product Guide) FW3170 User s Manual (Product Guide) Version 4.14(Rev.E) April 13, 2012 Class A Digital Device (industrial & commercial environment) This equipment has been tested and found to comply with the limits for

More information

Bosch Video Management System

Bosch Video Management System Bosch Video Management System MBV-BPRO-45 en Configuration Manual Bosch Video Management System Table of Contents en 3 Table of contents 1 Using the Help 12 1.1 Finding information 12 1.2 Printing the

More information

DesignPro Tools for Xerox Elixir Technologies Corporation. All rights reserved.

DesignPro Tools for Xerox Elixir Technologies Corporation. All rights reserved. Follow the Crop Marks DesignPro Tools for Xerox Getting Started Guide C 1998-2008 Elixir Technologies Corporation. All rights reserved. Elixir Technologies Corporation 721 East Main Street Ventura, CA

More information

Business Communications Manager 3.0 Attendant Console Set Up and Operation Guide

Business Communications Manager 3.0 Attendant Console Set Up and Operation Guide Part No. P0936570 04 Business Communications Manager 3.0 Attendant Console Set Up and Operation Guide 2 Copyright 2002 Nortel Networks All rights reserved. The information in this document is subject to

More information

VN-DSX-INT ViconNet ver 4/DSX Integration Software

VN-DSX-INT ViconNet ver 4/DSX Integration Software XX188-00-00 VN-DSX-INT ViconNet ver 4/DSX Integration Software Vicon Industries Inc. does not warrant that the functions contained in this equipment will meet your requirements or that the operation will

More information

COMBI-Modul 167. Installation and Getting Started Guide. Edition March A Product of PHYTEC Technologie Holding AG

COMBI-Modul 167. Installation and Getting Started Guide. Edition March A Product of PHYTEC Technologie Holding AG COMBI-Modul 167 Installation and Getting Started Guide Edition March 2001 A Product of PHYTEC Technologie Holding AG COMBI-Modul 167 In this manual are descriptions for copyrighted products which are not

More information

LAN-505 Ethernet Communication

LAN-505 Ethernet Communication Ethernet Communication 1.0 Purpose of this Document This document discusses how to setup, configure, and use the Universal Device Server to provide LAN/WAN Ethernet connectivity between Doors and one or

More information

IVS-200 Multiple Tripwire: intelligent "Multiple Tripwire" video analytics server. Model: IVS-200 Multiple Tripwire

IVS-200 Multiple Tripwire: intelligent Multiple Tripwire video analytics server. Model: IVS-200 Multiple Tripwire IVS-200 Multiple Tripwire: intelligent "Multiple Tripwire" video analytics server Model: IVS-200 Multiple Tripwire IVS-200 Multiple Tripwire is a one-channel intelligent active alert video analytics server,

More information

RC-SV Configuration Guide (Rev 4)

RC-SV Configuration Guide (Rev 4) Kramer Electronics, Ltd. RC-SV Configuration Guide (Rev 4) Software Version 2.1.2.69 Intended for Kramer Technical Personnel or external System Integrators. To check that you have the latest version, go

More information

CM6800-MGR System Management Software

CM6800-MGR System Management Software CM 6800 RESOURCE CD Contains: Product Overview Manuals CM6800-MGR System Management Software Adobe Acrobat Reader CM6800-MGR System Management Software Installation/ Operation Manual C1516M (7/01) Pelco

More information

Conettix ITS-D6682-INTL

Conettix ITS-D6682-INTL Conettix ITS-D6682-INTL EN Installation Guide Ethernet Network Adapter Conettix ITS-D6682-INTL Installation Guide Contents Contents 1.0 Introduction... 3 1.1 Network Interface... 3 1.2 Serial Interface...

More information

Unified Messenger 4.02 Installation Guide

Unified Messenger 4.02 Installation Guide Unified Messenger 4.02 Installation Guide Your comments on this document are welcome. They can assist us in improving our products. Please address comments to: Unified Messenger Documentation Team Avaya,

More information

LTC 8600 Series Allegiant Matrix/Control Systems - Modular

LTC 8600 Series Allegiant Matrix/Control Systems - Modular Video 86 Series Allegiant Matrix/Control Systems - Modlar 86 Series Allegiant Matrix/Control Systems - Modlar www.boschsecrity.com 128 Camera by 16 monitor switching Modlar constrction Powerfl alarm handling

More information

AutoDome 100 Series Fixed Camera System

AutoDome 100 Series Fixed Camera System Video AutoDome 100 Series Fixed Camera System AutoDome 100 Series Fixed Camera System 540TVL fixed dome series Fully interchangeable CPUs, cameras, housings, communications, and mounts Color and day/night

More information

Keil TM MDK-ARM Quick Start for. Holtek s HT32 Series Microcontrollers

Keil TM MDK-ARM Quick Start for. Holtek s HT32 Series Microcontrollers Keil TM MDK-ARM Quick Start for Holtek s Microcontrollers Revision: V1.10 Date: August 25, 2011 Table of Contents 1 Introduction... 5 About the Quick Start Guide... 5 About the Keil MDK-ARM... 6 2 System

More information

ROCLINK 800 Configuration Software

ROCLINK 800 Configuration Software RL800 Product Data Sheet D301158X012 December 2017 ROCLINK 800 Configuration Software ROCLINK 800 Configuration Software, a Windows -based program, enables you to easily monitor, configure, and calibrate

More information

Intellio System Software Specification. Intellio System Software Specification. December Intellio Ltd. Page 1

Intellio System Software Specification. Intellio System Software Specification. December Intellio Ltd. Page 1 Intellio System Software Specification December 2009 2009. Intellio Ltd. Page 1 Table of Contents 1. Preface... 1 1.1. Intellio Servers comparison... 2 Intellio s single server architecture... 3 1.1.1.

More information

Network Video Recorder Software 2.2 User Manual. Table of Contents

Network Video Recorder Software 2.2 User Manual. Table of Contents Network Video Recorder Software 2.2 User Manual Table of Contents Chapter 1. Using NVR Software 2.2... 6 Chapter 1-1. System Settings... 6 Chapter 1-2. HDD Settings... 7 Chapter 1-3. Device Settings...

More information

CONNECTING YOUR PC TO THE USB EVALUATION BOARD

CONNECTING YOUR PC TO THE USB EVALUATION BOARD OVERVIEW This application note discusses how to solve the problems you may encounter when you interface the Keil dscope debugger to the Intel USB Evaluation Board using RISM. Typically, these problems

More information

Software Operations Manual

Software Operations Manual Software Operations Manual Version 5.0 System Requirements PC with 1GHz or higher, Intel Pentium Processor or compatible Microsoft Windows XP Professional or Vista Business Edition Microsoft.NET framework

More information

DHS/CWS-DK-Series. Reference Manual

DHS/CWS-DK-Series. Reference Manual DHS/CWS-DK-Series Reference Manual Please read these instructions before installation and keep for later reference. NOTES: 1. Do not use in extreme heat or cold temperatures. 2. Do not expose to rain or

More information

Advanced Driver Configuration. Reference Guide

Advanced Driver Configuration. Reference Guide Advanced Driver Configuration Reference Guide ...real-time image transfer and control at full GigE rates Ver 1.1 These products are not intended for use in life support appliances, devices, or systems

More information

Introduction to the NiceVision SDK

Introduction to the NiceVision SDK INSIGHT FROM INTERACTIONS Solution Overview Introduction to the NiceVision SDK Revision: 1.0 All contents of this document are: Copyright 2009 NICE Systems Ltd. All rights reserved. Table of Contents 1.

More information

GuardMagic DAFS2m programming tool user manual. V.0.02 date:

GuardMagic DAFS2m programming tool user manual. V.0.02 date: DAFS2m programming tool user manual. V.0.02 date: 01-01-2013 DAFS2 Programming Tool (GM2.035-02) User Manual 2013 Table of contents: 1. INTRODUCTION... 3 2. PACKAGES... 3 2.1. STANDARD PACKAGE... 3 2.2.

More information