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:
Date
  • Date
  • Views
  • Likes
  • Helpfulness
Options
  • Subscribe
  • Bookmark
  • Invite a Friend
  • « Previous
    • 1
    • …
    • 13
    • 14
    • 15
    • …
    • 509
  • Next »

Common NetController power supply issues.

Issue Netcontroller power supply is not working as expected. Environment NC1 NC2 CX9900 CX9680 PS120 UPS Cause Problems with Netcontroller power supply. Resolution UPS not working Replace failed 5 Amp pico fuse (located on PC board adjacent to the UPS cable connector) UPS cable or connector has failed or is defective. Insufficient UPS battery capacity is attached to the UPS connector.  UPS requires two 12 VDC batteries). UPS Batteries are not sufficiently charged or have failed. No Power to NetController 3 Amp Slow-Blow fuse has failed.  (located on PC board adjacent to 120 volt power connector). Power switch is shut off. Insufficient supply voltage. General Mode switch is in the wrong position (See manual) Click here to download the PS manual
View full article
Picard Product_Support
‎2018-09-09 09:11 PM

Last Updated: Crewman ContentModerator ‎2025-08-11 04:00 AM

Labels:
  • Andover Continuum
2692 Views

How can I automatically export logged data to .CSV files?

Issue Often data is required to be exported out from the Continuum system for record keeping or for further analysis, what keywords can be used to help with this? Environment Cyberstation Plain English programs - all versions. Microsoft Excel Product Line Andover Continuum Cause Specific help is available in the product for specific keywords but how can these be put together to export data to .CSV format. Resolution As we do not advocate 3rd party system trying to directly extract data from the Continuum database, you should create a Plain English program in a Workstation that can export logged data directly from the controllers out to a .CSV or .TXT file.   Keywords to use for this purpose are: OpenFile WriteFile CloseFile   Details of the above Keywords are available in the Cyberstation internal help pages.   The attached example dump file could be run on a daily basis to extract temperature logs from a controller and save them to files with a date stamped naming convention.   Click to download the example WriteFile dump file. 
View full article
Picard Product_Support
‎2018-09-09 05:01 PM

Last Updated: Crewman ContentModerator ‎2025-08-11 04:00 AM

Labels:
  • Andover Continuum
4073 Views

Counter input problem.

Issue InfinityInput configured as counter does not count any pulses. Environment i2 devices B3 devices IOU modules Cause Here are two common reasons why the counter input may not be counting as expected: 1. No accumulation logic used with input. 2. Signal from the count source does not conform to specifications. Resolution 1. No accumulator logic used with input. The value of a counter input is reset to zero at every scan, in order to maintain the count value an accumulation strategy must be used, this can be accomplished via a conversion at the input or by using a PE program to accumulate the count in an InfinityNumeric object. a) Enter the following conversion in the counter input’s conversion field: Value + ElecValue Or b) Use the following logic in a PE program CountAccumulator = CountAccumulator + WaterMeterCount  (Where CountAccumulator is an InfinityNumeric object and WaterMeterCount is the name of the counter input)   2. The signal from the count source (Water meter, Power meter etc) does not have the minimum pulse width required by the input. For example, Infinet 2 devices (i.e. i2687) only support counter signal with a maximum frequency of 4 hertz and a minimum pulse width of 125 milliseconds. The DI8 IOU module has 2 channels that support counts of up to 10Khz with a pulse width as short as 50 microseconds. XPUi modules support counter inputs with a frequency up to 140 Hz and a minimum pulse width of 3.5 milliseconds. Refer to the manual for your count source (Meter) and verify the signal generated by it complies with the requirements of the Continuum hardware. For more information see the attached Infinity Technical Journal article. It describes several ways to reset the counter.   Note: Some meters will put out a pulse with a voltage equal to the supply voltage. In this case add a relay so the controller sees a dry contact per pulse.    
View full article
Picard Product_Support
‎2018-09-07 11:46 PM

Last Updated: Crewman ContentModerator ‎2025-08-11 04:00 AM

Labels:
  • Andover Continuum
2567 Views

How to Configure a NETGEAR Prosafe Plus Switch for Mirroring

Issue Need to mirror a switch port in order to capture controller data with Wireshark.   Product Line Access Expert, Andover Continuum, EcoStruxure Building Expert, EcoStruxure Building Operation, TAC IA Series, TAC INET, TAC Vista Environment NETGEAR Prosafe Plus Switch Cause Need a step-by-step guide to set up a mirrored port and an understanding of how it works.  Resolution View the attached video.   Use the link to the original post in Area360 to get written instructions.
View full article
Picard Product_Support
‎2021-02-01 01:06 PM

Last Updated: Crewman ContentModerator ‎2025-08-11 04:00 AM

Labels:
  • Andover Continuum
  • EcoStruxure Access Expert
  • EcoStruxure Building Expert
  • EcoStruxure Building Operation
  • TAC IA Series
  • TAC INET
  • TAC Vista
3746 Views

Sending Data from EcoStruxure™ Building Operation to Resource Advisor

Issue Resource Advisor platform, which serves as a repository for water, gas, and electric invoices, enabling customers to focus on evaluating metered data. Assisting organizations that are committed to sustainability. Setup information. Product Line EcoStruxure Building Operation, EcoStruxure Resource Advisor Environment Building Operation Automation Server Premium Building Operation Enterprise Central Building Operation Enterprise Server Cause Information on setting up Resource Advisor is not available for download Resolution Click this link for an overview of Resource Advisor. Attached is a more detailed document including EBO Setup Guide and links for additional Resource Advisor information.
View full article
Gary Schneider Alumni (Retired)
‎2022-05-24 06:51 AM

Last Updated: Crewman ContentModerator ‎2025-08-11 03:59 AM

Labels:
  • EcoStruxure Building Advisor
  • EcoStruxure Building Operation
4901 Views

Muster Report Automation

Issue Muster Report triggered to generate and print Product Line Andover Continuum Environment Muster Reports on a Continuum site Cause With Muster Report loaded, can you trigger from a input (example: fire alarm) for a report to be generated and automatically print? Resolution With some workstation PE programming, you can launch the Muster Report to automatically print. You will need to install and configure the "Plain English Alarm Function" available from Can Plain English interact with the Continuum Alarm Engine? This will trigger a workstation Function each time an alarm is received. You will write PE code to detect the specific alarm and/or point, then "Shell" to launch the Muster Report. Please find the attached Muster Report User Guide and .dmp file which is renamed as .txt file which should be useful.
View full article
Picard Product_Support
‎2018-09-11 10:03 AM

Last Updated: Crewman ContentModerator ‎2025-08-11 03:59 AM

Labels:
  • Andover Continuum
2639 Views

How to Lockdown your facilities using Continuum area/door lockdown functionality.

Issue How to Lockdown your facilities using Continuum area/door lockdown functionality. Product Line Andover Continuum Environment CyberStation CX9680 ACX5740/20 Cause Need a fast and efficient way to lock down multiple areas in one operation when a threat is perceived at a site. Resolution The Continuum Physical Access Control System supports an advanced feature that allows for quickly locking down parts of or an entire building or campus via the areas/doors that are under physical access control by the Continuum system. This functionality is available in second-generation access controllers such as the CX9680 (NC2) and the CX5720/5740(ACX2) In Continuum, lockdown of an area or door means that access to the area/door via the physical access control system is restricted in such a way that prevents the movement of individuals into the locked-down area/door as well as keeping individuals from leaving the area/door under locked down. Locking down an area automatically locks down all doors associated with the area; Continuum also allows doors to be locked down individually. When a door/area is locked down, all credential access attempts and exit requests are denied. The only way to gain access into the locked-down door/area is by the use of a credential that has been designated with ‘Executive Privilege’ in the system. Note though, that a person with executive privilege may gain access into a locked-down area/door via the credential reader but if the mode of egress from the area is via Exit Request then such person would not be able to exit the door thru the normal exit request mechanism as there is no way for the person to indicate her ‘executive’ privilege by any means other than presenting the proper credentials (card or PIN) at a reader. This document outlines several methods of implementing area lockdown for a building or campus such as a school, the methods outlined in the document are provided for illustration purposes only and are not to be taken as a complete solution but rather as general guidelines. On legacy controllers that do not support the Area Lockdown feature (CX99xx, ACX7xx), we can still secure the doors by setting their state to disabled which prevents the doors from processing credential access attempts as well as Request to Exit, please note that in this case, NO ONE (including executive privilege personnel) will be able to gain access to the door until it is re-enabled How to Lockdown your facilities using Continuum area lockdown outlines several methods of implementing area lockdown for a building or campus such as a school, the methods outlined in the document are provided for illustration purposes only and are not to be taken as a complete solution but rather as general guidelines.
View full article
Picard Product_Support
‎2018-09-07 10:19 PM

Last Updated: Crewman ContentModerator ‎2025-08-11 03:59 AM

Labels:
  • Andover Continuum
3078 Views

Communications to Modbus RTU using BCX X-Driver on Comm2

Issue Cannot establish communications to Modbus RTU using BCX X-Driver on Comm2 Environment BCX 4040 Modbus RTU Cause Configuration of BCX to communicate with Modbus RTU device Resolution This excerpt from the Modbus RTU guide describes the parameters to configure the X-driver for Modbus RTU communications using the BCX. Click Here
View full article
Picard Product_Support
‎2018-09-07 08:20 AM

Last Updated: Crewman ContentModerator ‎2025-08-11 03:59 AM

Labels:
  • Andover Continuum
1748 Views

What HHC (Hand Held Console) cable do I need to connect to a DCU, UCI, or PCU?

Issue What HHC (Hand Held Console) cable do I need to connect to a DCU, UCI, or PCU? Product Line TAC INET Environment I/NET HC7410 HHC (Handheld Console) Cause Can not locate documentation to indicate which cable is required. Resolution Original HHC: The part number is 602135-0003. It is a six foot (or 1.8 m) coiled, silver modular cable. Refer to the appropriate controller TCON for more details.   HHC (Hand Held Console) is also called the HC7410. Refer to TCON 073 for more details. Updated USB HHC: This is the replacement for the HHC. TCON318 has more information. The HHC-USB-IF cable allows you to connect the hand-held console (HHC) port of a TAC I/NET device to the USB port of a PC. You can then use the HHC emulator running on the PC to configure the I/NET device’s controller LAN address, tap emulation, baud rate settings, monitor and control points, and perform the other typical local maintenance functions supported by the earlier HC7410 console product. The HHC-USB-IF cable can be used with the model 7716, 7718, 7756, 7780, 7790A, 7700, 7740, and 7750 Distributed Control Units (DCUs), and the model 7760 UCI
View full article
Picard Product_Support
‎2018-09-06 09:25 PM

Last Updated: Crewman ContentModerator ‎2025-08-11 03:59 AM

Labels:
  • TAC INET
2889 Views

LTS80 Setpoint Adjust Knob or S/STAT Setpoint Adjust Slider with I/NET controllers

Issue Can I use a Setpoint Adjust Device (LTS80 Setpoint Adjust Knob or S/STAT Setpoint Adjust Slider) on most Controllers? Product Line TAC INET Environment LTS80 Setpoint Adjust Device S/STAT Setpoint Adjust Slider Cause Provide users with a physical knob or slider to control the space temperature setpoint. Resolution With a little programming it can be done. Refer to Tech Tip G074.
View full article
Picard Product_Support
‎2018-09-06 03:42 PM

Last Updated: Crewman ContentModerator ‎2025-08-11 03:59 AM

Labels:
  • TAC INET
1296 Views

webClient schedules getting error 'request for permission of type' system.security.permissions or .net control error on Webclient reports

Issue webClient schedules getting error 'request for permission of type' system.security.permissions Product Line Andover Continuum Environment webClient Cause Require to run the Caspol commands. Resolution Run the Caspol commands, here is a batch file that runs these commands without typing them in. Click Here to download the batch file   Rename the caspolwebclient.txt to .bat Run the batch file at each WS that needs to access webclient schedules. Below are the actual commands: The following command will add FullTrust to the Internet_Zone in DotNet 2.0: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\caspol.exe -m -addgroup Internet_Zone -zone InterNet FullTrust -name FullTrust The following command will add FullTrust to the Trusted_Zone in DotNet 2.0: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\caspol.exe -m -addgroup Trusted_Zone -zone Trusted FullTrust -name FullTrust This will result in output like: The operation you are performing will alter security policy. Are you sure you want to perform this operation? (yes/no) Then select Y and you should see: Added union code group with "-zone" membership condition to the Machine level. Success In some configurations, you may need to add the IIS computer into Internet Explorer as a trusted site for each browser. Internet Explorer > Internet Options > Security > Click trusted Sites > Click Sites Type in http://yourservername/webclient and click Add (Ex. http://tacweb/webclient) Deselect the checkbox for Require server verification (https:) for all sites in this zone. Click OK and Ok Close Internet Explorer and access webclient See Removal of MS KB2858725 Dot Net 4.5.1 causes issues with Web Servers IIS Functions if this is for 1.94 SP1 - Uninstalling KB2858725 * It may be necessary to give specific permissions in the registry if you are seeing system.permissions.UIPermission, mscorlib Make a backup of the From Windows, Start> Run> Regedt32.exe Expand the hives(folders) to HKEY_CLASSES_ROOT\CLSID\{00B01B2E-B1FE-33A6-AD40-57DE8358DC7D}\InprocServer32\2.0.0.0 Right Click on 2.0.0.0 and select export, name the file and save. (This file can be used to restore the original settings of this branch)  Right click on this folder again and select permissions, select Users and add Full Control See below for snapshots
View full article
Picard Product_Support
‎2018-09-07 01:08 AM

Last Updated: Crewman ContentModerator ‎2025-08-11 03:59 AM

Labels:
  • Andover Continuum
2193 Views

Programming SNVT_Switch in Menta

Issue Instructions and programming example for using SNVT_Switch as an input or output in Menta Product Line TAC Vista, EcoStruxure Building Operation Environment Menta Function Block Cause The attached programming example is intended to clarify how to properly use SNVT_Switch in Menta. SNVT_Switch is a structured SNVT with two attributes, or members, State and Value. Programmatically this will be one SNVT in the device template, but it will be programmed as two separate analog points in Menta. These two public blocks will have different names in Menta, but they will share the same SNVT name with the exception of one of the points being the state member, and the other being the value member. It is important to remember that these points must always be programmed as analog points in Menta. AI's for input points, and AO's for output points. The state attribute is intended to be used for a binary on-off signal, but also contain the value -1 for Invalid value. The value attribute is intended to be used as a 0-100% signal. This SNVT is typically used in the market for starting and stopping a VFD drive and sending a speed reference with the same SNVT. The 0,1 value on the state member will start and stop the drive, and the value member will send a 0-100% speed signal. Resolution Please see the attached Menta macro as a guide to using SNVT_Switch in Menta. This example shows you SNVT_Switch as an input and as an output to the Xenta controller. To use this macro please follow these steps: Download the attached macro from above. Unzip the file and extract the SNVT_Switch.MTA from the archive to the local hard drive. Open Menta Right-click in Menta and click Load Macro Browse to the SNVT_Switch.MTA on the local hard drive and open it. It should import into the Menta file that is open.
View full article
Picard Product_Support
‎2018-09-06 02:21 PM

Last Updated: Crewman ContentModerator ‎2025-08-11 03:59 AM

Labels:
  • EcoStruxure Building Operation
  • TAC Vista
2764 Views

Failed to create or configure database on SQL Server! ([17] SQL Server does not exist or access denied.)

Issue During a Vista 5.x.x installation, failure can occur during the SQL installation portion of the install. This solution could encompass many different SQL installation errors; however, one that is known and verified is shown below: Failed to create or configure database on SQL Server! ([17] SQL Server does not exist or access denied.) Here is another common one:   Failed to create or configure database in SQL Server ([1802] CREATE DATABASE failed. Some file names listed could not be created. Check related errors.) If you have previously uninstalled Microsoft SQL Server, data files for the database may still exist in the SQL Server data directory. Remove the files manually and click Retry or click Cancel to abort installation. Product Line TAC Vista Environment TAC Vista Server 5.x.x Cause Uninstalling and reinstalling the software can leave pieces of SQL behind. Even if you try to uninstall everything in Add/Remove Programs, left over portions may cause the TAC Vista installation not to be successfully installed. The Program Files\SQL Server directory is flagged for compression or encryption. Installing Vista version below 5.1.5 on a Windows 7 64bit machine will cause this error. Resolution Please check the Windows Event log for the specific installation error. See Viewing, Saving, Sharing Windows Event Logs for Troubleshooting Purposes for information on viewing the Windows Event Log. Consult Log file of SQL installation when installing Vista Server for information on viewing the SQL Server installation log. If the Event log reveals Error 28001, the sa password must meet SQL Server password policy requirements, please refer to the solution provided in Error 28001 - sa password complexity error when installing TAC Vista 5. If not, then please proceed with the resolution below: If the SQL Server installation log file complains that the Program Files\SQL Server\ directory is flagged for encryption or compression then right click on the directory and select properties. The advanced option exposes the check boxes for compression and encryption. If the folder is flagged for compression the it will be visible in blue instead of black font. Remove the encryption or compression flags and apply then reinstall. If the PC operating system is Windows 7 64-bit, install Vista 5.1.5 or higher. Resolution below will not solve the issue. In most cases this is caused by MSXML 6.0 parser. This software is commonly installed by programs using SQL, and also during the TAC Vista installation. If this can't be removed using Add/Remove Programs, you can download a program from Microsoft that cleans up and removes this software (and others). It is called Windows Installer Cleanup. Link to download: msicuu2.exe. NOTE: Microsoft recently removed this utility from the downloads section of their support site. They have this to say about the utility: While the Windows Installer Cleanup utility resolved some installation problems, it sometimes damaged other components installed on the computer. Because of this, the tool has been removed from the Microsoft Download Center. Use this utility with care at your own risk.   In most cases TAC Vista will install successfully after removing MSXML 6.0 parser. For alternative solutions see SQL Express install fails on MSXML 6 and Error when installing SQL 2005 Express on a machine that had previously had MSDE installed .
View full article
Picard Product_Support
‎2018-09-07 06:24 AM

Last Updated: Crewman ContentModerator ‎2025-08-11 03:59 AM

Labels:
  • TAC Vista
4328 Views

External resistors required for Biasing and Terminating RS-485 trunks connected to an Automation Server

Issue External resistors are required for Biasing and Terminating RS-485 trunks connected to an Automation Server (AS) Product Line EcoStruxure Building Operation Environment SmartStruxure Automation Server (AS) with  RS-485 trunk(s) under it. Field controllers on the RS-485 trunk; for example, the Network 8000 ASD controllers (MZ2, PEM1, etc)  Cause Bias and terminating resistors are not built into the AS hardware. Resolution External resistors are required for Biasing and Terminating RS-485 trunks connected to an  Automation Server (AS). See the Technical Reference Guide, revision 1.3, pages 2723, 2724, and 2771. Also check out the SmartStruxure-RS485-Network Installation Quick-Help video on the Exchange. Biasing and Termination details are now found in the "RS-485 Communications" chapter of SpaceLogic - Hardware Reference Guide
View full article
Picard Product_Support
‎2018-09-11 03:49 AM

Last Updated: Crewman ContentModerator ‎2025-08-11 03:59 AM

Labels:
  • EcoStruxure Building Operation
2516 Views

Replacement of Satchwell ALE series Linear Actuator by Schneider Electric M800 Linear Actuator due to obsolescence. (Actuator Selection)

Issue Satchwell ALE series Linear Actuator requires replacement. Product Line Field Devices Environment Satchwell ALE series Linear Actuator installed on Satchwell MJF, MZ, MZF, VJF, VSF, VZ or VZF series Plug and Seat Valve Body.  Actuator type :- ALE series.  Cause Obsolescence of Satchwell ALE series Linear Actuator. Resolution Replace Satchwell ALE series Linear Actuator with Schneider Electric M800 Linear Actuator and Linkage Kit :-   Linkage kit to mount a M800 actuator to a Satchwell valve (MZ,MZF, VZ, VZF, VSF and MJF) = L2SV Replace ALE Actuator with M800 + L2SV combined part number 880-0650-000 Replace ALE with Auxilary Switch kit with M800-S2 + L2SV combined part number 880-0651-000 Just linkage kit = 880-0124-000 Just M800 = 880-0310-030 N.B.  Should the Satchwell ALE series Actuator include a wired Auxiliary Switch then the following Accessory should also be installed on the S-E M800 Actuator as appropriate :-  S2 - Two independent 24 volt 4amp AC-1 rated SPDT Auxiliary End Point Switches. (880-0104-000)   Particular care should be taken when selecting an Schneider Electric Forta M800 Actuator to replace an existing Satchwell ALE series Actuator. The Schneider Electric Forta M800 Actuator may be used to replace an existing Satchwell ALE series Actuator but it should be noted that where an existing Satchwell ALE series Actuator has been connected directly to a Satchwell Controller, an independent Transformer rated to provide the greater level of power required by a single Schneider Electric Forta M800 Actuator (50VA) will also be required. (e.g. Schneider Electric Transformer Type TR60)   Where an existing Satchwell ALE series Actuator has been connected via an independent Transformer, it is possible that the Transformer may have been rated to provide the level of power required by a single ALE series Actuator (9.5VA) only.   In such circumstances the existing independent Transformer may also require replacement by another independent Transformer, rated to provide the greater level of power required by a single Schneider Electric Forta M800 Actuator (50VA) (e.g. Schneider Electric Transformer Type TR60) Details of the Schneider Electric M800 Actuator may be viewed here Details of the Schneider Electric TR60 Transformer may be viewed here
View full article
Picard Product_Support
‎2018-09-07 06:43 AM

Last Updated: Crewman ContentModerator ‎2025-08-11 03:59 AM

Labels:
  • Field Devices
6067 Views

Personnel.csv file fails to import into Continuum

Issue Personnel.csv file fails to import into Continuum No error message is shown Product Line Andover Continuum Environment Continuum access control Keywords: CSV, Import, cardholder, personnel Cause CSV file gets modified by MS excel such that the import fails During the process of manually changing and saving a personnel.csv file within MS excel, a number of commas are added to the first line (corresponding to the number of column fields in the CSV) Resolution Use notepad or similar to delete commas before importing into Continuum as Microsoft Excel does not show up any trailing commas This will NOT import correctly Personnel,,,,, Name,FirstName,LastName,CardNumber,CardType,SiteCode Smith_Fred,Fred,Smith,10,Infinity_37,3701 This will import correctly Personnel Name,FirstName,LastName,CardNumber,CardType,SiteCode Smith_Fred,Fred,Smith,10,Infinity_37,3701 For more information on CSV imports Click Here For an example .csv file for testing Click Here Note: If importing X Driver points using a .csv file the comm port attribute "Port" must always be defined before the X Driver parameters Param1, Param2 etc. The Port must contain the full path e.g. "Network1\CXName\Comm1" Example X Driver Numeric: InfinityNumeric Name,Alias,Format,Description,Port,Param1,Param2,Param3,Param4 XDRPoint1,XDRPoint1,##,First X Driver Point,Network1\CX1\comm4,1,3,10001,1
View full article
Picard Product_Support
‎2018-09-07 08:05 AM

Last Updated: Crewman ContentModerator ‎2025-08-11 03:59 AM

Labels:
  • Andover Continuum
2169 Views

AVU2201 Replacement

Issue AVU2201 Replacement Product Line Field Device Environment AVU2201 Cause AVU2201 obsolescence, replacement required. Resolution The replacement actuator is the MZ300S-24F actuator.
View full article
Sisko DavidChild Sisko
‎2021-09-27 02:04 AM

Last Updated: Crewman ContentModerator ‎2025-08-11 03:59 AM

Labels:
  • Field Devices
2113 Views

EBO 3.2.x SNMP Engine ID

Issue EBO 3.2.x SNMP Engine ID seen in EBO 3.2.x is not the one used by the EBO 3.2.x system. Product Line EcoStruxure Building Operation Environment Building Operation Workstation (from v3.2) Building Operation Automation Server (AS-P and AS-B) (from v3.2) SNMP Cause EBO 3.2.1 introduced a new SE3Linux operating system for the AS-P and AS-B servers. The engine ID: seen in Device Administrator or Workstation is the engine ID: contained in Linux, this is not the one used by EBO 3.2.x Resolution The SE3Linux engine ID:  “0x80001f8803005006042bd7” viewed using the Device administrator: The SE3Linux engine ID:  “0x80001f8803005006042bd7” viewed using the Workstation The engine ID used by EBO for this example would be: 0x80002a1d03005006042bd7 The difference is always 2a1d compared to 1f88 and the rest of the bytes are the same. For further information see the attached document SNMP SBO 3.2.x Engine ID Explained.
View full article
Gary Schneider Alumni (Retired)
‎2021-04-23 06:16 AM

Last Updated: Crewman ContentModerator ‎2025-08-11 03:59 AM

Labels:
  • EcoStruxure Building Operation
2386 Views

Alert, Confirm and Prompt in graphics on Advanced Display

Issue The TGML JavaScript methods alert(), confirm() or prompt() do not work on Advanced Display when using the Webstation app. Nothing happens when the methods are used, and the modal window that is expected is not displayed. See attached TGML file for a graphic example using the JavaScript methods. Product Line EcoStruxure Building Operation Environment Building Operation Advanced Display V2 Building Operation Advanced Display V3 Cause The embedded browser in the Webstation app does not support alert(), confirm() and prompt(). Resolution Use other ways to interact with the user that do not use modal windows. It is also likely that the usability of your graphics will benefit from removing the above mentioned JavaScript methods.
View full article
Janeway PeterEdvik Janeway
‎2020-05-12 02:50 AM

Last Updated: Crewman ContentModerator ‎2025-08-11 03:59 AM

Labels:
  • EcoStruxure Building Operation
1444 Views

Dual Power supply for automation server

Warning Hazard of Electric Shock: Remove all power from all devices before removing any covers or doors of the system. Disconnect power at the device and at the power source. Issue Need for a dual redundancy power supply for the Automation Server. Product Line EBO EcoStruxure Building Operation. Environment Building Operation Automation Server. Cause Understanding how to create a fail-safe power supply for an Automation Server.  Resolution To provide dual power redundancy to an Automation Server, a possible solution can be to use a Phaseo ABL4_ABL8RED24400. This will allow the connection of two 24V PSU's to be connected to the inputs. Then connect the output of the Phaseo ABL4_ABL8RED24400 to the AS's PS-24V See the attached document and diagram for more information.
View full article
Commander Chris_Asbury Commander
‎2020-10-02 08:12 AM

Last Updated: Crewman ContentModerator ‎2025-08-11 03:59 AM

Labels:
  • EcoStruxure Building Operation
15912 Views
  • « Previous
    • 1
    • …
    • 13
    • 14
    • 15
    • …
    • 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