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!

MultiBinder - SEAL 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
  • MultiBinder - SEAL 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
Jim.T
Ensign Jim.T Ensign
4
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
Back to EcoStruxure SEAL Forum
StefanLundin
Lt. Commander StefanLundin Lt. Commander
Lt. Commander

Posted: ‎2025-05-06 02:58 AM . Last Modified: ‎2025-05-16 09:53 AM

1 Like
1
299
  • 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-06 02:58 AM . Last Modified: ‎2025-05-16 09:53 AM

MultiBinder - SEAL Script

The Concept

The MultiBinder script automates binding properties between objects in source and target folders in EcoStruxure Building Operation. It supports many-to-many relationships by binding multiple source objects to multiple unique target objects, ensuring each source object binds to exactly one matching target object based on their names (1:1 relationship per object pair). For example, it can bind 100 objects from a source folder to 100 corresponding objects in a target folder, preventing ambiguous bindings when multiple matches are found.

 

StefanLundin_1-1747413780416.png

 

 


Key Features:

  1. Single Path Binding:
    • Specify one source and one target path to bind objects.
    • Example: Bind properties of multiple objects from one folder to another.
  2. Multiple Paths Binding:
    • Supports binding properties from multiple paths using a CSV file.
    • The CSV file should contain pairs of source and target paths for binding.
    • Example: Bind properties from multiple folders to corresponding target folders.
  3. Matching Rules:
    • Choose how to match object names (directly under the specified paths)
      • Identical Names: Bind objects with the same names (e.g.,/Server 1/Folder 1/Object A  to /Server 1/Folder 2/Object A )
      • To Name Ends with From Name: Bind a target object whose name ends with the source object’s name (e.g.,/Server 1/Folder 1/Prefix.Object A  to /Server 1/Folder 2/Object A)
      • From Name Ends with To Name: Bind a source object whose name ends with the target object’s name (e.g.,/Server 1/Folder 1/Object A  to /Server 1/Folder 2/Object A)
    • Bindings occur only for a single match; multiple matches trigger a warning and are skipped to ensure a 1:1 relationship per object.
  4. Object Types:
    • Specify the types of objects to process.
    • Currently only processes "Value" objects (e.g., server.point., bacnet.mpx.point.)
      .
  5. Property Types:
    • Specify the types of properties to affect.
    • Currently only affects "Value" property.

 

How It Works:

  1. Mapping:
    • The script creates a mapping of source and target paths based on user input or a CSV file.
  2. Crawling Paths:
    • The Script crawls through the specified paths to gather all relevant objects.
  3. Binding Process:
    • For each source-target path pair, the script matches objects based on the selected matching rule (identical names, To ends with From, or From ends with To).
    • Each source object is bound to a single matching target object:
      • If a single match is found, the source object’s Value property is bound to the target object’s Value property.
      • If multiple matches are found, the script logs a warning (e.g., “Multiple matches found for Object A, skipping binding”) and skips binding to ensure a 1:1 relationship.
      • If no match is found, it logs “No match found” and continues.
    • Example: Binds 100 source objects to 100 unique target objects, ensuring each binding is unique.
  4. Saving Changes:
    • After completing the binding process, the script saves the changes to the system.

 

Example Use Case:

  • You have a set of common signals located in the folder /Server 1/Common signals and you want to bind their values to corresponding objects in  the folder ../External signals in various rooms. The MultiBinder script can automate this process, ensuring that each common signal's value is correctly bound to its corresponding external signal in the specified rooms.

    See the attached CSV as an example. 
    In the CSV example, the script will bind the properties from the common signals folder on the server to the external signals folder in rooms R101 to R106, ensuring that each room's external signals are correctly bound to a matching object in common signals folder.
Attachments
Labels
  • Labels:
  • 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
Reply 1
StefanLundin
Lt. Commander StefanLundin Lt. Commander
Lt. Commander

Posted: ‎2025-05-16 09:58 AM

0 Likes
0
198
  • 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-16 09:58 AM

Update - MultiBinder Version 1.2

An option for a selection of matching rules was added 

Matching Rules:
  • Choose how to match object names (directly under the specified paths)
    • Identical Names: Bind objects with the same names (e.g.,/Server 1/Folder 1/Object A  to /Server 1/Folder 2/Object A )
    • To Name Ends with From Name: Bind a target object whose name ends with the source object’s name (e.g.,/Server 1/Folder 1/Prefix.Object A  to /Server 1/Folder 2/Object A)
    • From Name Ends with To Name: Bind a source object whose name ends with the target object’s name (e.g.,/Server 1/Folder 1/Object A  to /Server 1/Folder 2/Prefix.Object A)
  • Bindings occur only for a single match; multiple matches trigger a warning and are skipped to ensure a 1:1 relationship per object.


 

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