Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

Join our "Ask Me About" community webinar on May 20th at 9 AM CET and 5 PM CET to explore cybersecurity and monitoring for Data Center and edge IT. Learn about market trends, cutting-edge technologies, and best practices from industry experts.
Register and secure your Critical IT infrastructure

How to allow double badge access functionality to Individuals

Building Automation Knowledge Base

Schneider Electric Building Automation Knowledge Base is a self-service resource to answer all your questions about EcoStruxure Building suite, Andover Continuum, Satchwell, TAC…

cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Home
  • Schneider Electric Community
  • Knowledge Center
  • Building Automation Knowledge Base
  • How to allow double badge access functionality to Individuals
Options
  • Bookmark
  • Subscribe
  • Email to a Friend
  • Printer Friendly Page
  • Report Inappropriate Content
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close

Related Forums

  • Intelligent Devices Forum

Previous Next
Contributors
  • RobertAndriolo
    RobertAndriolo

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Back to Building Automation Knowledge Base
Options
  • Bookmark
  • Subscribe
  • Email to a Friend
  • Printer Friendly Page
  • Report Inappropriate Content
0 Likes
801 Views

Link copied. Please paste this link to share this article on your social media post.

Trying to translate this page to your language?
Select your language from the translate dropdown in the upper right. arrow
Translate to: English
  • (Français) French
  • (Deutsche) German
  • (Italiano) Italian
  • (Português) Portuguese
  • (Русский) Russian
  • (Español) Spanish

How to allow double badge access functionality to Individuals

Guinan RobertAndriolo Guinan
‎2023-02-01 06:15 PM

Warning

This article describes a feature that is not standard functionality within the Product Line.  It has been provided to allow customers the option to use this requirement.  Pay particular attention to the Prerequisites of the required programming.

Issue

Customer requires the functionality for Individuals  to double badge (present their credentials twice) to gain access.

Product Line

TAC INET

Environment

Access Control

Cause

Customer application requirement

Resolution

Prerequisites:

LIMITATIONS:

  • As this is not a standard access control feature within I/NET, it uses custom programming, which therefore reduces/limits the standard features within I/NET
  • The description provided below must be set for ALL individuals with access to the door that requires double badging.  It does NOT cater to custom individual use.  It may be possible to provide additional programming to achieve this, but this is not detailed in this article.
  • Door Automatic Time Schedules (ATS), if applied, can be overridden if the door reader is badged during the scheduled operation. 
  • The functionality of this feature uses event-driven programming, which in its nature is single-shot programming and therefore relies on the following: 
    • Requires reliable communication between SLI/MCI (779x) and the SCU (Door Controller).  The door reads from the SCU must be received by the SLI/MCI to activate the badge/read occurrence.
    • Requires SLI/MCI (779x) CPU loading below 65%. LAN Load of this controller should be below 2%; anything above this can cause the operation to fail/be inconsistent. 
    • Removes the standalone capability of the Door controller (SCU)

POINTS

  • The points required for each door that requires this functionality are
    • Door Reader (Internal DO door point as required in I/NET) 
    • Door Strike (External DO Point) must be programmed within the controller
    • Door Intermediate (Internal DO Point). :: Scan Rate 1 second
    • Door Read Count (Internal AO Point). :: Scan Rate 1 second
      I/NET Controller SummaryI/NET Controller Summary
    • Note: The address order, as shown in the screenshot above, is important for the overall operation.   That is Read Count must be at a lower address than all other points.  Next the Intermediate point.  The Strike and Reader addresses are fixed by I/NET but must be at a HIGHER address than the Read count and Intermediate points.   

DOOR

  1. Intercard Interval (sec) should be set as low as possible.  This allows the card to be present within this time setting (minimum is 1 second)
  2. Door strike: Configuration of the door/reader must have this set to either.
    • None: When a valid read is received, no action is sent to the strike
    • Exit: Only when an Exit read to Request to exit (REX) is received by the door does it activate the strike. 
  3. Strike duration (sec): Should be set 1 second above the scan rate of the Intermediate / Read Count points above.  In this case, it is set to 2 seconds. 
    Note: this does not have any bearing on how long the strike remains "unlocked"
    Door editorDoor editor

Programming

DOOR

  • No additional programming is required for the door apart from the details provided in the above prerequisites. 

ACCESS INITIATED CONTROL (AIC)

  • Add an AIC that will trigger the Intermediate point on a "valid" reader entry for the nominated door.
    1. Select the Target point (DR1 Intermediate)
    2. Select either Use all individuals in the range which will trigger this action for all individuals. 
      Note: If selected Individuals are needed to activate this feature, then additional programming is required and not detailed in this article.   
    3. Select Reader entry to START the target point 
    4. Select which Doors are to trigger this action

Access Initiated Control editorAccess Initiated Control editor

POINTS

  • From the screenshots below, it can be seen that:
    1. Point DR1 Read Count has two extensions:
      INET-DB-ReadCount.png
      1. Calculation (C) 
        INET-DB-RC-Calc.png
        Operation: The result of this calculation is displayed on the DR1 Read Count point.  The calculation adds the value of itself (P0) DR1 Read Count and point (P1) DR1 Intermediate point (where 0=OFF 1=ON), the result of which is then multiplied by the NOT (~) the value of (P2) Door Strike (where sec = 0 Unlk = 1).
        Result: DR1 Read Count is incremented by one on each valid read.  The counter is reset (zeroed) when the Door Strike is energized.       
      2. Event Definition (EV)  
        INET-DB-RC-EV.png
        Operation: When the point DR1 Read Count crosses the value 1 (the value of 2 represents the double (2) badge), Sequence/Action #1 is triggered. 
      3. From the above Event Definition (EV), this runs Sequence/Action Num 1, which is shown below:
        INET-DB-SEQ#1.png
         Operation: When triggered by the (EV) above, the Door Strike is immediately "Stop"  (Unlocked); after a 5-second delay, the Door Strike is "Start" (secured).
        Note: The delay of 5 seconds on line #2 determines how long the strike remains in the unlocked state.  Modifying this value will shorten or extend the unlocked state.    
    2. Point DR1 Intermediate has only one extension:
      INET-DB-Immediate.png
      1. Calculation (C) 
        INET-DB-Inter-Calc.png

SUMMARY OPERATION

  1. A valid card read is presented to the reader; this triggers AIC to turn point DR1 Intermediate to ON.
  2. This increments DR1 Read Count by 1 to the value of 1 via its Calculation (C) extension
  3. The additional card read repeats Steps 1 and 2 above; 
    1. DR1 Read Count value increments to a value of 2.
  4. Event Defintin (EV) high-value crossing (>1) triggers Event Sequence #1
  5. Event Sequence #1 unlocks Door Strike 1 and, after a 5-second delay, relocks (secures) Door Strike 1 point.
    1. This relock (secure) of Door Strike 1 zeros the DR1 Read Count value via its Calculation (C) extension. 

ATTACHMENTS - for reference showing the above details 

  1. I/NET Controller SAV file (DCU0201.zip)
  2. Backup InetDb (SQL.bak).  (InetDb_DoubleBadge.zip)

 

Labels (1)
Labels:
  • TAC INET
Attachments
InetDb_DoubleBadge.zip
DCU0201.zip
Tags (1)
  • Find more articles tagged with:
  • RobertAndriolo23
Was this article helpful? Yes No
No ratings

Link copied. Please paste this link to share this article on your social media post.

To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support
Brand-Logo
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings © 2025 Schneider Electric

This is a heading

With achievable small steps, users progress and continually feel satisfaction in task accomplishment.

Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.

of