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

Ask Me About Webinar: Data Center Assets - Modeling, Cooling, and CFD Simulation
Join our 30-minute expert session on July 10, 2025 (9:00 AM & 5:00 PM CET), to explore Digital Twins, cooling simulations, and IT infrastructure modeling. Learn how to boost resiliency and plan power capacity effectively. Register now to secure your spot!

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
  • Building Automation Knowledge Base
  • Label: Andover Continuum
Options
  • My Knowledge Base Contributions
  • Subscribe
  • Bookmark
  • Invite a Friend
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
Labels
Top Labels
  • Alphabetical
  • Andover Continuum 2,208
  • TAC Vista 2,045
  • EcoStruxure Building Operation 1,856
  • TAC IA Series 1,827
  • TAC INET 1,458
  • Field Devices 721
  • Satchwell BAS & Sigma 474
  • EcoStruxure Security Expert 333
  • Satchwell MicroNet 252
  • EcoStruxure Building Expert 228
  • EcoStruxure Access Expert 150
  • CCTV 53
  • Project Configuration Tool 47
  • EcoStruxure Building Activate 17
  • ESMI Fire Detection 13
  • EcoStruxure Building Advisor 12
  • Automated Engineering Tool 5
  • EcoStruxure Building Data Platform 3
  • EcoStruxure Workplace Advisor 1
  • EcoStruxure for Retail - IMP 1
Top Contributors
  • Product_Support
    Product_Support
  • DavidFisher
    DavidFisher
  • Cody_Failinger
    Cody_Failinger
See More Contributors
Related Products
Thumbnail of EcoStruxure™ Building Operation
Schneider Electric
EcoStruxure™ Building Operation
4
Thumbnail of SmartX IP Controllers
Schneider Electric
SmartX IP Controllers
1
Thumbnail of EcoStruxure™ Building Advisor
Schneider Electric
EcoStruxure™ Building Advisor
1

Related Forums

  • Intelligent Devices Forum

Previous Next

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite

Label: "andover continuum"

View in: "Building Automation Knowledge Base" | Community

2208 Posts | First Used: 2018-09-06

Building Automation Knowledge Base

Sort by:
Date
  • Date
  • Views
  • Likes
  • Helpfulness
Options
  • Subscribe
  • Bookmark
  • Invite a Friend
  • « Previous
    • 1
    • …
    • 61
    • 62
    • 63
    • …
    • 111
  • Next »
Label: "Andover Continuum" Show all articles

Why is the Endura video option grayed out?

Issue When setting up a Video Server the option for Pelco Type 2 (Endura) can not be selected. Environment Continuum V1.91 and above. See the Video Compatibility matrix for supported Pelco Endura products on the various Continuum versions, link: Video Matrix link Cause Continuum requires the security key to be enabled for Endura video to allow this option to be available. Resolution The Endura option cannot be purchased from the Factory.  In order to obtain the Endura option you must contact our Upgrades department. The upgrade part number is: UPG-ADD-ENDURA You can reach Upgrades by email at upgrades.continuum@schneider-electric.com Note: for testing purposes a Single User may be run in Demo mode for a few hours which will allow the Endura option to be selected.
View full article
Picard Product_Support
‎2018-09-07 07:54 AM

Labels:
  • Andover Continuum
  • CCTV
1576 Views

User defined Plain English alarm function buffer

Issue Re-executing user defined alarm PE functions that have failed to execute and have been pushed into a call stack (buffer) Environment CyberStation Cause System busy or out of resources on alarm delivery. i.e All video controls busy when a video alarm comes in. Resolution User defined alarm PE functions that have failed to execute and have been pushed into the buffer will not execute automatically, you need to invoke the PEPopAlarm function in order to re-execute the functions. You can invoke the PEPopAlarm from the command line, PE program or from a Graphic that uses a PE script control. You may need to increase the size of the buffer (PEMaxBufferedAlarms registry entry) if your alarm functions frequently end up in the buffer as a full buffer will cause alarms to be dropped.
View full article
Picard Product_Support
‎2018-09-06 02:01 PM

Labels:
  • Andover Continuum
1454 Views

Cannot Open Graphics Error

Issue Cannot Open Graphics Error. "The operation was not performed" Environment Continuum 1.90 Windows XP Cause Continuum 1.90 Sp1 not installed. Resolution Install Continuum 1.90 Sp1 Install all hotfixes Save the old DLL files to another folder, then delete them in the Continuum folders after the system is updated
View full article
Picard Product_Support
‎2018-09-07 12:57 PM

Labels:
  • Andover Continuum
1554 Views

Manipulating the bits in a Wiegand custom card field.

Issue How to reverse and/or complement the bits as read from a Wiegand access card in a custom card configuration Environment CyberStation CX9702 CX9900 CX9680 ACX5720 ACX5740 ACX701 ACX781 Cause Some Wiegand cards are encoded with the bits in one or more fields reversed and/or complemented. It is then necessary to operate on the fields when decoding the data in order to obtain the correct data. Resolution In the AccessFormat array a control field is provided to configure the system so that the bits in a field in the access card data can be reversed and/or complemented. The control mask is located at AccessFormat[2] Control Mask The bits of the control mask will be used by the parsing routine to reverse or complement selected fields. Setting the appropriate bit to a 1 will enable the special action:       Field Issue Code Card Number Site Code Manufacturers Code Feature Reverse Complement Reverse Complement Reverse Complement Reverse Complement Bit # 7 6 5 4 3 2 1 0 Bit Value:           128                64                  32               16                   8                      4                    2                  1   Examples: To reverse the bits in the site code field set AccessFormat[2] = 8 To reverse the bits in both the card number and site code fields set AccessFormat[2] = 40   Reversing the bits makes the first bit in the field become the last. Complementing the bits flips the bit's value, 1 becomes 0 and vice versa.
View full article
Picard Product_Support
‎2018-09-06 02:01 PM

Labels:
  • Andover Continuum
1499 Views

Access Events delivery stopped

Issue Access Events not being delivered to the database. Environment Continuum 1.9x CX 9680 Cause No access events reported to the database Resolution The workstation setup for primary access server had several processes that were running that appeared to be related to a virus on the workstation. This workstation was fully open to the internet and it is suspected that this is where the virus launched. After stopping several of the suspected executables through task manager the access events started coming in. Run antivirus.
View full article
Picard Product_Support
‎2018-09-06 02:01 PM

Labels:
  • Andover Continuum
1273 Views

Can a b4920 send out alarm emails?

Issue Can a b4920 send out alarm emails? Environment Continuum Controllers BCX 4040 BCX 9640 Netcontroller II (9680) ACX 57xx Cause Controllers that support sending of emails Resolution The B4-920 does not have the capability to send out emails. 2nd generation controllers do have the capabilities to send emails.
View full article
Picard Product_Support
‎2018-09-06 02:01 PM

Labels:
  • Andover Continuum
1027 Views

Creating a CX controller and receiving error "This object class requires an attached device"

Issue When creating a CX controller receiving error "This object class requires an attached device" Environment Continuum Cyberstation CX controllers (9900, 9680, ACX 5740 ie..... ) Cause Trying to create the controller outside of a network folder (directory) Resolution Create a network folder and create the CX controller under the network folder.
View full article
Picard Product_Support
‎2018-09-06 02:00 PM

Labels:
  • Andover Continuum
1198 Views

Issue printing to a file from a CyberStation program.

Issue CyberStation program that prints to a file does not produce the expected results. Environment CyberStation. Cause Program configuration. Resolution In the program configuration properties, select the "Run on any WorkStation" option.
View full article
Picard Product_Support
‎2018-09-06 02:00 PM

Labels:
  • Andover Continuum
996 Views

Can DHCP IP addresses be used with Continuum Workstations or Controllers?

Issue When setting up a Continuum Workstation or a CX/ bCX controller some IT departments wish to use DHCP (Dynamic Host Configuration Protocol) allocation of IP addresses. Environment Cyberstation workstations and all Ethernet level controllers (CX9200, CX9400, CX9702, CX9900, bCX1, ACX5740, ACX5720, CX9680. Cause Continuum Workstations and Controllers do not support DHCP addressing. Resolution A fixed and unique IP address and subnet mask must be allocated in every controller and workstation, this value must also be entered in the database in offline editing for all controllers. For routed networks the correct address for the Default Router must also be entered in each controller and the database. When creating a new workstation, once the Workstation initialization has completed and the Workstation has started, verify that in Offline Editing that the IP address for the workstation matches the fixed IP address as defined in the Windows Network card settings.
View full article
Picard Product_Support
‎2018-09-06 02:00 PM

Labels:
  • Andover Continuum
1982 Views

Cannot delete Continuum personnel profiles

Issue Cannot delete personnel profiles from personnel manager. Product Line Andover Continuum Environment Continuum 1.81 Cause Personnel profiles have become corrupted and can not be deleted. You can not rename areas without removing/replacing them in the profile. Resolution Procedure to remove corrupted personnel profiles: Start Continuum Run ACDEVApp.exe from the Continuum directory. Click Generate. Replace the 3 lines: <REQUESTOPERATIONS> </REQUESTOPERATIONS> </IACDEVREQUEST> ... with the following 6 lines, only replace the word ProfileName with the name of the profile being deleted: <REQUESTOPERATIONS> <DELETE> <OBJECT PATH="ProfileName"/> </DELETE> </REQUESTOPERATIONS> </IACDEVREQUEST> Press the "Process Request" button
View full article
Picard Product_Support
‎2018-09-06 02:00 PM

Labels:
  • Andover Continuum
2669 Views

How to add additional fields to the New Search window in the Personnel Manager?

Issue The New Search window shows a set of predefined attributes to search on, can additional attributes be added to this list? Environment Cyberstation Personnel manager, Versions 1.80 and above. Cause There is no option to add/ remove fields from the New Search window. Resolution 1) The New Search Window entries are fixed, there is no option to add / remove fields in this window. 2) To search on one of the other attributes not listed; use a List View of Personnel to show the required attributes and use a Qualifier on that attribute to prompt the user for the search criteria. 3) The * character can be used as a wildcard, so for example if searching on the Vehicle Info attribute entering Ford* would find all Ford vehicles if the field is used to hold the make & model of vehicles.  
View full article
Picard Product_Support
‎2018-09-06 02:00 PM

Labels:
  • Andover Continuum
1034 Views

Cannot open Create/Edit Badge in Personnel Manager even though badging is enabled on Security Key

Issue Cannot open Create/Edit Badge in Personnel Manager even though badging is enabled on Security Key Getting error message "Cannot init license" Environment Continuum Personnel Manager Cause Windows user does not have enough permissions to run EPI Designer (EPI the Print/Badge Program installed with Continuum) Resolution Change the Windows login to one that has sufficient permissions to run EPI Designer (the Print/Badge Program) The standard Windows User does not have permission to run EPI Designer (the Print/Badge Program) whereas a standard PowerUser or Administrator does have permission. NOTE This was an Windows XP issue, similar issues may still be present in newer Windows versions Continuum v1.92 was used for this document
View full article
Picard Product_Support
‎2018-09-06 02:00 PM

Labels:
  • Andover Continuum
1678 Views

Changing attribute names for display in the Personnel Manager

Issue Can I change the display of an attribute using the old Personnel Editor or in the Personnel template editor Environment Continuum Cyberstation Cause Change the display of a personnel attribute. Resolution The old personnel editor or the personnel template editor there is no way to change the attribute name. In the new Personnel Manager you can change the display of an attribute name. Example:  Changing attribute Info1 to BuildingNumber Open up a personnel record Select configure and select customize attributes Select the display name for the attribute to be changed Change the display name and select Ok.
View full article
Picard Product_Support
‎2018-09-06 02:00 PM

Labels:
  • Andover Continuum
920 Views

Continuum Controllers and IP Managed switches

Issue Should managed switches be set to half duplex or full duplex? Prorduct Line Andover Continuum Environment Continuum Cyberstation 2nd Generation Controllers BCX 4040, 4000, 9640 NC2 9680 ACX 5740, 5720 1st Generation Controllers CMX 9924 CX 9900, 9901, 9940 Cause Configuration for managed switches. Resolution Most sites will have managed switches set for Auto Sensing 10/100 For sites that must use a designated configuration, our 1st generation controllers communicate 10 half duplex while the 2nd generation controllers communicate 100 full duplex.
View full article
Picard Product_Support
‎2018-09-06 02:00 PM

Labels:
  • Andover Continuum
2104 Views

Pathing in list view of access events.

Issue Error "The selected path type is invalid" when configuring a path in a list view of access events. Environment CyberStation Cause Access events reside only at the root thus a device is not valid path for a list view of access events. Resolution Use a database qualifier to have the list view display access events by device id. Example: (DeviceId is LocalNetwork\ACX5740East id).
View full article
Picard Product_Support
‎2018-09-06 01:59 PM

Labels:
  • Andover Continuum
1091 Views

Continuum 1.93 Install

Issue Do we provide Unattended Installation files for Continuum Software Upgrades Environment Microsoft Xp, 2003 Server Continuum 1.9x Cause Continuum Upgrade Procedures Resolution We do not provide Unattended Installation files for Continuum Software Upgrades
View full article
Picard Product_Support
‎2018-09-06 01:59 PM

Labels:
  • Andover Continuum
1303 Views

Deleting Personnel Manager default profiles

Issue Unable to delete the default profiles (i.e. Employee) in the Personnel Manager Environment CyberStation Personnel Manager Cause By design the default profiles can be modified but can not be deleted Resolution This is FAD (Function as designed)
View full article
Picard Product_Support
‎2018-09-06 01:59 PM

Labels:
  • Andover Continuum
952 Views

Can not learn more than X infinet devices.

Issue 1. Performing a learn on the Infinet port finds only a fixed number of infinet devices (10,32,64). 2. Refreshing the Field Bus Controllers window in the Infinet commport shows the devices appearing online for a second and then disappearing. 3. Error "Duplicate name" is displayed. Environment CyberStation CX9640 CX9702 CX9900 CX9680 ACX5740 ACX5720 Cause Maximum Infinet controllers limit has been reached due to: 1. No key attached to CyberStation (demo mode). 2. CX controller option limit. Resolution 1. Attach a CyberStation key to get out of demo mode. 2. If the CX's Max Infinet Controllers have been reached, no additional Infinet controllers can be learned until Infinet controllers are deleted or controller's limit is expanded. The controller's max limits can be viewed from the controller's editor by going to the 'Options' tab.
View full article
Picard Product_Support
‎2018-09-06 01:58 PM

Labels:
  • Andover Continuum
1496 Views

Can Continuum or webClient be installed without the security key connected to the PC?

Issue Need to install Continuum or webClient but do not currently have the security key. Environment Continuum webClient Cause Need to install Continuum or webClient without the security key connected to the PC. Resolution Yes, you will can install Continuum or webClient without the security key connected to the PC. You will however, require the key to be installed to actually run the Continuum Cyberstation or webClient server.
View full article
Picard Product_Support
‎2018-09-06 01:58 PM

Labels:
  • Andover Continuum
944 Views

Do not install Continuum or webClient remotely using Remote Desktop or VNC applications

Issue Want to install Continuum or webClient remotely using Remote Desktop or VNC applications. Environment Continuum Cyberstation webClient Remote Desktop Protocol (RDP) Cause Doing this remotely using Remote Desktop or VNC type applications has been known to cause problems with the installation, especially with the configuration of IIS on the webClient server. Resolution Do not install Continuum or webClient remotely. Continuum Cyberstation and webClient should always be installed locally with Administrator privileges and firewalls / anti-virus disabled during the install.
View full article
Picard Product_Support
‎2018-09-06 01:58 PM

Labels:
  • Andover Continuum
1407 Views
  • « Previous
    • 1
    • …
    • 61
    • 62
    • 63
    • …
    • 111
  • Next »
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

Welcome!

Welcome to your new personalized space.

of

Explore