Help
  • Get started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Brand Logo
Help
  • Get started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
close
  • Community Home
  • Forums
    • By Topic
    • By Topic
      EcoStruxure Building
      • Field Devices Forum
      • SmartConnector Forum
      EcoStruxure Power & Grid
      • Gateways and Energy Servers
      • Metering & Power Quality
      APC UPS, Critical Power, Cooling and Racks
      • APC UPS Data Center & Enterprise Solutions Forum
      • APC UPS for Home and Office Forum
      EcoStruxure IT
      • EcoStruxure IT forum
      • EcoStruxure IT™ Advisor CFD
      Remote Operations
      • EcoStruxure Geo SCADA Expert Forum
      • Remote Operations Forum
      Industrial Automation
      • Alliance System Integrators Forum
      • AVEVA Plant SCADA Forum
      • CPG Expert Forum DACH
      • EcoStruxure Automation Expert / IEC 61499 Forum
      • Fabrika ve Makina Otomasyonu Çözümleri
      • Harmony Control Customization Forum
      • Industrial Edge Computing Forum
      • Industry Automation and Control Forum
      • Korea Industrial Automation Forum
      • Machine Automation Forum
      • Modicon PAC Forum
      • PLC Club Indonesia
      Schneider Electric Wiser
      • Schneider Electric Wiser Forum
      Power Distribution IEC
      • Eldistribution & Fastighetsautomation
      • Elektrik Tasarım Dağıtım ve Uygulama Çözümleri
      • Paneelbouw & Energie Distributie
      • Power Distribution and Digital
      • Solutions for Motor Management
      • Specifiers Club ZA Forum
      • Електропроектанти България
      Power Distribution NEMA
      • Power Monitoring and Energy Automation NAM
      Power Distribution Software
      • EcoStruxure Power Design Forum
      • LayoutFAST User Group Forum
      Energy & Sustainability Services
      • Green Building Scoring and Certification Forum
      Light and Room Control
      • SpaceLogic C-Bus Forum
      Solutions for your Business
      • Solutions for your Business Forum
      Support
      • Ask the Community
  • Knowledge Center
    • Building Automation Knowledge Base
    • Geo SCADA Knowledge Base
    • Industrial Automation How-to videos
    • Digital E-books
    • Success Stories Corner
  • Events & Webinars
    • All Events
    • Innovation Talks
    • Innovation Summit
    • Let's Exchange Series
    • Partner Success
    • Process Automation Talks
    • Technology Partners
  • Ideas
    • EcoStruxure Building
      • EcoStruxure Building Advisor Ideas
      Remote Operations
      • EcoStruxure Geo SCADA Expert Ideas
      • Remote Operations Devices Ideas
      Industrial Automation
      • Modicon Ideas & new features
  • Blogs
    • By Topic
    • By Topic
      EcoStruxure Power & Grid
      • Backstage Access Resources
      EcoStruxure IT
      • EcoStruxure IT™ Advisor CFD
      Remote Operations
      • Remote Operations Blog
      Industrial Automation
      • Industrie du Futur France
      • Industry 4.0 Blog
      Power Distribution NEMA
      • NEMA Power Foundations Blog
      Energy & Sustainability Services
      • Active Energy Management Blog
      Light and Room Control
      • KNX Blog
      Knowledge Center
      • Digital E-books
      • Geo SCADA Knowledge Base
      • Industrial Automation How-to videos
      • Success Stories Corner
  • companyImpact

Building Automation Knowledge Base

Access this self-service resource 24/7 and post your questions or scroll through forums for answers on building automation.

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
  • Communities
  • Knowledge Center
  • Building Automation Knowledge Base
  • Building Automation Knowledge Base
  • Label: EcoStruxure Building Expert
Options
  • Subscribe
  • Bookmark
  • Invite a Friend
Invite a Co-worker
Send a co-worker an invite to the Exchange 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,192
  • TAC Vista 2,049
  • TAC IA Series 1,805
  • EcoStruxure Building Operation 1,715
  • TAC INET 1,461
  • Field Devices 712
  • Satchwell BAS & Sigma 475
  • EcoStruxure Security Expert 284
  • Satchwell MicroNet 254
  • EcoStruxure Building Expert 227
  • EcoStruxure Access Expert 124
  • CCTV 53
  • Project Configuration Tool 30
  • EcoStruxure Building Advisor 7
  • Automated Engineering Tool 4
  • EcoStruxure Workplace Advisor 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
3

Related Forums

  • Field Devices Forum

Previous Next

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite

Label: "ecostruxure building expert"

View in: "Building Automation Knowledge Base" | Community

227 Posts | First Used: 2018-09-06

Building Automation Knowledge Base

Sort by:
Helpfulness
  • Date
  • Views
  • Likes
  • Helpfulness
Options
  • Subscribe
  • Bookmark
  • Invite a Friend
  • « Previous
    • 1
    • 2
    • 3
    • …
    • 12
  • Next »
Label: "EcoStruxure Building Expert" Show all articles

Display values/objects from a remote MPM on dashboard of the monitor MPM

Issue Cannot select data points of remote nodes to be references in a graphic on the monitor MPM Environment SmartStruxure Lite Multi-Purpose Manager MPM-VA MPM-UN MPM-GW Cause Feature not built-in Resolution When building dashboards on monitor MPMs, only local points can be used in the graphics. To be able to select points of remote MPMs, The Object_Copy script must be used. The script will copy points from the remote nodes to the monitor and make them local to that monitor MPM. This method can be used in ZigBee, Canbus and UDP networks. For example, to copy a point from each of the remote MPMs to the monitor, the script would have to be modified as follows object_list[1] = {tag = "zone1", source_device = "DEV200", source_point = "AV11", destination_device = "ME", destination_point = "AV1"} object_list[2] = {tag = "zone2", source_device = "DEV300", source_point = "AV22", destination_device = "ME", destination_point = "AV2"} object_list[3] = {tag = "zone3", source_device = "DEV400", source_point = "AV33", destination_device = "ME", destination_point = "AV3"}   Important notes: This script increase the monitor's CPU % usage and increases the traffic on the network. Therefore, depending on the size of the network, it is critical not to use more than a couple of points per remote MPM
View full article
Picard Product_Support
‎2018-09-10 01:55 PM

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

Labels:
  • EcoStruxure Building Expert
1497 Views

Email Alert based on Events

Issue How to send an event based alarm to one or multiple email addresses using an MPM Product Line EcoStruxure Building Expert Environment SmartStruxure Lite Multi-Purpose Manager MPM-VA MPM-UN MPM-GW Cause Emails can only be sent using a Lua script Resolution To send e-mails to alert a list of recipients when a pre-defined condition is met, you need to create a Lua Program object (PG1 for example) on your monitor MPM. Copy and paste the attached Email_Alert_AN015 script in the Loop section of the program object and activate it by pressing the green Play button. Don’t forget to save both the object and the database when you are done. You will need to modify this script to represent your own event, including the server information, the list of recipients and the content of the message sent. The monitored variable and the limit conditions can be modified directly from the Event object in Building Expert. In the above example, room temperature is 23 which means that the "Event State" is 0. An email alert will be sent out when the temperature exceeds the high limit (Event State = 3) or when the temperature goes below the low limit (Event State = 4) defined by the event.   Tip 1 Only a Manager connected via Ethernet has the ability to send emails. For a network composed of a daisy chain (CANbus) or a wireless mesh (ZigBee mesh), the Lua program that manages e-mail alerts for all the nodes on the network must reside on the monitor node. The variables in the Lua program will be obtained from any remote node on the network, and the email sent by the monitor if a condition is met. To get an object from a remote node, refer to Display values/objects from a remote MPM on dashboard of the monitor MPM Tip 2 Should you have issues sending emails with the above script, verify that the User and Password defined in the script are accurate and up to date and that all server information is accurate. Also ensure that the Ethernet configuration (ETH1 object) of your SmartStruxure™ Lite Manager is accurate and represents the current settings of your network. Pay special attention to the DNS and Gateway settings. Your monitor Manager will be able to operate on a local network even if these settings are not accurate, but will not be able to access the Internet, which is required to send emails. Tip 3 When using Google’s server mentioned below, it is important to use the following information Google* Server aspmx.l.google.com Domain google.com Port 25** Sender *** Recipient   Username (Not Required)**** Password (Not Required) *Google can only be used to send emails internally from Gmail to Gmail **When port 25 is used, emails are stored in the spam folder ***Bracket < > are not to be discarded, otherwise syntax error 5.5.2 appears ***Note that the user authentication is not required for the google server and if included, will be rejected. Tip 4 The AOL’s server mentioned below can be used to send emails from an AOL account to any other email and does not send the emails to the spam folder AOL Server Smtp.aol.com Domain Aol.com Port 25 or 587 Sender email@AOL.com Recipient Your_email@AOL.com Username (Required) email@AOL.com     (or any other email) Password (Required) Your password   Tip 5 Email server using Port 25 and not requiring authentication, sendUser and SendPassword lines needed to be deleted from Variables section
View full article
Picard Product_Support
‎2018-09-10 01:57 PM

Last Updated: Administrator CraigEl Administrator ‎2022-08-08 07:41 PM

Labels:
  • EcoStruxure Building Expert
2162 Views

How to use MPM Modbus Generic Driver

Issue In firmware 2.19.1, the MPM Modbus Generic Driver feature has been introduced with little to no explanation on how to use it Product Line EcoStruxure Building Expert Environment Multi Purpose Manager (MPM) Cause Sample CSV file not available on MPM Resolution In order to establish communication with a modbus device, a CSV (comma separated values) file of a certain format must be uploaded to the GMC1 object. Once uploaded the file will be visible in the drop-down list.   Requirements and Limitations Only holding registers are supported at this time (Modbus function codes 3 and 16) The CSV file mast be renamed Modbus_[label].csv where label is the name of the device or a label to help identification (e.g. Modbus_SE8000.csv) Write only registers are not supported It is not possible to use a more than 32 bits variable in write mode It is not possible to leave a blank column in CSV register configuration file except the last column It is not possible to create a continuous register table using different variable types   The CSV file must have the following format: modbus_addr,register_type,label,access,factor,unit Download example here (The text file can be viewed in a text editor but its extension must renamed to csv before uploading it to the MPM) modbus_addr: modbus register address (Decimal number between 1 and 65535) register_type: "uint" (UI16) "int" (SI16) "float" (F32) "ulong" (UI32) "int64" (SI64) "uint64" (UI64) label: name for this register, this will also be used to populate the associated object in the MPM Alphanumeric value between 1 and 32 characters. No special characters (comma, simple quotes, double quotes,%,&,@,#, etc.) access: read or read_write. read will only poll register based on driver availability (30 seconds typical) read_write will monitor for a change of value of the associated point, which will then generate a write event to the device with this new value factor: multiplier / gain Float number, typical between 0.001 and 65535. Typical use are factors of 10: (1,10,100, etc) This factor is multiplied when reading and is divided when writing.     unit: BACnet unit, used for the object units in the MPM. Number from the following list: 169 ampere square meters 3 Amperes 167 amperes per meter 168 amperes per square meter 55 bars 20 BTUs 50 btus per hour 117 btus per pound 24 btus per pound dry air 179 candelas 180 candelas per square meter 118 centimeters 60 centimeters of mercury 57 centimeters of water 79 cubic feet 84 cubic feet per minute 142 cubic feet per second 80 cubic meters 135 cubic meters per hour 165 cubic meters per minute 85 cubic meters per second 105 currency1 114 currency10 106 currency2 107 currency3 108 currency4 109 currency5 110 currency6 111 currency7 112 currency8 113 currency9 25 cycles per hour 26 cycles per minute 70 days 65 degree days celsius 66 degree days fahrenheit 90 degrees angular 62 degrees celsius 91 degrees celsius per hour 92 degrees celsius per minute 64 degrees fahrenheit 93 degrees fahrenheit per hour 94 degrees fahrenheit per minute 63 degrees kelvin 181 degrees kelvin per hour 182 degrees kelvin per minute 14 Degrees Phase 120 delta degrees fahrenheit 121 delta degrees kelvin 170 farads 33 feet 77 feet per minute 76 feet per second 38 foot candles 28 grams of water per kilogram dry air 155 grams per minute 154 grams per second 133 hectopascals 171 henrys 27 hertz 51 horsepower 71 hours 158 hundredths seconds 81 imperial gallons 86 imperial gallons per minute 32 inches 61 inches of mercury 58 inches of water 183 joule seconds 16 Joules 127 joules per degree kelvin 128 joules per kilogram degree kelvin 23 Joules/Kilogram Dry Air 147 kilo btus 157 kilo btus per hour 39 kilograms 186 kilograms per cubic meter 44 kilograms per hour 43 kilograms per minute 42 kilograms per second 129 kilohertz 122 kiloohms 17 Kilojoules 151 kilojoules per degree kelvin 125 kilojoules per kilogram 149 kilojoules per kilogram dry air 75 kilometers per hour 54 kilopascals 9 Kilovolt Amperes 12 Kilovolt Amperes Reactive 19 Kilowatt Hours 48 kilowatts 6 KVs 138 kw hours per square foot 137 kw hours per square meter 82 liters 136 liters per hour 88 liters per minute 87 liters per second 36 lumens 37 luxes 148 mega btus 130 megahertz 126 megajoules 152 megajoules per degree kelvin 150 megajoules per kilogram dry air 140 megajoules per square foot 139 megajoules per square meter 10 Megavolt Amperes 13 Megavolt Amperes Reactive 146 megawatt hours 49 megawatts 123 megohms 31 meters 164 meters per hour 163 meters per minute 74 meters per second 166 meters per second per second 78 miles per hour 2 Milliamperes 134 millibars 30 millimeters 59 millimeters of mercury 162 millimeters per minute 161 millimeters per second 145 milliohms 159 milliseconds 124 millivolts 132 milliwatts 72 minutes 68 months 7 MVs 153 newton 160 newton meters 187 newton seconds 188 newtons per meter 95 no units 172 ohm meters 4 Ohms 97 parts per billion 96 parts per million 53 pascals 131 per hour 100 per minute 101 per second 98 percent 143 percent obscuration per foot 144 percent obscuration per meter 99 percent per second 29 percent relative humidity 56 pounds force per square inch 40 pounds mass 46 pounds mass per hour 45 pounds mass per minute 119 pounds mass per second 15 Power Factor 102 psi per degree fahrenheit 103 radians 184 radians per second 104 revolutions per minute 73 seconds 173 siemens 174 siemens per meter 116 square centimeters 1 Square Feet 115 square inches 0 Square Meters 185 square meters per newton 175 teslas 21 Therms 22 Ton Hours 41 tons 156 tons per hour 52 tons refrigeration 83 us gallons 89 us gallons per minute 8 Volt Amperes 11 Volt Amperes Reactive 5 Volts 176 volts per degree kelvin 177 volts per meter 18 Watt Hours 47 watts 189 watts per meter per degree kelvin 34 watts per square foot 35 watts per square meter 141 watts per square meter degree kelvin 178 webers 69 weeks 67 years
View full article
Picard Product_Support
‎2018-09-10 02:30 PM

Labels:
  • EcoStruxure Building Expert
2387 Views

SE8000 does not retain settings after power loss

Issue Power cycling the SE8000 room controller will cause the settings to revert to default. This requires reconfiguring each of the parameters once again. Product Line EcoStruxure Building Expert Environment Multi Purpose Manager Automation Server SE8xxx Room controller SE8000 Series SER8300, SE8300, SE8350 Ex. Viconics branding VT8000 Series Cause This has to do with BACnet priority; if the configuration was not written with the appropriate priority, the Room controller will overwrite the parameters upon a power cycle and set them to default. Resolution There are a few ways to prevent the SE8000 from reverting to its default settings after a power cycle: Configuring each Room Controller locally by navigating to the configuration menu. (Centralized and Standalone system) Using a LUA4RC script (Centralized and Standalone system) Writing to points with a specific priority via the BACnet front-end (Centralized system) NOTE: Since Zigbee does not have any command prioritization mechanisms, setting the parameters from an MPM via Zigbee will not be retained after a power cycle and is strongly not recommended. All three methods can be used to configure a Room Controller prior to or after its installation. Configuration prior to installation can save a lot of time for the technician on site.     1 - Configuration on SE8000 (Local) Changing the parameters on the SE8000 locally will permanently save the settings and will also allow the user to change the parameters settings locally (e.g. Occupied cooling setpoint). This however can be time consuming.   2 - Configuration via LUA4RC This method is especially useful in standalone applications with no BACnet front end. If there are many parameters that need to be adjusted, it will be quicker to upload the script to each of the Room controllers rather than navigate to each parameter manually. By default, when you assign a value to a BACnet point, the write priority will be priority 16 Example: ME.MV6 = 2 --Set "Network Units" to Imperial (blocked by using priority 16, not user-adjustable) To write to another priority, an array is used Example: ME.MV4_PV[3] = 1            --Language will be blocked by user, room controller and bacnet front-end. Will be saved to memory and will stay after a power cycle NOTE: To release this priority, you can set it to nil (example: ME.AV25_PV[8] = nil). To access the relinquish default, priority 17 can be used Example: ME.MV10_PV[17] = 1    --Set "Occupancy Command" to "Local Occupancy"; here it is mandatory to have (_PV[17]) because thermostat must be able to toggle between "Occupied" and "Unoccupied" temperature Use the script below as a template for your LUA4RC script (remove comments to use less memory) if not init then ME.MV6 = 2           --"Network Units" ME.MV10_PV[17] = 1  --"Occupancy Command"  ME.AV46_PV[17] = 3   --"Standby Temperature Differential" ME.MV5 = 2           -- "Time Format" ME.AV67_PV[17] = 4   --Standby Time ME.AV68_PV[17] = 12  --Unoccupied Time ME.MV46_PV[17] = 3   --UI 16 Configuration ME.MV4_PV[3] = 1     --Language --Add all required configuration parameters init = true end   3 - Configuration Via BACnet: SE8000 parameters can be configured via the BACnet front end by using the following priorities: Priority 2 or 3: Using these priorities will permanently save the setting on the SE8000 and will not allow the user to change the settings locally. Relinquish default: This will allow the user to change the value locally on the SE8000. This is typically used with setpoints NOTE: using Priority 16 will not allow the user to change the value locally on the SE8000, however, the SE8000 will revert to value to default upon a power cycle. Another effective method is to push the configuration to multiple SE8000s across the network using a lua script. See Bulk Lua4RC upload via BACnet (Mass upload).
View full article
Picard Product_Support
‎2018-09-10 10:43 AM

Last Updated: Administrator CraigEl Administrator ‎2022-08-08 06:22 PM

Labels:
  • EcoStruxure Building Expert
2486 Views

Software and Firmware compatibility matrix for older versions of the traditional product lines

Issue Current information will be stored and updated in release notes and online documentation. Compatibility Matrix of Operating Systems, Video, Product Announcements, SQL Compatibility Product Line Andover Continuum, EcoStruxure Building Expert, EcoStruxure Building Operation, Satchwell Sigma, TAC IA Series, TAC INET, TAC Vista Environment Windows Operating Systems and iBMS (intelligent Building Management System) Software Cause Compatibility, Firmware, Product Announcements Resolution Please see release documentation for current and recent products. For the Firmware compatibility matrix for: I/NET, it is available HERE or the EcoBuilding Download Center Continuum, click HERE Xenta Software Downloads HERE Vista, click HERE StruxureWare Building Operation, click HERE Product Announcements can be a great tool for discovering which products have been tested and are compatible with the different versions. These documents are available on the Extranet, but have been compiled here for ease of access: I/NET 2.40   Product Announcement 2.41   Product Announcement 2.41a Product Announcement 2.42   Product Announcement and Compatibility Matrix (page 5) 2.43   Product Announcement PA-00239 2.44a Software Available from Exchange Download Center 2.45   Software Available from Exchange Download Center 2.46 Software Available from Exchange Download Center 2.47 Software Available from Exchange Download Center 2.47a Software Available from Exchange Download Center 2.47b Software Available from Exchange Download Center 2.48 Software Available from Exchange Download Center Operating Systems and SQL Supported Video Compatibility Support Policy PA-00279 Software Support for TAC I/NET Continuum v1.92 Product Announcement v1.93 Product Announcement v1.94 Product Announcement PA-00210 1.94 SP1 Product Announcement PA-00273 1.9 - 2.1 Software, Firmware, & Video Compatibility Matrix Concerning IE10 and IE11 browser support  2.0 Feature Blast 2.0 + 2.01/ 2.02 Update Compatibility Matrix 2.0  Product Announcement PA-00353 2.0 CyberStation Installation Guide 2.0 WebClient Installation Guide 2.0 Software License and Ordering Activation Process 2.0 Software and Controller Upgrade Process Andover Continuum PA-00333 Support Policy PA-00272 for Andover Continuum Vista v5.1.5 Product Announcement v5.1.6 Technical Product Advisory v5.1.7 release note document, TAC Vista Compatibility Matrix, SNVT Matrix documents, and TPA-VSTA-11-0020.00 v5.1.7 Product Announcement x5.1.8 Release Note TAC Vista 5.1.8 and TAC Xenta 500/700/900 5.1.8 v5.1.9 Vista Compatibility Matrix SecurityIAS Product Announcement PA-00291 Product Announcement TAC Vista transition to SmartStruxure solution overview  Support Policy PA-00274 for TAC Vista Satchwell Sigma v4.05 SEB Release Notes v4.06 Release Notes v4.06 Release Note Supplement v4.07 Release Notes Satchwell Sigma Standard Edition Installation and User’s Guide Support Policy PA-00297 for Satchwell Sigma v4.08 Release Notes PA-00397 Sigma Version 4.08 Sigma server on a virtual machine Satchwell Micronet data sheet - MicroNet View 2.1 OS Compatibility - Micronet View PA-00228 Product Announcement Support Policy PA-00298 for Satchwell MicroNet PA-00228 Satchwell MicroNet End of Commercialization Announcement I/A Series PA-00163 I/A Series R2 & G3 Product Announcement PA-00114 Legacy Products Windows 7 Compatibility I/A Series R2 with Windows Compatibility Chart PA-00243 Software Product Update - Q2 2013 PA-00251 Hardware Product Update - Q2 2013 PA-00278 Software Product Update - Q3 2013 I/A Series (Niagara) R2 Windows Compatibility Matrix with additional detail I/A Series (Niagara) AX/G3/N4 Windows Compatibility Matrix with additional detail Support Policy PA-00280 R1 for TAC I/A Series StruxureWare Building Operation Please visit Maximum number using StruxureWare Building Operation (Scalability and Capacity) SmartStruxure Lite Please visit SmartStruxure Lite solutions
View full article
Picard Product_Support
‎2018-09-07 07:37 AM

Last Updated: Lieutenant JG MaximeLaudren Lieutenant JG ‎2022-11-09 12:44 PM

Labels:
  • Andover Continuum
  • EcoStruxure Building Expert
  • EcoStruxure Building Operation
  • Satchwell BAS & Sigma
  • TAC IA Series
  • TAC INET
  • TAC Vista
8614 Views

Using WireShark to analyse communications on an Ethernet network

Issue General use of the Wireshark program. Product Line Access Expert, Andover Continuum, EcoStruxure Building Expert, EcoStruxure Building Operation, Pelco, Satchwell MicroNet, Satchwell Sigma, TAC IA Series, TAC INET, TAC Vista Environment Ethernet Networks Cause General Information on using WireShark. Resolution Wireshark is an Ethernet packet analysis programme, Which can be downloaded from: Latest version available from Wireshark Locally stored version 1.0.9 Installing Wireshark If necessary, unzip the WireShark executable file to a suitable location on the PC/Laptop you wish the programme to be installed on. Run the executable file and follow the on-screen instructions. Rules for capturing LAN traffic using Wireshark: Do not use a switch or router to connect the LAN capture PC to the network as these will filter important network activity that you will need to see. You will want to capture everything that is passing over the network at the point of concern. Usually, this means tapping into the ethernet at the Controller or controllers, that is having an issue. midBit-Technologies-LLC-10-100 is an example of a device that can be used to easily tap into the network to take the capture. The monitoring PC must see all traffic from the controller's point of view. The monitoring PC can be connected in either two ways: Connected to the network at the controller The customers IT department can mirror all the network traffic from the controllers port to another port the PC can be connected to. If connected to the network at the controllers, the connection must be made through a true ethernet hub. A hub will not selectively filter important network traffic as a switch or a router will do. More information on what a "true ethernet hub" can be found at http://wiki.wireshark.org/HubReference There are however some switches that feature port mirroring, please see How to Configure a NETGEAR Prosafe Plus Switch for Mirroring. If connected to a mirrored port, the port must mirror 100% of the network traffic to and from the controller. No filtering should be done. Once a complete capture file has been obtained it can be filtered after the fact using WireShark or EtherReal. Using Wireshark Run WireShark Start a trace by choosing the "Capture" menu and then select "Interfaces" Choose the appropriate interface. Generally, this can be identified by its IP Address, but if not, then the packets increasing are an indication. Press the "Start" button. The trace will start and will be similar to the following screenshot. After an appropriate time, the trace can be stopped by selecting "Capture" menu and "Stop" To save the capture file, choose "File" menu and "Save As".
View full article
Picard Product_Support
‎2018-09-07 11:51 PM

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

Labels:
  • Andover Continuum
  • CCTV
  • EcoStruxure Access Expert
  • EcoStruxure Building Expert
  • EcoStruxure Building Operation
  • Satchwell BAS & Sigma
  • Satchwell MicroNet
  • TAC IA Series
  • TAC INET
  • TAC Vista
5431 Views

How to configure SE8600 for heat pump application

Issue Installation and configuration for SE8600 heat pump application Product Line EcoStruxure Building Expert Environment  SE8600 Cause Installation and configuration errors for heat pump application Resolution SE8600 terminal identification In typical HP application, you shall connect to following terminals below: Y2 = Compressor 2 | Y1 = Compressor 1 | G = Fan | RC = 24 Vac positive | C = Common << 24Vac common >> W1 = Auxiliary Heating stage | W2 = O/B = First stage heating | UI22 = Supply temperature sensor | UI23 = Outdoor temperature sensor Depend on specification document, the application may require addition controls and connections. Application shall be set to: HP for heat pump From winter to summer season, high BP is the outdoor temperature value ABOVE which the system transfer from auxiliary heat <> and maintain heating setpoint with the heat pump << default 32°C >>. Temperature shall be set per system geographical localization. From summer to winter season, low BP is the outdoor temperature value BELOW which the system transfer from heat pump <> and maintain heating setpoint with the auxiliary heat << default -24.5°C >>. Temperature shall be set per system geographical localization. * Outdoor temperature sensor shall be installed   Heat pump reversing valve operation O: energize valve in cooling operation << default position >> B: energize valve in heating operation Heat pump system
View full article
Picard Product_Support
‎2018-09-10 10:24 AM

Last Updated: Administrator CraigEl Administrator ‎2022-08-11 09:58 PM

Labels:
  • EcoStruxure Building Expert
1507 Views

How to configure a schedule in an SE8000

Issue Unable to configure the schedule in SE8000 series thermostat. Product Line EcoStruxure Building Expert, Field Devices Environment SE8000 Cause The system is not following building occupancy and operation as needed Resolution Tap and hold the top middle of the screen and tap on lower right arrow of page 1/2 setup. There are seven different schedule setting screens, one for each day of the week. Each day can have different scheduled events. Options The options settings allow the Room Controller to function in Occupied or Unoccupied. Occupancy Command Local occupancy: occupancy is determined by local PIR or schedule, as configured under Occ. Source from the configuration menu. Schedule Type 7 days: Independent scheduling for each day 5+1+1 days: Weekdays scheduling and Independent Weekend scheduling for Saturday and Sunday 5+2 days: Weekdays scheduling and Weekend scheduling
View full article
Picard Product_Support
‎2018-09-10 09:49 AM

Last Updated: Administrator CraigEl Administrator ‎2021-12-21 01:25 PM

Labels:
  • EcoStruxure Building Expert
  • Field Devices
1427 Views

Disabling administrator rights messages in Windows 7 OS and above

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 Services for assistance. Issue Software installation problems with Windows 7 OS and above Configuration problems also known as UAC / User Account Control These problems occur when you receive an error message stating that you do not have the correct administrative rights to continue. Product Line Andover Continuum, EcoStruxure Building Expert, EcoStruxure Building Operation, Satchwell MicroNet, Satchwell Sigma, TAC INET, TAC Vista Environment Windows 7 Windows 8 8.1 Windows 10 Server 2012 Cause Windows 7 and above user administrator privilege settings (UAC) Resolution The solution to this issue is to turn off the user admin settings before the software is installed by following these instructions: Go to Start > Control Panel. Set the view to "small icons" to show all Control Panel icons Click on "User Accounts." Make sure that the account used for installing the software is a full admin user. On this page, click on "Change User Account Control settings", a slider bar that starts with "Never notify" up to "Always notify" by default will be set to "Notify me only when programs try to make changes to my computer" Set it to "Never notify." This will disable all the admin blocks that pop up in installing and configuring software Once set, restart the PC and then continue with your software installation and configuration Once all is installed and working, the feature may be turned back on if required. Additional requirements for Windows server 2012 and Windows 10. Please note: this process may open the "Windows 10 Firewall up" For Windows Server 2012 and Windows 10, additional steps are required to disable User Account Control. Although the slider bar can be set to “Never Notify”, the User Account Control does not disable completely. The User Account Control can be disabled for any user by setting the system registry value “EnableLUA” to zero in the system registry under the registry key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system”. A Windows registration file has been included in the Continuum 2.01 release in order to expedite these additional steps. Or the attached file EnableLUA.zip can be used, unzip and execute.  Supplement: Using the right click "run as administrator" instead of this is not the same. The right click will only run that .exe as an administrator and not the whole install/configuration package, i.e. SQL2005 manager will fail to run if you do not do as instructed above. You will always get an error stating that you do not have permission to run this program.  Alternate Windows 10 Admin. to User privilege for I/Net Seven:   Go to this path: C:\Program Files (x86)\ Inet Seven 1) Rename and move to a new folder these files.       A) INetIoSrv.exe.manifest       B) INetW.exe.manifest       C) If there is a file equalization client, then there is INetEqzMerge.exe.manifest to do this change on as well.  2) Change the DbCreate by doing this:       Another problem for non-admin users will be logging into and using DbCreate. A work-around for that would be to create a new login into the SQL database that could be shared among all DbCreate users and would provide the necessary rights.       Alternate Windows 7 Admin to User privilege for I/Net Seven:  See the attached Document and Manifest Files  
View full article
Picard Product_Support
‎2018-09-10 12:23 AM

Last Updated: Administrator CraigEl Administrator ‎2022-08-10 09:52 PM

Labels:
  • Andover Continuum
  • EcoStruxure Building Expert
  • EcoStruxure Building Operation
  • Satchwell BAS & Sigma
  • Satchwell MicroNet
  • TAC INET
  • TAC Vista
2479 Views

How to Configure a NETGEAR Prosafe Plus Switch for Mirroring

Issue Need to mirror a switch port in order to capture controller data with Wireshark.   Product Line Access Expert, Andover Continuum, EcoStruxure Building Expert, EcoStruxure Building Operation, TAC IA Series, TAC INET, TAC Vista Environment NETGEAR Prosafe Plus Switch Cause Need a step-by-step guide to set up a mirrored port and an understanding of how it works.  Resolution View the attached video.   Use the link to the original post in Area360 to get written instructions.
View full article
Picard Product_Support
‎2021-02-01 01:06 PM

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

Labels:
  • Andover Continuum
  • EcoStruxure Access Expert
  • EcoStruxure Building Expert
  • EcoStruxure Building Operation
  • TAC IA Series
  • TAC INET
  • TAC Vista
1748 Views

SE 7300 override/&deg;C-&deg;F button choice.

Issue When defining configuration on SE7300 part no, your choice is between "0" (override) and "5" (possibility to change between °C and °F in interface). Environment SE7300 Cause its not possible to have both override and °C/°F feature Resolution When defining the part number, you will have to choose. The override feature is usually the preferred choice in industrial applications, while the °C/°F feature is used for Hotels and similar, where users are given the possibility to change unit of desired temperature.
View full article
Picard Product_Support
‎2018-09-06 12:51 PM

Labels:
  • EcoStruxure Building Expert
  • Field Devices
968 Views

SE7000/SE8000 Series BACnet Communication disconnects

Issue SE7000/SE8000 controllers are randomly going offline or are undiscoverable on BACnet network. Product Line EcoStruxure Building Operation, EcoStruxure Building Expert Environment Building Operation Workstation Building Operation Automation Server SSL SE7000 SSL SE8000 Cause Improper terminations of the BACnet MS/TP communication cable.   Resolution The REF (reference) Terminal is a BACnet Reference which is a voltage reference required by BACnet testing lab (BTL) and it is rarely used in the industry. If not used as a reference, The Ref terminal should be left empty. It is not a terminal to land a shield nor a ground.    At each thermostat (Cable Junction) : Connect the (+) and the (-) wires Twist the shields together Tape around the cable to prevent short-circuit. Ground the shield at one end only (usually on the BAS side) and leave the REF terminal empty Ensure that the shield wire is not connected to the REF (Reference) terminal.
View full article
Lieutenant Ramaaly Lieutenant
‎2021-10-27 12:10 PM

Last Updated: Spock RobertAndriolo Spock ‎2021-10-27 06:53 PM

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

SE8000 Displaying White blocks

Issue The SE8000 display face shows white blocks in place of expected data points. Product Line EcoStruxure Building Operation, EcoStruxure Building Expert Environment Building Operation Workstation Building Operation Automation Server SSL SE8000 Cause Upgrading the firmware of SE8000 using the Uploader Tool may not have been completed successfully. Resolution   .  
View full article
Lieutenant Ramaaly Lieutenant
‎2021-10-27 12:11 PM

Last Updated: JohnBoehmer Schneider Alumni (Retired) ‎2021-12-21 08:22 AM

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

SE7300 series BACnet controller does not come online in StruxureWare Building Operation

Issue SE7300 series BACnet controller does not come online in StruxureWare Building Operation if the communications address is greater then 127. Product Line EcoStruxure Building Expert, EcoStruxure Building Operation, Field Devices Environment StruxureWare Building Operation BACnet Cause The communications Address of SE7300 series BACnet controller can be set between 0 to 254. In StruxureWare Building Operation the highest address can be set only up to 127. Resolution Set the communication address less than or equal to 127 for SE7300 series BACnet controllers. Please refer to the Default Device ID / Device Instance of SE7000 series BACnet controllers to know the default Device ID / Device Instance of SE7000 series BACnet controllers.
View full article
Picard Product_Support
‎2018-09-11 03:49 AM

Last Updated: Administrator CraigEl Administrator ‎2022-08-09 05:36 AM

Labels:
  • EcoStruxure Building Expert
  • EcoStruxure Building Operation
  • Field Devices
1231 Views

Create EWS between SmartStruxure and SmartStruxure Lite

Issue Create EWS between SmartStruxure and SmartStruxure Lite Product Line EcoStruxure Building Expert, EcoStruxure Building Operation Environment StruxureWare Building Operation site SmartStruxure Lite site Cause Steps to create EWS (EcoStruxure Web Service) between SmartStruxure and SmartStruxure Lite Resolution Release requirements: SmartStruxure Building Operation Release 1.3.938 and higher SmartStruxure Lite Version: Schneider Electric 2.7.0 and above Verification the Enterprise Server is running Open Building Operation Software Administrator. If Status shows Stopped, you must configure Building Operation. Otherwise, proceed to step 2. Ensure all Ports are correctly configured. Click Start Service and wait until application running shows in Path field. Click OK. Building Operation is now ready to integrate with SmartStruxure Lite The following example is using Server 1 in System Tree tab. In System Tree tab, right-click on Server 1. In newly opened window, select New. In newly opened sub window, select Interface. Click on Web Service to expand. Select EcoStruxure Web Service. In Name field, enter EcoStruxure Web Service. Click Next button. In Server field, enter IP address of Multi-purpose Manager (MPM) Controller you are connecting with. In Protocol field, ensure Communication port matches that on your server. In SOAP Endpoint field, enter ews in lower case letters. Take note that from SBO version 1.5 onwards, 'SOAP Endpoint' has been renamed to 'EWS Path'. IMPORTANT: You must enter ews in lower case letters in step 11. NOTE: If you are connecting to another StruxureWare Server, you must use an account that is in the default domain for log in credentials. Click Create button. Allow database to save completely before moving on to next step. In Server Tree tab, ensure new interface shows. You are now ready to connect your MPM Controller with Building Operation. Refer below to “Procedure - Connect MPM Controller to Building Operation." Procedure - Connect MPM Controller to Building Operation Ensure your MPM is physically connected to your workstation. In Server Tree tab, expand System folder. Expand Hardware folder. Expand EcoStruxure Web Services folder. Right-click C2G_root folder and select Host EWS Objects in sub window. Expand EcoStruxure Web Services folder. Select EcoStruxure and then select Web Services Properties Tab. Set Alarm Polling to Disabled. Procedure - View and Watch Data Points Expand CAN2GO controller. The List View tab shows all Objects available in Device. NOTE: EWS Consume in Building Operation server does not support connection over a ProxyServer.
View full article
Picard Product_Support
‎2018-09-11 04:31 AM

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

Using telnet command to check for open ports

Issue Checking if a port is open Product Line Andover Continuum, EcoStruxure Building Expert, EcoStruxure Building Operation, Field Devices, Pelco, Satchwell MicroNet, Satchwell Sigma, TAC IA Series, TAC INET, TAC Vista Environment TCP/IP Communication Command Prompt Telnet Command Cause Suspect certain network ports are blocked and need to verify Resolution It is possible to check if a port is open in a network by issuing the Telnet command. Note:- Telnet operates using the TCP protocol. UDP connectivity cannot be tested using Telnet. If a port is open, a blank screen will be seen after issuing the command: telnet [domainname or ip] [port] where [domainname or ip] is the domain name or IP address of the server being checked [port] is the port number the server application is listening on For example: telnet 192.168.0.20 9001 (to a closed port would display a connect failed message)   telnet 192.168.0.20 9003 (to an open port would display a blank screen)   To exit the Telnet session, type Ctrl + ] and then type "quit".   For how to enable Telnet in Windows 7 please see Enable Telnet Client on a Windows 7 PC
View full article
Picard Product_Support
‎2018-09-11 05:57 AM

Last Updated: Commander GavinHe Commander ‎2023-02-23 06:32 AM

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

Maximum Limits for StruxureWare Lite Design

Issue Maximum Limits for SmartStruxure Lite Design (Scalability, Capacity) Product Line EcoStruxure Building Expert Environment SmartStruxure Lite Multi-Purpose Manager (MPM) Cause What are the maximum number of communication between managers and end device Resolution Guidelines: number of end devices per node Wired ● 6 wired inputs (Ohms / Volts, Analog or Digital) ● 6 wired outputs (4 analog 0-12VDC, 2 digital) The analog output ports has a maximum nominal load of 50mA each. ● Need more? Modbus I/O extenders, SEC-TE, etc. Wireless devices ● In theory: almost unlimited (no physical constraints) ● In practice: limited by range and strength of wireless signal     ● EnOcean: Rule of thumb is within room (up to 75ft in building – line of sight)     ● ZigBee: Rule of thumb is within room (up to 150ft in building – line of sight)     Limited by application     ● Frequency of transmission     ● Efficient handling of data queues Guidelines: number of end devices per node BACnet - with the current basic client capabilities, the maximum number of devices supported on a single BACnet network is 1000. Modbus      Limitations for ModBus connectivity per MPM is 31 devices but depends on polling rate and amount of points:         ● Using pre-defined objects, polling rate is 30s / device         ● Using Lua script, polling rate variable ZigBee or EnOcean for the end devices? ZigBee ● Longer range ● Reliability built-in the protocol (ack, retries, …) ● Requires a battery ● Multiple channels available (possible to isolate networks / groups) EnOcean ● Self-powered (no battery) ● Easy to deploy ● Lower range ● Reliability must be ensured at the application level ● No retries ● ZigBee coordinator is a device that sets up the network, is aware of all the nodes within its network. Every ZigBee network must contain a network coordinator. ● ZigBee router can act as an intermediate router, passing on data from other devices. ● ZigBee end-device is part of the network, but doesn’t re-route information to neighbors. How many devices can I use? ZigBee ● A ZigBee network should not have more than 75 ZigBee devices in total (coordinator, router and end devices); ● A ZigBee network should not have more than 24 ZigBee routers (+1 coordinator) ● A ZigBee node (coordinator or router) should not control more than 10 peripheral end devices. EnOcean ● Using pre-built objects: ● 4 Thermostats ● 20 Switches ● 20 Relays ● The maximum number of devices added to each MPM is 49 ●The maximum number of EnOcean devices added to each MPM is 49 ●The maximum number of EnOcean devices with the same EEP added to each MPM is 49 .This only applies to firmware 2.13.1 and later, the limit for previous firmware is 20. An Exception is the following limits for devices/widgets per MPM: 20 EnOcean Switches 20 EnOcean Relays 4 EnOcean Thermostats The AV and BV variables The MPM-UN controller comes with 100 AV's and 100 BV's. MPM has capacity for up to 700 AV's and 700 BV's. After the initial 100 are consumed, add Value Banks of 100 for each AV and BV. Value Banks will be added as sub-devices under the main MPM.  Maximum data Points: MPMs can have up to 750 data points per monitor. What is the maximum size for background graphics? The maximum size of a background picture (in dashboard or section map) is 2Mbyte with a maximum resolution of 1920 x 1080 (Width x Height). For analog inputs with a signal range in Ohms has no reading limit. You just need to configure the table in the AIC object assigned to referred input.
View full article
Picard Product_Support
‎2018-09-11 04:37 AM

Last Updated: Lieutenant JG MaximeLaudren Lieutenant JG ‎2022-08-18 09:22 AM

Labels:
  • EcoStruxure Building Expert
1545 Views

Does SmartStruxure Lite support e-mail servers that require authentication?

Issue Unsure what options are available in the Lua smtp.send() function. Product Line EcoStruxure Building Expert Environment SmartStruxure Lite Multi-Purpose Manager (MPM) Cause The Lua smtp.send() function is not fully documented. Resolution The syntax of the smtp.send() function is: smtp.send { from = string, rcpt = string or string-table, source = LTN12 source, [server = string,] [user = string,] [password = string,] [port = number,] [domain = string] }   From above you can see that the "from", "rcpt" and "source" fields are required. Whilst "server", "user", "password", "port" and "domain" fields are optional. Example Lua code is: --============================================================================== -- SSL email notification script example --============================================================================== -- Define the input you want to monitor below var("temperature", "ME.AI1") -- Room Temperature limit = 78 -- define the threshold now = scl.sysclock() if (temperature > limit) then -- When temperature is above threshold     if (sent == nil) -- Check if e-mail was already sent     and ((last == nil) or (now - last > 15 * 60)) then -- Maximum every 15 minutes         sent = true -- Only send e-mail once         last = now -- Keep track of last time     result, reason = smtp.send {     user = "alerts@server.com",  -- Enter your existing SMTP username     password = "test1234",  -- Enter your existing SMTP password     from = "alerts@company.com",  -- Enter your existing Source address     rcpt = {             "user1@company.com",  -- First recipient             "user2@company.com",  -- Second recipient             "user3@company.com"  -- Third recipient             },     source = smtp.message( {     headers = {     from = "alerts@company.com",  -- Displayed source address     to = "technicians@company.com",  -- Displayed recipients     subject = "Temperature Alert"  -- E-mail title                 },     body = "Current temperature is: " .. temperature .. " (above " .. limit .. ")" .. " [" .. os.date() .. "]"}),     server = "server.com" – enter your SMTP server                 }     if result ~= 1 then         print(os.date(), "E-mail was NOT sent:", reason)     else         print(os.date(), "E-mail was successfully sent.")     end end     else     sent = nil -- Re-enable alerting on condition end   --[[ Disclaimer: We hope that this script example and associated information (the "information") is valuable to you. Your use of this information, however, is at your sole risk. All information is provided "as -is", without any warranty, whether express or implied, of its accuracy, completeness, fitness for a particular purpose, title or non-infringement, and none of the third-party products or information mentioned in the work are authored, recommended, supported or guaranteed by Schneider Electric.. Further, Schneider Electric. shall not be liable for any damages you may sustain by using/installing/modifying this information, whether direct, indirect, special, incidental or consequential, even if it has been advised of the possibility of such damages. --]]  
View full article
Picard Product_Support
‎2018-09-06 10:04 AM

Last Updated: Lieutenant JG MaximeLaudren Lieutenant JG ‎2022-08-18 09:04 AM

Labels:
  • EcoStruxure Building Expert
1459 Views

How to Access the bootloader of MPM controller.

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 Services for assistance. Issue Under rare circumstances, resetting your Manager to its factory defaults may be necessary.  For example, if you have forgotten your Manager's IP address, or if you are experiencing login problems.  Environment SmartStruxure Lite Web Browser SmartStruxure Lite MPM Cause All SmartStruxure Lite™ Managers are equipped with a bootloader, accessible via a special IP address that lets you access several Manager firmware functions, among them, a factory reset.  Resolution WARNING: Restoring your Manager to factory settings should only be performed as a last resort; doing so will erase all its objects and devices, requiring you to reconfigure your Manager from scratch. Accessing the Bootloader As its name suggests, you access the bootloader at boot time, i.e., when you power up your Manager. To perform a factory reset: 1. Disconnect electrical power from your Manager by unplugging its power connector or unplugging its power supply from the AC outlet. 2. Ensure that your computer's TCP/IP settings are on the same subnet as the bootloader IP address:10.50.80.X.     IMPORTANT: Upon restarting your Manager, you will have only a brief interval–approximately 5 seconds–during which you will be able to access the bootloader. As such, we recommend that you perform the following steps 3.  Open your browser and type the following IP address into the address bar, but do not click the browser's Go icon or press any  key on your keyboard: 10.50.80.2 4. Reconnect your Manager's electrical power. 5. Within approximately 5 seconds, click your browser's Go icon or press the key to navigate to the  bootloader's IP address.  The bootloader screen displays.    6. In the Restore factory defaults area, click Submit. The Manager begins restoring its settings to the factory defaults. When completed, a success message displays.  7. Restart your Manager by clicking the Submit button in the Restart system area. 8. You may now log in to the Manager using its restored IP address: 10.50.80.3. If you cannot connect successfully to the bootloader using the above steps, chances are you are not navigating to the bootloader's URL within the defined 5-second window.       As an aid, some users may find it useful to do the following:      Open a command window and type the following: ping 10.50.80.2     As soon as you see a ping reply, return to your browser window and press the key to navigate to the address previously entered into the address bar.   Restoring your Manager to Factory Settings download as PDF.
View full article
Picard Product_Support
‎2018-09-11 06:01 AM

Labels:
  • EcoStruxure Building Expert
2713 Views

Frequency used on SmartStruxure Lite SE7000 controller Zigbee communication

Issue Which frequency is used by the Zigbee wireless communication protocol used in the SmartStruxure Lite? Product Line EcoStruxure Building Expert Environment SmartStruxure Lite SE7000 Zigbee Cause 2 different versions of Zigbee (W and P) are used, depending on generation of product. Resolution   W and P are using the same layer IEEE 802.15.4 at 2.4 GHz frequency, only the "language" is different. (they can't talk to each other) For more information and details on the different Zigbee protocols, please see: Zigbee on Wikipedia Zigbee Alliance
View full article
Picard Product_Support
‎2018-09-11 08:28 AM

Labels:
  • EcoStruxure Building Expert
905 Views
  • « Previous
    • 1
    • 2
    • 3
    • …
    • 12
  • 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 forum after you log in or create your free account.
Forum-Icon

Create your free account or log in to subscribe to the forum - 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 © 2023 Schneider Electric, Inc