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,209
  • TAC Vista 2,045
  • EcoStruxure Building Operation 1,851
  • TAC IA Series 1,825
  • TAC INET 1,458
  • Field Devices 721
  • Satchwell BAS & Sigma 474
  • EcoStruxure Security Expert 334
  • Satchwell MicroNet 252
  • EcoStruxure Building Expert 228
  • EcoStruxure Access Expert 149
  • CCTV 53
  • Project Configuration Tool 47
  • EcoStruxure Building Activate 17
  • EcoStruxure Building Advisor 12
  • ESMI Fire Detection 10
  • Automated Engineering Tool 5
  • 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

Building Automation Knowledge Base

Sort by:
Date
  • Date
  • Views
  • Likes
  • Helpfulness
Options
  • Subscribe
  • Bookmark
  • Invite a Friend
  • « Previous
    • 1
    • …
    • 465
    • 466
    • 467
    • …
    • 508
  • Next »

After copying sections of logic from one application to another the ability to connect pointers stopped working.

Issue After copying sections of logic from one application to another the pointers from that logic won't connect to other objects and therefore show up as red lines. Environment WorkPlace Tech Cause Copying sections of logic from an older application has been known to cause this. Resolution To recover the application remove all objects and reference tags that exhibit the connection issue, compile the application and then re-create the deleted logic by pulling objects from the Shapes window.
View full article
Picard Product_Support
‎2018-09-06 10:22 AM

Labels:
  • TAC IA Series
869 Views

What is the difference between the MNL-V3RV3 and the MNL-V3RV3-A?

Issue What is the difference between the MNL-V3RV3 and the MNL-V3RV3-A? Environment  MNL-V3RV3 MNL-V3RV3-A Cause MNL-V3RV3-A is a new part number, and it isn't clear how it differs from the existing  MNL-V3RV3. Resolution The MNL-V3RV3-A meets the requirements of the Buy American Act (BAA).
View full article
Picard Product_Support
‎2018-09-06 10:22 AM

Labels:
  • TAC IA Series
1038 Views

Netcontroller IO Module Bus Voltages

Issue What are the expected voltages on the RS485 IO Module bus? Product Line Andover Continuum Environment Netcontroller IO Modules IOU Modules Cause Require typical values for troubleshooting first steps. Resolution Although the IO Module bus uses RS485 comms similar to Infinet or BACnet MSTP, the typical bus voltages when measured with a voltmeter are usually lower. Exact voltages will vary from system to system and depend on the amount of bus activity at the time, but the following will allow general troubleshooting: Typical DC voltage measured across the bus + to - = 0.7 to 0.8VDC but working systems may read as low as 0.4VDC Typical DC voltage measured Screen (shield) to + = 0.6 VDC Typical DC voltage measured Screen (shield) to - = 1.3VDC Note: If using Free Topology (FTT-10A) controller and modules, these use transformer bus coupling and will measure 0VDC across the bus.
View full article
Picard Product_Support
‎2018-09-06 10:22 AM

Labels:
  • Andover Continuum
1204 Views

Sigma - Can the Alarm Manager on a Remote client be configured differently, to the Local client.

Issue Alarm Manager configuration. Environment Alarm Manager Configuration Cause A different configuration of alarms is required on a Remote Sigma client. Resolution The Alarm Manager is shared by both the local and remote Sigma clients, therefore any changes in configuration effect both clients. If there is a requirement to send different alarms to the local and remote Sigma clients, then this is achieved using Routesets, which are allocated to the individual object alarms.
View full article
Picard Product_Support
‎2018-09-06 10:22 AM

Labels:
  • Satchwell BAS & Sigma
1001 Views

XIF parser fails due to "-sign.

Issue The XIF parser could fail if there is a "-sign in a commented row in the XIF default field. Environment TAC Vista Cause The XIF parser could fail if there is a "-sign in a commented row in the XIF default data field. Example: # ----------------------------------------------------- # ----------------------------------------------------- FILE value 1 1 ##dde1  "1,2,3\x00,1,2;"         // UCPTdownDriveTime                SNVT_time_sec 0x66,0x66 ##dde3 "1,2,23x00,2,2;"         // UCPTupDriveTime                     SNVT_time_sec   Resolution Just removing the "-sign will work: # ----------------------------------------------------- # ----------------------------------------------------- FILE value 1 1 ##dde1 1,2,3\x00,1,2;           // UCPTdownDriveTime             SNVT_time_sec 0x66,0x66 ##dde3 1,2,23x00,2,2;         // UCPTupDriveTime                   SNVT_time_sec
View full article
Picard Product_Support
‎2018-09-06 10:21 AM

Labels:
  • TAC Vista
1082 Views

Can multiple TCP/IP XDrivers be installed on a single 2nd Generation Controller?

Issue Will a single 2nd generation Controller  (NC2, bCX) support two IP XDrivers on two different comm ports?    Environment XDriver NC2 (CX9680) bCX4040 Cause Want to enable two IP XDrivers on different comm ports of the same Controller. Resolution You can only enable one IP XDriver per Controller. (Example: You can not enable a BACnet IP XDriver on one comm port and a Modbus IP XDriver on another, you would need two Controllers for this - one IP XDriver on each.)
View full article
Picard Product_Support
‎2018-09-06 10:21 AM

Labels:
  • Andover Continuum
1291 Views

Programmable controller does not get added. Progress window never closes

Issue Programmable controller does not get added. Progress window never closes Can not add programmable controller. Environment StruxureWare Building Operation 1.3 SP Function block editor TAC Xenta 301, TAC Xenta 302, TAC Xenta 401, TAC Xenta 281, TAC Xenta 282, TAC Xenta 283 Cause Check if there are any blocks named "version". This is a reserved word that is not allowed as a name Resolution Open Function block editor and search your application (F7) for the word version. Change version to something else
View full article
Picard Product_Support
‎2018-09-06 10:21 AM

Labels:
  • EcoStruxure Building Operation
1138 Views

Sigma Logging - If an object has been logged for some time, and then the object name is changed, what name will be used in the log?

Issue Changing the name of an object that is being logged. Environment Logging Object name Cause A system has been logging for several years, but now the customer needs to change an object name. When using Dataview to review the logged data, which name will be shown for the existing data? Resolution If an object name is changed and that object is being logged, then the new name is passed to the logging setup. From this point on it is this name that will be used in any log reviews containing this object. This applies to both new logged data and any archived data.
View full article
Picard Product_Support
‎2018-09-06 10:21 AM

Labels:
  • Satchwell BAS & Sigma
891 Views

What is the part number & price for a SmartStruxure/IA Series R2, SmartStruxure/Network 8000 or SmartStruxure/Signal?

Issue What is the part number & price for a SmartStruxure/Network 8000 driver or a SmartStruxure/Signal driver? Environment SmartStruxure Network 8000 Signal Cause Job estimating Resolution There is no Network 8000 driver or Signal as there is with I/A Series Niagara. The conversion process is performed at no cost when converting an I/A Series R2 database,  Network 8000 GCM or Signal to SmartStruxure via the "TAC I/A Series Conversions Projects" link on the iPortal2 web site.
View full article
Picard Product_Support
‎2018-09-06 10:21 AM

Labels:
  • EcoStruxure Building Operation
  • TAC IA Series
905 Views

Unable retrieve objects from a third party device that has been added to Continuum.

Issue Continuum found and added both third party chiller controllers, RLE LD5200.  When a send to database is executed however, no objects are added to the Continuum database. Environment BACNet RLE LD5200 Cause Some BAS systems use a 16 bit identifier while Continuum uses 32 bits. Resolution Problem resolved updating the third party controller firmware..
View full article
Picard Product_Support
‎2018-09-06 10:21 AM

Labels:
  • Andover Continuum
1033 Views

TAC License server can't be started

Issue TAC License server can't be started. TAC license server crashes Environment TAC Vista 5.1.8 Cause The license server can't start if there is a DEMO license in the same folder as the "real" license. Note that in 5.1.8 the default path to the license files have changed to: C:\Program Files\Schneider Electric\License Server\TacLic\Licenses Any license files that are in the old directory will be moved to the new one when upgrading. If you need to use DEMO licenses for a site you can add them to a separate directory and add that directory in the license setup.   Resolution Delete any DEMO licenses in: C:\Program Files\Schneider Electric\License Server\TacLic\Licenses Go to services and start TACLicenseServer  
View full article
Picard Product_Support
‎2018-09-06 10:21 AM

Labels:
  • TAC Vista
1461 Views

What causes "?_1" to be displayed in a Plain English program?

Issue When editing a PE program it displays "?_1" Environment Plain English Cause An object that the program is referencing has been deleted. If multiple objects have been deleted then the integer after the ?_ will increment. Resolution An object that the program is referencing has been deleted.  Recreate the missing object, enter it into the program and save the program.
View full article
Picard Product_Support
‎2018-09-06 10:21 AM

Labels:
  • Andover Continuum
1296 Views

Schedule editor crashes with ACCDataServices error when creating a new or modifying an existing Schedule.

Issue Schedule editor crashes with ACCDataServices error when creating a new or modifying an existing Schedule. Environment Continuum v1.94 Schedule object Cause Known issue with Schedules when editing or creating exception events. The Schedule editor will crash with an error. Resolution CyberStation v1.94 SP1 has a fix in it that corrects the issue with the editor crashing when editing or creating a schedule with exceptions.
View full article
Picard Product_Support
‎2018-09-11 04:47 AM

Labels:
  • Andover Continuum
1448 Views

What modems are supported for Xenta 901 dial -up to TAC Vista?

Issue What modems are supported for Xenta 901 dial -up to TAC Vista? Environment TAC Vista TAC Xenta 901 Cause Want to use a dial-up to TAC Vista. The support for dial-up in TAC Vista is mainly for upgrading of older systems. We have not added any new modems to the list in many years Resolution These modems are supported Us Robotics,3Com 56k Sportster(V92) D-Link DFM-560E+ Siemens MC-35 (GSM modem) Siemens M-20 (GSM modem) SRT (GSM modem) Wawecom (GSM modem) SRT DIN 35 (Leased line) SRT DIN (Dial up)
View full article
Picard Product_Support
‎2018-09-06 10:21 AM

Labels:
  • TAC Vista
1140 Views

Unable to Update ASC

Issue Unable to update an ASC when adding a new MR to an existing system. Product Line TAC INET Environment All versions of I/Net utilizing HVAC applications. Cause On a system that has multiple sublan devices and adding a new or several devices to the controller, when updating the UPD files it appears to get downloaded but when the MCI update is done, only one point is written to the database. If the points are added manually, a Memory Error would come up indicating that there is not enough memory in the controller to do this. However, this is not seen when doing the UPD file update nor MCI Update. Resolution To resolve this issue, the following steps needs to be done: Connect to the controller Go to Edit/Controller/Configuration Verify that the controller does in fact have memory left If not, look at the trends that are on the resident I/O Points If possible, delete unwanted trends that are using up memory to free it up to allow these devices to be added Once done, go back to ASC Parameters and then update the ASC and MCI again.
View full article
Picard Product_Support
‎2018-09-06 10:20 AM

Labels:
  • TAC INET
1532 Views

Filtering The AnalogSamples_xi.rpt SevenReport using the cell definition

Issue Filtering The AnalogSamples_xi.rpt SevenReport using the cell definition Environment I/NET Seven Reports Cause In some cases, the cell number can be used on a 7 trend to allow only trends of a certain type to show up in reports. If this rule is applied, you will need to change the stock reports to allow for this function. Resolution Open the AnalogSamples_xi.rpt file in Seven Reports Cancel the Date Time range selector In the Design View, click on the second icon from the left, directly underneath the word "Design" the tool tip labels it as "Select records to be used in report  Select Expert" Click on the " " tab browse to the bottom and expand "RptTrendDefinitions" Click on "CellNumber" Click OK In the left hand drop down select "is equal to" In the Right hand drop down, enter the cell number you wish to filter for. Click OK Preview the Report Save it using a different file name. 
View full article
Picard Product_Support
‎2018-09-06 10:20 AM

Labels:
  • TAC INET
1166 Views

Revised Kvs value V292

Issue In older versions of the documentation for V292, the Kvs value is incorrectly listed for some sizes.  Environment V292: 7219254000 7219258000 7219262000 7219266000 7219270000 Cause Incorrect information in older documentation. Resolution To make sure you are using the correct Kvs value, please refer to the latest available documentation that is available on the Extranet.
View full article
Picard Product_Support
‎2018-09-06 10:20 AM

Labels:
  • Field Devices
1006 Views

The BDelay object from the LonWorks jar conversion library intermittently shows very large "remaining time" causing logic issues.

Issue The BDelay object from the LonWorks jar conversion library intermittently shows very large "remaining time" causing logic issues. Environment R2, UNC's Cause The BDelay object does not initialize the time remaining properly under some conditions. Resolution In the Lib jar - programObjects - hvac folder there is a program called DelayedOutput.sns.  This program can do the delayed on and off function but will need to be enhanced if the time remaining output is required.
View full article
Picard Product_Support
‎2018-09-06 10:20 AM

Labels:
  • TAC IA Series
862 Views

Replacement for damper actuator NM24-SR

Issue NM24-SR is obsolete and needs be replaced. Environment   8760020000 NM24-SR  8751019000 MD10A-24 Cause Obsolete product needs replacement. Resolution   NM24-SR (8760020000) is replaced by the MD10A-24 (8751019000)
View full article
Picard Product_Support
‎2018-09-06 10:20 AM

Labels:
  • Field Devices
1168 Views

Kamstrup energy/heat/flow/cool meters pressure class

Issue What is the maximum system pressure for the meters? Environment Kamstrup Heat meter cool meter flow meter Cause It is important to make sure that the system pressure does not exceed the maximum pressure specified for the components included. Resolution Depending on which meter is chosen, it is either 16 Bar (PN16) or 25 Bar (PN25). This is defined in the charts that are available here: Heat/Flow Meter
View full article
Picard Product_Support
‎2018-09-11 04:00 AM

Labels:
  • Field Devices
1437 Views
  • « Previous
    • 1
    • …
    • 465
    • 466
    • 467
    • …
    • 508
  • 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