Custom dashboard / low-code app
11th June 2024
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 …
Answer
11th June 2024
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 …
11th June 2024
Hi Hari, I found a similar question: “Interactive UI can only be used in interactive mode” error message when IAS Toolkit Hope it helps.
11th June 2024
When trying to update a service, its giving the below issue. How to resolve this Interactive UI can only be used when running in interactive mode.
11th June 2024
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 …
11th June 2024
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 …
11th June 2024
Hi Oscar, IDP can scan the configured subnets but that does not mean it automatically provisions all of the available network devices. You can configure only the relevant CI Types …
11th June 2024
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 …
11th June 2024
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 …
11th June 2024
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 …
11th June 2024
Hi Bernard, Can you check in your Automation script if you would be able to solve this with the GetCorrelationStatusMessage SLNET message? Reference from other question: Correlation – Retrieve information …
11th June 2024
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. …
11th June 2024
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, …
11th June 2024
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 …
11th June 2024
I would suggest to create one element for a specific protocol, do an export (right-click > Actions > Export) and export it as CSV. Then you can duplicate the row, …