M1 APPLICATION NOTE. Access Control Interface to Ness IP Access Control Systems (i.e. Edge, V2000 and V1000 Controllers)

Size: px
Start display at page:

Download "M1 APPLICATION NOTE. Access Control Interface to Ness IP Access Control Systems (i.e. Edge, V2000 and V1000 Controllers)"

Transcription

1 M1 APPLICATION NOTE Access Control Interface to Ness IP Access Control Systems (i.e. Edge, V2000 and V1000 Controllers) The M1 can interface with the Ness IP Access Control Series of controllers (Edge, V2000 and V1000) via the LAN. This interfacing can perform a variety of commands such as Arming / Disarming the M1, activating M1 outputs, activating M1 tasks, lighting control through to making the M1 speak if required. This application note will look at a commonly asked feature of being able to Arm and Disarm the M1 when access is granted as a specific proximity reader that is connected to the Ness IP Series Access controllers. The activation of the event to Arm the M1 can be performed by a lot of different methods; however for this application we will use Tasks to trigger events. In this application we will Arm the area after 2 card presentations are made at the reader. (this can be adjusted in the following rules to 3, 4, 5 etc) and disarm on the first card presentation. Arming an M1 Area. As we are using Access Granted to Arm and Disarm the area from the same reader, the first rule will turn an unused output for one second so as to prevent the M1 disarming immediately a card is presentation after Arming. THEN TURN I/F Pulse (Out 64) ON FOR 1 SECS- The next rule will turn an unused output on for the period of time that he user has to present the card a second time. WHENEVER TURN I/F Pulse (Out 64) TURNS OFF THEN TURN 2 Card Time (Out 63) ON FOR 5 SECS- The next rule will add a value to a counter so it can count how many times the card has been presented within the above time. (Note the first card presentation above (that will trigger the Task) does not add one to the counter, subsequent presentations will) AND 2 Card Time (Out 63) STATE IS ON THEN ADD 1 to Area 1 Count (Counter 1) You need to reset the counter at the end of the card presentation time to maintain the card is presented within the time otherwise the system will arm on every few reads. WHENEVER 2 Card Time (Out 63) STATE IS TURNED OFF THEN SET Area 1 Count (counter 1) TO 0

2 The next rule sets up how many times the card needs to be presented within the set time in rule one and when it is reached to Arm the panel. Disarming an M1 Area. WHENEVER Area 1 Count (Counter 1) CHANGES TO 1 THEN ARM AREA(S) 1 TO AWAY IMMEDIATELY The next rule will disarm an area when the card is presented. AND 2 Card Time (Out 63) STATE IS OFF AND Main Office (Area 1) AMR STATE = ARMED THEN DISARM AREA(S) 1 IMMEDIATELY Sending trigger event from IP Access Control System. Within the Ness IP Access Control Systems is trigger and Macro s that can send ASCII messages to the M1 when any event within the Access control system occurs. ( Access Granted, Door open too long, Door forced open etc.) The ASCII messages sent to the M1 can control the M1 to do anything from Arming / Disarming, trigger tasks, activate outputs, turn lights on, through to commanding the M1 to activate its dialer and send an alarm event through to the control room. In our example we are going to send an event from the IP Access control system to activate the Arm / Disarm Task we had set up in the above M1 rules. To set the Triggers and Macro s in the Ness IP Series controllers either the IS2000 Security Management System Software can set them or they can be done using the IS100 onboard Web application software that comes with the controllers. In our example we will use the IS2000. In triggers and Macro s in the right hand Column under Trigger Commands, select Card Use / Access Granted then the door you wish to use for Arm / Disarm. If you wish, you can create additional Trigger commands for additional doors if the user will be entering and leaving from different doors. Then in the left hand column under Macro Reference commands, select TCP( HOST, PORT, MESSAGE ) and then click on Build Rules This will then build a rule and place it in the window at the bottom of the screen, as per the following.

3 TCP("HOST","PORT","MESSAGE") = ([interfaceid=0][reader=0](e(2,20))) You need to replace the "HOST","PORT","MESSAGE" with the IP Address, Port No. of the M1 you wish the message to be transmitted to and include the ASCII message you wish to send. The easiest way to complete this is to use Ness Advanced M1 SDK which can be downloaded as no cost from From within the Ness Advanced M1 SDK select the M1 IP Address and Port No you wish to connect to. Then select the command you wish to send off. (In our example Task 01) and then click on Generate Code. The SDK will then generate the full IP Access Command that you require. Click on copy. You can now modify the TCP command by pasting (using Ctrl V) the command generated into the command line. TCP(" ","2101","09tn00100C4^") = ([interfaceid=0][reader=0](e(2,20)))

4 Once this is saved and stored in the IP Series controller, when a card is granted access at the selected reader it will then send the Activate Task 01 command which will trigger the M1 rules as set above. 2 card presentations within a 5 second period will arm the area and 1 card present will disarm. Selecting specific card holders who can Arm and Disarm. The problem with the above is all card holders who has access to the door as specific times will also be able to Arm and Disarm the Security system, which is not always desirable. By adding an additional command to the TCP command you can restrict what cards will trigger the command. By adding [accessgroup=x] (x being the Access Level) the TCP command will only be sent when a card of the right access level is used. TCP(" ","2101","09tn00100C4^") = ([interfaceid=0][reader=0][accessgroup=1](e(2,20))) By using this additional level you can also build TCP commands so different groups of card holders can Arm / Disarm different Areas. Other Access Control custom Macro Event triggers codes The following provides some examples of events that will trigger Macro's to send TCP events from the Ness IP Series Access Controllers ( V1000, V2000, Edge Controllers) for the Advanced Triggers and Macro programming of the IS100. TCP("HOST","PORT","MESSAGE") = ([interfaceid=0][reader=0](e(2,20))) NOTE : Reader 1 = 0, Reader 2 = 1 By adding [accessgroup=x] (x being the Access Level) the TCP command will only be sent when a card of the right access level is used. TCP(" ","2101","09tn00100C4^") = ([interfaceid=0][reader=0][accessgroup=1](e(2,20))) This example = Access Granted at reader 1 (0), by any card from Access Level 1, then send the ASCII message 09tn00100C4^ to IP Address on Port The following is a list of Trigger Codes to send TCP IP Messages CARD USE TCP("HOST","PORT","MESSAGE") = ([interfaceid=0][reader=0](e(2,xx))) XX = 20 Access Granted ( TCP("HOST","PORT","MESSAGE") = ([interfaceid=0][reader=0](e(2,20))) 20 = Access Granted 21 = Access Granted, by a card with Extended access 23 = Access Denied: No Reader/Time Access 24 = Access Denied: Time Schedule 25 = Access Denied: Reader Unknown

5 26 = Access Denied: Reader Unknown 27 = Access Denied: Card Inactive 29= Access Denied: Wrong PIN 30 = Timed Anti-Passback Violation 31 = Hard Anti-Passback Violation 32 = Area Violation 33 = Hard Anti-Passback Violation Exit 34 = Area Violation Exit 35 = Access Denied: Access Level Door Held Open Alarm Reader 1 = TCP("HOST","PORT","MESSAGE") = I(0,24) Reader 2 = TCP("HOST","PORT","MESSAGE") = I(0,26) Door Forced Open Alarm Reader 1 = TCP("HOST","PORT","MESSAGE") = I(0,25) Reader 2 = TCP("HOST","PORT","MESSAGE") = I(0,27) Input Change Input 1 Door Contact = TCP("HOST","PORT","MESSAGE") = I(0,12) Input 2 Door Contact = TCP("HOST","PORT","MESSAGE") = I(0,8) Input 3 Door Contact = TCP("HOST","PORT","MESSAGE") = I(0,14) Input 4 Door Contact = TCP("HOST","PORT","MESSAGE") = I(0,10) Advance Input Change. Sometime you may want to send a message for when the Input is Closed as well as open. Introducing a [/] in front of the input number will trigger when the input opens ( Door Opens) ~[\] before the input number will trigger when the input / condition closes / restores Input 1 Door Contact Open= TCP("HOST","PORT","MESSAGE") = [/]I(0,12) Input 1 Door Contact Closes = TCP("HOST","PORT","MESSAGE") = ~[\]I(0,12) Input 2 Door Contact Opens = TCP("HOST","PORT","MESSAGE") = [/]I(0,8) Input 2 Door Contact Closes = TCP("HOST","PORT","MESSAGE") = ~[\]I(0,8) This also includes an event such as Door Open Too Long, or Door Forced open Door 1 Door Open Too Long TCP("HOST","PORT","MESSAGE") = [/]I(0,24) Door 1 Door Open Too Long now closed TCP("HOST","PORT","MESSAGE") = ~[\]I(0,24) Or Door 1 Forced Open TCP("HOST","PORT","MESSAGE") = [/]I(0,25) Door 1 Forced Open now closed TCP("HOST","PORT","MESSAGE") = ~[\]I(0,25) Time Schedule Changed Time Schedule 1 = TCP("HOST","PORT","MESSAGE") = S(1) Time Schedule 2 = TCP("HOST","PORT","MESSAGE") = S(2).. to Time Schedule 100 = TCP("HOST","PORT","MESSAGE") = S(100) Got Questions or Ideas? We welcome your feedback and any application notes / Ideas you have. Please me at m1support@ness.com.au

Configuring Cisco Access Policies

Configuring Cisco Access Policies CHAPTER 11 This chapter describes how to create the Cisco Access Policies assigned to badge holders that define which doors they can access, and the dates and times of that access. Once created, access

More information

Challenger Version 8 Programming Macro Logic.

Challenger Version 8 Programming Macro Logic. Challenger Version 8 Programming Macro Logic. This document provides details of the requirements for planning and programming Macro Logic in a Version 8 Challenger System for use in Alarm Control and/or

More information

USER GUIDE. for Android Version 1. alula.net ALULA 1

USER GUIDE. for Android Version 1. alula.net ALULA 1 USER GUIDE for Android Version 1 alula.net 1-888-88-ALULA 1 1. GETTING STARTED 3 2. DOWNLOAD THE ALULA APP 3 3. SIGN IN 3 4. LOCATIONS 4 5. MAIN DASHBOARD SCREEN 5 5.1. Application Menu 5 5.2. Feature

More information

TCS Access Control System Cheat Sheet

TCS Access Control System Cheat Sheet TCS Access Control System Cheat Sheet Access Control Main Screen 1 Toolbar 2 Device View Toolbar No. Name Function 1 Login Logs in the ASServer. 2 Logout Logs out the ASServer. 3 Devices Defines controllers

More information

USER GUIDE. for ios Version 1. alula.net ALULA 1

USER GUIDE. for ios Version 1. alula.net ALULA 1 USER GUIDE for ios Version 1 alula.net 1-888-88-ALULA 1 1. GETTING STARTED 3 2. DOWNLOAD THE ALULA APP 3 3. SIGN IN 3 4. 4. LOCATIONS 4 5. MAIN DASHBOARD SCREEN 5 5.1. Application Menu 5 5.3. Feature Menus

More information

Configuring Cisco Access Policies

Configuring Cisco Access Policies 11 CHAPTER This chapter describes how to create the Cisco Access Policies assigned to badge holders that define which doors they can access, and the dates and times of that access. Once created, access

More information

SmartLock Surf OPERATOR GUIDE

SmartLock Surf OPERATOR GUIDE SmartLock Surf OPERATOR GUIDE May 2015 Table of Contents Introduction... 5 Server PC Requirements... 7 Client PC Requirements... 7 Step 1. Software Installation... 8 Step 2. Firewall... 8 Step 3. Port

More information

DSC PowerSeries Neo Integration

DSC PowerSeries Neo Integration DN2120-1015 DSC PowerSeries Neo Integration The purpose of this application note is to explain how to setup the DSC PowerSeries Neo integration with a KT-400 or a KT-1-M (or PCB) using an RS-232 or IP

More information

CCURE Access Control Plugin and Video Integration Guide 3.2. Click here for the most recent version of this document.

CCURE Access Control Plugin and Video Integration Guide 3.2. Click here for the most recent version of this document. CCURE Access Control Plugin and Video Integration Guide 3.2 Click here for the most recent version of this document. Document last updated: November 22, 2017 Copyright notice Genetec Inc., 2017 Genetec

More information

CR351-5 Setup. Version Prepared by: Michael Davis- Hannibal. Softcon Software Control Services (Pty) Ltd.

CR351-5 Setup. Version Prepared by: Michael Davis- Hannibal. Softcon Software Control Services (Pty) Ltd. CR351-5 Setup. Version 0. 1 Prepared by: Michael Davis- Hannibal Softcon Software Control Services (Pty) Ltd. 7 March 2017 Revision History Name Date Reason For Changes Version MDH 5-Nov-10 Initial document

More information

Modbus IP Server User Guide

Modbus IP Server User Guide Preface The GuardPointPro, since version 1.6.043, supports integration of Modbus IP. This support enables external SCADA (Supervisory Control and Data Acquisition) applications to communicate with the

More information

DSC MAXSYS INTEGRATION THROUGH A KT-400 CONTROLLER

DSC MAXSYS INTEGRATION THROUGH A KT-400 CONTROLLER DN NUMBER HERE DSC MAXSYS INTEGRATION THROUGH A KT-400 CONTROLLER The purpose of this application note is to configure the EntraPass system to integrate with the DSC Maxsys tm intrusion panel. Starting

More information

Protege WX End User Guide

Protege WX End User Guide PRT-WX-DIN Protege WX End User Guide The specifications and descriptions of products and services contained in this document were correct at the time of printing. Integrated Control Technology Limited

More information

801 Avenida Acaso, Camarillo, Ca (805) Fax: (805)

801 Avenida Acaso, Camarillo, Ca (805) Fax: (805) 801 Avenida Acaso, Camarillo, Ca. 93012 (805) 494-0622 Fax: (805) 494-8861 www.sdcsecurity.com E-mail: service@sdcsecurity.com E70PS Series PC Managed Electronic Lockset E7 Software Installation & Operations

More information

Technical documentation

Technical documentation Document type: Technical documentation Scope: Galaxy Integration Product: IFTER EQU Prepared: 2015 1 Contents 1.0 IFTER EQU Visualization software 4 2.0 Honeywell Galaxy control units visualization 6 3.0

More information

SL2000E. Status Output. Electronic Code Lock. Features. Input. Exit Button Input. Introduction. Door Contact Input. Functional Description.

SL2000E. Status Output. Electronic Code Lock. Features. Input. Exit Button Input. Introduction. Door Contact Input. Functional Description. SL2000E Electronic Code Lock Features Door Relay output Status transistor output Aux transistor output Door Contact input Exit Button input INSTALLER code for programming MASTER code for arming/disarming

More information

Modules Programming Guide

Modules Programming Guide Modules Programming Guide Programming Methods The modules can be programmed using the following methods: 1) Through the WinLoad Security Management Software. The modules can be programmed at 19,200 baud

More information

Installation and User Manual

Installation and User Manual S2 Metal Waterproof Access Control Unit Installation and User Manual (Ness Part No. 101-082) 1 Introduction Ness S2 is an advanced, waterproof (IP65 rated) proximity and PIN Access Controller. S2 can support

More information

Modules Programming Guide. paradox.com

Modules Programming Guide. paradox.com Keypad Modules Annunciator Module Motion Detector Modules Zone Expansion Modules Access Control Module Voice Assisted Modules Accessory Modules Integration Module Internet Module Modules Programming Guide

More information

Telephone and Reporting Setup in ElkRP

Telephone and Reporting Setup in ElkRP Telephone and Reporting Setup in ElkRP 1. To add a telephone, right click on Telephones under Folder items on the left side of the screen. Then select New Telephone. 2. On the New Telephone IDs screen,

More information

MILESTONE ACCESS CONTROL MANAGER (ACM) INTERFACE

MILESTONE ACCESS CONTROL MANAGER (ACM) INTERFACE Version 2 MILESTONE ACCESS CONTROL MANAGER (ACM) INTERFACE Document created with reference to Integriti Professional software version v4.3.1.10384 INNER RANGE recommends that all Inner Range systems be

More information

IDS X-Series User Manual E Issued June 2013

IDS X-Series User Manual E Issued June 2013 1 2 Contents 1. Introduction to the IDS X-Series Panels... 6 2. Before Operating Your Alarm System... 6 3. Understanding the Keypad LEDs... 7 3.1 Viewing Data on an LED Keypad... 11 3.2 Entering Data on

More information

Anti-pass Back. Quick Reference Guide. Training Services

Anti-pass Back. Quick Reference Guide. Training Services Anti-pass Back Quick Reference Guide 1 Several major configuration steps need to be taken to implement anti-pass back There are three types of anti-pass back applications and each one is configured differently

More information

CONCEPT 3000/Access 4000 User Manual UK Supplement

CONCEPT 3000/Access 4000 User Manual UK Supplement CONCEPT 3OOO & Access 4000. 1 CONCEPT 3000/Access 4000 User Manual UK Supplement Revision 5.70 This manual is intended for use in conjunction with the Concept 4000 User Manual, Revision 5.6 or later. CONTENTS

More information

18/04/2013 Ins-30169 Net2 PaxLock Mifare Paxton Technical Support 01273 811011 support@paxton.co.uk Technical help is available: Monday - Friday from 07:00-19:00 (GMT) Saturday from 09:00-13:00 (GMT) Documentation

More information

REMOTE KEYPAD with NFC Tag (KPT-32N, KPT-32N-F1)

REMOTE KEYPAD with NFC Tag (KPT-32N, KPT-32N-F1) REMOTE KEYPAD with NFC Tag (KPT-32N, KPT-32N-F1) April 01st, 2016 Identifying the Parts 1. Siren 2. Orange LED: Home Arm Key 3. Red LED: Away Arm Key 4. Panic Alarm (if enabled) - Press both 1 and 3 to

More information

Synergis Master Controller 2.2 Integration Guide for Axis Interface Modules

Synergis Master Controller 2.2 Integration Guide for Axis Interface Modules Synergis Master Controller 2.2 Integration Guide for Axis Interface Modules This guide supplements the Synergis Master Controller Configuration Guide and explains how to configure Axis interface modules

More information

TEL: (203) FAX: (203) WEB:

TEL: (203) FAX: (203) WEB: TEL: (203)-634-3900 FAX: (203)-238-2425 EMAIL: HIGHPOWER@HIGHPOWERSECURITY.COM WEB: WWW.HIGHPOWERSECURITY.COM MODEL 3500 ONLINE DOOR CONTROLLER WITH DOOR STATUS FOR OEM & DEVELOPER APPLICATIONS HARDWARE

More information

GETTING STARTED. Installing the System 2000 Hardware. Configuring Your System 2000 Hardware. Troubleshooting. Configuring Your System 2000 Network

GETTING STARTED. Installing the System 2000 Hardware. Configuring Your System 2000 Hardware. Troubleshooting. Configuring Your System 2000 Network SYSTEM 2000 GETTING STARTED Installing the System 2000 Hardware Whether you are upgrade an existing System 2, or this is a brand new installation, there will be some hardware installation involved. We

More information

Release Personnel Module Guide

Release Personnel Module Guide Release 2.10 Personnel Module Guide November 2016 SATEON Release 3.0 Personnel Module Guide Issue 0.1, released November 2016 Disclaimer Copyright 2016, Grosvenor Technology. All rights reserved. SATEON

More information

Using triggers and actions

Using triggers and actions Using triggers and actions Important For Triggers and Actions to function correctly, the server must be running at all times. Triggers and Actions is a powerful feature. It can be used to report on specific

More information

USING UPB LIGHTING DEVICES WITH HOMEVISION OR HOMEVISION-PRO

USING UPB LIGHTING DEVICES WITH HOMEVISION OR HOMEVISION-PRO USING UPB LIGHTING DEVICES WITH HOMEVISION OR HOMEVISION-PRO 1.0 INTRODUCTION This application note details how to use Universal Powerline Bus (UPB) lighting devices from Powerline Control Systems with

More information

Documentation on all Paxton products can be found on our web site -

Documentation on all Paxton products can be found on our web site - 02/23/2012 Ins-30168-US Net2 PaxLock Paxton Technical Support 1.800.672.7298 supportus@paxton-access.com Technical help is available: Monday - Friday from 02:00 AM - 8:00 PM (EST) Documentation on all

More information

DSC POWERSERIES NEO INTEGRATION. This application note will explain how to setup the DSC PowerSeries NEO integration on a KT-400 or a KT-1-M

DSC POWERSERIES NEO INTEGRATION. This application note will explain how to setup the DSC PowerSeries NEO integration on a KT-400 or a KT-1-M DN NUMBER HERE DSC POWERSERIES NEO INTEGRATION This application note will explain how to setup the DSC PowerSeries NEO integration on a KT-400 or a KT-1-M Minimum Requirements: EntraPass Special, Corporate,

More information

Installation and Programming Guide

Installation and Programming Guide PRT-EM Series EM 125 khz Access Terminals Firmware v1.29 and v2.29 Rev. K This document refers to the following products: - PRT12EM - PRT12EM-BK - PRT32EM - PRT42EM - PRT42EM-BK - PRT62EM - PRT64EM - PRT64EM-VP

More information

Release Notes. DN / Version 4.03

Release Notes. DN / Version 4.03 Release Notes DN1525-1003 / Version 4.03 Copyright 2010 Tyco International Ltd. and its Respective Companies. All Rights Reserved. All specifications were current as of publication date and are subject

More information

PROGRAMMING HELP GUIDE

PROGRAMMING HELP GUIDE DIGIPLEX EVO48-192 PROGRAMMING HELP GUIDE Entering Programming Mode 1) Press and hold the [0] key 2) Enter your [Installer Code] (default-000000) 3) Enter 4-digit [section] you wish to program 4) Enter

More information

Monitoring Supervisor Guide. Access Control Manager Software Version

Monitoring Supervisor Guide. Access Control Manager Software Version Monitoring Supervisor Guide Access Control Manager Software Version 5.10.10 2018, Avigilon Corporation. All rights reserved. AVIGILON, the AVIGILON logo, ACCESS CONTROL MANAGER, ACM, ACM VERIFY AND TRUSTED

More information

QUICK CONSUMER REFERENCE GUIDE

QUICK CONSUMER REFERENCE GUIDE QUICK CONSUMER REFERENCE GUIDE YOUR SYSTEM: ADT PM33 Commercial System Starting to use the Alarm Panel and Keypad PM33 Control Panel KP-250 PG2 Keypad Keyfob Setting Your System Step 1 When leaving your

More information

INTEGRITI USER MANUAL

INTEGRITI USER MANUAL Version 1 INTEGRITI USER MANUAL 1 Inner Range Pty Ltd ABN 26 007 103 933 1 Millennium Court, Knoxfield, Victoria 3180, Australia PO Box 9292, Scoresby, Victoria 3179, Australia Telephone: +61 3 9753 3488

More information

AMAX panel. AMAX panel 2100 AMAX panel 3000 AMAX panel 3000 BE AMAX panel en Operation Manual

AMAX panel. AMAX panel 2100 AMAX panel 3000 AMAX panel 3000 BE AMAX panel en Operation Manual AMAX panel AMAX panel 2100 AMAX panel 3000 AMAX panel 3000 BE AMAX panel 4000 en Operation Manual AMAX panel Table of Contents en 3 Table of contents 1 Safety 5 2 Short information 6 2.1 Introduction

More information

2010 Product Line Catalog

2010 Product Line Catalog 2010 Product Line Catalog emerge Embedded Software Systems w Part of Access SySTEM From enterprise-wide security management to small and mid-size access control, Linear s IEI brand has a choice of, giving

More information

XR500/XR100 Command Processor Review. a) Zone expanders c) Output expanders b) All of these d) Single point detectors

XR500/XR100 Command Processor Review. a) Zone expanders c) Output expanders b) All of these d) Single point detectors Name Answer Key Company Address City, State, Zip Instructor Date Your email User Name = Password = XR500/XR100 Command Processor Review 1. may be connected to the LX-Bus. a) Zone expanders c) Output expanders

More information

Appendix A The Cardholder Record Screen

Appendix A The Cardholder Record Screen The Cardholder Record Screen The Cardholder Record Screen is where you will do most of your work. Just about everything you do to maintain the Entry-Master System is done in the Cardholder Record Screen.

More information

GSM Speech Dialler with Automation Control. Microphone. Speaker USER MANUAL RINS1322-5

GSM Speech Dialler with Automation Control. Microphone. Speaker USER MANUAL RINS1322-5 GSM Speech Dialler with Automation Control Speaker Microphone USER MANUAL RINS1322-5 User Manual V2 GSM EASY START GUIDE Enter 1 2 3 4 This enters the user menu. Enter 8 3 1 Enter the SMS messages for

More information

LIFT CONTROL WITH FLOOR BUTTON FEEDBACK (V3 OR LATER)

LIFT CONTROL WITH FLOOR BUTTON FEEDBACK (V3 OR LATER) Applications Programming Guide - LIFT CONTROL WITH BUTTON FEEDBACK. Rev 4.51 Page 1 LIFT CONTROL WITH FLOOR BUTTON FEEDBACK (V3 OR LATER) Lift control logic can be used to control Floor security for a

More information

TECHNICAL OPERATION GUIDE

TECHNICAL OPERATION GUIDE TECHNICAL OPERATION GUIDE CASTLE K-SERIES SYSTEM CASS TECHNOLOGY SDN BHD(338857-X) 1 Disclaimer 2004 Cass Technology Sdn Bhd, All Right Reserved. Information of this documentation is subject to change/modification

More information

Alarm and Event Monitoring Operator Manual. Access Control Manager Software Version

Alarm and Event Monitoring Operator Manual. Access Control Manager Software Version Alarm and Event Monitoring Operator Manual Access Control Manager Software Version 5.10.12 2018, Avigilon Corporation. All rights reserved. AVIGILON, the AVIGILON logo, ACCESS CONTROL MANAGER and ACM are

More information

SK-NET. Version 2. Installation and Operating Manual

SK-NET. Version 2. Installation and Operating Manual SK-NET Version 2 Installation and Operating Manual Version Note: This manual covers features available in SK-NET Version 2.40. A few features described in this manual are only available with SK-ACP and

More information

PRxx1 series controllers Functional Description and Programming Guide

PRxx1 series controllers Functional Description and Programming Guide Roger Access Control System PRxx1 series controllers Functional Description and Programming Guide Document version: Rev.E This document refers to the following products: PR311SE, PR311SE-BK, PR611, PR621,

More information

EZ-ACC User Guide July

EZ-ACC User Guide July EZ-ACC User Guide July 2011 1 TABLE OF CONTENTS TECHNICIAN SETUP... 3 ADD/REMOVE CARDHOLDERS... 4 ADDING A NEW CARD:... 4 EDITING A CARDHOLDER:... 4 DELETING A CARDHOLDER:... 4 OVERRIDE DOORS... 5 LOCK/UNLOCK

More information

Zipato RFID Keypad Setup

Zipato RFID Keypad Setup Zipato RFID Keypad Setup Article Number: 13 Rating: Unrated Last Updated: Fri, Apr 29, 2016 at 10:42 AM Zipato RFID Keypad Setup This article will be about applcations with The Zipato RFID keypad and how

More information

* * ARM MONITOR EXCLUDE MEMORY. HomeSafe Security Panel 5400/16CB. Programming Manual C-Bus Supplement

* * ARM MONITOR EXCLUDE MEMORY. HomeSafe Security Panel 5400/16CB. Programming Manual C-Bus Supplement * * ARM 1 2 3 MONITOR 4 5 6 EXCLUDE 7 8 9 MEMORY P 0 E HomeSafe Security Panel 5400/16CB Programming Manual C-Bus Supplement Contents 1.0 Product Range...3 2.0 Features...3 2.1 Control Panel Features...3

More information

2 IDS LCD Keypad User Manual C Issued March 2009

2 IDS LCD Keypad User Manual C Issued March 2009 2 3 4 Contents 1. Introduction to the IDS LCD Digital Keypad...8 2. Arming the Control Panel...8 2.1 Away Arming...8 2.1.1 How to Away Arm...8 2.1.2 Quick Away Arm Shortcut Key...8 2.2 Stay Arming...9

More information

GuardPoint Pro OPC Server User Guide

GuardPoint Pro OPC Server User Guide The OPC Standard The OPC standard defines common interfaces for the data exchange between devices, PLC's and Windows applications. OPC The OPC standard has been introduced by a group of major USA companies,

More information

Important Notice. Customer Information. 2 WisDom User Manual

Important Notice. Customer Information. 2 WisDom User Manual User Manual Important Notice This manual is delivered subject to the following conditions and restrictions: This manual contains proprietary information belonging to RISCO Group. The information is supplied

More information

Partizan PAB-FC2. Fingerprint scan time Fingerprint identification time. <0.5 s < % <0.0198% Ingress protection rating

Partizan PAB-FC2. Fingerprint scan time Fingerprint identification time. <0.5 s < % <0.0198% Ingress protection rating 1. Features & Technical Parameters 1.1 Features: Partizan PAB-FC2 Metal vandalproof housing Secure and reliable biometric fingerprint recognition Simple for using, wiring can be done by a user without

More information

Midpoint Security,

Midpoint Security, User Manual Revision: 6, Date: October 4, 009 Midpoint Security, UAB, Kaunas, Lithuania www..emssa.net TABLE OF CONTENTS Copyright notice... Liability waiver... Introduction... 4 Overview... Settings tab...

More information

OmniPro II Version 3.0 Firmware Release

OmniPro II Version 3.0 Firmware Release OmniPro II Version 3.0 Firmware Release ADD THIS DOCUMENT TO YOUR OMNIPRO II INSTALLATION MANUAL Description The OmniPro II Version 3.0 firmware adds the following new features: OmniTouch menu operation

More information

XP-KIT. Programming & Operations. Programming Starter Kit for Aiphone -XP Series Proximity Reader Stations

XP-KIT. Programming & Operations. Programming Starter Kit for Aiphone -XP Series Proximity Reader Stations 9800 XP-KIT Programming Starter Kit for Aiphone -XP Series Proximity Reader Stations Programming & Operations Manual KIT CONTENTS: Programming Keypad Programming Master Card Pack 0 Blank Proximity Cards

More information

NOTE: This integration applies only to the Bentel Access Control Panel/Keypad equipment with firmware version 3.50 or later.

NOTE: This integration applies only to the Bentel Access Control Panel/Keypad equipment with firmware version 3.50 or later. This integration guide applies to the Absoluta series of access control panels from Bentel Security. (Test reference: model ABS104 control panel and M-Touch keypad) Overview exacqvision can be integrated

More information

1. Product Specification

1. Product Specification 1. Product Specification Item Specification Voltage 12VDC +10%, Current 1.2A Lock Relay 12VDC/2A Environmental Temperature working:0 ~45 ; storage:-10 ~55 Relative humidity working:40%~90%rh; Card Capacity

More information

Access Easy Controller 2.1 APC-AEC21-UPS1. Software Manual

Access Easy Controller 2.1 APC-AEC21-UPS1. Software Manual Access Easy Controller 2.1 APC-AEC21-UPS1 en Software Manual Access Easy Controller 2.1 Table of Contents en 3 Table of Contents 1 Introduction 9 1.1 Access Easy Controller 2.1 Functional Features 9 1.2

More information

IQ Series Architect/Engineer Guide Specification P/N Revision 5.0

IQ Series Architect/Engineer Guide Specification P/N Revision 5.0 IQ Series Architect/Engineer Guide Specification P/N 37-20002-001 Revision 5.0 PCSC 3541 Challenger St. Torrance, California 90503 Phone/Fax: (310) 303-3600 Web Site: http://www.1pcsc.com E-Mail: Sales@1PCSC.COM

More information

Release Notes: Access Professional Edition

Release Notes: Access Professional Edition Release Notes: Access Professional Edition Content Release Notes: Access Professional Edition... 1 Access Professional Edition V3.1, build 3.1.7.7... 3... 3... 3... 3 Access Professional Edition V3.0,

More information

GSM Speech Dialler with Automation Control. Microphone. Speaker USER MANUAL RINS1322-3

GSM Speech Dialler with Automation Control. Microphone. Speaker USER MANUAL RINS1322-3 GSM Speech Dialler with Automation Control Speaker Microphone USER MANUAL RINS1322-3 User Manual CHAPTER 1: CONTENTS PAGE CHAPTER 1: CONTENTS PAGE...2 CHAPTER 2: INTRODUCTION...3 CHAPTER 3: HOW THE WORKS...4

More information

Table of Contents. Phone number configuration...15 Alarm Phone numbers, 1, 2 & Divert phone numbers 1, 2 &

Table of Contents. Phone number configuration...15 Alarm Phone numbers, 1, 2 & Divert phone numbers 1, 2 & Table of Contents Introduction... 4 Warning... 5 Warranty... 5 Glossary of terms... 6 Legend... 7 Feature & Benefits... 8 1. Phone Line connection... 8 Phone Line connection, and network connection...9

More information

U-FLASH Setup Guide U-FLASH.

U-FLASH Setup Guide U-FLASH. U-FLASH Setup Guide Thank you for purchasing the U-FLASH. This guide will assist you in the setup of the system. You can call for FREE technical support to get help anytime at 757-258-0910. Please note,

More information

Autodialer ADC Series

Autodialer ADC Series Advanced Life Safety Solutions Autodialer ADC Series Telephone Access System 3 4 5 7 8 9 0 User s Guide LT-883 Rev. 0 April 2005 Autodialer ADC Series Telephone Access System User Guide Contents Introduction...

More information

Contents. 4. Disarming the Control Panel How to Disarm with a User Code How to Disarm using a Key-Switch or Remote...

Contents. 4. Disarming the Control Panel How to Disarm with a User Code How to Disarm using a Key-Switch or Remote... Contents 1. Introduction to the Watchguard WGAP864 LCD Digital Keypad... 6 2. Viewing Violated Zones... 6 3. Arming the Control Panel... 7 3.1 Away Arming... 7 3.1.1 How to Away Arm... 7 3.1.2 Quick Away

More information

Update: Protection One OnLine Access now also offers the ability to make changes or additions to contacts on your account.

Update: Protection One OnLine Access now also offers the ability to make changes or additions to contacts on your account. Welcome to Protection One s convenient OnLine Access service! Our OnLine Access allows you to view your account information through a standard Web browser. In addition, if you subscribe to receive reports,

More information

Configuring Door and Device Templates

Configuring Door and Device Templates CHAPTER 8 This chapter describes how to create and modify door and device templates. Device templates define common settings for device types, such as Gateways, readers and locks. Door templates define

More information

SUPERPLEX. Superplex s User s Manual Draft. Thank you for purchasing this device CONTENTS

SUPERPLEX. Superplex s User s Manual Draft. Thank you for purchasing this device CONTENTS Superplex s User s Manual Draft CONTENTS 1. Getting to know your Superplex Package List.. Basic Specifications. Appearance.. 2. Setting Up Your Superplex Power On/Off. Battery Charging Interface Port Connection

More information

GV-AS Controller. Installation Guide

GV-AS Controller. Installation Guide GV-AS Controller Installation Guide Before attempting to connect or operate this product, please read these instructions carefully and save this manual for future use. 2011 GeoVision, Inc. All rights reserved.

More information

Nexus Lite (Web Interface)

Nexus Lite (Web Interface) Nexus Lite (Web Interface) QUICK START GUIDE Scope of Document This document gives a brief overview of operation of the Nexus Lite Controller s Web user interface. Document Conventions We use the following

More information

Alarm Monitoring User Guide

Alarm Monitoring User Guide Alarm Monitoring User Guide ReadykeyPRO Unlimited, Version 6.5 Bosch ReadykeyPRO Unlimited Alarm Monitoring User Guide, product version 6.5 This guide is part 1 of a 2-document suite, item number DOC-201-01-2-026,

More information

ACTsmart2 Product Range Operating and Installation Instructions

ACTsmart2 Product Range Operating and Installation Instructions ACTsmart2 Product Range Operating and Installation Instructions 18-00045 Contents ORDERING INFORMATION......4 INSTALLATION NOTES......5 IMPORTANT......5 PRODUCT SPECIFICATION......5 30 SECOND PROGRAMMING

More information

Legrand Access System Software USER GUIDE

Legrand Access System Software USER GUIDE Legrand Access System Software USER GUIDE Introduction The Legrand Access System Software package is part of a series of tools developed by Legrand to manage building access control in the tertiary sector.

More information

AXS-100. User's Guide. Two-Door Proximity Access Control System (V2.06) DE6280U 1

AXS-100. User's Guide. Two-Door Proximity Access Control System (V2.06) DE6280U 1 AXS-100 Two-Door Proximity Access Control System (V2.06) User's Guide Table of Contents 1. INTRODUCTION... 3 2. USER INTERFACE... 3 2.1. Keypad...3 2.2. Idle Screen...3 2.3. Login Screen...4 2.4. Operating

More information

180 Series Keypad. Handbook. Revision 2.1

180 Series Keypad. Handbook. Revision 2.1 180 Series Keypad Handbook Revision 2.1 Revision History Revision 1.0 Initial release Revision 2.0 Major update with addition of 180-40 Added 180-40 to document and various headings Note regarding unique

More information

CCM/CCMx Version Release Notes Copyright , Identiv. Updated on April 6, 2018.

CCM/CCMx Version Release Notes Copyright , Identiv. Updated on April 6, 2018. CCM/CCMx Version 7.6.01 Release Notes Copyright 2014-2018, Identiv. Updated on April 6, 2018. Overview This document describes the changes in the CCM and CCMx firmware since version 7.5.70. To make it

More information

GSM Speech Dialler with Automation Control. Microphone. Speaker USER MANUAL RINS1322-7

GSM Speech Dialler with Automation Control. Microphone. Speaker USER MANUAL RINS1322-7 GSM Speech Dialler with Automation Control Speaker Microphone USER MANUAL RINS1322-7 User Manual EASY START GUIDE Enter 1 2 3 4 This enters the user menu. Enter 8 3 1 Enter the SMS messages for input 1.

More information

Lonix Security Configuration Manual

Lonix Security Configuration Manual Lonix Security Configuration Manual Version Sep/2010 LONIX LTD Teollisuuskatu 33 FI-00510 Helsinki, Finland tel +358 9 349 9853 fax +358 9 349 9863 www.lonix.com 2 (9) Contents 1 Introduction... 3 2 LX-SEC-V1000

More information

Product Overview. Revision 1.3

Product Overview. Revision 1.3 Product Overview Revision 1.3 Revision History Revision 1.0 Initial release. Revision 1.1 HS changed to CP - page 7& 8 Revision 1.2 CP changed to Secure Changed Drawing on page 8 Revision 1.3 Added Off-Line

More information

Monitoring Operator Guide. Access Control Manager Software Version

Monitoring Operator Guide. Access Control Manager Software Version Monitoring Operator Guide Access Control Manager Software Version 5.12.0 2016-2018, Avigilon Corporation. All rights reserved. AVIGILON, the AVIGILON logo, ACCESS CONTROL MANAGER, ACM, and ACM VERIFY are

More information

High Security and Access System EVO48 V2.1 EVO192 V2.1

High Security and Access System EVO48 V2.1 EVO192 V2.1 High Security and Access System EVO48 V2.1 EVO192 V2.1 Programming Guide Includes LCD Keypad Programming We hope this product performs to your complete satisfaction. Should you have any questions or comments,

More information

ATS1190 Smart Card Reader Programming Manual

ATS1190 Smart Card Reader Programming Manual ATS1190 Smart Card Reader Programming Manual Version 2.0 Aritech and Tecom are Interlogix Companies 2001 Interlogix B.V.. All rights reserved. Interlogix B.V. grant the right to reprint this manual for

More information

Bosch solution 6000 cheat sheets

Bosch solution 6000 cheat sheets Adding a token to a user Select add token and user if prompted by keypad select reader Menu 120 Select door/s that the user will have access to (if applicable) Menu 145 Select areas that the user will

More information

GUARD CENTURION OPERATING INSTRUCTIONS THE AUTOMATIC CHOICE

GUARD CENTURION OPERATING INSTRUCTIONS THE AUTOMATIC CHOICE GUARD CENTURION THE AUTOMATIC CHOICE OPERATING INSTRUCTIONS 0 In a In hurry? a hurry? The following KwikLearn procedure and connection diagram will enable you to start using your SmartGUARD system right

More information

pro ACTpro IOM INPUT/OUTPUT MODULE Installation and Configuration Instructions for the ACTpro IOM Input/Output Module ACT Product Code: ACTPRO IOM

pro ACTpro IOM INPUT/OUTPUT MODULE Installation and Configuration Instructions for the ACTpro IOM Input/Output Module ACT Product Code: ACTPRO IOM pro ACTpro IOM INPUT/OUTPUT MODULE Installation and Configuration Instructions for the ACTpro IOM Input/Output Module ACT Product Code: ACTPRO IOM pro CONTENTS Technical Specification... 4 Product Overview...

More information

Understanding Door Configuration

Understanding Door Configuration CHAPTER 5 This chapter describes the concepts used to configure doors and templates. A door configuration is a collection of devices, such as locks and readers, connected to a Cisco Physical Access Gateway

More information

Intelligent 4 Door Access Module Programming

Intelligent 4 Door Access Module Programming MODEL 3000 / ACCESS 4000 Programmer s Manual - Intelligent 4Dr Access. Rev 4.00 [MENU 7-2-8] p 1 Intelligent 4 Door Access Module Programming IMPORTANT NOTE. FIRMWARE COMPATABILITY GENERAL RECOMMENDATION

More information

Access Easy Controller 2.1

Access Easy Controller 2.1 Systems Access Easy Controller 2.1 Access Easy Controller 2.1 4 access Wiegand readers expandable to 16 Capacity up to 20,480 card holders and 100,000 transactions Classify cardholders based on 254 access

More information

Hi-tech. Advanced. Multifaceted. These are some of the terms that best describe our diverse range of access control offerings.

Hi-tech. Advanced. Multifaceted. These are some of the terms that best describe our diverse range of access control offerings. ACCESS CONTROL traffic barriers Hi-tech. Advanced. Multifaceted. These are some of the terms that best describe our diverse range of access control offerings. SOLO Standalone Product Code: SOLO0001V1_AU

More information

User Manual RINS1209-5

User Manual RINS1209-5 User Manual 2x 2x RINS1209-5 The EURO mini Keypad Contents Introduction 1-5 Using EURO mini with PIN Codes 5-9 Intelligent Setting 10-11 When Problems Arise 12 Setting Individual Areas 13-14 Chime Facility

More information

Antipassback, Parking and Access Areas. Technical Support Engineering Rosslare Security NA For more information please see

Antipassback, Parking and Access Areas. Technical Support Engineering Rosslare Security NA For more information please see Antipassback, Parking and Access Areas Technical Support Engineering Rosslare Security NA For more information please see www.axtraxng.com Antipassback prevents a user from using the same credential multiple

More information

Portals 14 What is a portal? 14 Hardware 15 RS232 to RS USB to RS TCP/IP to RS Add a Serial Portal 16 Add a Network portal 16

Portals 14 What is a portal? 14 Hardware 15 RS232 to RS USB to RS TCP/IP to RS Add a Serial Portal 16 Add a Network portal 16 PROS LITE User Manual Version 2.0.0 www.visual-plus.com Table of Contents Getting Started 5 Starting PROS Lite 5 Create a Portal 5 Adding a control panel 6 Adding a user 7 Upload users to a controller

More information

Connect Alarm app App operation quick guide

Connect Alarm app App operation quick guide SECURITY PRODUCTS If you can read this Click on the icon to choose a picture or Reset the slide. To Reset: Right click on the slide thumbnail and select reset slide or choose the Reset button on the Home

More information

Pro-Watch 3.8 Eco System Galaxy Dimension Integration Guide

Pro-Watch 3.8 Eco System Galaxy Dimension Integration Guide Pro-Watch 3.8 Eco System Galaxy Dimension Integration Guide Document Date : Aug 2010 Pro-Watch 3.8 Galaxy Integration Guide.doc Page 1 of 15 Table of Contends Chapter Page Scope of this document 3 Installation

More information

Lumina Version 3.0 Firmware Release

Lumina Version 3.0 Firmware Release Lumina Version 3.0 Firmware Release ADD THIS DOCUMENT TO YOUR LUMINA ADVANCED APPLICATION GUIDE Description The Lumina Version 3.0 firmware adds the following new features: UPB Transmit Count to increase

More information