Neural network in predictive analytics

Have you checked out proactive cap detection? It’s not a neural network, but it seems to fit the bill when it comes to your use case.

how to make a link between two dashboard ?

Hi, It is possible to create your own hyperlinks on a dashboard using the web component with custom HTML. These can be statically defined or linked to data using interpolation. …

how to make a link between two dashboard ?

Hi Thierry, As far as I know this is not possible. However, you could use a LCA to create multiple pages, with each page displaying the same information as a …

collect all active alarms and send via email

Hi Marco, An option could be creating a dashboard that lists the active alarms and integrating it in an automation scriptL You can receive the list of active alarms using …

Login using HTTP on Protocol

Hi Jose, On this documentation page you can find an example of how DataMiner encodes the data from the “Parameter” tags when sending a POST (the example right above the …

GQI script Parameter Description

Hi Timothy, If you know the protocol name and version, you can use GetProtocolMessage to retrieve all the information about the protocol. var message = new GetProtocolMessage(element.Protocol.Name, element.Protocol.Version); var result …