DIS – in-house dll in the QAction scripts
15th March 2021
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 …
Answer
15th March 2021
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 …
15th March 2021
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 …
15th March 2021
DataMiner Cube doesn’t use cookies, but stores some configuration and caching in your userdata and programdata folders. In the mobile web applications, we try to avoid using cookies at all, …
15th March 2021
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 …
15th March 2021
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 …
15th March 2021
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 …
15th March 2021
Hi Ben, I’m Robin and also the client Yohann is reffering to. Thank you very much for the answer. I will keep in mind to put in a “timed out” …
15th March 2021
Hi Adam, Do these negative values out of the normal range represent exceptions or errors? In that case it is recommended to define them as such in the protocol (see …
15th March 2021
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 …
15th March 2021
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 …
15th March 2021
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 …
15th March 2021
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 …
15th March 2021
After checking the video it seems very likely you’re running into the limits of how we implemented the scaling due to the huge minimum value that is filled in there. …
15th March 2021
A regex should do the trick. A colleague of mine tested with this one and that seemed to work: (?<source>[^:]*source[^:]+:?)|(?<alt>[^:]+:?) If you want “source” to be a dynamic part that …
15th March 2021
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 …