Custom dashboard / low-code app

Hi Marco, There is a nice tutorial that I believe cover your use case: Creating a parameter table connected to an element feed You can find more information in DataMiner …

Dataminer Run Time Error

Hi Natalia, The RPC server is unavailable. (hr = 0x800706BA) means that specific process has crashed. In your case it seems like SLDMS has crashed. I don’t think this is …

Cloud session automatic renewal

Hi, adding some information: There is currently no way to set a fixed refresh time or window. The refresh token is valid for 7 days. The CloudGateway DxM will try …

Dasboard as video

Hi Adrian, I’m not immediately answering the question, but I had another customer with a similar use case. The goal was to have a dashboard available on the videowall. The …

Dasboard as video

Hi Adrian, You can use 3rd party tools like ffmpeg to stream the content of a screen as an IP video stream. (link). If you have an SDI multiviewer, you …

Exporting primary and foreign keys to DVEs

Hi Nejra, The main part here is knowing what you want to see on your DVE. If you only want the values as standalone values on your DVE. You should …

How to update service from automation script ?

Hi Apruva, In you script you need to fetch the current ‘ServiceInfo’ by doing: var serviceInfo = engine.FindService(“ServiceName”).ServiceInfo; Then, you need to manipulate the ‘ServiceParams’ to add the new parameters. …

Somtimes Triggers dont be executed

Hi, Thank you for the fast response, I changed the timer to 10 min and I watched the stream viewer. The group still get correct response and the correct JSON, …

Alarm bubbling up supressing

Hi Elvio, Following up this question, I believe this is not possible. You will need to create an alarm filter for each view. I was planning to suggest to use …