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,852
  • TAC IA Series 1,825
  • 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 11
  • 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
    • …
    • 172
    • 173
    • 174
    • …
    • 509
  • Next »

First time a TGML graphic is opened after logging in it takes a long time for the graphic to load

Issue The first time a TGML graphic is opened after logging in through Workstation it takes a long time (approximately 30 seconds) before the graphic is shown Product Line TAC Vista Environment Windows Domain TAC Vista .NET Framework Cause This is usually only an issue when the PC has either no or a bad internet connection or is located behind a proxy server. The reason this is happening, is because an application using e.g. signed .NET Framework dll files will check for certificate revocation each time it's launched. That can only be done if the PC has internet connection. If the PC can't connect to Microsoft's server to get the newest list of revoked certificates, the application will appear to hang until a given timeout is reached. The default timeout is 35 (15+20) seconds. For a deep explanation of certificate revocation check and the base of this article, read this article. Resolution There are two solutions that can be implemented. The first is mandatory and the second is optional. The first solution solves the slow TGML opening issue, while the second seems to have a positive overall performance impact but doesn't solve the slow TGML opening issue. A third solution is to get internet connection for the PC, but that is usually not an option. Solution 1 : Lowering the timeout 1. Open the "Local Group Policy Editor" by typing "gpedit.msc" (no quotes) in "Start"->"Search programs and files..." 2. Navigate to "Local Computer Policy"->"Computer Configuration"->"Windows Settings"->Security Settings"->"Public Key Policies" 3. Open the object to the right called "Certificate Path Validation Settings" 4. In the tab "Network Retrieval" check "Define these policy settings" and write 1 in both retrieval timeout settings 5. Click "Apply" and "OK" and close "Local Group Policy Editor"   Solution 2 : Manually installing the newest certificate lists 1. Download the newest CRL updates from a PC with internet connection http://crl.microsoft.com/pki/crl/products/CodeSignPCA.crl http://crl.microsoft.com/pki/crl/products/CodeSignPCA2.crl 2. Copy the two files to the PC having the issue 3. Open a command prompt and navigate to the folder where the files are located 4. Install the CRL files using the following commands CertUtil -AddStore CA CodeSignPCA.crl CertUtil -AddStore CA CodeSignPCA2.crl
View full article
Picard Product_Support
‎2018-09-11 03:02 PM

Labels:
  • TAC Vista
4492 Views

Fail to uninstall I/NET 64 bit component

Issue When installing I/NET on a 64 bit machine, two parts will be installed: main part and 64 bit part. Sometimes when attempting to uninstall the 64 bit part in the Control Panel, it will show an error: There is a problem with this Windows Installer package. A problem required for this install to complete could not be run. Contact your support personnel or package vendor. It cannot be solved even when trying to reinstall the whole software. The software installer goes into continuous loop and does not complete. Environment I/NET 64 bit OS Cause The main part of I/NET on 64 bit machine is under C:\Program Files (x86)\INET Seven\ and another 64 bit part is under C:\Program Files\INET Seven\.The cause of this issue is when you tried to uninstall the main part in Control Panel first, it will also delete the files under C:\Program Files\INET Seven\, which makes the uninstall program unusable for 64 bit component. When trying to reinstall the software, I/NET will regard the 64 bit part has been installed and skip this step, which forces the software installer into a continuous loop. Resolution The correct order to uninstall I/NET on 64 bit machine should be to uninstall 64 bit component first, and then the main part in the Control Panel. If the main part has already been uninstalled, try to download MyUninstaller from here. After opening the software, right click on the I/NET 64 components and choose Delete Selected Entries. That will force uninstalling this component.  After that, try to install another version and it should be fine.
View full article
Picard Product_Support
‎2018-09-06 09:29 AM

Labels:
  • EcoStruxure Building Operation
  • TAC INET
1341 Views

Application Director output window and LON proxy point indicates fault: java.lang.ClassCastException: javax.baja.sys.BDouble

Issue Application Director output window and LON proxy point indicates fault: java.lang.ClassCastException: javax.baja.sys.BDouble ERROR [14:56:22 20-Aug-14 EDT][lon1] Could not decode nv update data Misc9:nvoSpaceTemp java.lang.ClassCastException: javax.baja.sys.BDouble    at javax.baja.lonworks.londata.LonFacetsUtil.makeLonQualifiers(LonFacetsUtil.java)    at javax.baja.lonworks.londata.LonFacetsUtil.getQualifiers(LonFacetsUtil.java)    at javax.baja.lonworks.londata.BLonData.primitiveFromInputStream(BLonData.java)    at javax.baja.lonworks.londata.BLonData.fromInputStream(BLonData.java)    at javax.baja.lonworks.londata.BLonData.fromNetBytes(BLonData.java)    at javax.baja.lonworks.BNetworkVariable.receiveUpdate(BNetworkVariable.java)    at com.tridium.lonworks.NvManager.receiveLonMessage(NvManager.java)    at com.tridium.lonworks.loncomm.NLonComm.routeToNvListener(NLonComm.java)    at com.tridium.lonworks.loncomm.NLonComm.receiveLonMessage(NLonComm.java)    at com.tridium.lonworks.loncomm.NLonLinkLayer$AppBufferReceive.run(NLonLinkLayer.java)    at java.lang.Thread.run(Unknown Source) Environment I/A Series G3 (all versions) Cause This error is related to a mismatch between the lonworks module running on the ENC/JACE versus the version being used within the Workbench modules folder.  A different version of Workbench and/or lonworks module is being used to engineer the ENC/JACE. Resolution Review the versions between the Workbench and ENC/JACE and match the versions.
View full article
Picard Product_Support
‎2018-09-11 10:15 AM

Labels:
  • TAC IA Series
2835 Views

Use Replication Monitor in SQL management tool to monitor the File Equalization

Issue Sometime it is hard to trace the File Equalization process, especially when issues happens. Environment I/NET File Equalization Cause There is a log file under C:\INET Seven Data\ called INetEqzConfig.log. This will record the whole process of file equalization. But it is not so accurate if I/NET shows the equalized client finished the equalization although it is not. Resolution There is a function in SQL management tool called Replication Monitor. This can monitor the current SQL replication status of all the clients, which is file equalization, on the filemaster. 1. Open SQL management tool on Filemaster, and right click on Replication to Launch Replication Monitor. 2. In the monitor, after you start the Filemaster, you will see the local SQL server. If there is no equalized client, the list will be empty. 3. If the equalized clients appear, they will show up in the list. If it shows Synchronizing, that means file equalization is working. 4. If it shows Not synchronizing, it means the file equalization doesn't start or has been finished.
View full article
Picard Product_Support
‎2018-09-11 07:50 AM

Labels:
  • EcoStruxure Building Operation
  • TAC INET
1055 Views

Changing the comm port for a Menta application RS232 direct connection with no Vista installed

Issue On a SmartStruxure workstation PC how can the Menta communication port be changed. Environment SmartStruxure 1.5 Cause The Menta setup application is not added in the start menu. This exe is located in the StruxureWare install files and can be run to change the communication port for a direct RS232 connection This file is located in the following directories 64bit systems C:\Program Files (X86)\Schneider Electric StruxureWare\Buildings Operation 1.5\Workstation\Menta Setup.exe 32 bit system C:\Program Files\Schneider Electric StruxureWare\Buildings Operation 1.5\Workstation\Menta Setup.exe Resolution Run the Menta Setup.exe and add the communication port that Menta will use. For the first time the other settings must be entered as detailed in this image.
View full article
Picard Product_Support
‎2018-09-11 10:14 AM

Labels:
  • EcoStruxure Building Operation
1126 Views

Creating a StruxureWare Saved Search which functions as an Inet Off Normal Point Summary

Issue Creating a StruxureWare Saved Search which functions as an Inet Off Normal Point Summary Environment StruxureWare Building Operation Workstation Cause This tool can be used for troubleshooting and as an example of how to use the search features found in StruxureWare Resolution In StruxureWare, click on the Magnifier Icon next to the search field to open the Advanced Search Window Set the Search field to an asterisk " * " Set "In folder" to the I/NET Interface Uncheck the Include properties option Click on the ellipsis next to "Include types" Select INET Point Click on the Ellipsis next to Conditions Add conditions so that the search will show when Alarm is true OR Test is True OR Manual is True OR Old Data is True OR Alarm Acknowledge is False As an option, you can include offline items as well. Click on the Save Search Criteria Icon Name the Search and choose a destination folder You can now perform the same search with one click from the System tree.
View full article
Picard Product_Support
‎2018-09-11 07:48 AM

Labels:
  • EcoStruxure Building Operation
  • TAC INET
1149 Views

Getting "Waiting on other user(s)..." when working with LonMaker

Issue When commissioning or decommissioning devices in LonMaker you get a message that your request has been placed in the transaction queue. Environment LonMaker LNS Cause You usually see this message if LonMaker is trying to update devices in the background and the devices are offline or can't be reached. Resolution To see if this message is due because LonMaker is trying to update devices in the background, please try to set the Update Interval property to 0. This can be done in LonMaker by going to the LonMaker menu->Network properties->Timing.  Setting the UpdateInterval to 0 will prevent LonMaker to update devices in the background. Please note that this setting is not usually recommended. If the message disappears once the UpdateInterval is set to 0, it means that devices need to be updated to match the database. If the delay is long, it can be because there are a lot of devices that needs updating and/or LonMaker can not communicate with them. Make sure all devices configured and commissioned are online and available.
View full article
Picard Product_Support
‎2018-09-11 07:50 AM

Labels:
  • TAC Vista
1370 Views

Discovering and Learning b3 bacnet devices in EcoStruxure Building Operation

Issue How to add b3 devices to EcoStruxure. Product Line EcoStruxure Building Operation Environment Building Operation Workstation b3 BACnet Cause List the methods of adding b3 devices to EcoStruxure Building Operation Resolution The following information can be found in the EcoStruxure Building Operation - Technical Reference Guide. Use the guide relevant to the release of EBO installed.   Discovering b3 BACnet Devices with the Device Discovery View Using the Device Discovery view to search deployed Automation Servers for b3 BACnet devices. For more information, see section "b3 BACnet Device Overview". To discover b3 BACnet devices with the Device Discovery view In WorkStation, click the Device Discovery view. In the System Tree pane, click the Automation Server to be searched. In Select device type, click on BACnet devices. Select the b3 BACnet device you want in the Device result pane. Map a device by dragging that device from the Device result area and dropping it in the System Tree pane. When prompted, copy the device only or copy the device and all of its children.   Learning b3 BACnet Devices b3 BACnet devices van be learned and to automatically assign the node IDs and initiate communication with devices on the MS/TP network. Tip: It is possible to learn b3 devices when the b3 devices and the Automation Server functioning as the BACnet interface are connected and online. If the b3 devices are not physically connected to the network, it is also possible to manually create and configure the devices offline in Workstation. For more information, see section  "b3 BACnet Devices. To learn b3 BACnet devices In WorkStation, in the System Tree pane, select the MSTP Network In WorkStation, on the Actions menu, click b3 devices and Learn When the b3 BACnet devices are learned, click Close If necessary, perform a download operation to eliminate any old points and programs stored on the b3 BACnet device.
View full article
Picard Product_Support
‎2018-09-11 10:11 AM

Labels:
  • EcoStruxure Building Operation
5309 Views

NIC-USB cycling between online and offline when setup as a LTA.

Issue Looking at the properties of the NIC-USB in workstation the status changes from Online to offline over a 5-10 second cycle Environment SmartStruxure 1.5 Cause The NIC-USB is set up as an application Resolution In the Loytec LConfig software select the Advanced button and make sure that "Run as Service.." is selected.
View full article
Picard Product_Support
‎2018-09-11 10:10 AM

Labels:
  • EcoStruxure Building Operation
1048 Views

Can the DCM daughterboard be removed from a MicroSmart controller?

Issue After troubleshooting a communications issue, the DCM daughterboard (or piggyback board) was deemed defective.  Can it be removed and replaced with another in the field? Environment DMS MicroSmart controller (revision 9) -- Model numbers affected are DCM-UC, DCM-IOC, DCM-GPC Cause Internal board failure Resolution Yes, the DCM board can be swapped out.  Care must be taken not to damage the pins and clips (identified below in yellow).
View full article
Picard Product_Support
‎2018-09-06 09:30 AM

Labels:
  • TAC IA Series
1131 Views

Error "Invalid Server Type" when attempting to log into the Project Configuration Server (PCS)

Issue Error "Invalid Server Type" when attempting to log into the Project Configuration Server (PCS) Product Line EcoStruxure Building Operation Environment StruxureWare Building Operation 1.5 and newer Cause Attempting to log into the Enterprise Server IP and Port address with Workstation for Projects Resolution Ensure that the Project Configuration Server is installed. Open Software Administrator and check that the Project Configuration Server tab is shown. If not then the server has not been installed. Install this first When using Workstation for Projects, make sure you use the correct port setting (HTTP or HTTPS) as defined in the Software Administrator
View full article
Picard Product_Support
‎2018-09-11 10:08 AM

Labels:
  • EcoStruxure Building Operation
2102 Views

Change the IP address of a server after having added it to a PCS project

Issue How can I change the IP address of a server (ES or AS) after having added it to my PCS project Environment Project Configuration Server Cause You can't change the IP address of a server in the properties for that server Resolution 1. Click on the project 2. Click on "Servers" 3. Click "Properties" 4. Click on the server which IP address you wish to change 5. Change the IP address and click save
View full article
Picard Product_Support
‎2018-09-06 09:34 AM

Labels:
  • EcoStruxure Building Operation
1288 Views

Creating a failure recovery option for Scheduled Reports

Issue Creating a failure recovery option for Scheduled Reports Environment Web Reports Cause By default, reports will attempt to run at their scheduled time without accounting for failure recovery. Resolution Open Windows Server manager Expand Configurations Expand Task Scheduler Select the Task Scheduler library You will see a list of tasks which include all Scheduled Reports Browse to a Report Task In the Select Item Pane, click on Properties On the Setting Tab, check the box for "If the task fails, restart every" Change other settings as desired Click Ok. For additional logging, you can also look under the Action Pane to Enable logging for all tasks.
View full article
Picard Product_Support
‎2018-09-11 07:46 AM

Labels:
  • EcoStruxure Building Operation
897 Views

Upgrading Reports Server from 1.4.1 to 1.5

Warning Issue Upgrading Reports Server from 1.4.1 to 1.5 Environment StruxureWare Building Operation 1.5.0 Windows Server 2008 R2 Reports Server WebReports Enterprise Server Cause Failure to follow upgrade guides may result in data loss. The most likely point of failure seems to be running the Reporting Agent Service on the Reports Server while upgrading the Enterprise Server. The Upgrade will error out if SQL2008 R2 is not upgraded to SP2 or .NET framework is not upgraded to 4.5 at the indicated points. Resolution This resolution process was developed from the System Upgrade Reference Guide and tested on a single PC. Windows Server 2008 R2 at StruxureWare Building Operation 1.4.1 running SQL2008 R2 SP1 and .NET 4.0 upgraded to StruxureWare Building Operation 1.5.0 SQL2008 R2 SP2 and .NET 4.5.  You can find and download all 1.5.0 released software and documentation by searching the Building Download Center for the tag "relsbov1.5" Backup Enterpriser Server, All Automation Servers and Report Server. Store backups on external media. If desired, create a Windows snapshot for a quick return point. Download all StruxureWare Building Operation 1.5 Installation files, SQL2008 R2 Upgrade files and .NET 4.5 installer. Close all StruxureWare applications In the Windows Server Manager, Expand Configuration and Select Services Browse to “StruxureWare Reporting Agent”, right click on it and select stop Open Software Administrator and stop the ES service. Close Software Administrator In the Windows Server Manager - Services section, stop the service “Building Operation 1.4 License Server” Run the .NET 4.5 installer. If prompted to restart, select Restart Later. If the PC restarts on its own, verify that all services listed above are stopped before moving forward. (repeat on all PCs) Run the License Administrator 1.5.0 installer Run the Enterprise Server 1.5.0 installer; select the Upgrade current version option. Note the ports used. Port 80 should not be used for http communication when the ES is installed on the Same PC as the Report Server. If desired install the Project Configuration Server.  Be sure that the HTTP port is not the same as what is used for the Enterprise Server and not port 80 Open Software Administrator and verify that both the Enterprise Server and PCS are running and using different ports Install Workstation. If you are upgrading from 1.4.1 to 1.5 and planning to delay the upgrade of the Automation Servers, you should install Workstation in parallel instead of upgrading Install Device Administrator. If you are upgrading from 1.4.1 to 1.5 and planning to delay the upgrade of the Automation Servers, you should install Workstation in parallel instead of upgrading At this time, upgrade any required Automation Servers. If upgrading from 1.4.0, all AS must be upgraded together. Install any required language packs If required, download and install the SQL2008 R2 upgrade to SP2 : http://www.microsoft.com/en-us/download/details.aspx?id=30437The default file name for the upgrade installer is SQLServer2008R2SP2-KB2630458-x64-ENU.exe In Windows Control Panel, go to Programs and Features Uninstall the “Building Operation Reports Installation” application only. This is the installer application for 1.4 Web Reports Run the Reports Server 1.5.0 installer Browse to C:\Program Files (x86)\Schneider Electric StruxureWare\Building Operation Reports Installer Right Click on SE.SBO.WebReports.Installer and select “Run as Administrator” For Setup Type, select “Upgrade both software and database” Fill in site specific information as instructed. For Reporting Agent, be sure to specify the exact Enterprise Server Address and port used. Follow the remaining prompts to install WebReports On completion, log into the StruxureWare WebReports interface and run a few test reports.
View full article
Picard Product_Support
‎2018-09-11 04:44 PM

Labels:
  • EcoStruxure Building Operation
1949 Views

Operating System + SQL Server only allowed to be English versions

Issue Does the Operating System + the SQL Server needed to install the reporting package for the SmartStruxure platform only allowed to be English versions Environment StruxureWare Building Operation site with Reports Server Cause Help.SBO states: Microsoft provides a number of versions of SQL Server. In order to install and run WebReports with Building Operation, you need to download and install SQL Server 2012 Standard, 64-bit (or Express with Advanced Edition, 64-bit). Do not install any other version of SQL Server. You can download the executable file for 64-bit operating systems: SQLEXPRADV_x64_ENU.exe. Does the Operating System + the SQL Server needed to install the reporting package for the SmartStruxure platform only allowed to be English versions or we could go for an Spanish/German/etc. version for both of them? Resolution WebReports is not supported on non-English platforms.
View full article
Picard Product_Support
‎2018-09-11 07:43 AM

Labels:
  • EcoStruxure Building Operation
1417 Views

Context menu items are grayed out

Issue Right clicking on a folder on the object tree and most menu entries are grayed out. Environment Workstation Windows 7 Cause Incorrect version of .NET framework installed on the Windows workstation. Resolution Make sure the specified version of the .NET framework is installed in the machine running the SmartStruxure software. In version 1.5 .NET 4.5 is required.
View full article
Picard Product_Support
‎2018-09-11 07:43 AM

Labels:
  • EcoStruxure Building Operation
1057 Views

Automatic Database (DCU) SAV's occurring straight after starting I/NET.

Issue Automatic Database SAV's occurring each time I/NET is started, this is causing I/NET to become slow to respond to other actions. Why are Automatic Database (DCU) SAV's occurring during daytime operating hours?  Environment I/NET Seven 2.44 and above Cause This is a new feature added so that the Network Functions; DCU Time Synchronization,  Automatic Database Save and Special Day Broadcast no longer require I/NET application to be running, only the InetIoSrv is required to have these features activate.  Additionally each time the InetIoSrv.exe is started and after a nominal delay (approximately 60 seconds) these are also all activated. Resolution At this time there is no mechanism to stop these initial features from activating each time the InetIoSrv.exe is started.  If you are starting the InetIoSrv on multiple or regular occasions it may be best to either disable these Network Functions (in particular the Automatic Database SAV) during this time or ensure that the SAV files are all current in the nominated SAV directory as defined in the active Configuration Profile.
View full article
Picard Product_Support
‎2018-09-11 10:00 AM

Labels:
  • TAC INET
1261 Views

PIN locations for control for MPT24DT

Issue What are the PIN locations for right and left control? Environment MPT24DT Pan/Tilt functions, PT270-24P, PT280-24P, PT570-24P, PT680-24P Cause Loss of manual for PIN layout Resolution On either a 14-PIN or a 9-PIN the following applies:                                                                                                                      PIN 1 is P/T common PIN 3 is Left control PIN 5 is Down control PIN 6 is Up control PIN 7 is Right control PIN 8 is Safety Ground                                                                                          NOTE: MPT24DT can also be used to control 120 VAC pan/tilt  and scanners when used with RB115 relay box                                                                               
View full article
Picard Product_Support
‎2018-09-11 10:06 AM

Labels:
  • CCTV
  • Field Devices
1554 Views

Backup feature in function block programming

Issue All setpoints are lost after a power outage and the function block programs revert back to initial value. Environment Menta Function Block Editor Menta Editor Xenta 280/300/400 Controllers Cause A Menta, Menta Editor, or Function Block Editor program with configurable setpoints will be lost if the default programming settings are used and there is a power loss. Resolution Backup feature in function blocks Menta and Menta Editor When the Backup check box is selected, the current value of the block output and internal states in the RAM are used when the device makes a warm start. Otherwise, the block output and internal states are reset to their initial values (same as for a cold start) at a warm start if the Backup box is not checked. If a power outage lasts longer than the power failure protection time for the device and the RAM contents are lost, the restart is a cold start. All blocks will be rest to their initial states regardless of the Backup option. The RAM working member that includes current values will last for 72 hours without power. Function Block Editor When the Backup check box is selected, the current value of the block output and internal states in the RAM are used when the device makes a warm start. If a power failure occurs, all important variables are automatically saved to the flash memory before complete shutdown. When power returns, this data retention function ensures that the Automation Server can continue to run with the correct set of values.
View full article
Picard Product_Support
‎2018-09-11 07:34 AM

Labels:
  • EcoStruxure Building Operation
  • TAC Vista
1670 Views

Assigning an Extended Trend Log to a Meter Object

Issue Assigning an Extended Trend Log to a Meter Object Environment StruxureWare Building Operation Reports Server Cause User wishes Meter Logs to show up in Energy Reports Resolution Configure the Extended Trend Log and set "Include in Reports" to True.  Ensure that the Log has correct Units Create a Meter Object inside the Energy Folder Change the Meter Trend Log to the appropriate Extended Trend Log.
View full article
Picard Product_Support
‎2018-09-11 07:32 AM

Labels:
  • EcoStruxure Building Operation
1342 Views
  • « Previous
    • 1
    • …
    • 172
    • 173
    • 174
    • …
    • 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

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