Downloading Cube versions

Hi Dave, This link will download the Cube installer, which will in turn download the latest Cube from the DataMiner agent you are connecting to, and optionally from the latest …

Downloading Cube versions

Hi Dave, The link in your image will install a desktop application in which you can manage all your different DM Agents. By clicking on an agent the correct DM …

Dataminer driver for AVP2000

Hi Bhavana The following links will likely help you forward: Data Acquisition & Control Plane – DataMiner Dojo This refers to the online courses for developing own drivers. Videos – …

Archiving old drivers that are not used.

You can cleanup unused protocols, visios and alarm filters on a DMA. Find addtional information here: Cleaning up unused files on a DMA. Note however that this will delete the …

API Dataminer

Hi Zabdi, A possible option is to build first your alarm filter in the DMA and then use this saved alarm filter in the web API call GetAlarms. There is …

Interactive Automation Script

Hi Thomas and Floris, The example that you shared was pretty much what I had, thanks to your questions and help I have been able to finaly solve it. the …

Interactive Automation Script

Hi Amer, Together with Thomas, I made an IAS that handles a button press that we tested our local DMA. Maybe this can serve as an example? IAS_Button_Pressed/DOJO_1.cs at RC …

Messages for shapes that cannot be displayed

Hi Yuki, A possible solution could be to add a shape with the desired message, e.g. “This parameter does not exist”, and then add the shape that is actually linked …

Interactive Automation Script

Hi Amer, I assume the button is a property of your dialog class. Check that the button property does not get overwritten after subscribing to the Pressed event. In case …

Low Code Apps – logging (best practice)

Hi Jens, this is not full logging, but it can help for debugging custom GQI connectors. If you try/catch the errors in your code, you can throw a “GenIfException”. This …