How to convert active parameter to text

Hi All. I have the two IP source address as below on the screen Can I assign active parameter as source address to text ?. for example : source address …

Mask & Unmask alarms by element or view

Hello community, I need to mask alarms either for a specific element or for a view. I would like to ask if anyone happens to have a solution, either through …

Read and update View Property through automation script

Dear dojo, I’m creating an automation script where i read a view Property through IDms dms = engine.GetDms(); IDmsView myView = dms.GetView(Convert.ToInt16( viewid )); IDmsViewProperty myViewProperty = myView.Properties.SingleOrDefault(x => x.Definition.Name …

Show alarm colour in the visio shape

Hi I have a shape that I use “Execute” to run an automation script (the shape linked to run the automation script). The automation script will set another element (element …

Send Text Message as Alerts

Hi, Is there a way where you can set up a text message alert on Dataminer/Skyline alerter. When you are out of the room or on a break? If there …

Set alarm template of a service

I have built a protocol that can remotely set/remove alarm template for selected elements/services. It works fine with elements but for some reason it does not always work with services …