Ask our Experts
Didn't find what you are looking for? Ask our experts!
Launch of Consumer/Home Owner registration process! We are pleased to announce the commencement of the Consumer/Home Owner Registration Process on Community. Consumers/Home Owners may now proceed to register by clicking on Login/Register. The process is straightforward and designed to be completed in just a few steps.
This forum is for engineers working EcoStruxure Building Operation, wanting to leverage the SEAL application to improve the efficiency in the engineering process.
Search in
Link copied. Please paste this link to share this article on your social media post.
Posted: 2024-12-11 04:42 AM . Last Modified: 2025-08-06 11:36 PM
New version 3.5.0,
I have modified the new powerful Search And Replace.
My version use EBO ISearch (Turbo) so it only works on EBO 4 and above.
I have included Word search with FPB syntax check. (to long name after rename and illegal char)
If Renaming FBP fail in this version SEAL will stop renaming all other components.
More information on renaming progress
NOTE: I have only tested a little 😏, so ....
Updated version 3.5.0 fixet search on object and properties
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2025-03-11 06:10 AM . Last Modified: 2025-03-11 06:13 AM
Looks great!
I just started using the ISearch myself to improve efficiency.
I really think this should be merged to the standard SaR script. @MortenEnger
A suggestion would be to add a server version check, to seamlessly change between ISearch and "standard child crawl".
An example from another script i have to check references, which was added in 3.2:
serverPath = await sdkClient.INavigate.RootObjectPath();
//Get servers software version
propertyValueSoftwareVersion = await sdkClient.IAdvanced.GetPropertyValueString({ propertyPath: serverPath.returnValue.fullPath + "/SWVersion" });
swVersion = propertyValueSoftwareVersion.returnValue.split('.').join("");
swVersionShort = parseInt(swVersion.substring(0, 2));
//Cannot check for references in software versions lower than 3.2
if(swVersionShort < 32)
{
sealScript.result("WARNING: Cannot check for references in software versions lower than 3.2");
skipReferences = true;
}
Link copied. Please paste this link to share this article on your social media post.
You’ve reached the end of your document
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.