Neural network in predictive analytics
6th June 2025
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.
Answer
6th June 2025
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.
6th June 2025
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. …
6th June 2025
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 …
6th June 2025
Hi Regan, Do you still need further follow-up on this question? If not, could you select this answer to indicate that it can be closed?
5th June 2025
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 …
5th June 2025
Hi Alexander, When an Automation script is started by a user, all requests sent in that script (e.g. using engine.SendSLNetMessages) will be executed under that user context. This should thus …
5th June 2025
Figured it out: The DLL needs to be in the /Files folder, not in an subfolder in /Files
5th June 2025
Hi David, You are on the right track by using the ‘ExecuteScriptMessage’ :). The following page on the docs explains more in details what you can provide with the ‘Options’ …
5th June 2025
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 …
5th June 2025
Hi Alexandre, You can consider setting up an offload database. Please refer to ‘Setting up an offload database’ in DataMiner Docs for more information on setup and configuration.
5th June 2025
Hi Dario, if I understand your situation correctly, you want to set one cell via the write parameter in an automation script? if so, did you already checked the possibility …
5th June 2025
Hi Sebastian, The only way to do this that I can currently think of is by using an on screen keyboard to access the ctrl-key. I have created a task …
5th June 2025
Hi Amber, After uploading a file to Documents, you must restart the application for it to be visible in the Documents section in Cube. Thanks
4th June 2025
Hi, I solve import this Newtonsoft.Json.Linq in my solution. is working ! thanks
4th June 2025
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 …