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,854
  • TAC IA Series 1,826
  • TAC INET 1,459
  • Field Devices 721
  • Satchwell BAS & Sigma 474
  • EcoStruxure Security Expert 334
  • Satchwell MicroNet 252
  • EcoStruxure Building Expert 228
  • EcoStruxure Access Expert 150
  • CCTV 53
  • Project Configuration Tool 47
  • EcoStruxure Building Activate 17
  • EcoStruxure Building Advisor 12
  • ESMI Fire Detection 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
    • …
    • 13
    • 14
    • 15
    • …
    • 509
  • Next »

Connecting to a Link or Site

Issue Connecting to a Link or Site Environment I/NET Seven Site Cause Knowledge on how to connect to a Link or Site Resolution I/NET displays this dialog box when you select Connect from the main menu. This dialog box allows you to choose a link or remote site. Connect to a device as follows: Select Connect from the main menu. The system displays a summary list of available link devices or sites. Note: A dash (-) appearing next to a device name indicates that the device is not currently available for communication. An asterisk (*) indicates that the name of the controller or the type has changed. Highlight a link device or site in the list. Select OK to connect. After the system connects to the selected device or site, the status bar at the bottom of the screen shows the connected levels.
View full article
Picard Product_Support
‎2018-09-06 03:08 PM

Labels:
  • TAC INET
6021 Views

Max Info Frames attribute in a Continuum BACnet controller

Issue What is the purpose of the Max Info Frames attribute in a Continuum BACnet controller? Product Line Andover Continuum Environment BACnet MS/TP, MaxInfoFrames Optimizing MSTP Cause Information on the Max Info Frames function. Resolution The Max Info Frames setting on the BACnet controller object editor specifies how many messages that the controller can send out to other controllers when it has the token on the network. For instance, a B3 controller has a default of 2 for this setting. If it receives the token on the MSTP network and it has 5 COV or Event notifications to send to other controllers or workstations, it will send the first 2, and wait until it gets the token the next time around and send 2 more, etc. The BCX controller has a default of 8 for Max Info Frames. This setting is changeable through the BACnet controller editor, however care should be taken not to increase it to too large a number. The larger the setting, the more time that particular controller can hold the onto the token, which in turn denies other controllers on the network the capability of sending out their data in a timely manner. It should only be adjusted if there is a definite need for increased messaging, but on the MSTP network it is not recommended to go above 10, although we do not limit the value. In a Cyberstation Version 1.8 or above the setting can be made on the details page of the BACnet controller device editor. If adjustment of this parameter is done using any Cyberstation prior to version 1.8, the setting will not stay at the new value after a controller reload from the Infinity side, it will revert to it's default. You will need to create a PE program in the controller to set this parameter to the desired value if it is reloaded. The program should be autostart and fallthru, and use the "Writeproperty" keyword to set the parameter. The syntax should be as follows: Line SetMaxInfo WriteProperty ("Full Bacnet path name of controller", MaxInfoFrames, "New Value") Stop
View full article
Picard Product_Support
‎2018-09-06 02:59 PM

Last Updated: Administrator DavidFisher Administrator ‎2019-06-18 02:10 PM

Labels:
  • Andover Continuum
6086 Views

Router required open port numbers to run a Continuum system

Issue What port numbers do routers have to have open in order to run a Continuum system? Product Line Andover Continuum Environment Cyberstation Continuum BACnet / Infinet Controllers TCP/IP Cause There have been many questions on which network ports the Continuum system uses for communication. Below is a listing of the network ports along with what the port is being used for. Resolution The destination UDP port from the controller will always be one of the below port numbers. The source UDP port that the controller uses is completely arbitrary and will be anywhere from 32768 to 65534. (0x8000 to 0xFFFE) Controller/Cyberstation Application Packet type Decimal port number Hex Port numbers   Controller Error Log Tool - UDP 33487 0x82CF BACNet B4 controller Point Configuration UDP 33487 0x82CF BACNet B4 controller Alarm Configuration, Alarms, and COV UDP 47808 0xBAC0 BACNet B4 controller Controller flash TCP 33456 0x82B0 BACNet B4 controller Web Server TCP 80 NetController Point Configuration, Alarms, and Events UDP 33487 0x82CF Netcontroller Save from Controller TCP 33440 0x82A0 NetController Controller flash TCP 33456 0x82B0 Sending Email  TCP 25 NetController WebServer TCP 80 (but configurable) CX9702 ** Point Configuration, Alarms, and Events See Note 33487 0x82CF CX9702 ** Save from Controller See Note 33440 0x82A0 CX9702 ** Controller flash See Note 33456 0x82B0 CX9702 ** WebServer See Note 80 (but configurable) ** Note: UDP or TCP port (user configurable via the TransportType attribute) Remote View Remote view Video TCP 18772 0x4954 CyberStation Controller Alarms and Events UDP 33487 0x82CF CyberStation Peer Cyberstation communication UDP 44224 (1.4x and 1.5x), 47808 (all other revisions) 0xACC0 (1.4x and 1.5x), 0xBAC0 (all other revisions) CyberStation Workstation to SQL database TCP Determined by Microsoft, 1433 by default CyberStation BACNet communication UDP 47808 0xBAC0 CyberStation MSMQ TCP 1801 0x0709 CyberStation MSMQ UDP 3527 0x0DC7 CyberStation MSMQ UDP 1801 0x0709 CyberStation MSMQ RPC 135 0x0087 CyberStation MSMQ RPC 2101*,2103*, 2105* 0x0835, 0x0837, 0x0839 *Message Queuing message traffic and internal session management traffic between Queue Managers is delivered over Winsock through reserved TCP port 1801. The Message Queuing Independent Client multicasts a server discovery broadcast over reserved UDP port 1801. Message Queuing Servers listen on TCP port 2101* for RPC-based MQIS and Active Directory lookups. Message Queuing 3.0 independent clients and Message Queuing servers make MQIS requests directly to Active Directory by using LDAP on TCP port 389. Message Queuing Independent Clients and Servers listen on fixed TCP port 2103* and 2105* for RPC-based remote reads of their public queues and private queues. Also, the Dependent Client uses these two ports to communicate with its server for send and for receive. There is a dynamic RPC port that is assigned by the RPC layer for handshaking with an Independent Client or with an RPC server for the Message Queuing Server to determine the fixed ports. This is typically port 135. The internal "ping" mechanism for Message Queuing operates over reserved UDP port 3527. When you use HTTP messaging in Message Queuing 3.0, Message Queuing message traffic and internal session management traffic between Queue Managers is delivered over Winsock through reserved TCP port 1801. * These port numbers may be incremented by 11 if the initial choice of RPC port is being used when Message Queuing initializes. A connecting QM queries port 135 to discover the 2xxx ports. For more information on MSMQ ports check with Microsoft, http://support.microsoft.com/kb/178517 A .PDF document containing this Network Port information can be downloaded Here.
View full article
Picard Product_Support
‎2018-09-07 12:37 AM

Labels:
  • Andover Continuum
6014 Views

Setting up an SSC (System Security Controller), EP1501 and EP1502 Mercury Controllers

Issue Directions on how to commission an SSC and Mercury Controllers right out of the box. Product Line Access Expert Environment Windows 7 Windows 8 Windows Server 2012 Windows Server 2014 Version 2 Version 3 Cause No directions on setting up an SSC and Mercury Controllers to get it online. Resolution Commissioning the AX-SSC Here is a link to a video that describes how this should be done as well that can be accessed from the following link: Commissioning a new SSC 1. Connect the Access Expert Device Administrator to the SSC using USB cable then go to ‘Network settings’ to configure the device’s IP address etc. 2. In the ‘Ethernet 1 Configuration’ tab, configure the IP settings (In this example, we are using a static IP address). Make sure to configure the DNS so that the URL of your hosted instance can be resolved. Take note of the SSC’s MAC address which will have to be entered when adding the SSC in Access Expert. 3. Enable the default user in the SSC in order to be able to login with a web browser to configure additional communication parameters. NOTE: The default user will stay enabled for 5 minutes then the checkbox will automatically deselect. Once logged into the SSC you can create a new level 1 user so you don’t have to rely on the default user again. 4. Point a web browser to the SSC's IP address and login using the default user (admin/password). After logon, verify the IP settings configured from the Device Administrator, you can edit the settings here if necessary. 5. If using a Mercury EP1501 or EP1502 Controller, use the MAC address and connect to the device. Once logged in, go on to the next step 6. Go to the ‘Host Comm’ page. This is where you will configure the SSC to be able to communicate to the Access Expert database instance in the cloud. 7. Configure the connection type for ‘IP Client’. Enter the URL for your DB server instance or the hosted cloud server as shown in the above example. 8. For V3, the Host Name would be us.accessxpert.com (ax.accessxpert.com also works). If premise, then it would be the IP of the Server. 9. Note the port number used for communications and make sure this port is open; you can also configure an alternate host port as a backup. 10. Usually it is 3001, if that is blocked by the clients Network, then use Port 443. 11. Click Accept then ‘Apply Settings’ followed by ‘Apply Settings Reboot’.  
View full article
Picard Product_Support
‎2018-09-10 10:46 AM

Last Updated: Administrator CraigEl Administrator ‎2022-08-07 11:51 PM

Labels:
  • EcoStruxure Access Expert
6092 Views

TCON Number and Title Cross Reference (with links)

Issue TCONs are listed and available on The Exchange Download Center. This index is meant to provide a quick reference to find the desired TCON even if the number is not known. Product Line TAC INET Environment TCON documents Cause The Exchange Download Center allows for searching by either TCON number, title, or document content. This is a list of those documents with links to the Download Center. Click here to view the complete list in The Exchange Download Center. Resolution TCON069 Unitary Controller (Model 7200 Series Unitary Controllers) Installation Guide TCON073 Model HC7410 Hand-Held Console Installation Guide TCON074 Building Manager Access Instructions Card TCON077 Model 1000 Door Processing Unit (DPU 1000) Installation Guide TCON078 Elevator Control Unit (EVC) Installation Guide TCON079 Remote Dial Tap (RDTAP) Installation Guide TCON082 Discrete Input Unit (DIU 1600) Installation Guide TCON083 The ABC’s of DDC (CSI-1991) TCON084 Docutrend ... the Quick and Easy Way! Reference Guide TCON086 Door Processing Unit 3000 (DPU-3000) Installation Guide TCON087 Fiber Optic Interface (FOI) Installation Guide TCON092 LAN Monitor 1 (LANMON 1) Reference Guide TCON093 Model 7460 Universal Controller Interface (7460 UCI) Installation Guide TCON094 I/NET System 7700 Operator Guide TCON095 7700 DCU Installation Guide TCON096 7716 PCU Installation Guide TCON097 7740 DCU (includes 7741 DCU) Installation Guide TCON098 7750 DCU Building Manager Installation Guide TCON099 7760 Unitary Controller Interface Installation Guide TCON100 7780 Distributed Lighting Control Unit Installation Guide TCON101 Model 7800 Series Taps & Repeater Installation Guide TCON102 7771 Industrial Communication Interface Installation Guide TCON103 I/NET 7700 Icon Editor Reference Guide TCON104 I/NET 7700 Text File Compiler User Guide TCON105 Discrete Input Monitoring and Output Control Unit (DIO-8000) Installation Guide TCON106 7718 PCU Installation Guide TCON109 7790 LAN Interface Unit Installation Guide (7791 DPI, 7792 MRI, 7793 MCI) TCON110 I/DISC Sorting Procedure Reference Guide TCON111 Door Processing Unit (DPU 3100) Installation Guide TCON112 CSI Access Control Readers Installation Guide TCON113 I/STAT & Micro Regulators MR123 Installation Guide TCON114 Model 7728 Series I/SITE I/O Controllers Installation Guide TCON115 Door Processor Unit 7900 (DPU 7900) Installation Guide TCON116 DPU 7910A Installation Guide TCON117 DPU 7920 Installation Guide TCON120 Guidelines for Smoke Control Reference Guide TCON122 Series 7797 Industrial Communication Interface Installation Guide TCON123  I/NET Memory Interface Processor (MIP01) Installation Guide TCON124 DIU 7930 Installation Guide TCON125 DPU 7940 Installation Guide TCON126 I/STAT & Micro Regulator Controller Installation Guide TCON127 7756 PCU Installation Guide TCON130 MR55X and I/STAT Installation Guide TCON135 I/NET Communications Interface for Cerberus Pyrotronics (779703 ICI Cerberus) Installation/Reference Guide TCON136 I/NET Communications Interface for McQuay MicroTech Open Protocol Communications (779704 ICI McQuay) Installation/Reference Guide TCON137 I/NET Communications Interface in Support of YorkTalk XL/LINC Chiller ISN (779705 ICI YorkTalk) Installation/Reference Guide TCON138 7798 I/SITE LAN Installation Guide TCON139 I/NET Communications Interface for Trane (779706) Reference Guide TCON140 I/NET Communications Interface in Support of Notifier AM2020 Fire Detection System (779707 ICI Notifier) Installation/Reference Guide TCON142 I/NET v4.30 System Operator Guide Operator Guide TCON143 I/DISC Fob Installation Guide TCON144 7798 I/SITE LAN Installation Sheet TCON145 I/NET System Technical Reference Guide TCON146 I/NET Communications Interface in Support of Square D PowerLogic Network Interface Module (779708 ICI Square D) Installation/Reference Guide TCON147 ASC-VAV-AX Installation Guide TCON148 ASC-VAV-AX Installation Sheet TCON149 ASC-MR-VAV-Series (AX and X1) Pocket Reference TCON150 I/DISC Reader (IDISCRDRB) Installation Sheet TCON151 I/NET Docutrend Technical Reference Guide TCON152 Video Badging Subsystem (S/90 Integrated Video Badging) Installation Guide TCON153 ASC MR-AHU Installation Guide TCON154 ASC MR-AHU Installation Sheet TCON155 ASC MR-VAV-X1 Installation Guide TCON156 MR-VAV-X1 Installation Sheet TCON157 I/NET System Forms and Worksheets Reference Guide TCON158 ASC MR-AHU Pocket Reference TCON159 I/NET Communications Interface for Edwards Systems Technology Fire System (Model 779711) Installation/Reference Guide TCON160 I/NET v4.x Utilities Software Operator Guide TCON161 ASC MR-HP Installation Guide TCON162 ASC MR-HP Installation Sheet TCON163 ASC MR-HP Pocket Reference TCON164 ASC MR-VAV-X2 Installation Guide TCON165 ASC MR-VAV-X2 Installation Sheet TCON166 ASC MR-VAV-X2 Pocket Reference TCON168 I/NET Video Badging (I/NET VB) Operator Guide TCON169 I/NET ODBC Driver (INETODBC) Technical Reference Guide TCON170 Intellution Driver CSI I/O Driver for the Intellution FIX DMACS Installation Guide TCON171 Door Processor Unit 7920 with Essex PIN Installation Guide TCON172 PWM-C Pulse Width Modulation to Current Transducers Installation Sheet TCON173 PWM-P Pulse Width Modulation to Pressure Transducers Installation Sheet TCON174 PWM-R Pulse Width Modulation to Resistance Installation Sheet TCON175 PWM-V Pulse Width Modulation to Voltage Transducers Installation Sheet TCON176 Model IP Current to Pneumatic Transducer Installation Sheet TCON177 Model ASC1 Analog Signal Converter Installation Sheet TCON178 XFMR Series Transformers TCON179 Model SA1 Surge Arrestor for System 7700 and System 90 Installation Sheet TCON180 UniHub Tutorial (UniHub 2.2) Reference Guide TCON181 I/NET v4.3x Getting Started TCON184 NetPlus Router 2000 Installation Guide TCON185 I/Site LAN Installation Sheet TCON186 I/View Version 1.0 Operator Guide TCON187 UniHub Version 3.1 Technical Reference Guide TCON188 UniHub 3.0 Tutorial Reference Guide TCON189 779712 ICI BACnet Installation Guide/Reference TCON190 7798B1 I/SITE LAN TCON191 NetPlus Router Installation Sheet TCON192 I/NET v4.10 Guide opérateur du système TCON193 Système I/NET Guide de Référence Technique TCON194 I/NET Docutrend Guide de Référence Technique TCON195 I/NET System v4.10 Bedienerhandbuch TCON196 I/NET System Technisches Referenzhandbuch TCON197 I/NET Docutrend Technisches Referenzhandbuch TCON198 I/NET Sistema v4.10 Manual del Operador TCON199 I/NET Sistema v4.10 Manual de Referencia TCON200 I/NET Sistema v4.10 Docutrend Manual de Referencia TCON203 NetPoint VAV (NP-VAV-AX) Installation Guide TCON204 NetPoint VAV-AX Installation Sheet TCON205 NetPoint VAV-AX Pocket Reference Card TCON206 NetPoint™ VAV-AX (NP-VAV-AX) Application Reference Guide TCON207 I/NET 2000 v1.x System Operator Guide TCON209 I/NET 2000 v1.x Technical Reference Guide TCON210 I/NET 2000 v1.x Docutrend Reference Guide TCON211 I/NET 2000 v1.x ODBC Driver (IODBC32 Driver) Technical Reference Guide TCON212 I/NET 2000 v1.x Operator Guide TCON213 I/NET 2000 v1.x Getting Started TCON215 NetPoint General Purpose Unit 506R (NP-506R) Installation Sheet TCON217 I/NET 2000 Troubleshooting Guide TCON218 NetPoint General Purpose Unit 546R (NP-546R) Installation Sheet TCON219 NetPoint General Purpose Unit 1008R (NP-1008R) Installation Sheet TCON220 NetPoint General Purpose Unit 1048R (NP-1048R) Installation Sheet TCON221 NetPoint General Purpose Unit (NP-GPU) Technical Reference Guide TCON222 NetPoint General Purpose Unit 506 (NP-506) Installation Sheet TCON223 NetPoint General Purpose Unit 546 (NP-546) Installation Sheet TCON224 NetPoint General Purpose Unit 1008 (NP-1008) Installation Sheet TCON225 NetPoint General Purpose Unit 1048 (NP-1048) Installation Sheet TCON226 I/NET 2000 Dial Setup Guide TCON227 UniHub Application I/NET Notifier Interface Reference Guide TCON228 I/NET Interface UniHub Application CASI-RUSCO Secure Perfect Reference Guide TCON229 I/NET 2000 v1.x Operator Guide (MTRC) TCON230 I/NET 2000 v1.x Technical Reference Guide (MTRC) TCON231 Smoke Control Systems Manual TCON236 I/NET 2000 v2.x Operator Guide TCON237 I/NET 2000 v2.x Technical Reference Guide TCON238 I/NET 2000 v2.x Getting Started TCON238A I/NET 2000 Revision 2.10 Addendum TCON239 I/NET 2000 v2.x Docutrend Reference Guide TCON240 I/NET 2000 v2.x ODBC Driver Technical Reference Guide (IODBC32 Driver) TCON241 I/NET 2000 v2.x Utilities Operator Guide TCON242 7716-U8 Smoke Control Data Sheet TCON243 7756-U8 Smoke Control Data Sheet TCON244 7771-U8 Smoke Control Data Sheet TCON245 B7771 U8 Smoke Control Data Sheet TCON246 7790A-U8 Smoke Control Data Sheet TCON247 7797-12-U8 Smoke Control Data Sheet TCON248 7798B-U8 Smoke Control Data Sheet TCON250 FSCS-1-xxxxx-U8 Smoke Control Data Sheet TCON251 FOI1-U8/FOI2-U8 Smoke Control Data Sheet TCON252 20010-U8 & 20020-U8 Smoke Control Data Sheet TCON254 MR88R-U8 Smoke Control Data Sheet TCON255 MR88-U8 Smoke Control Data Sheet TCON256 MR632-U8 Smoke Control Data Sheet TCON257 MR55-U8 Smoke Control Data Sheet TCON258 MR55X-U8 Smoke Control Data Sheet TCON259 MR160-U8 Smoke Control Data Sheet TCON261 MR-HP-U8 Smoke Control Data Sheet TCON262 MR-VAV-AX-U8 Smoke Control Data Sheet TCON263 MR-VAV-X1-U8 Smoke Control Data Sheet TCON264 MR-VAV-X2-U8 Smoke Control Data Sheet TCON265 78010-U8 Smoke Control Data Sheet TCON266 B78010-U8 Smoke Control Data Sheet TCON267 78035-U8 Smoke Control Data Sheet TCON268 B78035-U8 Smoke Control Data Sheet TCON269 78061-U8 Smoke Control Data Sheet TCON270 B78061-U8 Smoke Control Data Sheet TCON271 78020-U8 Smoke Control Data Sheet TCON272 B78020-U8 Smoke Control Data Sheet TCON273 78022-U8 Smoke Control Data Sheet TCON274 B78022-U8 Smoke Control Data Sheet TCON275 78032-U8 Smoke Control Data Sheet TCON276 B78032-U8 Smoke Control Data Sheet TCON277 7808-U8 Smoke Control Data Sheet TCON278 B7808-U8 Smoke Control Data Sheet TCON280 DPU7911A/7912A-U8 Smoke Control Data Sheet TCON281 DPU-7920-U8 Smoke Control Data Sheet TCON282 DPU7921/7922-U8 Smoke Control Data Sheet TCON286 I/STAT-LCD Installation Sheet TCON287 I/NET® 2000 System with ID Works Upgrade/Integration Guide TCON289 NetPoint General Purpose Unit 546-X1 (NP-546-X1) Installation Sheet TCON293 779715 ICI ModBus Installation Guide/Reference TCON294 I/NET 2000 Web Interface Reference Guide TCON295 INET to Vista (I2V) Graphics Conversion Utility Reference Guide TCON296 TAC OPC Server for I/NET Seven TCON297 Distributed Link Architecture (DLA) User Guide Version 1.0 TCON298 I/NET Seven Getting Started TCON299 I/NET Seven Operator Guide TCON300 I/NET Seven Technical Reference Guide TCON301 I/NET Seven Reference Guide – Database Connectivity and Reporting TCON305 Model 2000 NetPlus Router Notice TCON306 7920 DPU - DPU48K Installation Sheet TCON307 LAN Connector Advisory TCON311 7798C SubLAN Interface Installation Guide TCON312 SCU 1200, SCU 1280, SCU 1284 Installation Guide TCON313 SCU 1200, SCU 1280, SCU 1284 Installation Sheet
View full article
Picard Product_Support
‎2018-09-07 02:02 PM

Labels:
  • TAC INET
6066 Views

Why do Continuum controllers go into bootloader mode?

Issue Why do controllers go into bootloader mode? Product Line Andover Continuum Environment Bootloader NC2 BCX CX99xx CX96xx i2 b3 Cause Continuum controller are placed into bootloader mode if they repeatedly hit a firmware level exception. An exception is when the controller tries to do something that cannot be done.  Some examples of an exception are... A controller tries to read from memory that it cannot read from. A controller attempts write to memory that cannot be written to. On startup, flash generation controllers load the application from flash RAM.When they hit an exception, older, non-flashable controllers would simply clear the application software from ram, power up and wait for the software to be loaded from the front end.  If there is a bad application there needs to be a means by which a user can intervene before the application is loaded so that the controller firmware can be reloaded or upgraded.  When a flashable controller hits more than three exceptions within a ten minute time period the controller is placed into bootloader mode intentionally. Resolution When a controller repeatedly goes into bootloader mode it is time to take a close look at environment which might be driving the controller to hit exceptions A controller usually goes into bootloader mode due to environmental issues such as Heavy ARP traffic Controller grounding Controller power issues Problems with the communication bus. A controller that repeatedly hits exceptions is placed in bootloader mode by design.  Flashing a controllers firmware is the only way to get a controller out of bootloader mode. 
View full article
Picard Product_Support
‎2018-09-06 11:05 AM

Last Updated: Administrator DavidFisher Administrator ‎2019-07-11 09:00 AM

Labels:
  • Andover Continuum
6187 Views

VBOX_E_INVALID_OBJECT_STATE error when attempting to install Server Packs on New PCT Installation

Issue The ServerPack installation process does fail to complete on a new PCT installation PCT presents the following error. : 'beee::vm_module::VirtualBox::make_disk_multiattach' due to: 'VBoxManage.exe: error: Cannot change the type of medium 'C:\ProgramData\Schneider Electric EcoStruxure\Building Operation\Project Configuration Tool\external\VM\docker.vmdk' because it is attached to 1 virtual machines VBoxManage.exe: error: Details: code VBOX_E_INVALID_OBJECT_STATE (0x80bb0007), component MediumWrap, interface IMedium, callee IUnknown Product Line EcoStruxure Building Operation Environment Building Operation Project Configuration Tool (PCT) Cause The VBoxHardening.Log (\\Users\John Boehmer\VirtualBox VMs\NoteTEst\Logs) is flagging dll flags that are incorrectly signed. supR3HardenedScreenImage/Imports: cache hit (VINF_SUCCESS) on \Device\HarddiskVolume3\Program Files\Oracle\VirtualBox\Qt5CoreVBox.dll [lacks WinVerifyTrust] If an attempt is made to create a virtual instance in VBox the machine fails to run with the following error. Resolution Uninstall all non-essential software applications from the host machine.  In this case, PCT was being installed on a brand new Hewlett Packard PC that had a variety of HP security software.  In some cases, other non-essential applications may need to be uninstalled as well. Once the software was uninstalled PCT was reinstalled over the top of the existing installation. Virtual machines created in VBox could then be started and PCT began to function normally.
View full article
JohnBoehmer Schneider Alumni (Retired)
‎2021-02-10 01:47 PM

Last Updated: Administrator CraigEl Administrator ‎2023-07-12 06:47 PM

Labels:
  • EcoStruxure Building Operation
  • Project Configuration Tool
6087 Views

I/A Series Niagara 4 Hardening Guide - Tips to Secure an I/A Series Niagara 4 System

Issue Procedures and processes to secure I/A Series Niagara 4 Systems Product Line TAC IA Series Environment  I/A Series Niagara 4 Systems Cause Users accessing system without permission Potential damage done by malicious entry to the system Resolution The attached document describes how to implement security best practices in an I/A Series Niagara 4 system.  While it is impossible to make any system completely impenetrable, there are many ways to build up a system that is more resistant to attacks. In particular, this document describes how you can help make an I/A Series Niagara 4 system more secure by carefully configuring and using: Passwords System Passphrase Platform Account Management Station Account Management Role and Permission Management Authentication TLS and Certificate Management Module Installation Additional Settings External Factors Please note that while all of these steps should be taken to protect your I/A Series Niagara 4 system, they do not constitute a magic formula. Many factors affecting security and vulnerabilities in one area can affect security in another; it doesn’t mean much to configure a system expertly if your JACE is left physically unsecured where anyone can access it. Note: Schneider Electric strongly recommends upgrading to the latest I/A Series N4 version maintenance build that implements numerous security updates.  Before updating any system, make sure to review the build-included documentation to understand the behavioral impacts of the security enhancements and JACE hardware platforms supported. Download the Niagara 4 Hardening Guide_2023 for more details.
View full article
Lt. Commander WaynePeters Lt. Commander
‎2019-01-31 01:19 PM

Last Updated: Guinan RandyDavis Guinan ‎2023-09-07 12:14 PM

Labels:
  • TAC IA Series
6068 Views

I/Net Access Control Spec for Tender Offer

Issue Access Control Spec for Tender Offer which usually comes from the Product Marketing Division Environment I/NET Site with Access Control Cause Bidding a job and requests for Access Control Spec or Specification Requests for: General Requirements Site Construction Door Locking Hardware Conveying Equipment / Elevator Controls Electrical Power Communications Video Surveillance Security Management System (SMS) specified For the Access/Security Control Contractor. Typically the SMS provides and explanation and integration for:   • Integrated Access Control • Alarm Monitoring • Integrated Digital Video Management • Interactive Alarm/Facility Graphics Display • Wireless Alarm and Video Transmission • Associated Access Control and Alarm Equipment Control • Multiple Language Operation • Multiple Tenant Operation • Access Initiated and Event Initiated Control  • Elevator Control • Workstation and associated equipment General Requirements Site Construction Door Locking Hardware Conveying Equipment / Elevator Controls Electrical Power Communications Video Surveillance Resolution I/NET Seven Access Control Specification (Available in a MSWord format)  
View full article
Picard Product_Support
‎2018-09-11 09:44 AM

Labels:
  • TAC INET
6093 Views

Continuum installation error SQLncli_x64.msi file is missing

Issue During Continuum installation error comes up that SQLncli_x64.msi file is missing. Microsoft SQL Server 2005 Setup An installation package for the product Microsoft SQL Server Native Client cannot be found. Try the installation again using a valid copy of the installation package 'sqlncli_x64.msi'. Product Line Andover Continuum Environment CyberStation Windows SQL Cause The Microsoft SQL Server Native Client has not been installed. It must be present before installing Continuum software. Resolution Before installing SQL Server, download and install Microsoft SQL Server Native Client x64 file (sqlncli_x64.msi) from Microsoft Download Center: Feature Pack for Microsoft SQL Server 2005.
View full article
Picard Product_Support
‎2018-09-11 03:05 PM

Labels:
  • Andover Continuum
6047 Views

BACnet/IP devices on different subnets are not discovered when doing a Discover on a Niagara G3 ENC controller.

Issue There are BACnet/IP devices on several different IP subnets. Each subnet has one BACnet/IP device setup as a BBMD, however when doing a discover, no BACnet/IP devices from the different subnets are not being discovered. Environment Niagara G3, ENC-520 Cause Setting up the BBMD in the ENC-520 is as simple as Changing its “Ip Device Property Type” from its default of “standard” to “Bbmd”. Once the ENC is configured as a BBMD device, then the BBMD’s required Broadcast Distribution Table (BDT) is automatically created. The ENC’s BDT includes its own IP address and Broadcast Distribution Mask (BDM), as well as the IP address and BDM of all other BBMD devices on the other IP subnets. The BDT allows for manual editing. We have found in some cases that the BDMs were being confused with the IP address subnet mask. The BDMs were being changed to reflect devices’ IP address subnet mask, which were something other that the standard BDM of 255.255.255.255. BBMD devices’ BDM must be set to 255.255.255.255. Resolution The Broadcast Distribution Mask must be set to “255.255.255.255” for each BACnet /IP Address listed in the ENC’s Broadcast Distribution Table. This is also true for other BACnet/IP devices configured as BBMDs on the other subnets. 1. Expand the ENC’s BACnetNetwork 2. Expand Bacnet Comm and then expand Network 3. Expand Ip Port and then expand Link 4. Expand the Broadcast Distribution Table 5. Expand any devices listed and set their Broadcast Distribution Mask to 255.255.255.255 for any one not listed as such. Save changes. Try and discover again.  
View full article
Picard Product_Support
‎2018-09-06 10:49 AM

Labels:
  • TAC IA Series
6099 Views

SSL Self-signed Certificates - Security Certificate Risk warning logging in WebStation using HTTPS

Issue After installing a self-signed certificate via Internet explorer as detail in article  SSL Certificates - Security Certificate Risk warning logging in to WorkStation or WebStation using HTTPS  There is still a warning in Chrome and Firefox that the site is "Not secure" This warning is not seen in the earlier versions of Internet Explorer but from version 11 it is also seen in Internet Explorer. Product Line EcoStruxure Building Operation Environment WebStation Cause Different browsers have different policies to Self-signed Certificates and display a different warning, but still use HTTPS. These policies may change over time, but it is not something that can be controlled Without a neutral and recognized third party—such as a certificate authority—verifying certificate ownership, a certificate is meaningless. To better understand, when doing something like creating an HTTPS connection you have the following chain: A client web browser making the request to the server. The remote web server sending data back to the client. And an HTTPS certificate authorized by a neutral 3rd party that vouches that the server is who it is and the encryption is valid because of that. A self-signed certificate is inherently untrusted because anyone can generate a self-signed certificate. Anyone including an entity that deliberately pretends to be something/someone they aren’t. With a self-signed certificate there is simply no trusted third party that has the basic human procedures set to simply state, “Okay, this domain has a certificate we issued them and thus you can trust them. We say they are in fact the domain the claim to be and not an imposter.” And since anyone in the world can create a self-signed certificate on their own, it’s usage has inherent trust issues. What makes a certificate valid has very little to do with deep technology or encryption techniques but what makes it valid is a process centered around a neutral—and recognized—third party validating a usage procedure and browser makers adhering to respect of those procedures. At the end of the day, an encryption key pair is an utterly meaningless pile of bits and bytes without the enforcement of the processes and procedures that surround them. Resolution Internet Explorer - No warning Chrome - "Not Secure" shown Firefox - Initially a "Your connection is not secure" warning is seen "10.158.7xx.xxx:xxx uses an invalid security certificate. The certificate is not trusted because it is self-signed. Error code: MOZILLA_PKIX_ERROR_SELF_SIGNED_CERT" Add Exception, allows access as below   The best way to permanently remove the warning is to pay for a certificate from a certificate authority. See this forum post on how to get generate and add a certificate from a certificate authority
View full article
Dave_Shore Schneider Alumni (Retired)
‎2019-03-25 09:16 AM

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

Labels:
  • EcoStruxure Building Operation
5968 Views

TA210U users manual

Issue The TA210U controller is obsolete since many years, but the manual is sometimes still requested Product Line Field Devices, TAC Vista Environment TAC210U TA210U 2107030QRW 2107030QRT 0844427005 0844428005 Cause Old controller Resolution The (Swedish-only) manual can be found here: TA210U Controller User Manual (L3238001.pdf).
View full article
Picard Product_Support
‎2018-09-10 10:55 PM

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

Labels:
  • Field Devices
  • TAC Vista
5925 Views

Receiving the error ‘index was outside the bounds of the array’ when restoring database

Warning Potential for Data Loss: The steps detailed in the resolution of this article may result in a loss of critical data if not performed properly. Before beginning these steps, make sure all important data is backed up in the event of data loss. If you are unsure or unfamiliar with any complex steps detailed in this article, please contact Product Support for assistance. Issue When restoring a Continuum database the process fails with a Cannot show requested dialog error message. Index was outside the bounds of the array. Product Line Andover Continuum Environment Continuum Cyberstation Microsoft SQL Server Microsoft SQL Server Management Studio Cause The version of SQL Server Management Studio is not compatible with the Microsoft SQL Server version. In this example the error occurred when attempting to use SQL Server Management Studio for SQL Server 2005 Express to restore a database on an SQL Server 2012 Express server. Resolution Uninstall the incompatible version of SQL Server Management Studio and then install a compatible version. The database can then be restored.
View full article
Lieutenant JG Clifton_eakes Lieutenant JG
‎2021-07-07 12:15 AM

on ‎2021-07-07 12:15 AM

Labels:
  • Andover Continuum
5937 Views

Pictures of former TAC and Schneider Electric Controller(s) and Devices

Issue What does that controller/device look like Product Line Andover Continuum, EcoStruxure Building Expert, EcoStruxure Building Operation, Field Devices, Satchwell MicroNet, Satchwell Sigma, TAC IA Series, TAC INET, TAC Vista Environment Site with TAC or Schneider Electric Controller(s) Cause Questions concerning what a controller looks like, or if there are no labels on the controller which help identify. Are photographs or drawings available? (This is an article in progress. Have one that is not listed? Please help by taking a good picture(s) and including or send to Product Support) Resolution I/NET: 7728 7728 Left side 7728 Right side  7790 7790 side 7790 older model  7790 older model side  7798C Top 7716 7920 7920 side  MR-AHU MR-AHU left side MR-AHU right side P8UI8DO Expansion board  SCU1284 SCU1284 side Continuum: ACX5720 ACX5720 Open CX9702  b4920 b4920 Open BCX1 BCX1 open i2-600 Series i2.600 Series Open  i2_850 i2_850_Open i2_887_L_115  i2_920 i2_920_open CX9400 with three 32s and two 16s in 8 card rack CX9400 CPU front CAD Drawings for the Continuum controllers are also available on The Exchange Download Center: Link Here.
View full article
Picard Product_Support
‎2018-09-07 02:34 PM

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

Labels:
  • Andover Continuum
  • EcoStruxure Building Expert
  • EcoStruxure Building Operation
  • Field Devices
  • Satchwell BAS & Sigma
  • Satchwell MicroNet
  • TAC IA Series
  • TAC INET
  • TAC Vista
5970 Views

"Property write access denied" error when updating a BACnet trend

Issue Attempts to change the buffer size on an existing BACnet trend result in the following error. Saving Changes Property write access denied '~/BACnet Interface/IP Network_2/VAV01/Application/Trends/RmTmp/Buffer_Size' BACnet Product Line EcoStruxure Building Operation Environment BACnet Trend Building Operation Multi-purpose VAV Building Operation Multi-purpose Controller Cause The buffer size cannot be changed on an enabled trend. Resolution Right-click the trend in question and open the Properties window. Set Log enabled to False. Click OK Open Properties again and change the buffer size to the desired size. Click OK. Open Properties a final time to set the Log to enable back to True. Click OK.
View full article
Administrator DavidFisher Administrator
‎2020-02-25 06:28 AM

on ‎2020-02-25 06:28 AM

Labels:
  • EcoStruxure Building Operation
5914 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

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

Labels:
  • EcoStruxure Building Operation
5880 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
5909 Views

Locked Setpoint adjustment from SE8000 Room Controller

Issue Once the occupied cooling and heating setpoints are written from a BMS, the user is not able to change the setpoint from the room controller Product Line EcoStruxure Building Expert, EcoStruxure Building Operation Environment Automation Server Enterprise Server SE8000 Series Room controller Viconics branding VT8000 Series Multi Purpose Manager (MPM) BACnet Cause By default, the occupied setpoint value is written to Room Controller with priority level 16 by the BACnet front end. Attempting to change the setpoint locally using the up and down arrows on the SE8000 Room controller will not be allowed since the Room controller uses the relinquish value internally (priority 17) which will be automatically overwritten by the BACnet front-end. Resolution The work around is to release the BACnet front-end control over the BACnet object using a LUA4RC script. The script can be uploaded using one of the following two methods: 1 - Uploader Tool A USB cable is required to upload the script. The uploader tool can be downloaded from the Exchange Download Script Download Uploader Tool   2 - BACnet The script can also be directly uploaded via BACnet using the "Description" field as shown in the image below if (ME.AV92 == 6 or ME.AV92 == 7) then ME.AV39_PV[16] =nil ME.AV39_PV[10] =nil ME.AV40_PV[16] =nil ME.AV40_PV[10] = nil ME.AV92_PV[17] =0 end Where, ME.AV92 is the Keyboard value ME.AV39 is the Occupied Heating Setpoint ME.AV40 is the Occupied Cooling Setpoint Using this method, the script can be uploaded to multiple SE8000 Room Controllers by following the steps in Bulk Lua4RC upload via BACnet (Mass upload) For more information about Lua4RC, refer to the Lua4RC Programming Guide
View full article
Picard Product_Support
‎2018-09-10 02:08 PM

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

Labels:
  • EcoStruxure Building Expert
  • EcoStruxure Building Operation
5891 Views

FLEXnet license server manager unable to determine where to find the licensing data it needs

Issue Using a Demo License with Vista, Demo will not run on site PC. Error: lc_checkout failed: Cannot find license file. FLEXible License Manager lc_checkout failed: Cannot find license file. The license files (or license server system network addresses) attempted are listed below. Use LM_LICENSE_FILE to use a different license file, or contact your software provider for a license file. FLEXnet Licensing error:-1,359. System Error: 2 "No such file or directory" For further information, refer to the FLEXnet Licensing End User Guide, available here. For instructions on using a Site License when encountering this error, refer to Switching from the Demo license to the site License in Vista 5.1.7 or older. Product Line TAC Vista Environment Vista Licensing Flexnet Lmtools lc_ Cause Unlike using a Vista Site License, the Demo license does not require the use of the Flexnet License Server. . Resolution Select a location to store the Demo License on the site PC Start Vista Menta At the prompt to select between License Server or License File, Choose "Specify the License File" Select Browse and navigate to location where you stored the license file in step 1. Highlight the Demo License and select Open. Verify that Menta starts. Start Vista Server Start Vista Workstation Verify Vista Workstation starts.
View full article
Picard Product_Support
‎2018-09-10 03:14 AM

Last Updated: Administrator CraigEl Administrator ‎2022-08-07 11:54 PM

Labels:
  • TAC Vista
5868 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