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

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,838
  • TAC IA Series 1,821
  • TAC INET 1,458
  • Field Devices 721
  • Satchwell BAS & Sigma 474
  • EcoStruxure Security Expert 325
  • Satchwell MicroNet 252
  • EcoStruxure Building Expert 228
  • EcoStruxure Access Expert 147
  • CCTV 53
  • Project Configuration Tool 46
  • EcoStruxure Building Advisor 12
  • EcoStruxure Building Activate 11
  • ESMI Fire Detection 6
  • Automated Engineering Tool 4
  • EcoStruxure Building Data Platform 3
  • EcoStruxure Workplace Advisor 1
  • EcoStruxure for Retail - IMP 1
  • Previous
  • 1 of 2
  • Next
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
    • …
    • 79
    • 80
    • 81
    • …
    • 111
  • Next »
Label: "Andover Continuum" Show all articles

1401 when reloading a controller.

Issue During reload Continuum throws a 1401 error - item cannot be found. Environment All Controllers Cause There is an problem with an object link (such as an alarm link to an alarm enrollment object) that is attached to an object within the controller. Resolution Reload the contents of the controller by class to determine which object class is causing the error. Once the object class has been determined reload each object in that class separately until the problem objects are found. Either delete and rebuild the objects, or clear each object link and reestablish that link.  Reload to verify that error is no longer occurring.
View full article
Picard Product_Support
‎2018-09-06 12:51 PM

Labels:
  • Andover Continuum
1004 Views

Using an Area control in pinpoint to activate an area into a lockdown state

Issue Clicking an Area control in pinpoint will only put the area into a lockdown state instead of cycling its lockdown state Environment Cyberstation Pinpoint (Graphic) Cause The Area control on a graphic panel will only activate the lockdown. Resolution In order to remove a lockdown activation that was selected by an area control on a graphic, editing of the area object itself will need to be performed in order to remove the lockdown. This is as designed since for a security feature of locking down entire areas, there should be no mistake of double clicking on the graphics area control to accidently disable the lockdown.
View full article
Picard Product_Support
‎2018-09-06 12:51 PM

Labels:
  • Andover Continuum
1065 Views

Continuum HVAC Programmers Edition, Security Programmers Edition and Integrated Programmers Edition?

Issue What is the difference between Continuum  HVAC Programmers Edition, Security Programmers Edition and Integrated Programmers Edition?  Environment Continuum CyberStation  Cause Do not know the difference between Continuum  HVAC Programmers Edition, Security Programmers Edition and Integrated Programmers Edition?  Resolution HVAC Programmers Edition is for configuring, programming and administering HVAC systems. Security Programmers Edition is for configuring, programming and administering Security systems. Integrated Programmers Edition is for configuring, programming and administering HVAC and Security systems.
View full article
Picard Product_Support
‎2018-09-06 12:50 PM

Labels:
  • Andover Continuum
1351 Views

Plain English error: The specified directory service attribute or value does not exist.

Issue While trying to create a point mirroring program with multiple lines. Several (but not all) lines with references to remote Infinet points indicate the above error.  Environment CyberStation v1.93 Plain English IDE Net2 with Infinet2's Cause The following error occurs on several lines of a program being saved: "The specified directory service attribute or value does not exist" Resolution Reload the remote controllers (the Infinet controllers with the points creating the errors in the PE program) Delete the mirroring point program in the Net2. Reload the Net2. Recreate the program in the Net2 and save successfully.
View full article
Picard Product_Support
‎2018-09-06 12:50 PM

Labels:
  • Andover Continuum
1351 Views

COV updates fail to re-establish after referenced controller comes back from a power failure.

Issue Change of Value updates fail to re-establish after referenced controller comes back from a power failure. The referencing program goes to Disabled. Environment Continuum BACnet Cause Remote point mapping program goes to Disabled when the referenced control is offline. With the program disabled, the COV subscriptions are not re-established until the program is re-enabled manually or is reloaded to the controller. Resolution Setup a Line E at the end of your program. When an error occurs, and before the program disables, the program will cycle to line E and the below code will be executed.    Fallthru Program . . . Line E   ErrorCount = ErrorCount +1  'numeric created to store number of times it hits this line.   stop   Looping Program . . . Line E   ErrorCount = ErrorCount +1  'numeric created to store number of times it hits this line.   goto wait30 Line wait30 If ts > 30 then goto xxx 'goto top of program for another attempt                
View full article
Picard Product_Support
‎2018-09-06 12:50 PM

Labels:
  • Andover Continuum
1287 Views

Reason Code 12 error during Send to Database.

Issue Continuum displays Reason Code 12 error During Send to Database on BACnet/IP device. Environment 3rd party BACnet Continuum BCX4040 BACnet over IP Cause Third party device is not accessible to Continuum following configuration change by vendor. Resolution Restore communication to 3rd party device.
View full article
Picard Product_Support
‎2018-09-06 12:50 PM

Labels:
  • Andover Continuum
1074 Views

Alarms no longer showing up in Active Alarm View on Continuum SU.

Issue Following a reboot of CyberStation, alarms continue to be logged but are not displayed in Active Alarm View. Environment CyberStation Active Alarm View Continuum Database Initialization Cause Alarms not being displayed in Active Alarm View. Resolution Performed a Database Initialization with Enhanced Alarm Logging and Enhanced Alarm Delivery selected on the workstation.
View full article
Picard Product_Support
‎2018-09-06 12:49 PM

Labels:
  • Andover Continuum
1921 Views

What is the resolution of our various controllers Inputs and Outputs?

Issue Need to know the smallest change that an Input can measure or that an Output can provide. Environment All Continuum controllers. Cause Need to know for specification compliance or to determine the smallest measurable change in an Input. Resolution Some of our controllers support inputs with a 10 bit resolution and some support 12 bit resolution. As a rule, all 5.115v inputs are 10 bit and all 10v inputs are 12 bit. You can see which resolution each controller supports by viewing the Datasheet for each controller and noting the value of the "Input Resolution" and voltage range of the inputs (normally 0-10VDC). As an example, the b3920 shows an input resolution of 2.5mV on its 0-10VDC inputs. This equates to a 12 bit resolution as shown below.      2 x = 10VDC / 0.0025 VDC      2 x = 4000      x * log(2) = log(4000)      x = log(4000) / log(2)      x = 11.96578 or 12 bit   Further, a b3800 has an input resolution of 10 bits on its 0-5.115VDC inputs.      5VDC / 2 10 = 0.00499V or 5 mV You can find the individual controller Datasheets on Ecobuildings. Navigate to the Download Center and search the controller model number. Then narrow results by Asset Type = 'Specification Sheet'.  Most of the new Datasheets now note both the Input and Output resolutions.
View full article
Picard Product_Support
‎2018-09-10 06:34 AM

Labels:
  • Andover Continuum
1596 Views

Do Continuum controllers keep system logs such as activity logs etc?

Issue Continuum Cyberstations maintain system logs such as activity log for tracking purposes, are there any similar system logs in the controllers? For example, when a user logs into the controller's configuration web page, is this recorded in an activity log inside the controller? Environment All CX controllers Cause System design Resolution All system logs such as activity log of user actions are managed by Cyberstation. Continuum controllers do not locally maintain any system logs such as activity log.
View full article
Picard Product_Support
‎2018-09-06 12:49 PM

Labels:
  • Andover Continuum
1015 Views

How to create a Comm failure test in an i2 controller.

Issue Need to execute a special sequence within an Infinet controller when it loses communication with its parent controller. Environment Infinet Controller i2 Comm failure Communication failure Plain English Cause Need to commence a special control sequence when controller loses communication. Resolution In the Infinet controller create the following objects. DateTime: TestTime Numeric: CommFail InfinityProgram ImportTime.Pr InfinityProgram CommTest.Pr In the ImportTime.Pr Program Create a line named CALCULATE On the CALCULATE line add a line that calculates the TestTime to be equal to the Date System Variable in the parent controller + 60 seconds. Create an E line In the CommTest.Pr Create a WATCH line. Create a COMMLOSS line. On the WATCH line set COMMFAIL to OFF, then compare the local Date system variable to TestTime .  When Date is greater then TestTime goto COMMLOSS On the COMMLOSS line Switch COMMFAIL On.  Then add a goto statement that sends the program to WATCH when Date is greater then TestTime and TS > 180 All relevant programs should monitor the COMMFAIL numeric.
View full article
Picard Product_Support
‎2018-09-06 12:49 PM

Labels:
  • Andover Continuum
951 Views

Rule of setting Continuum login user's password.

Issue Need to know the rules and limitations of Continuum login user's password.  Environment Continuum Cyberstation Cause Need to know the rules and limitations of setting the password when creating Continuum login users. Resolution Continuum login passwords are used to secure the User account. A password is a case-sensitive character string that may contain letters, numbers, symbols, and spaces. Control characters, Alt-modified characters, and function keys are not allowed. Passwords can be a maximum of 16 characters. Note: When logging onto a Continuum workstation, the user must enter the alias of the User object that has been created for him (not Full Name) and a password. The alias is created when you name an object in the New dialog box. If the user fails to provide the correct alias/password combination, Continuum denies access.
View full article
Picard Product_Support
‎2018-09-06 12:48 PM

Labels:
  • Andover Continuum
1441 Views

Reading a controller error log

Issue How to read a controller error log Environment CX 9680 ACX 57xx BCX 9640 BCX 4040 i2 controllers B3 controllers Cause Need to decipher a controller error log Resolution Deciphering the controller error log can be accomplished by using a few of the fields of the error log. There is one field that is able to be deciphered very easily. The Error Code column of the error log is a code that can be matched to its text description. The other fields are used internally by PSS and engineering. To find out what one of the entries in an Error Code column means, open up the Continuum online help file. The Continuum online help file can be found by in the Continuum Explorer by selecting the menu item Help/Contents. From there select the Index tab and type in the keyword Error. A selection will be available for Error messages, Cyberstation. On this page you will be able to take the last 4 digits of the Error Code from the controller error log and match it up to its description. Example: Error Code  0x00001401 translated into decimal form would be 5121 The error code will be listed by both the hex and decimal format. Not all codes will be in the online Error description fields. Some of these codes are internal use only. If you find that you need a code deciphered, please open a case with Product Support.
View full article
Picard Product_Support
‎2018-09-06 12:48 PM

Labels:
  • Andover Continuum
2828 Views

Can't bring BCX online in Continuum

Issue Can ping the controller and access the controllers configuration webpage but cannot bring the controller online in Continuum. Environment BCX9640 Cause Windows Firewall is on Resolution Disable firewall.
View full article
Picard Product_Support
‎2018-09-06 12:48 PM

Labels:
  • Andover Continuum
1063 Views

Using 6 digits address register with the modbus xdriver

Issue Some modbus device documentation indicate that there are 6 digits in a register to obtain certain information Environment Continuum Xdriver Modbus Cause The Modbus xdriver only allows for 5 digits  Resolution The modbus range is from 0-65535, so 6 digits is too large Some PLCs used the 40,000 and 30,000 notation which embeds the function code in the address. For example: 30,001= function code 4 start address 0 30,234= function code 4 start address 233 40,001= function code 3 start address 0
View full article
Picard Product_Support
‎2018-09-06 12:48 PM

Labels:
  • Andover Continuum
1078 Views

Running trend reports on Extended Logs shows incomplete data.

Issue Running a trend report on extended log data, only the first objects trend data is displayed. Environment Continuum CyberStation Trend Report Cause The default of the maximum number of values is 100 when a trend report is selected. . Resolution  Make the maximum number of values 10000 and it should bring in all the data when selecting trend.
View full article
Picard Product_Support
‎2018-09-06 12:48 PM

Labels:
  • Andover Continuum
1332 Views

How many ribbon cables can be used between controller and the xPModules.

Issue Need to connect xPModule away from the b3/i2 controllers. Need to know what is the maximum distance it can be installed using a ribbon cables. Environment Infinet II (i2) or BACnet (b3) families: i2/b3 920, i2/b3 810, i2/b3 814, i2/b3 850, i2/b3 851, or i2/b3 853. The bCX1 Controller/Router models. Cause There is a limitation of the length of the cable being used. Resolution Either the 3-foot or 10-foot ribbon cable can be used.  A total of 10 feet of cable may be used for all Expansion Modules.
View full article
Picard Product_Support
‎2018-09-06 12:48 PM

Labels:
  • Andover Continuum
1020 Views

How to make a report that shows all PIN assigned to Personnel objects in the system.

Issue The PIN attribute of personnel objects has some limitations on visibility since it is considered sensitive information, this is the reason why Personnel PINs  do not show up in the personnel editor (it shows as ****) or List views. Environment CyberStation Cause Function as designed. Resolution One way to generate a report that shows all personnel objects PIN is to create a CyberStation program that prints the PIN to a file (or some other print destination) The following is a sample of a Looping CyberStation program that accomplishes the above. -------------------------------- Numeric CNT, OK File NEWDATA Object thePerson OPENINGFILE:   OK = OpenFile("C:\Temp\ALLPINS2.TXT", WriteOnly, NEWDATA)   If OK = Failure then Goto ENDING Else Goto PRINTTOFILE PRINTTOFILE:   OpenList("Personnel", thePerson, Root)   While GetObject(thePerson) is Success     Print thePerson PIN to NEWDATA   Endwhile CloseList(thePerson)   Goto CLOSINGFILE CLOSINGFILE:   OK = CloseFile(NEWDATA)   If OK = Failure then Print "CANNOT CLOSE TEXT FILE" else goto ENDING ENDING:   Stop --------------------------------
View full article
Picard Product_Support
‎2018-09-06 12:48 PM

Labels:
  • Andover Continuum
962 Views

Where is the information on LVIS Display/Screen

Issue Where is the information on LVIS Display/Screen Environment Lon Bacnet Loytec LVIS L-VIS L-VIS Touch Panel for BACnet networks   Cause Information on Loytec L-VIS Resolution The L-VIS from Loytec uses bacnet MSTP or LON. See Product Announcement - LonWorks and BACnet Touch Panels release for more information. All support for this product is via Loytec
View full article
Picard Product_Support
‎2018-09-10 08:24 AM

Labels:
  • Andover Continuum
  • EcoStruxure Building Operation
  • TAC IA Series
  • TAC Vista
1464 Views

How to activate a card for first use on a future date?

Issue What personnel attribute allows a card to only start working at a future time/ date? Is it ActivationDate or StartDate? Environment Access Controllers: ACX5720, ACX5740, NetcontrollerII, ACX780, ACX700, AC1, AC1-A, AC1-Plus, CX9900, ACX57xx, NCII Cyberstation, Access Control, Personnel StartDate, ActivationDate, ExpirationDate. Cause After setting the StartDate or Activation date on some systems, the card still operates even if the date is in the future. Resolution The ActivationDate attribute was added to Continuum V1.82 and above, it is only supported in the Netcontroller II & the ACX57xx controllers. So systems with Cyberstations older than V1.82 or that use CX9900 (Netcontroller 1) with AC1 series modules, ACX780 or ACX700 do not support an Activation date and will start to operate as soon as the personnel has been saved and distributed to the controller. The ExpirationDate is when a card will stop working and operates on all products / versions of Continuum. The StartDate is just a personnel information field to define when an individual started with the company.  
View full article
Picard Product_Support
‎2018-09-06 12:47 PM

Labels:
  • Andover Continuum
1121 Views

SQL Server Management Studio fails backup process with "Status = 112" error

Issue When backing up the Continuum Database using SQL Server Management Studio the backup fails.  SQL indicates Status = 112  Environment Continuum SQL SQL Server Management Studio DB Backup Cause Insufficient disk space to hold backup file. Resolution Remove files from hard drive to free up a sufficient amount of storage space.
View full article
Picard Product_Support
‎2018-09-06 12:47 PM

Labels:
  • Andover Continuum
883 Views
  • « Previous
    • 1
    • …
    • 79
    • 80
    • 81
    • …
    • 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

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