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 10
  • Automated Engineering Tool 5
  • EcoStruxure Building Data Platform 3
  • EcoStruxure Workplace Advisor 1
  • EcoStruxure for Retail - IMP 1
  • Previous
  • 1 of 2
  • Next
Top Contributors
  • Product_Support
    Product_Support
  • DavidFisher
    DavidFisher
  • Cody_Failinger
    Cody_Failinger
See More Contributors
Related Products
Thumbnail of EcoStruxure™ Building Operation
Schneider Electric
EcoStruxure™ Building Operation
4
Thumbnail of SmartX IP Controllers
Schneider Electric
SmartX IP Controllers
1
Thumbnail of EcoStruxure™ Building Advisor
Schneider Electric
EcoStruxure™ Building Advisor
1

Related Forums

  • Intelligent Devices Forum

Previous Next

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite

Building Automation Knowledge Base

Sort by:
Views
  • Date
  • Views
  • Likes
  • Helpfulness
Options
  • Subscribe
  • Bookmark
  • Invite a Friend
  • « Previous
    • 1
    • …
    • 198
    • 199
    • 200
    • …
    • 509
  • Next »

Overriding Values in a Xenta 102-AX without the Plug-In

Issue Certain values in the Xenta 102-AX can be put into override mode through the Plug-In: Airflow Auxiliary Temperatures 1 and 2 Universal Inputs 1, 2, 3, and 4 CO 2 Space Temp Damper Position Universal Outputs 1, 2, and 3 If the plug-in is not available, they can be overridden through the SNVT input nviRequest (type SNVT_obj_request). Product Line EcoStruxure Building Operation, TAC Vista Environment Xenta 102-AX Cause The plug-in might not be available for a multitude of reasons. For example, if the Xenta 102-AX is being integrated into a third party LON system, or no LNS management tool is being used. The values below can be used to implement an override through the SNVTs. Resolution Signals required to perform external control of inputs and outputs on the Xenta 102-AX: Set the override behavior value signal to 1 (OV_SPECIFIED) Set the desired value in the override value signal Send a SNVT to the signal Node_Object.nviRequest. It is a structured SNVT input with the following members: OBJECT_ID - refer to the list below for the appropriate object ID for each override OBJECT_REQUEST - set to value to 6 (RQ_OVERRIDE) to initiate the override, set to value 0 (RQ_NORMAL) to release the override. The tables below specify all necessary signals for each override. They are displayed in the following format: ID Title Overridden Value Desired Override Value Override Behavior   1 Airflow Reading (CFM, l/s) Airflow_Sense.nvoAirFlow.PV Airflow_Sense.nvoAirFlow.SCPTovrValue.PV Airflow_Sense.SCPTovrBehave.PV   2 Universal Input 1 (%) UnivIn1_Sense.nvoUnvInput1.PV UnivIn1_Sense.nvoUnvInput1.SCPTovrValue.PV UnivIn1_Sense.SCPTovrBehave.PV   2 Duct Inlet Temperature UI1 (°F, °C) UnivIn1_Sense.nvoAuxTemp1.PV UnivIn1_Sense.UCPTovrValueTemp.PV UnivIn1_Sense.SCPTovrBehave.PV   3 Universal Input 2 (%) UnivIn2_Sense.nvoUnvInput2.PV UnivIn2_Sense.nvoUnvInput2.SCPTovrValue.PV UnivIn2_Sense.SCPTovrBehave.PV   4 Universal Input 3 (%) UnivIn3_Sense.nvoUnvInput3.PV UnivIn3_Sense.nvoUnvInput3.SCPTovrValue.PV UnivIn3_Sense.SCPTovrBehave.PV   4 CO2 Reading UI3 (ppm) UnivIn3_Sense.nvoCO2sensor.PV UnivIn3_Sense.UCPTovrValueCO2.PV UnivIn3_Sense.SCPTovrBehave.PV   4 Outside Air Temperature UI3 (°F, °C) UnivIn3_Sense.nvoAuxTemp2.PV UnivIn3_Sense.UCPTovrValueTemp.PV UnivIn3_Sense.SCPTovrBehave.PV   5 Universal Input 4 (%) UnivIn4_Sense.nvoUnvInput4.PV UnivIn4_Sense.nvoUnvInput4.SCPTovrValue.PV UnivIn4_Sense.SCPTovrBehave.PV   5 Setpoint Offset UI4 (°F, °C) UnivIn4_Sense.nvoSetPtOffset.PV UnivIn4_Sense.UCPTovrValueTemp.PV UnivIn4_Sense.SCPTovrBehave.PV   6 Space Temperature (°F, °C) VAV_Controller.nvoSpaceTemp.PV VAV_Controller.nviSpaceTemp.SCPTovrValue.PV VAV_Controller.SCPTovrBehave.PV   7 Damper Actuator (%) Damper_Actuator.nviRelStPt.PV Damper_Actuator.nvoActualValue.SCPTovrValue.PV Damper_Actuator.SCPTovrBehave.PV   8 Universal Output 1 (%) UnivOut1_Object.nviUnvOutput1.PV UnivOut1_Object.nviUnvOutput1.SCPTovrValue.PV UnivOut1_Object.SCPTovrBehave.PV   9 Universal Output 2 (%) UnivOut2_Object.nviUnvOutput2.PV UnivOut2_Object.nviUnvOutput2.SCPTovrValue.PV UnivOut2_Object.SCPTovrBehave.PV   10 Universal Output 3 (%) UnivOut3_Object.nviUnvOutput3.PV UnivOut3_Object.nviUnvOutput3.SCPTovrValue.PV UnivOut3_Object.SCPTovrBehave.PV
View full article
Picard Product_Support
‎2018-09-06 02:01 PM

Labels:
  • EcoStruxure Building Operation
  • TAC Vista
1540 Views

How to show camera from a DVR in Pinpoint Graphic panel.

Issue Unable to select DVR when selecting Video source device in Video Object control in a Pinpoint Graphic. Environment Continuum Cyberstation Pinpoint Graphics Endura DVR Cause The Video Object control in Pinpoint is not able to have an external DVR as the source. It is only able to show images from internal cameras connected to the Workstation such as by USB or the older Integral Flashbus card.   Resolution The Video Object control only supports cameras connected to the Cyberstation through the means of USB or an Integral Flashbus card. Alternatively, there are two options available to show video from an external DVR/camera in a Pinpoint Graphic. Configure a VideoLayout or Video Monitor object and link this to the DVR and camera you wish to view. Create a button on the graphic to launch the required camera. If the camera is an IP camera and supports streaming, use the embedded Webpage control on the Pinpoint graphic to link to the webpage streaming the camera image. Note: This is a resource heavy way of displaying video in Cyberstation and isn't recommended. The integration that is offered to Endura or Digital Sentry are the best solutions for displaying video in Cyberstation.
View full article
Picard Product_Support
‎2018-09-06 01:20 PM

Labels:
  • Andover Continuum
  • CCTV
1556 Views

How to integrate an Xenta 913 in Vista?

Issue How do integrate an Xenta 913 in Vista? Do I need to give an IP address as well as a Neuron ID to integrate an Xenta 913 in Vista? Environment Vista 5.1.X Xenta Server 913 (applies to other models) Cause There may be some confusion as to whether an Xenta 913 is considered a LON device or IP gateway in Vista. Resolution If the device is being used as a Modbus\M-bus\C-bus\BACnet client only the IP address is required. In Vista workstation, right-click on the Server object and select New\Device\Xenta Server 913. Give the device a suitable name. Right-click on the device and select Properties. Set the IP address for the device. Right-click on the device and select edit. Configure the device in TAC XBuilder.
View full article
Picard Product_Support
‎2018-09-06 12:19 PM

Labels:
  • TAC Vista
1531 Views

Replacement of the 7801 TAP

Issue Replacement of the 7801 TAP. Product Line TAC INET Environment I/NET site with TAP configuration Cause Desire to upgrade or replace the old TAP configuration Resolution First of all, perform a good backup of the existing site. 7770, 7771, 7797, 7801 TAP replacement hardware explains the replacement of several TAP hardware devices. If the site has a 7801 TAP, the Xenta 527 would be a replacement choice. In I/O server instead of Link Type being Direct, it should be None. Then Enable the TCP/IP and put in the credentials for the Xenta 527. In Network Config, save Xenta 527 link Penetrate and save all below the Xenta 527 to DB Configure Host Mask for Host computer, as well as Xenta 527 The site technicians will need to follow the TCONs and manuals for the Xenta to Host pc, including the wiring and Host Computer configuration, and network connection. This is clearly explained. Also, for the sub controllers, Connect to the controller one at a time Select Edit, Controller, Configuration In the Distribution Parameters section, change the selection from Reliable Tap to None. Reset that controller by cycling power or pressing RED reset button Check the transactions window of AMT to ensure events coming in The site engineers/technicians will need to take time and looking through the material and changing out the TAP with a Xenta requires time and concentration so that it is a smooth transition. 
View full article
Picard Product_Support
‎2018-09-11 05:55 AM

Last Updated: Administrator CraigEl Administrator ‎2022-08-10 01:48 AM

Labels:
  • TAC INET
1533 Views

Upgrading Xenta Servers to XBuilder 5.1.6 with Other Projects Networks

Issue When upgrading Vista Workstation to version 5.1.6, each Xenta Servers' properties should be set to XBuilder version 5.1.6. Then by right-clicking and selecting "Edit," that project will be opened and upgraded. However, if another projects network has been browsed in, it will ask you to please upgrade that project before continuing. If two Xenta Servers are each browsed into each other's networks, then it will not allow you to upgrade either of them. In previous versions, this was allowed, but with changes to 5.1.6 it is not possible to bypass this warning. Environment Vista Workstation 5.1.6 and above Xenta Server Xenta 511, 527, 701, 711, 721, 731, 913 Cause All Xenta Servers passing data between each other should be the same version. In the past, this fact was made optional, but with the release of 5.1.6 a check on the source file requires that they match. Resolution This requirement is only true of true Xenta Servers in a Vista system. Stand-alone XBuilder projects do not have this same check. To bypass the warning: Go to Start > Programs > Schneider Electric > TAC Tools 5.1.6 > XBuilder This will open XBuilder 5.1.6 in a stand alone mode (not from Vista Workstation) Go to File > Open Project and browse to the first Xenta Server's XBuilder project file folder and double click the .xbp515 project file The XBuilder project will be upgraded to 5.1.6. The other project's network will still be 5.1.5, but this is allowed in the stand alone mode. File > Save will save the .xbp516 file to the hard drive. Go back to Vista Workstation, right click and edit the second Xenta Server's XBuilder project and it will not upgrade and can be saved to the Vista database and to the hard drive. The first Xenta Server can now also be upgraded.
View full article
Picard Product_Support
‎2018-09-06 01:32 PM

Labels:
  • TAC Vista
1542 Views

Changing the LON device's subnet and node address.

Issue Changing the LON device's subnet and node address. Environment I/A Series G3 LonWorks Integration Cause When a LON device is added to the station database, its subnet and node addresses are automatically assigned. For the correct communication to be established there may be a need to change the subnet / node address of the LON device. Resolution To change the device subnet / node address: Right click on the LonNetwork and go to the Lon Device Manager. Select the LON device for which subnet / node address needs to be changed Edit the device by double clicking on the LON device or using the 'Edit' button at the bottom of the Lon Device Manager view. Enter the correct subnet address and a unique node address for the device. Commission the LON device regardless of whether it has been commissioned before. 
View full article
Picard Product_Support
‎2018-09-06 12:36 PM

Labels:
  • TAC IA Series
1547 Views

When running Seven (Crystal) Reports on the same PC as ID Works

Issue When running Seven (Crystal) Reports on the same PC as ID Works Environment I/NET Site Cause Having issue when running Seven (Crystal) Reports on the same PC as ID Works Resolution Using "Smart Printer Driver" set as the windows DEFAULT printer Seven Reports fails while attempting to display the query. You may first see a small window with '1/4o and a square". Before opening Seven Reports change your windows DEFAULT printer to another printer. Restart Seven Reports and run a query. The problem is due to the default paper size ID Works uses versus what windows uses.
View full article
Picard Product_Support
‎2018-09-06 03:04 PM

Labels:
  • TAC INET
1542 Views

Unable to Create a backup in DBCreate

Issue Unable to create a backup of an I/NET Seven Database using DBCreate, gets a backup failed error. Product Line TAC INET Environment Windows XP, Windows Vista OS, with SQL 2000, 2003 and 2005. Cause Functionality of the host pc and the database seems to be inconsistent. Resolution Option 1: Stop all of the SQL Services (SQL Server, SQL Agent, SQL Distributed Coordinator) Copy INetDb.mdf and INetDb_log.ldf to an alternate locations (located in C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data) Restart all SQL Services. Launch DBCreate and remove the existing I/NET Seven Database. Create a new I/NET Seven Database. Stop all of the SQL Services (SQL Server, SQL Agent, SQL Distributed Coordinator) Copy the saved INetDb.mdf and INetDb_log.ldf over the newly created files. Restart all SQL Services. Launch DBCreate and attempt a backup. Option 2 (If Option 1 does not work) Stop all of the SQL Services (SQL Server, SQL Agent, SQL Distributed Coordinator) Copy INetDb.mdf and INetDb_log.ldf to an alternate locations (located in C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data) Uninstall and Reinstall I/NET Seven. Stop all of the SQL Services (SQL Server, SQL Agent, SQL Distributed Coordinator) Copy the saved INetDb.mdf and INetDb_log.ldf over the newly created files. Restart all SQL Services. Launch DBCreate and attempt a backup. Refer to How to Troubleshoot on DBCreate for more issues about DBCreate.
View full article
Picard Product_Support
‎2018-09-07 04:01 AM

Last Updated: Administrator CraigEl Administrator ‎2022-08-09 09:35 PM

Labels:
  • TAC INET
1538 Views

Converting 0 - 20 mA into a 0 - 10 Volt DC signal.

Issue  To convert a 0 - 20 mA signal into an acceptable form to be used into a variety of controller types. Environment Sigma BAS Micronet X96 controllers X32 controllers IAC controllers Micronet controllers Cause Some controllers will not accept a 0 - 20 mA signals and therefore the signal must be converted. Resolution To achieve this conversion, please follow the instructions below. Install a 500 ohm 0.1% resistor in series with the 0 - 20mA signal. From across the resistor, take the signal to the controller . The Universal Input or Analogue Input should be set as a standard voltage input.
View full article
Picard Product_Support
‎2018-09-07 06:48 AM

Labels:
  • Satchwell BAS & Sigma
  • Satchwell MicroNet
1568 Views

How to check that SigmaX is unlock code is entered correctly in the machine registry.

Issue Sigma Reports "No Seats Available" SigmaX gives an "Authentication Failed" message Environment Sigma SigmaX Cause There are various scenarios that can affect the operation of Sigma and SigmaX. Usually caused by changing hardware or a different network connection since registering SigmaX. Resolution *******  TAKE EXTREME CARE WHEN USING THE SYSTEM REGISTRY AS ERRORS CAN AFFECT OPERATION OF THE PC  ****** Open the PC's registry by going to Start Menu>Run and type in regedit. Hit the enter key. Browse to HKEY_LOCAL_MACHINE\SOFTWARE\IBS\SigmaX There should be an entry in the right hand window named Registered. The data type should be REG_SZ. The data column should have your unlock code entered.  
View full article
Picard Product_Support
‎2018-09-06 03:14 PM

Labels:
  • Satchwell BAS & Sigma
1557 Views

How to calculate the pressure drop across a fully open valve

Issue How to calculate the pressure drop across a fully open valve Environment Valves Cause End user wants to calculate the pressure drop across a  valve for a given flow rate. Resolution 1. Select a valve to suit the application and note its Kvs. note if the figure is Cvs then Cvs * 1.03 = Kvs 2. Flow rate is required. P (bar) = (m3/hr / Kvs) squared. or P (bar) = ( (l/s * 3600 /1000) / Kvs) squared. To convert to Bar to Kpa:  1 Bar = 100 Kpa
View full article
Picard Product_Support
‎2018-09-06 10:51 AM

Labels:
  • Field Devices
1538 Views

"Field Unit Not Configured" error during download

Issue "Field Unit Not Configured" error during download Environment Vista System Plug-In Xenta programmable controllers  Xenta 280, 281, 282, 283, 300, 301, 302, 401, 401:B Cause If trying to download the application and parameters in a Xenta controller and the error "Field Unit Not Configured" is received, one cause that has been found is when an Xenta base unit is placed in a LonWorks group (even if it appears to be a part of a Xenta group). Resolution The group in question should be deleted from the Vista database pane in the Vista System Plug-In. Update the Vista database and the controllers imported into the Vista Database should be created in proper groups. Verify that the group is tagged correctly and then update the Vista database once more. Verify for the final time in Vista Workstation that the group is a Xenta group before downloading to the controller in the Vista System Plug-In. You may also drag that Xenta unit into an existing Xenta group after it has been re-imported.
View full article
Picard Product_Support
‎2018-09-06 03:10 PM

Labels:
  • TAC Vista
1543 Views

Door supervised input trouble.

Issue For doors with long wire run to the controller it is very important to follow the recommendations as far as resistor tolerance and wiring distance and gauge is concerned.  If a door still exhibits door switch trouble issues due to length etc. one possible solution is to use a resistance decade box to determine what value resistance should be used instead of the standard 10K ohms Environment AC1 AC1Plus CX9702 ACX5740 ACX5720 ACX701 ACX781 Cause Doors with extra long run to the IOU module / controller may produce trouble condition on the supervised inputs due to wiring issue; in some cases it may be necessary to replace the 10K ohms resistor with a different value to compensate for wiring. Please follow the procedure outline below to determine the correct resistor value to use. Resolution If a door exhibit supervised input trouble issues due to wire length etc. one possible solution is to use a resistance decade box to determine what value resistance should be used instead of the standard 10K ohms, when doing this it is important the find the resistance value in the middle of the range, this will avoid random trouble due to temperature variations etc if the value happens to be right at the edge of the range. To find the correct value use the following procedure: With the door closed start with the resistance decade box at 10K ohms. While monitoring the value of the input modify the resistance (either up or down) until the input reads CLOSED. Write down this resistance value. (VAL1) Continue to modify the resistance in the same direction until the input reads trouble again, write down this value. (VAL2) Pick a resistor value that is in the middle between VAL1 and VAL2 and use this value at the door instead of the standard 10K Ohms NOTE: for series/parallel resistor type it may be necessary to use two decade boxes to find the correct resistance value.
View full article
Picard Product_Support
‎2018-09-06 01:52 PM

Labels:
  • Andover Continuum
1534 Views

Keystone butterfly valve

Issue Motorizing a Keystone butterfly Valve (Keystone F1-CLJ2, 1000kpa, SQ 209719) Environment Keystone butterfly valve Keystone F1-CLJ2, 1000kpa, SQ 209719 Cause Fitting a Schneider Electric brand actuator onto a Keystone butterfly valve is requested Resolution Unfortunately we do not have any actuators or linkage kits that fits this application.
View full article
Picard Product_Support
‎2018-09-06 10:58 AM

Labels:
  • Field Devices
1536 Views

Schedule in the AS will not control value in a b3 controller

Issue An Enumerated schedule created under the BACnet Interface application folder will not control a digital value (Occupancy) in a b3 controller.  Other b3 controllers are handling this with no trouble. Product Line EcoStruxure Building Operation Environment b3 Variable Connectors(variable connectors were replaced in v1.5) Schedules bindings Cause Broken variable connectors. Resolution Delete the bindings and perform a Repair References on variable connectors. The digital value responded properly once the schedule binding was re-established. NOTE Variable connectors were replaced in SBO 1.5 and therefore this article in not relevant to the current product
View full article
Picard Product_Support
‎2018-09-06 10:13 AM

Last Updated: Sisko DavidChild Sisko ‎2020-02-24 02:49 AM

Labels:
  • EcoStruxure Building Operation
1546 Views

I/NET Crashes Randomly with SQL 2008/SQL 2008 R2

Issue When using SQL 2008 or SQL 2008 R2, I/NET will crash randomly. Referring to the system Event Log, you can see a SQL error happened just before I/NET crashed, called "There is insufficient system memory in resource pool 'internal' to run this query." Product Line EcoStruxure Building Operation,TAC INET Environment I/NET SmartStruxure Cause According to Microsoft Knowledge Base, this problem occurs for all the following reasons: There is a bug in the code that is used to evaluate how many rowsets are required to perform a sorting operation. Therefore, the code greatly overestimates the numbers of rowsets. The required grant estimate in full-text is 64 pages for each rowset that is required to sort. There is a large request that blocks the system from using the memory that is reserved for the full-text query. Resolution Install the newest SP to the SQL 2008 or SQL 2008 R2 being used. Download Microsoft SQL Server 2008 SP3 Express Edition or Microsoft SQL Server 2008 R2 SP2  Express Edition from the Microsoft website. If this doesn't help, please follow Create Error Log for I/NET to turn on the error log for I/NET and then send the log in to your local country product support group for further troubleshooting.
View full article
Picard Product_Support
‎2018-09-11 07:45 AM

Last Updated: Administrator CraigEl Administrator ‎2022-08-09 06:38 PM

Labels:
  • EcoStruxure Building Operation
  • TAC INET
1550 Views

Space temperature calibration using the Xenta 102-AX plug-in

Issue Space temperature sensor calibration using the Xenta 102-AX plug-in Environment Xenta 102-AX Plug-In Cause The space temperature of a 102-AX can be calibrated in three locations:   M/STAT, service menu OP > CSS, resolution 0.1° Vista Workstation, VAV_Controller.UCPTvavSelection.CSS, resolution as entered Xenta 102-AX Plug-in, Browser tab > UCPTvavSelection, resolution 1° The first two allow resolution at least as fine as 0.1° step sizes on the offset.  The LNS plug-in, however, by default only allows whole integer 1° step sizes. Resolution Read to the end before you try this.  NOTE:  It is recommended to make this fix prior to opening the plug-in on a VAV box that has already had the space temperature calibrated via the M/STAT.  Failure to do so may result in the desired calibration being rounded to the nearest whole degree. From the Xenta 102-AX plug-in, select the browser tab (or open the LonMaker browser if you wish). Navigate to and expand the VAV controller object and select "UCPTvavSelection.CSS". Past all of the "CALIBR_NOT_ACTIVE" statements, you'll find a couple of numbers - the second one being 32. Raising or lowering this value will raise or lower the space temp by the same amount. But, until now, if you try to enter 33 or 31 you'll find that only even numbered integers are accepted. What to do? Open c:\Lonworks\types\user\TAC\Xenta100.fmt in notepad. Locate line 172 which should appear as UCPTvavSelection#US: text("%m,%m,%m,%d,%d,%d,%m,%m,%m,%m,%m", Change the second "%d" to "%f" and save the file and restart the Xenta 102-AX plug-in. Now you can change that value in finer increments than is necessary.
View full article
Picard Product_Support
‎2018-09-06 03:10 PM

Labels:
  • TAC Vista
1522 Views

Configuring Continuum to use FIPS-201 PIV credentials.

Issue How is Continuum configured to validate FIPS 201 PIV card credentials? Environment CyberStation CX9680 ACX5740 ACX5720 Cause Questions on how to configure a Continuum physical access control system to validate FIPS 201 PIV credentials at the door. Resolution Configuring Continuum for FIPS PIV card credentials Click here for instructions on creating a custom FIPS-PIV card format Versions needed for FIPS-201
View full article
Picard Product_Support
‎2018-09-09 05:07 PM

Labels:
  • Andover Continuum
1592 Views

The license request program does not show WP-TECH-58. How do I order a customer license for release 5.8 of the WorkPlace Tech Tool software?

Issue I want to request a license for a new customer installation of the WorkPlace Tech Tool version 5.8 but the license request program only shows WP-TECH-50, not WP-TECH-58. Environment WorkPlace Tech Tool release 5.8 Cause Change in license part numbers. License Product Code now specifies the major version number only.  This was done to simplify the process of making the determination of when a license upgrade (WP-TECH-xxU) is required. This change was made as part of the license file change made to allow for up to fifteen consecutive 365-day expiring licenses. Resolution The license product code WP-TECH-50 will unlock any customer installation of the WorkPlace Tech Tool software, releases 5.x.x. i.e., where the first digit of the release number is 5.
View full article
Picard Product_Support
‎2018-09-06 12:48 PM

Labels:
  • TAC IA Series
1539 Views

Enabling Personnel Import Utility (PIU) in Continuum software

Issue Is the Personnel Import Utility (PIU) included with Continuum or is it add-on software? Product Line Andover Continuum Environment CyberStation Cause The PIU is sometimes confused with the Personnel Data Importer, which is add-on software. Resolution The Personnel Import Utility is part of the Continuum system but must be enabled in the CyberStation key before it can be used. The key must have the -D (Data Exchange) option in order for the PIU to work.
View full article
Picard Product_Support
‎2018-09-06 12:26 PM

Last Updated: Administrator DavidFisher Administrator ‎2019-08-08 07:32 AM

Labels:
  • Andover Continuum
1521 Views
  • « Previous
    • 1
    • …
    • 198
    • 199
    • 200
    • …
    • 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