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

We Value Your Feedback!
Could you please spare a few minutes to share your thoughts on Cloud Connected vs On-Premise Services. Your feedback can help us shape the future of services.
Learn more about the survey or Click here to Launch the survey
Schneider Electric Services Innovation Team!

New type of binding script

EcoStruxure SEAL Forum

This forum is for engineers working EcoStruxure Building Operation, wanting to leverage the SEAL application to improve the efficiency in the engineering process.

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
  • EcoStruxure SEAL Forum
  • New type of binding script
Options
  • 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
StefanLundin
Lt. Commander StefanLundin Lt. Commander
26
Benji
Administrator Benji Administrator
9
MortenEnger
Lieutenant JG MortenEnger Lieutenant JG
3
APA
Lieutenant JG APA Lieutenant JG
3
View All

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Solved Go to Solution
Back to EcoStruxure SEAL Forum
Solved
KevinC.232
Lieutenant | EcoXpert Master KevinC.232 Lieutenant | EcoXpert Master
Lieutenant | EcoXpert Master

Posted: ‎2025-05-29 02:08 PM

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

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

Posted: ‎2025-05-29 02:08 PM

New type of binding script

Hello, I was looking at the binding scripts as I thought they would be able to help my team with our Continuum conversions. The spreadsheet binder does seem to work, but in our case, it feels like it could be more convenient. Although, as this is new to me, it may not be possible. 

Essentially, what I would like to do is take

 

/StLukes/Infinet Interface/Infinet Network A/Boilers/Application/IntrLkHeating/Value 

 

and place it into any program bind with a certain input, making the "to" be like

* is wildcard

/*/*/*/*/*/xxxProgram/InputBind

 

Thanks,

Kevin C

Labels
  • Labels:
  • Binding
  • Help
  • Script
  • Tags:
  • english
Reply

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

  • All forum topics
  • Previous Topic
  • Next Topic

Accepted Solutions
StefanLundin
Lt. Commander StefanLundin Lt. Commander
Lt. Commander

Posted: ‎2025-05-30 03:38 AM . Last Modified: ‎2025-05-30 03:40 AM

1 Like
0
76
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

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

Posted: ‎2025-05-30 03:38 AM . Last Modified: ‎2025-05-30 03:40 AM

Hi Kevin, 

I’ve made an adjustment to the Spreadsheet Binder to support using a wildcard(*) in the "To" path.

Note that this is a quick implementation that crawls the system to find the matching objects. While it’s not the most efficient method, I ran a quick test and it worked in my test environment —though it may take some time to complete the crawl on a large system.

Please test it and let me know if it meets your needs and perhaps we could add the support for wildcard in the official SpreadsheetBinder script later on.

Be sure to test it in an virtual environment and ensure you have a full system backup beforehand.

Example CSV file:

From;To
/Server 1/Common Signals/Digital Value/Value;*/Program/MyProgram/MyBindToProperty
 

This created the following bindings in my simple test :

[Log] Binding using 1 entries  
[Log] Searching for properties ending with Program/MyProgram/MyBindToProperty  
[Log] Found 6 properties matching */Program/MyProgram/MyBindToProperty  
[Log] Binding /Server 1/Common Signals/Digital Value/Value to /Server 1/App1/Program/MyProgram/MyBindToProperty  
[Log] Successfully bound /Server 1/Common Signals/Digital Value/Value to /Server 1/App1/Program/MyProgram/MyBindToProperty  
[Log] Binding /Server 1/Common Signals/Digital Value/Value to /Server 1/App2/Program/MyProgram/MyBindToProperty  
[Log] Successfully bound /Server 1/Common Signals/Digital Value/Value to /Server 1/App2/Program/MyProgram/MyBindToProperty  
[Log] Binding /Server 1/Common Signals/Digital Value/Value to /Server 1/App3/Program/MyProgram/MyBindToProperty  
[Log] Successfully bound /Server 1/Common Signals/Digital Value/Value to /Server 1/App3/Program/MyProgram/MyBindToProperty  
[Log] Binding /Server 1/Common Signals/Digital Value/Value to /Server 1/App4/Program/MyProgram/MyBindToProperty  
[Log] Successfully bound /Server 1/Common Signals/Digital Value/Value to /Server 1/App4/Program/MyProgram/MyBindToProperty  
[Log] Binding /Server 1/Common Signals/Digital Value/Value to /Server 1/App5/Program/MyProgram/MyBindToProperty  
[Log] Successfully bound /Server 1/Common Signals/Digital Value/Value to /Server 1/App5/Program/MyProgram/MyBindToProperty  
[Log] Binding /Server 1/Common Signals/Digital Value/Value to /Server 1/App6/Program/MyProgram/MyBindToProperty  
[Log] Successfully bound /Server 1/Common Signals/Digital Value/Value to /Server 1/App6/Program/MyProgram/MyBindToProperty  
[Log] End

And if watched in EBO : 

StefanLundin_0-1748600610961.png

  1. Unzip the attached file
  2. Import to the script in the SEAL Script utility using the Import Script button
  3. Find the Script in your Custom folder and test it. 

See Answer In Context

Attachments
SpreadsheetBinder with WildcardSupport-1.6.0.zip
Reply

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

Reply 1
StefanLundin
Lt. Commander StefanLundin Lt. Commander
Lt. Commander

Posted: ‎2025-05-30 03:38 AM . Last Modified: ‎2025-05-30 03:40 AM

1 Like
0
77
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

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

Posted: ‎2025-05-30 03:38 AM . Last Modified: ‎2025-05-30 03:40 AM

Hi Kevin, 

I’ve made an adjustment to the Spreadsheet Binder to support using a wildcard(*) in the "To" path.

Note that this is a quick implementation that crawls the system to find the matching objects. While it’s not the most efficient method, I ran a quick test and it worked in my test environment —though it may take some time to complete the crawl on a large system.

Please test it and let me know if it meets your needs and perhaps we could add the support for wildcard in the official SpreadsheetBinder script later on.

Be sure to test it in an virtual environment and ensure you have a full system backup beforehand.

Example CSV file:

From;To
/Server 1/Common Signals/Digital Value/Value;*/Program/MyProgram/MyBindToProperty
 

This created the following bindings in my simple test :

[Log] Binding using 1 entries  
[Log] Searching for properties ending with Program/MyProgram/MyBindToProperty  
[Log] Found 6 properties matching */Program/MyProgram/MyBindToProperty  
[Log] Binding /Server 1/Common Signals/Digital Value/Value to /Server 1/App1/Program/MyProgram/MyBindToProperty  
[Log] Successfully bound /Server 1/Common Signals/Digital Value/Value to /Server 1/App1/Program/MyProgram/MyBindToProperty  
[Log] Binding /Server 1/Common Signals/Digital Value/Value to /Server 1/App2/Program/MyProgram/MyBindToProperty  
[Log] Successfully bound /Server 1/Common Signals/Digital Value/Value to /Server 1/App2/Program/MyProgram/MyBindToProperty  
[Log] Binding /Server 1/Common Signals/Digital Value/Value to /Server 1/App3/Program/MyProgram/MyBindToProperty  
[Log] Successfully bound /Server 1/Common Signals/Digital Value/Value to /Server 1/App3/Program/MyProgram/MyBindToProperty  
[Log] Binding /Server 1/Common Signals/Digital Value/Value to /Server 1/App4/Program/MyProgram/MyBindToProperty  
[Log] Successfully bound /Server 1/Common Signals/Digital Value/Value to /Server 1/App4/Program/MyProgram/MyBindToProperty  
[Log] Binding /Server 1/Common Signals/Digital Value/Value to /Server 1/App5/Program/MyProgram/MyBindToProperty  
[Log] Successfully bound /Server 1/Common Signals/Digital Value/Value to /Server 1/App5/Program/MyProgram/MyBindToProperty  
[Log] Binding /Server 1/Common Signals/Digital Value/Value to /Server 1/App6/Program/MyProgram/MyBindToProperty  
[Log] Successfully bound /Server 1/Common Signals/Digital Value/Value to /Server 1/App6/Program/MyProgram/MyBindToProperty  
[Log] End

And if watched in EBO : 

StefanLundin_0-1748600610961.png

  1. Unzip the attached file
  2. Import to the script in the SEAL Script utility using the Import Script button
  3. Find the Script in your Custom folder and test it. 
Attachments
SpreadsheetBinder with WildcardSupport-1.6.0.zip
Reply

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

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