Touch screen compatible?
4th September 2020
DataMiner Cube is compatible with multi-touch screen technology, mainly because the touch events and gestures fall back to mouse events through the WPF framework it is built on. Next to …
Answer
4th September 2020
DataMiner Cube is compatible with multi-touch screen technology, mainly because the touch events and gestures fall back to mouse events through the WPF framework it is built on. Next to …
4th September 2020
Hi Bruno, another way is to use Web Services. Any third-party application, this also includes another DataMiner agent, can retrieve real-time DataMiner data via XML-RPC, SOAP or JSON. Refer to DataMiner …
4th September 2020
Hi Bruno, One way of sharing data is by making use of element replication. You can find more info about this topic in the DataMiner Help.
3rd September 2020
Hi Bruno, Here are some details about the metrics related to Media Connect current implementations. Both drivers retrieve this information using the Cloud Watch API. On Media Connect driver: 53 …
3rd September 2020
If you use one of the latest versions of the SRM packages you can use this: SrmManagers.ResourceManager.GetEligibleResources(). You also have the ProfileManager and others on the SrmManagers.
3rd September 2020
Hi Pieter-Jan, You need to call the RequestResponseEvent as part of the initiation of the helper as shown below for in an Automation Script ResourceManagerHelper RmHelper = new ResourceManagerHelper(); RmHelper.RequestResponseEvent …
3rd September 2020
The SRM (and other) helpers require a callback to DataMiner. This can be added like this: helper = new ResourceManagerHelper(); helper.RequestResponseEvent += (s, e) => e.responseMessage = engine.SendSLNetSingleResponseMessage(e.requestMessage);
3rd September 2020
With SRM standard solution you can configure the DMA’s where reservation will be stored by setting the desired DMA ids in parameter ‘DMA IDs to Store Reservation’ From that list, …
3rd September 2020
Currently, it is not possible. The option you have available is to configure a default in the CI Type and that will be the one executing.
3rd September 2020
Retrieved columns are only required in SNMP tables when some of the data polled via SNMP needs to be parsed or processed in a QAction. As long as this is …
3rd September 2020
Some more technical background information: We will always try and support firmware changes in the existing range(s) of a protocol. This off course depends on the nature of the changes, …
3rd September 2020
Please refer to the FAQ section: Do I have to buy a new driver/connector license in case the device vendor releases a firmware upgrade?
3rd September 2020
Hi Bruno, to clarify, the “all rows” in the condition editor does not mean that the value of all rows will be joined, but rather that the condition will be …
3rd September 2020
Could a driver modification help to fit your needs? As you indicate “generate an alarm when all are muted or when all are not muted”. So you want to see …
3rd September 2020
Hi Lander, Some of the Elastic features are mentioned in topic DataMinerX & Elastic database