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

Contact Support

Close

Ask our Experts

Have a question related to our products, solutions or services? Get quick support on community Forums

Email Us

For Community platform-related support, please email us

New Community Ranking System
Our Community ranking system has recently been updated. You may notice changes in user rankings and receive system messages or notifications. If you have questions about how the new ranking works, please refer to the announcement post for more details (click here).

Access Expert configure an Exit Delay Trigger and Procedure to allow people to exit before alarming with no readers

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…

Search in

Improve your search experience:

  • Exact phrase → Use quotes " " (e.g., "error 404")
  • Wildcard → Use * for partial words (e.g., build*, *tion)
  • AND / OR → Combine keywords (e.g., login AND error, login OR sign‑in)
  • Keep it short → Use 2–3 relevant words , not full sentences
  • Filters → Narrow results by section (Knowledge Base, Users, Products)
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: 

Select a Country

Please select a country to continue with beta search.

  • Home
  • Schneider Electric Community
  • Knowledge Center
  • Building Automation Knowledge Base
  • Access Expert configure an Exit Delay Trigger and Procedure to allow people to exit before alarming with no readers
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
  • Alan_Wood
    Alan_Wood

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Back to Building Automation Knowledge Base
Start a Topic
Options
  • Bookmark
  • Subscribe
  • Email to a Friend
  • Printer Friendly Page
  • Report Inappropriate Content
0 Likes
91 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

Access Expert configure an Exit Delay Trigger and Procedure to allow people to exit before alarming with no readers

Alan_Wood Leader
‎2026-07-02 03:48 PM

on ‎2026-07-02 03:48 PM

Issue

Create a solution with an alarm definition and event filtering that will pulse an output to a phone dialer for alarm monitoring. Trigger the dialer when another output is active and when any of the inputs for door contacts, motion sensors, etc. have become active. Perform this solution on an Access Expert Intrusion only system without any readers.

Product Line

EcoStruxure Access Expert

Environment

AccessXpert Intrusion system with no readers

Cause

Without Security Readers, there is less hardware to process and monitor the logic required for a solution. Event filters cannot reliably evaluate both an input event and the current state of a separate output together.

Resolution

The following approach can be implemented using hardware I/O-level logic. This method combines the required conditions externally and presents them to the system as a single input event, eliminating the dependency on multi-event evaluation within the filter query.

 

Concept

Create a single system input that activates only when:

  • The original input condition (GC/PIR/DC) is active, and
  • The Notification Active output is active.

This is achieved by using outputs and relay contacts wired in series, allowing the system to see a single input that represents both conditions being true.

 

Wiring Logic

Once dry contacts are available, wire the following relay contacts in series:

  1. Output driven by the input condition (GC/PIR/DC)
  2. Notification Active output

The series relay path is then connected to a spare input, referred to as the Notification Alarm Input. 

The Notification Alarm Input will only activate when both relay contacts are closed, meaning:

  • The original input condition is active, and
  • The Notification Active output is active.

Implementation
Step 1: Create an Output for the Original Input Condition

Configure the original input condition (GC/PIR/DC) to activate a dedicated output.

This output will serve as a representation of the input condition in the relay wiring scheme.

Step 2: Obtain a Dry Contact from the Notification Active Output

Depending on how the Notification Active output is configured:

Scenario A – Dry Contact Relay

If the Notification Active relay is being used strictly as a dry contact and is not switching external voltage, it can be used directly in the series wiring.

Scenario B – Power-Switched Relay

If the Notification Active relay is switching power (for example, 12VDC to a device), it should not be used directly in the input circuit. An isolated relay should be added to provide a dry contact interface.

Scenario C – No Spare Outputs Available

If no spare outputs are available, an external relay may be driven from the existing Notification Active output. The dry contacts from this relay can then be used to complete the series wiring.

 

Alarm Workflow

The resulting sequence is as follows:

  1. A GC/PIR/DC input event occurs.
  2. The event activates the dedicated input-driven output.
  3. The Notification Active output remains active for its configured timer duration.
  4. The input-driven output and the Notification Active output are wired in series.
  5. When both conditions are present, the signal is sent to the Notification Alarm Input.
  6. The Notification Alarm Input triggers an Alarm Definition.
  7. The Alarm Definition activates the Alarm Monitoring Service Notification Output.
  8. The Alarm Monitoring Service Notification Output generates a pulse to the dialer.
Workflow Diagram
C/PIR/DC Input
       │
       ▼
Input-Driven Output
       │
       ├──── Series Wiring ────► Notification Alarm Input
       │
Notification Active Output
       │
       ▼
Alarm Definition
       │
       ▼
Alarm Monitoring Service Notification Output
       │
       ▼
Dialer Pulse

 

Testing Results

This approach has been tested and confirmed in a lab environment to produce consistent results, allowing the system to trigger only when both conditions are present.

 

Conclusion

When Alarm Definition Filters cannot reliably evaluate an input event and a separate output state together, combining the logic at the hardware I/O level offers a reliable alternative. By wiring the input-driven output and Notification Active output in series to a dedicated Notification Alarm Input, the system can accurately trigger the Alarm Monitoring Service Notification Output and generate the required dialer pulse.


Note: The above multi-step solution is needed for success. When attempting to create this with a single Trigger and Procedure, it would not work and would produce an error in Access Expert.

“Filter references element that is not in the event data. Element 'Output' not found.” This occurs when a filter attempts to evaluate both input and output conditions together and fails to trigger as expected.

 

The filter references the “Output” field in event data where that field does not exist. Input-driven events (such as DC, PIR, or GC) typically only contain “Input” and “Status” fields and do not include “Output.” As a result, combining input and output conditions within a single filter causes the evaluation to fail because both cannot be processed together in the same event context.

Labels (1)
Labels:
  • EcoStruxure Access Expert
Tags (1)
  • Find more articles tagged with:
  • AlanWood26
Was this article helpful? Yes No
No ratings

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

You’ve reached the end of your document

WHAT’S NEXT?

Ask our Experts

Didn't find what you are looking for? Ask our experts!

My Dashboard

Check out the new Feeds and activities that are relevant to you.

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

    Ask our Experts

    Have a question related to our products, solutions or services? Get quick support on community Forums

    Email Us

    For Community platform-related support, please email us

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 © 2026 Schneider Electric

Welcome!

Welcome to your new personalized space.

of

Explore