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,848
  • TAC IA Series 1,824
  • TAC INET 1,458
  • Field Devices 721
  • Satchwell BAS & Sigma 474
  • EcoStruxure Security Expert 331
  • Satchwell MicroNet 252
  • EcoStruxure Building Expert 228
  • EcoStruxure Access Expert 148
  • CCTV 53
  • Project Configuration Tool 47
  • EcoStruxure Building Activate 15
  • EcoStruxure Building Advisor 12
  • ESMI Fire Detection 8
  • 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
    • …
    • 138
    • 139
    • 140
    • …
    • 508
  • Next »

Configuring a Smart Sensor in SBO

Issue Configuring a Smart Sensor in SBO. Product Line EcoStruxure Building Operation Environment StruxureWare Building Operations b3xxx Controllers Smart Sensor (LCD or LED) Cause Unsure how to program for a Smart Sensor in SBO. Resolution Some considerations to be aware of first; Object naming differences Programming of the Smart Sensor is very similar to the old Plain English programming used in Continuum. One of the main differences is that each input must be specifically defined at the start of the program. Depending on the version of SBO, there may be some other considerations with setting up/reading the LcdDisplay array by renaming of the BACnet AnalogValue's to remove the "_AV" from the BACnet name. This naming issue affects SBO v1.4. Specific variables for Smart Sensor to be used in Plain English programming. Here is an old Smart Sensor Installation manual that will help explain which objects need to be created and how they work in the controller to enable the LCD display. Create the LCDDisplay and SpaceTempSP as numerics and any other objects that are not already created as InfinitySystemVariables. See "Configuration and Programming" section in the manual starting on page 14. Also note that the sensor will not light up until values are written to it. Sample Plain English code. LCDDisplay (or LEDDisplay) is not automatically created. Create this numeric and assign it as an array with 8-elements.  If it is an LCD Smart Sensor, then create a numeric and name it "LCDDisplay" and set its logsize to 7 (this configures it as an array with 8 elements from 0 to 7). If it is an LED Smart Sensor, then create a numeric called "LEDDisplay" instead. After creating this numeric you should be able to create the PE Program successfully. The simple program below will show the current spacetemp (LcdDisplay[1]) in two decimal place format (LcdDisplay[2]) when the Display key (LcdDisplay[0]) is pressed. The degrees symbol (LcdDisplay[7]) is also shown. Consult the Smart Sensor Installation and User Guide starting on page 16 for more details on how these values are configured. Numeric Input SpaceTemp Numeric Output LcdDisplay Initialise: LcdDisplay[2] = 0 If LcdDisplay[0] = 4 then Goto ShowTemperature ShowTemperature: LcdDisplay[1] = SpaceTemp LcdDisplay[2] = 12 LcdDisplay[7] = 1024 If TS > 30 then Goto Initialise In SBO, do the following under the Application section of the b3 controller: Create a BACnet Analog Value object in the b3 called "LCDDisplay". Go to the Advanced tab and under the Log Settings section change Log Records to be 7. Save the changes. Create the program and add the above PE Script. Add the binds to the LCDDisplay object created in step 1, RoomTemp input, and any other objects used in the program.
View full article
Picard Product_Support
‎2018-09-11 11:48 AM

Labels:
  • EcoStruxure Building Operation
3576 Views

M-bus device template for Multical 602 to use in Xbuilder

Issue Need a M-bus device template for Multical 602 to use in Xbuilder Environment Vista 5.1.8 Xbuilder 5.1.8 Cause an Xbuilder device template for Multical 602 is required to integrate it with a Xenta Server (such as Xenta 913) Resolution Here is a M-bus device template for the Multical 602
View full article
Picard Product_Support
‎2018-09-11 08:37 AM

Labels:
  • TAC Vista
1399 Views

Is there a Physical Access Control EDGE controller for Continuum?

Issue In Physical Access Control lingo, the term Edge controller typically refers to a device that is installed at the door (or in close proximity to the door) and that has all of the components needed to fully control the door with only and IP connection running back for communications to the front end system. Typically Edge access controllers are PoE so that there is no need to provide a separate power feed to the device, they also provide power to all the components that comprise the door control (door lock, REX etc) Environment CyberStation CX9702 Cause Documentation Resolution Continuum does not have a physical access controller that can be considered an Edge access controller. The Continuum access controller that come closest is the CX9702, although it is NOT a PoE controller. Click HERE to see the specs of the CX9702.
View full article
Picard Product_Support
‎2018-09-11 07:41 AM

Labels:
  • Andover Continuum
3945 Views

Using Sysman Alert Server with EcoStruxure Building Operation

Issue Is it possible to use Sysman Alert Server with EcoStruxure Building Operation? Product Line EcoStruxure Building Operation Environment Alarms and Events Cause Customers may wish to send important alarms to duty staff via SMS. Sysman Alert Server is one way of doing this and is easy to configure.  Resolution This is possible. The following document details the setup procedure: Sysman Alert Server with StruxureWare Building Operation The configuration will depend on the setup and location of the SysMan Server, but will generally involve "Write to File" Notifications if the Enterprise Server and Sysman Servers are installed on the same PC, or Emails to the SysMan Server (from Enterprise or Automation Server) More information can be found on Sysman's website. Part Numbers: SysManSMS ALERT SERVER: 900800600 SysManSMS GSM Modem: 900800610 In the UK when ordering please use the below part numbers. SysManSMS ALERT SERVER: 802000 SysManSMS GSM Modem: 100002
View full article
Picard Product_Support
‎2018-09-11 06:17 AM

Labels:
  • EcoStruxure Building Operation
5742 Views

Precautions when upgrading MicroNet 100 series to MicroNet 50 series controller

Issue When a MicroNet 100 series LON controller is upgraded to a MicroNet 50 series LON controller, reference in/out objects and the bindings to the LON SNVT bindings are lost. Product Line Satchwell MicroNet Environment VisiSat Software version 2.1 Builds 137, 148, 148 SP1, 185 and 196. Cause The upgrade process removes various items/objects from the original scheme. Resolution Updated June 2019 The MicroNet 50 series range MN350, 450, 550, 650 LCD and Touchscreen have been withdrawn from sale. The IAC 420, 600 and Touchscreen have now also been withdrawn from sale. No direct replacement is offered. Further information on these changes can be found in PA-00495 - Notice of Withdrawal - Satchwell Sigma and PA-00528 - End of Commercialization - Satchwell Sigma. ---------------------------------------------------------------------------------------------------------------------------------------------------------- The upgrade process removes various items/objects from the original bubbleland scheme. See MicroNet 100 to 50 series upgrade precautions.pdf to view more detailed information.
View full article
Picard Product_Support
‎2018-09-11 06:17 AM

Labels:
  • Satchwell MicroNet
3930 Views

Is a Satchwell DWT0002 sensor fitted directly into the waterway, or into a pocket?

Issue Is a Satchwell DWT0002 sensor fitted directly into the waterway? Environment DWT 0002 Sensor Fast Response Cause Customer has to replace this sensor and is not sure how to remove it. Resolution The DWT0002 sensor provides a fast response to temperature changes, and is fitted directly into the pipework. Important Note; When changing this sensor, the water must be isolated and drained from this part of the system. To review the data sheet, please click HERE.
View full article
Picard Product_Support
‎2018-09-11 08:25 AM

Labels:
  • Field Devices
1540 Views

Replacement sensor for obsolete EGWW from TAC

Issue The EGWW sensor is obsolete and needs to be replaced. Environment  EGWW: EGWW 120 Cu 5122720000 EGWW 120 St 5122720010 STP100: 5123102010 5123104010 5123106010 5123108010 5123110010 5123112010 5123114010 Cause Obsolete sensor needs to be replaced. Resolution There is no direct replacement, as the old EGWW had 2 sensor elements and was designed to be used with controllers like TA 219WB (Data sheet here). Also, the EGWW was designed to be mounted directly into the pipe work using a well, and not using a pocket as with the STP100. If only one sensor element is required by the application, the STP100 series sensor is recommended. However, please note that the EGWW well was 120mm or 220mm (see data sheet here), while the STP100 sensor probe and pockets are available in 50, 100, 150, 200, 250, 300 and 400 mm lengths. For more information and details on the STP100 and its different configurations, please see data sheet here. If the 2 sensor configuration is required, you will have to install 2 parallel sensors.  
View full article
Picard Product_Support
‎2018-09-11 06:14 AM

Labels:
  • Field Devices
2859 Views

Unifact Pro Controller - Network Temperature configuration question.

Issue Sending the network temperature to both controllers. Environment Unifact Pro Master Slave Network temperature Cause The customer has two Unifact Pro controllers, both with a temperature sensor connected to it. There is a requirement for the two temperature values to be averaged in the Sigma IC-Unifact, and for the averaged temperature to be transmitted back on to the network for use by the controllers. Is this possible? Resolution It is not possible to use this Unifact Pro configuration, because of the following; If a controller has a temperature sensor fitted, then it will normally try to use this sensor. If the "Network Temperature Updates" selection is enabled, then initially the sensor value is used, but when the network update is received, it will overwrite the sensor value. As the sensor value is overwritten, this value will be fed back to the Sigma IC, and a loop will be formed that does not include the actual temperatures. To review the Sigma IC-Unifact datasheet please click HERE.
View full article
Picard Product_Support
‎2018-09-11 06:13 AM

Labels:
  • Satchwell BAS & Sigma
1993 Views

Replacing VEX, MEX, FEX valves and AVX, AVM actuators

Issue Replacing VEX, MEX, FEX valves and AVX, AVM actuators Environment Thermic Valves Cause The valve and / or actuator requires replacement. Resolution The AVX and AVM are a 2 wire thermic valve actuator, its stroke length is 2.5mm short stroke. The valve actuator fitting is an industry standard 30mm x 1.5mm thread. To replace the valve use the VZ208 (2 port), VZ308 (3 port), VZ408 (4 port). To replace the actuator use either the MZ140-24T (24Vac) or the MZ140-230T (230Vac). Download the VEX, MEX, FEX, AVX, AVM datasheet here. Download the VZ208, VZ308, VZ408, MZ140 datasheet here.
View full article
Picard Product_Support
‎2018-09-11 06:12 AM

Labels:
  • Field Devices
1868 Views

Enterprise Network Server BTL Certification

Issue Enterprise Network Server BTL Certification Environment I/A Series G3 3.6.35 BACnet Advanced Operator Workstation (B-AWS) I/A Series G3 3.6.35 BACnet Operator Workstation (B-OWS) Cause The PIC statements for the I/A Series G3 Enterprise Network Server for BACnet Advanced Operator Workstation and BACnet Operator Workstation is available from Schneider Electric. However, they are not listed on the BTL website under Schneider Electric.  Resolution Schneider Electric is focused on maintaining BTL listings for servers and controllers that are an active part of the SmartStruxure solution. There are no plans to add or renew BTL listings for products that are only supported by TAC I/A Series systems at this time. Existing listings that don't apply to SmartStruxure solution will remain on the BTL website until they expire. Schneider Electric product BTL listing can be found here.
View full article
Picard Product_Support
‎2018-09-07 11:37 AM

Labels:
  • TAC IA Series
2094 Views

How to configure a LON router in Niagara R2.

Issue How to configure a LON router in Niagara R2. Environment Niagara R2 LON Cause Troubleshooting Resolution Review / download documentation here.
View full article
Picard Product_Support
‎2018-09-11 06:12 AM

Labels:
  • TAC IA Series
1521 Views

Is there a SmartStruxure specification that includes a piece for Network 8000 migrations?

Issue Is there a SmartStruxure specification that includes a piece for Network 8000 migrations? Environment Network 8000 Cause sales request Resolution The document is available on the Buildings Business Extranet, under Products > SmartStruxure solution > Sales > Guide Specification. It's a Word doc so it can be modified to suite the desired needs. The current version is 1.4 and is available here for convenience.
View full article
Picard Product_Support
‎2018-09-11 06:01 AM

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

Availability of SLC-82XX and SLC-83XX

Issue Availability of SLC-82XX and SLC-83XX Environment Site with Single Loop Proportional Temperature Controller with Sensor Cause Obsolescence of the SLC-82XX and SLC-83XX Resolution The SLC-82xx and/or SLC-83xx are obsolete. These are old analog technology controllers which have been obsolete since January 01, 2011 There is no replacement for these items. The only suggestion would be to do a complete re-control with digital equipment. To do this one of Schneider Electric's Partners would need to visit the site to see what is needed to control the space. This would require new controllers, thermostats, actuators and other items. Since it is such a major re-control we do not have a single solution that will allow you to use some of the older equipment. Contact your Regional Manager in your area to provide a contact for the site upgrade.  The manual for the SLC-82xx and SLC-83xx is available here.
View full article
Picard Product_Support
‎2018-09-11 06:08 AM

Labels:
  • Field Devices
1642 Views

Can the MF41-6043 actuator work with the DMS MicroSmart MSC-V-511 controller?

Issue The customer is replacing a defective actuator on a hot water reheat valve downstream of a VAV box.  The VAV and associated hot water valve are controlled by a DMS MicroSmart MSC-V-511 controller. Can the MF41-6043 actuator be wired into the MSC-V-511 and control the valve? Environment DMS MSC-V-511 MF41-6043 Cause Defective actuator is discontinued and cannot be swapped with an identical, working one. Resolution The triac outputs on the MSC-V-511 can properly control the MF41-6043 actuator. Terminals D1 to D4 provide 24 Vac which is the voltage required for the actuator. Look at the MSC-V-511 installation guide (F-25710) on page 18 for details on how to wire and program the actuator. Remember that the MSC-V-511 provides 24 Vac power so there's no need for an external power source.   If needed, the MF41-6043 installation guide has wiring diagrams on page 6. The actuator requires 2.3 VA. The digital outputs on the MSC-V-511 can provide up to 12 VA.
View full article
Picard Product_Support
‎2018-09-11 05:59 AM

Labels:
  • Field Devices
  • TAC IA Series
2685 Views

Can the SE7605B5045 be converted to work on an Echelon trunk?

Issue Can the SE7605B5045 be converted to work on an Echelon trunk? Environment Viconics SmartStruxure Lite Cause Wrong controller ordered for application Resolution VCM7600V5045E Echelon Retrofit Communication Card is available for purchase and can be installed in the field. Click here for a list of all communication cards available.
View full article
Picard Product_Support
‎2018-09-11 06:07 AM

Labels:
  • TAC IA Series
1159 Views

What is the replacement actuator for a Satchwell AMH2451, when fitted on a VZF1954 valve?

Issue  AMH2451 replacement is required.. Environment AMH2451 Satchwell Cause The AMH2451 is obsolete. Resolution The replacement Schneider Electric actuator will be the MV15B-230 with a L7SV - the combined order code is 880-0660-000. To review the data sheet for the MV15B, please click HERE. To review the data sheet for the AMH2451, please click HERE. To review the data sheet for the VZF1954, please click HERE.
View full article
Picard Product_Support
‎2018-09-11 06:07 AM

Labels:
  • Field Devices
1284 Views

What is the specific part that the 01-2100-299 lightning arrestor corresponds to?

Issue The bCX1 Series Technical Reference Manual shows part number 01-2100-299 as lightning protection for Continuum. The cut sheet on iPortal does not specify which model PC642C this is.   Environment Continuum Cause Details on iPortal do not specify which specific model of the PC642 series is supplied with part number 01-2100-299. Resolution The part number 01-2100-299 on iPortal (here) corresponds with the 15V model of that lightning arrestor. This also comes with the base, Emerson part numbers below. PN PC642C 015  Leaded    PN PCB1B BASE Leaded The PDF for the Edco PC642 Series is here.  
View full article
Picard Product_Support
‎2018-09-11 05:56 AM

Labels:
  • Andover Continuum
1684 Views

Where to find information on configuring and programming AC256 and AC8 controllers

Issue Where can information on programming and configuring the AC256 line of controllers be found.  Environment AC256 AC8 AC4+4 Cause Although the AC256 line of controllers has been discontinued, there are many live systems still in existence which need to be supported. Resolution The AC256/AC8 Configuration and Programming Student Guide can be found here.
View full article
Picard Product_Support
‎2018-09-11 06:10 AM

Labels:
  • Andover Continuum
5523 Views

What is the replacement gland kit for a Satchwell valve which has a 9.5mm diameter spindle?

Issue A replacement gland kit for a Satchwell 9.5mm valve spindle is required. Environment Satchwell Gland Kit 9.5mm spindle Cause Customer cannot identify the valve, but has accurately measured the spindle. Resolution A 9.5mm spindle was used on the VZF/MZF 65mm-150mm valve ranges, therefore the gland kit is the 626-9-311. To review the VZF data sheet please click HERE. To review the MZF data sheet please click HERE.
View full article
Picard Product_Support
‎2018-09-11 08:01 AM

Labels:
  • Field Devices
2483 Views

Characters that the XP Display can show and the XP Display User Guide

Issue There's a need to know what characters the XP Display will show Environment XP Display Cause Many languages use different character sets and not all are supported in the XP Display Resolution The standard ascii character set is supported by the XP Display. This is indicated on Pg. 17 of the XP Display User Guide. Click here to download the XP Display User Guide
View full article
Picard Product_Support
‎2018-09-11 05:03 AM

Labels:
  • Andover Continuum
1365 Views
  • « Previous
    • 1
    • …
    • 138
    • 139
    • 140
    • …
    • 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