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
  • Building Automation Knowledge Base
  • Label: TAC IA Series
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,860
  • TAC IA Series 1,828
  • TAC INET 1,458
  • Field Devices 721
  • Satchwell BAS & Sigma 474
  • EcoStruxure Security Expert 335
  • Satchwell MicroNet 252
  • EcoStruxure Building Expert 228
  • EcoStruxure Access Expert 150
  • CCTV 53
  • Project Configuration Tool 47
  • EcoStruxure Building Activate 17
  • ESMI Fire Detection 13
  • EcoStruxure Building Advisor 12
  • Automated Engineering Tool 5
  • EcoStruxure Building Data Platform 3
  • EcoStruxure Workplace Advisor 1
  • EcoStruxure for Retail - IMP 1
Top Contributors
  • Product_Support
    Product_Support
  • DavidFisher
    DavidFisher
  • Cody_Failinger
    Cody_Failinger
See More Contributors
Related Products
Thumbnail of EcoStruxure™ Building Operation
Schneider Electric
EcoStruxure™ Building Operation
4
Thumbnail of SmartX IP Controllers
Schneider Electric
SmartX IP Controllers
1
Thumbnail of EcoStruxure™ Building Advisor
Schneider Electric
EcoStruxure™ Building Advisor
1

Related Forums

  • Intelligent Devices Forum

Previous Next

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite

Label: "tac ia series"

View in: "Building Automation Knowledge Base" | Community

1828 Posts | First Used: 2018-09-06

Building Automation Knowledge Base

Sort by:
Date
  • Date
  • Views
  • Likes
  • Helpfulness
Options
  • Subscribe
  • Bookmark
  • Invite a Friend
  • « Previous
    • 1
    • …
    • 65
    • 66
    • 67
    • …
    • 92
  • Next »
Label: "TAC IA Series" Show all articles

In the Loop Single block, is the Output Reference only used if the Integral is not used or could/should they be used simultaneously?

Issue The LoopSingle block in LON and BACnet controllers contains an input called OutputReference.  Is this input intended to be used only if Integral (iGain) is not used or can they be used simultaneously? Environment MNL LON Controllers MNB BACnet controllers Application programming created using any controller compatible version of the WorkPlace Tech Tool software. Cause In the Loop Single block, is the Output Reference only used if the Integral is not used or could/should they be used simultaneously?   Resolution The "Output Reference" sets the balance point for the loop, i.e., the loop output when the input matches the setpoint. The Output Reference function operates with or without integral. If Integral is being used, its calculation can and will shift the output in the same manner as if the Output Reference were specified to be zero. The Output Reference is usually set to an initial value that is expected to cause the loop to balance, for example, 50%. The loop is then tuned by widening the TR and using Integral and if needed Derivative. Once stability is achieved, the Output Reference is adjusted to match the output of the loop.  
View full article
Picard Product_Support
‎2018-09-06 12:58 PM

Labels:
  • TAC IA Series
1379 Views

Notification Class alarms cannot be found in EVENT.EVENTHISTORY

Issue Notification Class 150 (or any Notification Class) alarms cannot be found in EVENT.EVENTHISTORY Environment I/A Series R2 Cause Notification Class 150 was not added to the Enterprise Server station and UNC station's NotificationService containers. As such, objects configured for alarming at notification class 150 will not have its alarms archived to Enterprise Server. Resolution Add a new Notification Class to the UNC station's NotificationService container. In the Notification Class properties, go to the Config tab and set the notificationClass to 150*. Copy this Notification Class and paste it into the Enterprise Server station's NotificationService container. Configure the notificationClass to 150* (the notificationClass setting does not remain when you copy and paste the Notification Class object). * This resolution does not apply just to Notification Class number 150. It applies to any Notification Class with a similar problem.
View full article
Picard Product_Support
‎2018-09-06 12:58 PM

Labels:
  • TAC IA Series
1258 Views

The Enterprise Server can not communicate to a Lon network when connected via an Echelon USB adapter using the OpenLDV4.0 driver.

Issue I’m using Niagara WorkPlace Pro version 514 with an Echelon USB Lon adaptor and OpenLDV4.0 driver, but I’m unable to communicate a Lon network. The following message is displayed in the Standard Output Window when attempting to start the Enterprise Server: Error opening driver LON1 java.lang.Exception: ldvRead() failed - rc = 3, *************************************************************** ERROR: Cannot startService [Sys: LonWorksService [10] LonWorksService] java.lang.IllegalStateException: Unable to open lonworks driver   at tridiumx.lonworks.services.LonLinkLayer.start(LonLinkLayer.java:89)   at tridiumx.lonworks.services.LonWorksService.startService(LonWorksService.java:196)   at tridium.foundation.Sys.startServices(Sys.java:438)   at tridium.foundation.Station.startStation(Station.java:364)   at tridium.foundation.Sys.boot(Sys.java:643)   at tridium.foundation.Sys.bootLocalLoad(Sys.java:616)   at tridium.tools.StationMain.attemptBoot(StationMain.java:214)   at tridium.tools.StationMain.bootPStore(StationMain.java:181)   at tridium.tools.StationMain.doIt(StationMain.java:145)   at tridium.tools.StationMain.main(StationMain.java:262)   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)   at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)   at java.lang.reflect.Method.invoke(Unknown Source)   at tridium.nre.Nre.mainImpl(Nre.java:663)   at tridium.nre.Nre.main(Nre.java:603) tridiumx.lonworks.LonException E_LON_COMM_SERVICE_NOT_STARTED   at tridiumx.lonworks.services.LonCommService.doLonCommSendRequest(LonCommService.java:300)   at tridiumx.lonworks.services.LonCommService.lonCommSendRequest(LonCommService.java:276)   at tridiumx.lonworks.services.LonCommService.lonCommSendRequest(LonCommService.java:209)   at tridiumx.lonworks.util.Neuron.readMemory(Neuron.java:425)   at tridiumx.lonworks.util.Neuron.readMemory(Neuron.java:415)   at tridiumx.lonworks.util.Neuron.isNMAuthSet(Neuron.java:312)   at tridiumx.lonworks.util.Neuron.isNMAuthSet(Neuron.java:300)   at tridiumx.lonworks.devices.LocalLonAppDevice.verifyDevice(LocalLonAppDevice.java:935)   at tridiumx.lonworks.services.LonWorksService.stationReady(LonWorksService.java:222)   at tridium.foundation.Sys.stationReady(Sys.java:459)   at tridium.foundation.Station.startStation(Station.java:380)   at tridium.foundation.Sys.boot(Sys.java:643)   at tridium.foundation.Sys.bootLocalLoad(Sys.java:616)   at tridium.tools.StationMain.attemptBoot(StationMain.java:214)   at tridium.tools.StationMain.bootPStore(StationMain.java:181)   at tridium.tools.StationMain.doIt(StationMain.java:145)   at tridium.tools.StationMain.main(StationMain.java:262)   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)   at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)   at java.lang.reflect.Method.invoke(Unknown Source)   at tridium.nre.Nre.mainImpl(Nre.java:663)   at tridium.nre.Nre.main(Nre.java:603) MESSAGE: Station started successfully. (HTTP port=80) [/WoodMode Environment Niagara R2, WorkPlace Pro Version 514 Cause The Echelon USB Lon adaptor was first supported in Niagara R2 build 522. Resolution Niagara version 514 does not support a Lon USB adapter. If possible, upgrade to Niagara version 522 or later. In cases where upgrading is not an option and an USB adapter must be used, then the following should be applied. Stop the Enterprise Server station. Open Windows Explorer and browse to niagara.r2.301.514/nre/bin folder. Find the lon.dll file and rename it lon.dll.old. Copy the lon.dll from a later Niagara Build, i.e. 522 or later. Paste copied lon.dll to Niagara.r2.301.514/nre/bin folder. Restart the station. The Lon Service should now start and Lon communication should be established.
View full article
Picard Product_Support
‎2018-09-06 12:57 PM

Labels:
  • TAC IA Series
1197 Views

Unable to open I/A Series R2 Workplace Pro or the R2 Admin Tool on a specific computer.

Issue Unable to open I/A Series R2 Workplace Pro or the R2 Admin Tool on a specific computer.  No error window popups are seen.  When you attempt to open the program, it flashes its opening screen briefly then dies. Environment I/A Series R2 WorkPlace Pro I/A Series R2 Admin tool Cause Insufficient computer memory to allow standard 1024mb to be reserved for the Java heap. Resolution To resolve this issue, you can adjust the Java heap settings in the nre.properties file. It is important that you only make the changes as detailed below. Make a backup copy of this file before proceeding. Locate the file nre.properties in \niagara\ \nre\lib Open the nre.properties file using a text editor program (Notepad). Modify the java.options=-Xmx1024MB to java.options=-Xmx768MB leaving other parameters in the file unchanged. Save, close the file and restart the software.
View full article
Picard Product_Support
‎2018-09-06 12:57 PM

Labels:
  • TAC IA Series
1205 Views

I need an object in the UNC that works like the Select object in WorkPlace Tech.

Issue I need an object in the UNC that works like the Select object in WorkPlace Tech. Environment I/A Series R2 (Niagara) UNC Cause Specified logic requirements for the UNC station require it. Resolution Inside the TridiumX container - programlib jar - hvac container there is an object called AiMapping that will perform a select function similar to that of the object provided with WorkPlace Tech.
View full article
Picard Product_Support
‎2018-09-06 12:57 PM

Labels:
  • TAC IA Series
958 Views

When using BACnet COV notification with R2 learn the device objects as "full" objects

Issue One of the critical properties of an object using COV notification is the covIncrement value.  If the device objects are learned as "lite" objects the covIncrement property cannot be viewed or changed at the UNC. Environment I/A Series R2 (Niagara)  Cause BACnet "lite" objects by design do not have the covIncrement property.  If COV notification is used with lite objects and it becomes necessary to increase the covIncrement property for an object you would have to go to the controller with WorkPlace Tech change the covIncrement of the point, compile and download the application and then test to see if the new covIncrement was sufficient. Resolution When learning objects in the BACnet service - BACnet Utilities on the "LearnDevice" window uncheck the box next to "Use lite objects". With full BACnet objects the  covIncrement property can be viewed and changed from the UNC.  
View full article
Picard Product_Support
‎2018-09-06 12:57 PM

Labels:
  • TAC IA Series
1114 Views

How do I get a license for the WorkPlace Commissioning Tool, version 5.8

Issue There is no specific entry in the Purchase WorkPlace Tech Software program license list for the Commissioning Tool.  What license do I order to be able to use this software? Environment WorkPlace Tech Tool 5.x Commissioning Tool software Cause Customer has purchased the WPT5.8 software and is installing only the Flow Balance and Commissioning Tool software on their facilities notebook computer.   What product code do they use to purchase a license for the Commissioning Tool?  Flow Balance does not need to be licensed. Resolution The WorkPlace Tech Tool "Commissioning Tool" software uses the WorkPlace Tech Tool (WP-TECH-xxx) license.
View full article
Picard Product_Support
‎2018-09-06 12:57 PM

Labels:
  • TAC IA Series
1885 Views

How do I get a license for the WorkPlace FlowBalance Tool software?

Issue There is no specific entry in the Purchase WorkPlace Tech Software program license list for the FlowBalance Tool.  What license do I order to be able to use this software? Environment WorkPlace Tech Tool 5.x FlowBalance software Cause Customer has purchased the WPT5.8 software and is installing only the Flow Balance software on their facilities notebook computer.   What product code do they use to purchase a license for the Flow Balance Tool? Resolution The WorkPlace Tech Tool "Flow Balance" software does not require a license.
View full article
Picard Product_Support
‎2018-09-06 12:57 PM

Labels:
  • TAC IA Series
1193 Views

Where can I find the manual for the BACnet flow balance software?

Issue I searched the Publication Zone with key word "VAV" and only found manuals for the LON controllers. Environment I/A Series BACnet Cause The Users Guide for the BACnet Flow Balance program is Workplace Commissioning Tool and Flow Balance Tool Users Guide.  Since it does not have VAV in the title the Publication Zone search did not find it. Resolution The BACnet Flow Balance manual is part of the Workplace Commissioning Tool and Flow Balance Tool Users Guide (F-27357).  It is installed with the WorkPlace Tech software and can be viewed from the Help menu or it can be found in the Publication Zone by searching with the "F" number.
View full article
Picard Product_Support
‎2018-09-06 12:57 PM

Labels:
  • TAC IA Series
1698 Views

What is the difference between R2 release 529 and 532?

Issue What is the difference between R2 release 529 and 532? Environment I/A Series R2 (Niagara) Cause   What is the difference between R2 release 529 and 532? Resolution R2 2.301.532 was a maintenance build created primarily to provide the distribution file for the support of the JACE NXT platform. 
View full article
Picard Product_Support
‎2018-09-06 12:57 PM

Labels:
  • TAC IA Series
1139 Views

I/A Series ProView LON display SCHEDULE ERROR: Special day 1 event 2 time must be greater than event 1 time.

Issue I/A Series ProView LON display SCHEDULE ERROR: Special day 1 event 2 time must be greater than event 1 time. Environment I/A Series ProView LON Display Cause Typically caused by attempting to use a previously commissioned and active copy the I/A Series R2 lonProview jar file ECDIS210 shadow object. Resolution Power cycle the display. Use the ProView wizard and on the first screen, select Schedule from the Page Selection drop down list.  The Calendar screen should display, select next to move to the Week Schedules.  Select next to display the Special Days screen.  Review the event times entered for Special Day 1 (especially Event 1 and Event 2).  Make sure the times that are entered are in ascending order from midnight (00:00). Review Holiday1 to Holiday 4 and modify the enumeration on all events to "no event." Commit the changes to the display.
View full article
Picard Product_Support
‎2018-09-06 12:57 PM

Labels:
  • TAC IA Series
1038 Views

In Niagara R2, what would cause an IP communication to the UNC to drop out?

Issue   In Niagara R2, what would cause an IP communication to the UNC to drop out?  There are no errors in the standard output window. Environment Niagara R2 All version; UNC-410, UNC-510, UNC-520 Cause The same IP address is assign to more than on controller. Two UNC controllers are using the same IP address. Resolution This symptom usually indicates a duplicate IP address condition. Under this condition the UNC will keep dropping offline for a period of time.  The duplicate IP address situation will need to be corrected before reliable communications can be established. Reassign one of the UNCs a different IP address that is not currently being used.  Ensure that each IP address is only assigned to one controller.
View full article
Picard Product_Support
‎2018-09-06 12:57 PM

Labels:
  • TAC IA Series
971 Views

Where can I information on accessories for a job that needs to meet a UL-864 (UUKL) project specification?

Issue Where can I information on accessories for a job that needs to meet a UL-864 (UUKL) project specification? Environment UL-864 UULK/UUKL project requirements Cause Need various approved accessories to meet a UL-864 job specification. Resolution Due to regulatory issues, all current UL-864/UUKL information is published in the latest version of the TAC I/A Series MicroNet BACnet Smoke Control Systems Manual, F-27419.  Always refer to an online version of that manual for the latest approved information.
View full article
Picard Product_Support
‎2018-09-06 12:56 PM

Labels:
  • TAC IA Series
951 Views

What is the part number for ordering a second copy of Workplace Pro for a jobsite? What functionality does it have?

Issue What is the part number for ordering a second copy of Workplace Pro for a jobsite?  What functionality does it have? Environment Niagara R2 Cause End customer wants a second "engineering" station. Resolution A second copy can be ordered using part number WP-PRO-1.  It can engineer/modify existing stations on the jobsite.  It cannot run stations on the host computer on which it is installed.
View full article
Picard Product_Support
‎2018-09-06 12:56 PM

Labels:
  • TAC IA Series
1045 Views

Error "Unable to save file "c:\windows\downloaded installation\{Windows application GUID}\TAC I/A Series Enterprise Server 2.3g.msi" occurs when installing the I/A...

Issue During the installation process for the Niagara R2.301.523 software, Windows 7 reports the error "Unable to save file "c:\windows\downloaded installation\{Windows application GUID}\TAC I/A Series Enterprise Server 2.3g.msi".  I thought that the I/A Series R2-523 release was supposed to be compatible with Windows 7. Environment Windows 7 Cause Installation of any software using the Windows Installer on a Windows 7 computer requires that the user have administrative rights on the computer.  This issue is not specific to any given software package but rather is a security restriction enforced by the Windows 7 operating system. Resolution The software must be installed by a Windows user that is a member of the local Administrators users group. There are three workarounds for this issue. Have someone that is a member of the "Administrators" users group on that computer install the software. Have the system administrator add the user's user account to the "Administrators" users group. Have the system administrator create a new administrative user account on the computer for the purpose of installing software.
View full article
Picard Product_Support
‎2018-09-06 12:56 PM

Labels:
  • TAC IA Series
1704 Views

Delete all remote I/O modules in an application

Issue The option to add or decrease the number of remote I/O modules using the Remote IO Wizard is shown, but what is the process to eliminate all modules? Environment I/A Series WorkPlace Tech Cause Eliminate all I/O modules using the Remote IO Wizard Resolution Open the ADI/Remote IO Wizard from the Applications menu.  With the Remote IO Wizard window displayed hit the Back button and select "none" and click Next.  When prompted with "Do you wish to continue?" select yes and all the RIO Input and output tags will be removed from the drawing.  Note: objects that were linked to these tags that are no longer being used must be "cut" from the drawing manually.
View full article
Picard Product_Support
‎2018-09-06 12:56 PM

Labels:
  • TAC IA Series
1283 Views

Upgraded the Vykon 3.92 Alarm client and can not get it to connect to the Enterprise Server.

Issue Upgraded the Vykon 3.92 Alarm client and can not get it to connect to the Enterprise Server. Environment Niagara R2, Vykon Alarm Client Cause Installed the wrong client for an Enterprise Server with Cloudscape database. Resolution The VAS 3.92 Client is compatible with Enterprise Server stations running MSDE, Microsoft SQL, or Oracle database services. The VAS 2.50 Client is compatible with Enterprise Server stations running Cloudscape database services. The Vykon 3.92 client and VAS jar file will need to be uninstalled and the correct ones installed. Uninstall the Vykon 3.92 client from the client's PC Stop the Enterprise server and uninstall the vas-2.301.532.v3.jar Install the Vykon 2.50 client and vas-2.301.532.v2.jar per VAS 2.50 Client Release Notes.    
View full article
Picard Product_Support
‎2018-09-06 12:56 PM

Labels:
  • TAC IA Series
1355 Views

The Link tab in Schedule Object shows " Prism Error "

Issue The Link tab in Schedule Object shows " Prism Error " Environment R2 Niagara Cause Directly linking the schedule or calendar status output via external link to another station may cause the receiving station's object to not follow the associated calendar or schedule event.  The link tab will show "Prism Error" Resolution The schedule object output should only be linked to objects within the station and not between stations.  Schedule and calendar objects between stations should only be linked via the master/slave links.
View full article
Picard Product_Support
‎2018-09-06 12:56 PM

Labels:
  • TAC IA Series
943 Views

Are the I/A MicroNet Sensors (MN-S, MN-SO, MN-SDK, and MN-SDT) used with the MicroNet 2000 family of controllers part of the Network 8000 obsolescence announcement?

Issue Are the I/A MicroNet Sensors (MN-S, MN-SO, MN-SDK, and MN-SDT) used with the MicroNet 2000 family of controllers part of the Network 8000 obsolescence announcement?   Environment I/A Series MicroNet 2000, MN-S, MN-SO, MN-SDK, and MN-SDT Cause Product obsolescence Resolution The I/A MicroNet Sensors (MN-S, MN-SO, MN-SDK, and MN-SDT) used with the MicroNet 2000 family of controllers are part of the Network 8000 obsolescence and will no longer be available for purchase after December 31, 2011.
View full article
Picard Product_Support
‎2018-09-10 07:28 AM

Labels:
  • TAC IA Series
1702 Views

Can an I/A Series R2 station be configured to read data directly from an external SQL database?

Issue Import data from the SQL database of a facility management system into the I/A Series R2 system. Environment I/A Series R2 system External SQL database Cause Import data from the SQL database of a facility management system into the I/A Series R2 system. Resolution This module sqlUtility contains an object called "SqlData" that can be used to perform a SQL query on any SQL database. The sqlUtility can be used only in an Enterprise Server, not in a UNC. Using this object, you need to create a SQL query to return a single column in the data table. Here is a sample query that returns the column EnergyIntensity from the EnergyTable.  SELECT EnergyIntensity FROM EnergyTable ORDER BY O_Id DESC This query returns the EnergyIntensity column of the table "EnergyTable" after sorting the record number (O_Id) in descending order.  The data value returned by the SqlData query will be the first element in the first column of the query results.  Since the query uses the ORDER BY data qualifier, specifying descending order of the record numbers (O_Id), the newest value will be returned.
View full article
Picard Product_Support
‎2018-09-06 12:56 PM

Labels:
  • TAC IA Series
1072 Views
  • « Previous
    • 1
    • …
    • 65
    • 66
    • 67
    • …
    • 92
  • 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

Explore