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
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

Building Automation Knowledge Base

Sort by:
Views
  • Date
  • Views
  • Likes
  • Helpfulness
Options
  • Subscribe
  • Bookmark
  • Invite a Friend
  • « Previous
    • 1
    • …
    • 442
    • 443
    • 444
    • …
    • 509
  • Next »

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
1022 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
1032 Views

Sigma - Impact and requirements on an IT network.

Issue General information about the Impact on an IT network, when Sigma utilizes it. Environment Sigma IT Networks Communications Speed Cause General Information. Resolution 1 - Sigma is very IT-friendly and complies with the following IETF (Internet Engineering Task Force) standards: RFC 791: Internet Protocol (IP) RFC 972: Internet Control Message Protocol (ICMP) RFC 826: Address Resolution Protocol (ARP) RFC 950: Subnet Mask RFC 1256: Router Discovery RFC 768: User Datagram Protocol (UDP) RFC 1058: Routing Information Protocol (RIP) 2 - Sigma will utilize 1 - 2% of a 100M Ethernet connection. 3 - The Sigma system use peer to peer communications, therefore communications between devices will only occur when required by the system or user. 4 - Devices can operate as stand alone for long periods, in the event of network problems. 5 - Controllers can be restricted on how often global data is passed to other controllers. 6 - Sigma Remote Clients will poll the Sigma Server to ensure the connection is still there. 7 - Messages between the server and the controllers / DNN's / IC's all use UDP (User defined protocol) messages, their sizes will vary dependent on the message. 8 - Client to Server messages are TCP Transmission control protocol), and again the message size varies. 9 - Sigma uses ports 49152, 3614, 80 and 8080. 10 - Sigma V53 devices communicate at 10M half Duplex. 11 - Sigma ARM devices negotiate a communications speed, starting at 100M half Duplex, then moving to 10M full Duplex, and finally 10M half Duplex.
View full article
Picard Product_Support
‎2018-09-06 01:59 PM

Labels:
  • Satchwell BAS & Sigma
1042 Views

What are the return codes for the SendEmail function

Issue How to troubleshoot email from controller Environment CX 9680 BCX 4040, 4000 BCX 9640 Cause Troubleshooting SendEmail function. Resolution Below are the error codes that can be returned when using the SendEmail function. Sample code: Example 1 Program File 'Fall-thru program that sends a simple email message to a recipient Numeric EmailStatus Sending: EmailStatus = SendEmail ("addr1@abc.com", "Lights", "We need to save energy") Checking: If EmailStatus is 0 then EmailErrorString = Success"     Error Code Description 0 No error 1 Not called from a program 2 Illegal argument value 3 Illegal argument count 4 Not enough memory to complete the operation 11 Failed to create SMTP user session to the email server 13 Email queue is temporarily full. The user should retry later 14 Cannot connect to the email serve 15 Error in sending the sender information 16 Error in sending the TO recipient information 17 Error in sending the CC recipient information 18 Error in sending the BCC recipient information 19 Error in sending the subject 20 Error in sending the message 21 Error in sending the end-of-message 22 Error in disconnecting from the SMTP server 23 Failed to resolve SMTP server address 24 Invalid dialup settings 25 Failed to connect remote SMTP server 26 Modem port is in use 27 Email settings are not configured
View full article
Picard Product_Support
‎2018-09-06 01:58 PM

Labels:
  • Andover Continuum
1003 Views

Unable to access door schedule from an I/NET Graphic

Issue Unable to access door schedule from an I/NET Graphic.  Attempts to modify the schedule bring up the time schedule point extension for the point instead of the door ATS. Environment I/NET Graphics Cause When adding a door to a graphic page you can either add it using the Point tool or the Door Tool. If you are using the point tool you will only be able to edit point extensions from the graphics page.  If you wish to use Access features you must use the Door Tool Resolution Edit the graphics page Right click on the point object and click properties. A Discrete Point Drawing Styles Window will pop up.  Note the Point Address Click Cancel Select I/NET>Doors to activate the I/NET Door Tool Click next to the point object and select the appropriate door. Click okay Right click on the door and select Properties. Configure the Door Point Drawing Styles as desired. If desired, delete the Discrete Point  object from the graphics page. Save your work and View the Graphics page To modify the ATS, right click on the Door and select Door Schedules.
View full article
Picard Product_Support
‎2018-09-06 01:56 PM

Labels:
  • TAC INET
1004 Views

DCX250 Touch Screen compatibility with main board.

Issue I have an older model DCX-250 that the touchscreen has dead spots on the screen but the main board and power supply are working fine. It was wondering if the newer touch screen is compatible with the main board and power I have for the older model DCX-250 Environment DCX - 250 Cause When replacing DCX250 Touch Screen in the field you must check compatibility of your Main board. Resolution The black inverter located on "U6" of the Main Boards PCB was changed out to a newer inverter.  The old style inverter will not work with the Touch screen. If you have the older inverter labeled E205-E821D then this will need to go back to repair to fix because the Touch Screen will not work with this older style inverter. If you have the black inverter that is labeled E2536 it is newer and you can just order a new touch screen from customer care.   Customer Care ordering website http://iportal2.schneider-electric.com Repair Department Contact Information Email: industrialrepair@schneider-electric.com
View full article
Picard Product_Support
‎2018-09-07 10:54 PM

Labels:
  • Andover Continuum
1011 Views

Can more than one Sigma server report to Sigma clients.

Issue Setting up clients to communicate to multiple server sites. Environment Sigma, server and clients. Cause Routing Resolution You can only connect a Sigma client to one Sigma server at a time. The Start Sigma Client utility is available allowing you to select which Sigma server to connect your client to.
View full article
Picard Product_Support
‎2018-09-07 11:16 PM

Labels:
  • Satchwell BAS & Sigma
1038 Views

7756 Input Equipment Counts Cross Reference

Issue 7756 Input Equipment Counts Cross Reference Environment 7756 Upper Board and Lower Board Cause Need to calculate conversion coefficients for a 7756 Resolution 7756 Lower Board Inputs Point Type Resistor Type Resistor Location Range In Counts 0-5 Volts None None 0-32767 0-10 Volts None None 0-65535 2-10 Volts None None 13107-65535 0-20 mA 249 ohm, 1/8 W, 0.1% A 0-32767 4-20 mA 249 ohm, 1/8 W, 0.1% A 6553-32767 0-40 mA 249 ohm, 1/8 W, 0.1% A and remove B 0-65535 Thermistor 10K ohm, 1/8 W. 0.1% B 0-32767 Discrete 1K ohm, 1/8 W, 0.1% B N/A Pulse 1K ohm, 1/8 W, 0.1% B 0-65535 High-speed Pulse 1K ohm, 1/8 W, 0.1% B&D 0-65535   7756 Upper Board Inputs Point Type Resistor Type Resistor Location Range In Counts 0-5 Volts None None 0-4095 0-10 Volts None C 0-4095 0-20 mA 249 ohm, 1/8 W, 0.1% A 0-4095 4-20 mA 249 ohm, 1/8 W, 0.1% A 819-4095 Discrete 1K ohm, 1/8 W, 0.1% B N/A Pulse 1K ohm, 1/8 W, 0.1% B 0-4095
View full article
Picard Product_Support
‎2018-09-06 01:49 PM

Labels:
  • TAC INET
1035 Views

TGML Graphics Editor not opening with Engineering Dongle

Issue TGML graphics Editor will not open even though the Engineering Dongle is connected. Environment TGML Graphics editor Vista IV Cause The Vista IV engineering Dongle is not licensed to allow TGML Graphics Editor to open. It will only allow OGC Graphics Editor to open. This Feature was not included until Vista 5. Resolution Use a Vista 5 Engineering Dongle or download the Demo License to edit TGML files.
View full article
Picard Product_Support
‎2018-09-06 01:44 PM

Labels:
  • TAC Vista
1047 Views

A Niagara R2 UNC has stopped polling/communicating with the controllers on its ASD trunk

Issue A Niagara R2 UNC has been operating for more than two years communicating with ASD devices.  Recently, the station stopped polling them without any external influence.  The ASD devices remain online and operational but the UNC station stopped polling them.  A reboot of the UNC resolved the issue.  What caused it? Environment Niagara R2 UNC-520, version 522 or older Cause An issue related to a timer rollover event caused the UNC system time to stop updating if the UNC has not had a reboot in 2.26 years.  This, in turn, stopped the ASD driver from polling since it relies upon the system clock. This issue affects other drivers as well. Resolution The short-term solution is to reboot the UNC before 2.26 years (or 828 days). The ideal solution is to upgrade to version r2.301.529.  The polling issue was fixed in this version.
View full article
Picard Product_Support
‎2018-09-06 01:42 PM

Labels:
  • TAC IA Series
1028 Views

Downloading an older backup copy of a Network 8000 GCM database with SIGNAL software.

Issue A GCM has lost its database and an older backup exists. The backup was done with SIGNAL software. Since then, the SIGNAL host computer was replaced. After placing a copy of the older backup in the UPLOAD directory, SIGNAL's download feature does not recognize the file. Environment SIGNAL for Windows 95/98 (version 4.4.1) SIGNAL for Windows XP (version 5.0.0) GCM-84000 series GCM-86000 series Cause The updown.dat "index" file used as reference by SIGNAL's download feature does not exist. It must contain at least one entry indicating that a backup copy of the GCM database exists in the UPLOAD directory. Resolution Even though the GCM lost its database, use SIGNAL's upload command to create a new backup copy of the GCM.  This process will create a new updown.dat "index' file and a file containing a backup copy of the GCM database.  The filename will be similar to:  UP016724.G1 Using Windows Explorer, go to the SIGNAL\UPLOAD directory and rename file UP016724.G1 to test.G1 Paste a copy of the older backup file and rename it to match the filename created in step 1 (UP016724.G1) Return to the SIGNAL desktop and perform a download.  SIGNAL will proceed to use the older backup file that was renamed. When the download is complete, review the database in the GCM with Terminal Mode to ensure all blocks are working and to make any programming changes. 
View full article
Picard Product_Support
‎2018-09-06 01:42 PM

Labels:
  • TAC IA Series
1026 Views

Error Message pops up when opening DbCreate: Microsoft Visual C + + Debug Library Debug Error! Program: C:\INet_DVR\Debug\DbCreate.exe abnormal program termination (Press Re...

Issue Error Message pops up when opening DbCreate: Microsoft Visual C + + Debug Library Debug Error! Program: C:\INet_DVR\Debug\DbCreate.exe abnormal program termination (Press Retry to debug the application) Environment I/NET DbCreate Cause Error occurs when opening DbCreate Msaddo15.dll needs to be registered Resolution Open the Command Prompt Type "cd\" Press enter Type "cd program files\common files\system\ado" Press Enter Type "regsvr32 msado15.dll" press enter
View full article
Picard Product_Support
‎2018-09-06 01:37 PM

Labels:
  • TAC INET
1030 Views

acctrace is not creating the .csv file or change the path to the file

Issue Change the path of acctrace .csv file Environment Continuum Windows XP Windows Vista Windows 7 Windows Server 2003 Windows Server 2008 Cause There are permission restrictions to the Continuum folder or there is a need to change the path to the acctrace .csv output file. Resolution If permissions are restricted to Continuum, you can change the path to this file. A good troubleshooting step is to send the file to c:\temp When starting acctrace there is a field called "Filename for trace output:" To change the path for the .csv file add the path in the field called "Filename for trace output:" Ex. C:\Temp\ACCTrace_datetime.csv   (leave the actual datetime that the program creates and only add the path C:\Temp ahead of the filename) * On a Windows7 PC, the User Account Control changes the default path where files are created by ACCTrace. If Continuum is installed on the C drive, look in the following path for the trace file that is created: c:\users\username\appdata\local\virtualstore\program files\continuum
View full article
Picard Product_Support
‎2018-09-06 01:33 PM

Labels:
  • Andover Continuum
1053 Views

b3 system variables names and values differ from Continuum.

Issue Some b3 system variables have been renamed in StruxureWare as have some of the special labels. Environment StruxureWare WorkStation b3 BACnet devices Cause System design Resolution When programming the b3 devices care should be taken to use the StruxureWare Building Operation name of system variables and special labels to avoid compiler errors. All system variables that in Continuum have the prefix ACC in the name have been re-named to remove the prefix so that ACCStatusBackup is StatusBackup and ACCStatusFlash is StatusFlash. Also all value labels that in Continuum have the prefix ACC have been re-named to remove the prefix so that ACCBackupNeeded is BackupNeeded and ACCBackupNow is BackupNow.
View full article
Picard Product_Support
‎2018-09-06 01:28 PM

Labels:
  • Andover Continuum
  • EcoStruxure Building Operation
1011 Views

What keypads work with ACX781 controllers?

Issue What keypads work with ACX781 controllers? Environment Continuum ACX781 Cause Require a keypad interface for ACX781 but do not know what to use. Resolution The ACX781 has only ever supported the "3x4" matrix dry contact keypads. The circuitry on this discontinued controller is unable to support a wiegand keypad (widely available) of any kind and will not work with a voltage matrix such as the "2 of 7" keypads (this reference in the ACX781 cutsheet is wrong).   The only solution is to use a keypad that supports the "3x4" matrix such as the Essex Keypad or HID model (5355AGS00). If wanting to use wiegand keypads only that do not support the "3x4" matrix then the only solution is to use a controller that does support a wiegand keypad - a new ACX57xx, CX9900 + AC1, or CX9680 + AC1.
View full article
Picard Product_Support
‎2018-09-06 01:28 PM

Labels:
  • Andover Continuum
1076 Views

Visisat - Lon communications option is not available to select in the Network options.

Issue The engineer is unable to select the Lon communications option in Visisat. Environment Visisat Lon Communications Cause The Lon Plug and Play driver has not been installed. Resolution Install the Lon Plug and Play driver. This driver is available as part of the Visisat Installation process, but to upload this driver click HERE.
View full article
Picard Product_Support
‎2018-09-10 12:43 AM

Labels:
  • Satchwell MicroNet
1030 Views

Adding an exception for an Infinity schedule for the 2nd and 4th Thursday as a recurrence

Issue There are times when random events require adding an exception for an Infinity schedule for the 2nd and 4th Thursday only The recurrence may also be for a certain day, week, month or year. Environment Continuum Windows XP Windows Vista Windows 7 Windows Server 2003 Windows Server 2008 Cause Bacnet schedules/calendars and programs like Microsoft Outlook allow scheduling for the 2nd and 4th Thursday, so it seems like this should be allowed in the Infinet schedules. Resolution In Infinity type schedules contained in Netcontrollers and infinet devices, there isn't a way to automatically ask the schedule to come on at a given time based on the 2nd or 4th Thursday, i.e. a recurrence of a day, week, month or year. The specific date needs can be accessed by the yearly view and configured manually.
View full article
Picard Product_Support
‎2018-09-06 01:25 PM

Labels:
  • Andover Continuum
1047 Views

Need NXE file to reload into MNL-10xx / MNL-15xx / MNL-20xx controller.

Issue Received error message indicating "Neuron application has stopped running.  Reinstall the NXE application file." "Service" LED on controller is solid red. Environment MNL family standard controller: MNL-5xx, MNL-10xx, MNL-15xx, MNL-20xx, MNL-11xx, MNL-13xx Cause MNL family standard  controller Neuron processor application PROM has failed or has been damaged. Controller installation manual states that if the Service LED is solid red, that the Neuron processor application is not running.  The document also indicates that the controller is not field repairable because the Neuron application is not field replaceable. Resolution Replace the controller.  The device is not repairable.
View full article
Picard Product_Support
‎2018-09-06 01:25 PM

Labels:
  • TAC IA Series
1020 Views

Using i2 controllers with a CMX241

Issue Will an i2 device work on an existing installation that uses a CMX241 controller? Product Line Andover Continuum Environment Continuum CMX241 Infinet Cause An installation that has a CMX controller with Infinet and the Infinet 1 controller needs to be replaced with an i2. Resolution The CMX241 controller will recognize an i2 controller, but it will handle it as if it is an infinet1 controller. Some infinity system variables and their functionality will not be recognized such as accrestart mode, accstatusflash, etc... The replacement for the CMX241 is the BCX9640
View full article
Picard Product_Support
‎2018-09-06 01:24 PM

Last Updated: Guinan RandyDavis Guinan ‎2024-12-17 09:11 AM

Labels:
  • Andover Continuum
1043 Views

Troubleshooting guide for DMS-Microsmart bus communications

Issue Troubleshooting guide for DMS-Microsmart bus communications Environment Microsmart controllers (all models installed with revision 9.x, 10.x, or 11.x firmware) Cause Troubleshooting guide for DMS-Microsmart bus communications Resolution TPA-RKFD-09-0010.00 is a checklist which provides several settings/configurations to review when faced with a communication problem at the controller level. The content was compiled from different resources, summarized, and laid out in an easy-to-use manner so as to provide a quick-reference document.
View full article
Picard Product_Support
‎2018-09-10 03:36 AM

Labels:
  • TAC IA Series
1000 Views
  • « Previous
    • 1
    • …
    • 442
    • 443
    • 444
    • …
    • 509
  • 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