DIS – in-house dll in the QAction scripts

Hi Yohann, Yes you can use directly custom dlls in QActions or Automation Scripts, if they are managed code compatible with the .Net version that the QAction/AS is targeting. If …

SRM Don’t automatically select a resource

Hi Gerwin, When you are bulding the node Function object you need to assign the value ‘false’ to its ‘ShouldAutoSelectResource’ property. By default that value is set to ‘true’, hence …

Showing the shape by applying two conditions

Hi Ahmed, Please find below an example: In this example, I would like to show this shape only if Analog Parameter on element TEST_ELEMENT_01 = 50, AND Analog Parameter on …

Showing the shape by applying two conditions

I would recommend to use ‘Extended conditional shape manipulation actions’. Please find more information on combining multiple conditions on DataMiner Help. The examples section does also provide some cases combining …

Showing the shape by applying two conditions

Hi Ahmed, you can do this by using the following format: <A>AND<B>-A|ElementRef01|ParameterRef01|Condition01-B|ElementRef02|ParameterRef02|Condition02 Note that you can also use OR conditions and parenthesis (<A>OR<B>)AND<C>, additional information can be found in the …

DIS – in-house dll in the QAction scripts

Hi Yohann, I’m not an expert, so some more people will probably weigh in on this.  In general third party developers are allowed to use their own dlls and leverage …

Inquiry about “New Alarm”

Hi HyungMo, The ‘New alarm’ display is shown in the ‘Alarm Type’ column. The ‘Alarm Type’ will keep showing ‘New alarm’ until the alarm gets an update. Than the ‘Alarm …

Inquiry about “New Alarm”

Hi HyungMo The ‘Alarm Type’ property on an active alarm is showing the last action/event that happened on that alarm. When a new alarm is raised, this is indeed showing …

Management of multiple SMSEagle gateways

In the past, we did create an interface to a web service (Ooredoo Messenger) that is responsible for sending the text message. Since we were also dealing with a large …

Management of multiple SMSEagle gateways

Hi Enrique, We currently do not have support for multiple SMS gateways. 20-30 SMS/minute seems to be the technology limitation of SMS for a single channel, but several manufactures have …