Protocol for device with two ethernet connections

Hi Trong, It sounds like you have a redundant connection, rather than connections that host separate functionality? I believe there are multiple options: Enabling redundant polling to let dataminer switch …

Activate/Deactivate output AppearTV

Hi Thomaz, Do you still need any more information for this question? If not, could you select this answer (using the ✓ icon) to indicate that the question can be …

How can I disconnect cloud connection?

Uninstalling cloud pack doesn’t change the Cloud Connection Status to “Disconnected”. It only change Cloud Session to “Invalid”. I contacted the cloud team

How can I disconnect cloud connection?

Hi Ladan, You could uninstall the cloud pack from the servers, but that’s only a short-term solution, as an upgrade could reinstall it. To remove the cloud connection permanently you’ll …

Driver of type virtual

Hi Elvio, You can do that by having the following flow: Timer > Group (type poll action) > Action (on parameter, type run actions) > Parameter (type dummy) > QAction

Export / Import Multiple Automation Scripts

Hi Andrea At the moment Cube indeed doesn’t allow to export and import automation scripts in bulk. Maybe it’s worth looking into maintaining those automation scripts in an Automation script …

Export / Import Multiple Automation Scripts

Hi Andrea, You can copy the .xml files from the c:\Skyline DataMiner\Scripts folder, from one dataminer system to another. The dataminer server will have to be restarted afterward. Alternatively, you …

ChildType Row (does it exist?)

The child row results in an element shape each time. That means they all refer to the same element by default. Try using the parameter shape data in your colored …

GQI Custom Operator – Dynamic Input Arguments

Hi Miguel, Great use-case! Unfortunately, it is corrently not possible to provide the user with additional input arguments. The current lifecycle of a custom operator only calls the ‘GetInputArguments’ method …

Unexpected Exception Unknown file change type

Hi 🙂 We have seen this notice in the past. The notice is generated by an incorrect call  coming from software/driver/automation script, using NotifyType.AddFile type instead of NotifyType.FileAdd. We checked …