Dashboard – embed VLC player in Dashboard web component
17th August 2022
Embedding a VLC player is not possible anymore, except if you’re still using Internet Explorer (which is no longer supported). You need to have a stream that is supported by …
Answer
17th August 2022
Embedding a VLC player is not possible anymore, except if you’re still using Internet Explorer (which is no longer supported). You need to have a stream that is supported by …
16th August 2022
Hi Fares – thank you for your question. But there is no specific library or frameworks to be cited, as the Augmented Operation capabilities of DataMiner are entirely developed in-house, …
16th August 2022
Hi Thomas, I confess I never tested to embed a VLC player on dashboards but you can embed a webpage in a dashboard. If it works on a browser, it …
16th August 2022
Hi Nikolas, You can resolve this problem by adding a Inner Join operation with a ‘Get Elements’ query. The ‘Get Elements’ query will give you the element name and the …
16th August 2022
Hi Ken, We’ve been testing Azure Virtual Desktop the end of last year to verify if Cube runs fine in this environment and we didn’t discover any problem. You will …
16th August 2022
When DIS attaches to the SLScripting or SLAutomation process, it tries to use the transport with name “default”. In this case it couldn’t find it because Visual Studio is installed …
16th August 2022
Hi Ryan This issue has been fixed in Class Library version 1.1.4.4 & 1.2.2.4. This is released in DIS 2.38. This is currently an insider release but can be enabled …
16th August 2022
Hi Dino, You will need to configure the conditional coloring to display the colors (additional information in DataMiner Docs):
15th August 2022
I have used regex replace to swap the day and month round, [regexreplace:(?<day>^\d{2})(\D)(?<month>\d{2}),[cardvar:MyVariable],${month}/${day}] if it’s helpful for anyone in the future.
12th August 2022
Adding a new answer just to share an additional screenshot (hiding internal info such as element names). It seems correlated Alarms don’t have the same behaviour of single ones: for …
12th August 2022
Hello Alberto, When an alarm is cleared the alarm properties are cleared with it. This is currently by design mainly to free as much memory wherever possible.
12th August 2022
The webpage component is sandboxed to only allow content from the same origin. Because MFA requires a source from an external party, it will be blocked off. Feel free to …
12th August 2022
Hi Jeroen, I’m not sure what you already have in place code-wise. Do you still need to start from scratch? The below examples assume that you have a lot in …
12th August 2022
With the risk that this solution will not be “clock-like” enough for you, you could just use the [DataMinerTime] placeholder and place it in any shape text?
12th August 2022
Hi David, Thanks you for your question. I’ve created a PR to update the official docs (https://aka.dataminer.services/gqi-external-data-source) so this is clear for our users. PR: https://github.com/SkylineCommunications/dataminer-docs/pull/429