Get after set with delay

Hi Dojo, I’m working on device which have 3 states: state 1, intermediate state (transition), state 2. When we do set to state 1 or state 2, device needs some …

QAction update every row

Hi, usually to update every row with a normal index I would use: int rowCount = protocol.RowCount(100); for (int i = 1; i < rowCount + 1; i++) { } …

low-code app with multiple feeds

On a low-code app I would like to use a dropdown-feed selection to select between 3 elements. I would however also like to include the app on a Visio that …

Triggering context menu through automation script

Hi, I’m trying to add an item to an table through an context menu: This is the context menu <Param id=”1399″> <Name>TieLines_ContextMenu</Name> <Description>Context Menu Tielines</Description> <Type>write</Type> <Interprete> <RawType>other</RawType> <LengthType>next param</LengthType> …

How to delete through context menu in automation

Hi, I’m working on a LCA which needs to be able to add items to an table in an connector through an context menu. I’ve seen this example: https://community.dataminer.services/question/automation-script-context-menu/?hilite=context+automation and …

Services migration from one agent to another

Hi community, I need to migrate elements and services from 1 DMA to another DMA in the same DMS. For elements, I will use the element migration feature we have …

Using time range with table in low-code app

Hi Dojo, in a low-code app, is there a way to link the time range feed to a table and have the display period selected when selecting the time range, …