Automated Element Export

Hi All. Is there an easy way to export all elements in the system using an automated process?  We do something similar with all of the VISIO pages, but the …

driver monitoring TCP Ports

User> Do you have in your driver portfolio a driver that  can monitor TCP connections ? I am interested on monitoring ports:  443, 5094, 61007 and 8443. Me> I’m not …

Table values are returned multiple times – Automation script

foreach (var parameter in paramsNeeded) { var msg = new GetParameterMessage(childInfo.DataMinerID, childInfo.ElementID, parameter.ParameterID, parameter.FilterValue, true); reqParam.Add(msg); } try { _logger.Information(“Send DMA request”); var responseMsg = _dms.SendMessages(reqParam.ToArray()); var response = responseMsg.OfType<GetParameterResponseMessage>().ToList(); …

query on failover backup file name

Hello Dojo, DMA version: 10.4 CU6 I have the backup network path configured for failover agent as shown below: The number of backup to keep is configured as 7. As …

How to Sort a TreeControl by Date (Descending)

I’m trying to set up a TreeControl sorted by date in descending order (newest to oldest). From what I understand in the documentation, adding the pipe | in OverrideDisplayColumns lets …

Using custom dll’s on a DaaS system.

Hi, For some of our automation scripts we use some custom created dll’s, so functions can be shared over all automation scripts. On an on-premise system, we place these in …

Cube Launcher app

Is there a way to disable automatic updates of Cube Launcher? I mean still update the Cube version depending on DMS connected to, but not automatically update the Launcher app? …

dynamically change the units of a parameter

Hi Is there a way in the QAction code that can dynamically change the units and decimals of another parameter? e.g., I have a parameter A which i can enter …

Alarm console filtering

How to filter active alarms for administrator to show tab with  alarms for specific group of users?