Class Library Monitors Implementation

There are also extension methods defined on IDmsElement to monitor e.g; name changes and alarm level changes see ElementMonitorExtenions. var element = myDms.GetElement(“myElement”); element.StartNameMonitor(protocol, OnElementNameChange); element.StartAlarmLevelMonitor(protocol, OnAlarmLevelChange);

Fixed Button in Interactive Automation Script?

Hi João, I was thinking, instead of setting all these fields in an IAS, maybe another option could be handling them in the Profile Manager? For example, you can create …

Sorting Non-Numerical Values in Trending Graph?

Assuming you’re talking about a parameter that is not just a “string” parameter, predefined values will be in your protocol xml. The order in which the values are defined there …

How to manage elements already on the DMS in IDP

Hi Ross, I’m afraid I cannot reproduce the issue on 1.1.15-2116: an imported element does show up in the tab Inventory > Unmanaged. If the imported elements were previously managed …

How to manage elements already on the DMS in IDP

Hi Ross, It’s working for me with IDP 1.1.14 by executing following steps: Create a CI Type and make sure that the correct protocol is configured in Provisioning > Element …

DMP Failover

No failover is not available on a DMP, you need a regular DMA for this to work. A DMP is lightweight DataMiner probe to collect data and forward this to …

What does the SLProtocol.DataMinerID property represent?

The value of this property will be the DataMiner ID of the agent where the element was originally created. protocol.DataMinerID in combination with protocol.ElementID will provide the unique dmaid/eid identifier …