Ask our Experts
Didn't find what you are looking for? Ask our experts!
Ask Me About Webinar: Data Center Assets - Modeling, Cooling, and CFD Simulation
Join our 30-minute expert session on July 10, 2025 (9:00 AM & 5:00 PM CET), to explore Digital Twins, cooling simulations, and IT infrastructure modeling. Learn how to boost resiliency and plan power capacity effectively. Register now to secure your spot!
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: 2025-05-15 10:43 PM . Last Modified: 2025-05-23 01:59 AM
SEAL Script to Set AlarmPrefix from Alarm Path.
This Script will set alarmprefix with part from alarm path. Use Regex to determine how part (Groups) you want to use for the AlarmPrefix.
It is possible to specify the Prefix and what text/string the Regex Groups should be joined with, and the Suffix.
Features:
VEN\/(\w+)\/Room(\w+)
=
SE-
-
This Script work only with Regex Groups ( ).
E.g in below alarm you want VEN01 and room number in Prefix.
AS01/VEN/VEN01/Room1005/Alarms/TT01_A
Regex could look like this. /VEN\/(\w+)\/Room(\w+)/
Group1 Group2
' Prefix ' + Group1 +' Join Groups with '+ Group2 +' Suffix '
Result: SE-VEN01=1005-
Need help with Regex? Try www.regex101.com
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-05-23 02:01 AM
New version uploaded v1.1.4. Found a error in script, if using "|" in Regex
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.