Low Code App – Custom View

Hi, duplicating a LCA requires some manual labor for now. The steps to achieve this can be found here. We know this is not ideal and we will make it …

Low Code App – Custom View

Hi, Currently, duplicating apps can only be done manually. There are plans to provide a better way to do this in the future. You can duplicate an app by following …

Export overview of installed driver

Hi Stefan, Next to the different options that were already mentioned, the dashboards module is also a great way to achieve this. I’ve added an example of a GQI query …

Support for more than one authentication form

Hi Bruno, Mixing 2 external authentication systems like SAML and AD accounts is not supported, you can although combine an external authentication with local users. There is a workaround, and …

Export overview of installed driver

Hi Stefan, I’m not aware of a way to do it directly in the Cube client. But if you have access to the server itself you could create a CSV …

Export overview of installed driver

Hi Stefan, You can open this file : “C: –> Skyline DataMiner — > Logging –> SLElementInProtocol.txt”.| Copy the content of this file on to a single column in excel. …

Quickest way to get paused elements list in CUBE

I think this would be a great opportunity to leverage the capabilities of Dashboards. Dashboards can be accessed from within Cube (just that it will open in a internet browser …

QAction triggered through automation script

Hi, I asked the same question a while ago, with the same answer. I ended up adding a dummy parameter that triggered the QAction <Param id=”9″> <Name>ExternalTrigger</Name> <Description>External Trigger</Description> <Type>dummy</Type> …

QAction triggered through automation script

Hi, QActions cannot be triggered by an automation script, at least not directly. QActions have a trigger associated with them in the XML side of the connector and what you …

SetParameter – Read or write PID

Hi Adjin, As a general rule, you should perform sets on the write parameter as logic could be associated with it such as sending a set command to the device …