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

Join our "Ask Me About" community webinar on May 20th at 9 AM CET and 5 PM CET to explore cybersecurity and monitoring for Data Center and edge IT. Learn about market trends, cutting-edge technologies, and best practices from industry experts.
Register and secure your Critical IT infrastructure

Export All the points from EWS Restful Gateway of SBO

SmartConnector Forum

Schneider Electric support forum about SmartConnector applications for integration of other building management systems (BMS) into EcoStruxure Building Operation.

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
  • EcoStruxure Building
  • SmartConnector
  • SmartConnector Forum
  • Export All the points from EWS Restful Gateway of SBO
Options
  • Subscribe to RSS Feed
  • Mark Topic as New
  • Mark Topic as Read
  • Float this Topic for Current User
  • Bookmark
  • Subscribe
  • Mute
  • Printer Friendly Page
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
Top Experts
User Count
JeffBowman
Sisko JeffBowman Sisko
164
ardak
ardak Schneider Alumni (Retired)
34
sesa180908_brid
Commander sesa180908_brid Commander
34
mike_meirovitz
Commander mike_meirovitz
21
View All

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Solved Go to Solution
Back to SmartConnector Forum
Solved
sesa145087_brid
sesa145087_brid Schneider Alumni (Retired)
Schneider Alumni (Retired)

Posted: ‎2017-07-17 12:05 AM

0 Likes
25
2428
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2017-07-17 12:05 AM

Export All the points from EWS Restful Gateway of SBO

Dear,

   I am trying to expose all the SBO data through EWS Restful gateway to a 3rd party cloud platform. Since there are more than 10,000 points, it there any quickly export all the points name and path to a spreadsheet for them to do the mapping? Or anyway for them to scan all the points in one time? I know probably AET can help, but no sure whether it can really do. Thank you very much!

Andrew Ding

Reply
  • All forum topics
  • Previous Topic
  • Next Topic

Accepted Solutions
sesa180908_brid
Commander sesa180908_brid Commander
Commander

Posted: ‎2017-07-17 11:46 AM

0 Likes
21
2231
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2017-07-17 11:46 AM

I created the Processor in a new "samples" project which you can find here: https://github.com/BuildingsLabs/SmartConnectorSamples.

Specifically the "SmartConnector.UtilityExtensions.EwsDiscoveryProcessor".  When I have time, I'll add more to it but for now it navigates the EWS tree and exports all ValueItem (not Value and State for now) to a CSV file from a given starting ContainerItem ID.

See Answer In Context

Reply
Replies 25
sesa180908_brid
Commander sesa180908_brid Commander
Commander

Posted: ‎2017-07-17 06:21 AM

0 Likes
24
2231
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2017-07-17 06:21 AM

Andrew,

While there is nothing native in SmartConnector that does this it shouldn't be to difficult to write a Processor that "walks the tree" using the EwsClient class.  The information obtained could easily be written to a CSV file for import into Excel.

If anyone on the forum has done this perhaps they could share some code?

Reply
sesa145087_brid
sesa145087_brid Schneider Alumni (Retired)
Schneider Alumni (Retired)

Posted: ‎2017-07-17 07:28 AM

0 Likes
23
2231
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2017-07-17 07:28 AM

Hi Mark,

 

Thanks for your reply. If it is not native, would you please give me some clues, like what function is used/called so that I can involve a programmer to get in? Thanks!

Reply
sesa180908_brid
Commander sesa180908_brid Commander
Commander

Posted: ‎2017-07-17 11:46 AM

0 Likes
21
2232
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2017-07-17 11:46 AM

I created the Processor in a new "samples" project which you can find here: https://github.com/BuildingsLabs/SmartConnectorSamples.

Specifically the "SmartConnector.UtilityExtensions.EwsDiscoveryProcessor".  When I have time, I'll add more to it but for now it navigates the EWS tree and exports all ValueItem (not Value and State for now) to a CSV file from a given starting ContainerItem ID.

Reply
sesa145087_brid
sesa145087_brid Schneider Alumni (Retired)
Schneider Alumni (Retired)

Posted: ‎2017-07-17 05:36 PM

0 Likes
0
2231
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2017-07-17 05:36 PM

Hi Mark,

Really appreciate for this! But I didn't find the exact name. Is it SmartConnector.UtilityExtensions? Thanks!

Andrew

Reply
sesa145087_brid
sesa145087_brid Schneider Alumni (Retired)
Schneider Alumni (Retired)

Posted: ‎2017-07-17 06:07 PM

0 Likes
0
2231
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2017-07-17 06:07 PM

Hi Mark,

I found it in the code. It should be this. Thanks! I will look into this and see what I can do.

Thanks!

Reply
sesa145087_brid
sesa145087_brid Schneider Alumni (Retired)
Schneider Alumni (Retired)

Posted: ‎2017-07-18 01:43 AM

0 Likes
15
2231
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2017-07-18 01:43 AM

Hi Mark,

I am sorry but is it possible to tell me how to use this project? Does it create a new function beyond what is written in EWS RESTful gateway manual? Or is it possible to make a simple HMI so that we can use it? Since scan function is not available for our gateway, the 3rd party still needs us to provide the spreasheet.

And also, by this way, is it possible to also see the value within function block/script program? Or I have to create virtual points for data sharing?

Thank you very much!

Andrew

Reply
sesa180908_brid
Commander sesa180908_brid Commander
Commander

Posted: ‎2017-07-18 05:36 AM

1 Like
14
2231
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2017-07-18 05:36 AM

The project is the source code for a SmartConnector Extension assembly.  I did this to jump start your developer.  Your developer will need to compile the code, deploy the assembly to your SmartConnector installation, add a configuration in SmartConnector and then run the processor.  The last two steps are done with the SmartConnector Portal.

This is all documented in SmartConnector Developers Guide.pdf and

Reply
sesa145087_brid
sesa145087_brid Schneider Alumni (Retired)
Schneider Alumni (Retired)

Posted: ‎2017-08-03 02:36 AM

0 Likes
0
2231
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2017-08-03 02:36 AM

Hi Mark,

Thanks for this. I will make it out. Appreciate.

Andrew

Reply
sesa145087_brid
sesa145087_brid Schneider Alumni (Retired)
Schneider Alumni (Retired)

Posted: ‎2017-08-03 03:33 AM

0 Likes
12
2231
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2017-08-03 03:33 AM

Hi Mark,

Today I tried it out. But how to fill Output File Path field? I have tried different file path, or even IIS website, but the log always says access to the path denied. Any special setting needs to be modified?

Thanks!

Andrew Ding

Reply
sesa180908_brid
Commander sesa180908_brid Commander
Commander

Posted: ‎2017-08-04 06:19 AM

0 Likes
11
2231
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2017-08-04 06:19 AM

I'm not sure exactly what you are asking but here is what you should have done.  Please indicate which steps you did that are not behaving as expected.

  1. Compile the sample code and copy the SmartConnector.UtilityExtensions.dll file to the installation of SmartConnector (e.g.C:\Program Files (x86)\Schneider Electric\SmartConnector).
  2. Open a browser on the SmartConnector machine and browse to the portal (e.g. http://localhost:8082/ by default).
  3. Log in with your credentials
  4. Select Configurations-Processor menu option
  5. Click Add New
  6. From the "Step 1 - Pick an assembly", click on "SmartConnector.UtilityExtensions.dll".
  7. Click Next.
  8. From "Step 2 - Choose a Class", click on "EwsDiscoveryProcessor".
  9. Click Next.
  10. Click Finish
  11. After the configuration is created and the page refreshes automatically, click the "Details" tab

At this point, you should see all the configurable properties and this is where you would enter in your values and save the updated configuration.  When you run the Processor Configuration (it can be started from this page or the listing page), you will should see your file generated.

Since everything runs under the "Local System Account", you shouldn't have file access issues.  However if you do, you might need to give access to that account. 

If you are using a "Desktop" destination, you may need to give the SmartConnectorService the ability to "interact with the desktop".  To do that,

  1. Open the "Services" control panel.
  2. Find "SmartConnectorService" in the list.
  3. Right click and select "Properties"
  4. Click the Log On tab.
  5. Ensure the "Allow service to interact with desktop" option.
  6. Click "Ok"
Reply
sesa145087_brid
sesa145087_brid Schneider Alumni (Retired)
Schneider Alumni (Retired)

Posted: ‎2017-08-04 06:38 AM

0 Likes
9
2231
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2017-08-04 06:38 AM

Hi Mark,

Thanks for your reply. I finally made it by filling a path with a file name xx.txt instead of just a folder. Now when the processor is started, it is started and then stopped. I can see the output file, with it is with column name but no value. I checked the log, there are several lines here:

2017-08-04 11:44:43.6916,Debug,Service,<no principal>,EwsClientPool.CheckOutConnection for http://localhost:88/EcoStruxure/DataExchange,

2017-08-04 11:44:43.6997,Debug,Service,<no principal>,EwsClientPoolCheckOutConnection created connection 1 for http://localhost:88/EcoStruxure/DataExchange,

2017-08-04 11:44:43.7399,Debug,Ews.Common,<no principal>,Digest username="admin", realm="MyRealm", nonce="FD8CB056BC3546D3857D5FC037E7866C", uri="http://localhost:88/EcoStruxure/DataExchange", algorithm=SHA-256, response="3f570fa76dad9c13feae88d88a34ae3cc6d8801d17a754747d49e9c4f05d5202", qop=auth, nc=00000001, cnonce="MTAzRDc1MDdCNzlGNEVCM0I3MzlCQ0M5NzkzRUJEMjc", opaque="0000000000000000",[0,2],MyRealm,POST,

2017-08-04 11:44:43.7702,Debug,Ews.Common,admin,Digest username="admin", realm="MyRealm", nonce="D143E3EBDD824CE5BC1132910B7E9385", uri="http://localhost:88/EcoStruxure/DataExchange", algorithm=SHA-256, response="01f5790115e11807d1d6a80ea0005fbf4a2aa28bd0c73b10f66a342f512b2995", qop=auth, nc=00000001, cnonce="OEFBMDBBNDg4NzNCNDM0QjkxRjU5N0MxQjcxNjU0OEM", opaque="0000000000000000",[0,2],MyRealm,POST,

2017-08-04 11:44:43.8018,Error,Processor,<no principal>,Object reference not set to an instance of an object.

   at SmartConnector.UtilityExtensions.EwsDiscoveryProcessor.ExportData(String containerItemId, IManagedEwsClient client, Int32 currentDepth)

   at SmartConnector.UtilityExtensions.EwsDiscoveryProcessor.Execute_Subclass()

   at Mongoose.Process.Processor.Execute(CancellationToken token, ProcessorExecutionMode mode)

,["EWS Discovery Processor"],

2017-08-04 11:44:43.8109,Debug,Processor,<no principal>,Processor EWS Discovery Processor Execute completed,

2017-08-04 11:44:43.8109,Debug,WorkerThread,<no principal>,EWS Discovery Processor,Execute (end),2017-08-04T03:44:43,ET=202 mSec,

2017-08-04 11:44:43.8308,Info,WorkerThread,<no principal>,EWS Discovery Processor,Ended unsuccessfully,

2017-08-04 11:44:43.8423,Info,WorkerThread,<no principal>,EWS Discovery Processor,Next run when commanded,

So what would be the cause of the error?

Thanks!

Andrew

Reply
sesa145087_brid
sesa145087_brid Schneider Alumni (Retired)
Schneider Alumni (Retired)

Posted: ‎2017-08-04 06:42 AM

0 Likes
0
2231
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2017-08-04 06:42 AM

Temp.jpg

Here is my setting. Hope it can help.

Andrew

Reply
sesa180908_brid
Commander sesa180908_brid Commander
Commander

Posted: ‎2017-08-04 06:48 AM

0 Likes
8
2231
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2017-08-04 06:48 AM

Andrew,

I thought I put enough defensive code in the "ExportData" method but my guess is something from the server is coming back empty or null and I wasn't defensive enough.

Can you turn on "EwsClient" logging and retry?  You can do that from the SmartConnector Portal "Setup-Logging Filters" page.  Set "Ews Consume" to "True" and save.  Then retry your test and send me the log file.

Mark

Reply
sesa145087_brid
sesa145087_brid Schneider Alumni (Retired)
Schneider Alumni (Retired)

Posted: ‎2017-08-04 07:06 AM

0 Likes
7
2231
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2017-08-04 07:06 AM

Hi Mark,

Turning on the consume log helps a lot. It turns out there is something wrong with my ES. After turning of the ES again, it works. The only thing here is all the points is in text file. Is it possible to change a little bit so that it can be opened in Excel like csv so that it can be more convenient to edit and map? Really appreciate for this!

Andrew

Reply
sesa180908_brid
Commander sesa180908_brid Commander
Commander

Posted: ‎2017-08-04 07:21 AM

1 Like
6
2231
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2017-08-04 07:21 AM

It is a CSV file.  Just change the extension in your configuration to .csv or just rename the file after it's created.

Glad I could help.

Reply
sesa145087_brid
sesa145087_brid Schneider Alumni (Retired)
Schneider Alumni (Retired)

Posted: ‎2017-08-04 08:10 AM

0 Likes
3
2231
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2017-08-04 08:10 AM

Hi Mark,

Everything works now. Really appreciate for all of these, which also made me understand SmartConnector better.

Have a great day!

Andrew

Reply
sesa145087_brid
sesa145087_brid Schneider Alumni (Retired)
Schneider Alumni (Retired)

Posted: ‎2017-08-18 03:21 AM

0 Likes
1
2231
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2017-08-18 03:21 AM

Hi Mark,

I found out that the exported csv has an issue on Chinese characters reorganization. Do you know where to set like Unicode I guess to make it work? Thanks!

Andrew Ding

Reply
sesa180908_brid
Commander sesa180908_brid Commander
Commander

Posted: ‎2017-08-18 06:17 AM

0 Likes
0
2231
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2017-08-18 06:17 AM

Andrew,

You should be able to explicitly control the encoding of the output file.  You would need to change line 111 of the EwsDiscoreyProcessor as follows:

File.AppendAllText(ResolvedOutputFilePath, $"{vi.Id},{vi.Name},{vi.Description},{vi.Type},,{vi.Forceable},{vi.Writeable},,{vi.Unit}{Environment.NewLine}", Encoding.Unicode);

Reply
sesa145087_brid
sesa145087_brid Schneider Alumni (Retired)
Schneider Alumni (Retired)

Posted: ‎2017-09-22 08:02 AM

0 Likes
2
2231
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2017-09-22 08:02 AM

Hi Mark,

Today I tried this on a real project and met an issue. Some points have the same path name, with different property in Description. I think some of them are points from Menta program, and other objects. I have to combine the value and Description together for the full path. Is it possible to improve this? Thanks!

Andrew Ding

Reply
sesa180908_brid
Commander sesa180908_brid Commander
Commander

Posted: ‎2017-09-22 08:18 AM

0 Likes
1
2231
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2017-09-22 08:18 AM

Andrew,

I'm not following what you are reporting here.  If you are referring to the EwsDiscoveryProcessor; this is sample code.  If it's not doing exactly what you need, you are more then welcome to update it to meet your purposes and issue a Pull Request if you think your changes should be included in the sample.

Reply
sesa145087_brid
sesa145087_brid Schneider Alumni (Retired)
Schneider Alumni (Retired)

Posted: ‎2017-09-23 08:20 PM

0 Likes
0
2231
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2017-09-23 08:20 PM

OK I got it. Thanks!

Andrew

Reply
JessieSu
Lieutenant JessieSu Lieutenant
Lieutenant

Posted: ‎2017-12-19 01:16 AM

0 Likes
3
2231
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2017-12-19 01:16 AM

!

Mark Stemmler​

Hi Mark

I use this sample code in project, it stopped automatically after 10 minutes after start EWS Discovery Processor, but actually only around 1/3 points be exported (Total points more than 10,000). And the log included this message:" Info,WorkerManager,<no principal>,Worker is being aborted because the processor is not completing in a timely manner.  Total elapsed runtime is 601.1011619...", I attached log here for your reference.

I go through the code, and not sure which code is for this timeout setting, so can you identify which code I should change to fix this problem? Thank you!

Capture.PNG

Best Regards

Jessie

Attachments
2017-12-13.log.zip
Reply
JeffBowman
Sisko JeffBowman Sisko
Sisko

Posted: ‎2017-12-19 05:56 AM

0 Likes
0
2231
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2017-12-19 05:56 AM

Hi Jie,

This can be fixed by adding the interface 'ILongRunningProcessor' to your processor class. By default a processor will be aborted if it takes over 60 seconds (although this is technically configurable in the settings on the portal page, but generally we don't advise changing this limit.) If a processor is known to take a long time to run, just add 'ILongRunningProcessor' to it, and it won't be aborted.

Regards,

-Jeff

Reply
sesa180908_brid
Commander sesa180908_brid Commander
Commander

Posted: ‎2017-12-19 06:16 AM

0 Likes
1
2231
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2017-12-19 06:16 AM

As Jeff mentioned, the Processor is taking longer than a conforming Processor should take to complete (this is documented in the Developers Guide).  These type of Processors should be given the ILongRunningProcess interface which instructs the runtime to not kill the thread after the default timeout.

I've pushed the code update to GitHub.

Reply
JessieSu
Lieutenant JessieSu Lieutenant
Lieutenant

Posted: ‎2018-01-02 10:55 PM

0 Likes
0
2231
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2018-01-02 10:55 PM

Thank you Mark and Jeff!

For the version reason, I finally use "StartingContainer Item ID" as filter to export AS data path one by one. Thanks!

Reply
Preview Exit Preview

never-displayed

You must be signed in to add attachments

never-displayed

 
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