Clear parameter values on Tables

Hi Jose, ClearAllkeys as mentioned by Miguel should work but if it doesn’t, could you give more clarity to the situation you are facing? When do we want to clear …

API Response with Brotli compression in Connector

Hi Nick, What you could also try is setting the Accept-Encoding: gzip header to request the device to respond using gzip encoding instead of Brotli. <HTTP> <Session id=”104″ name=”Get Data” …

How to make Timer hh:mm:ss properly

Hi, Could you let us know how you define the parameter in the table? Is it a string or a numeric value? If you are using a string, you could …

How to remove element virtual ip from DMA host?

Hi, Normally DataMiner should have removed this VIP if this was the only element which used it. SLDataMiner.txt may tell a bit more about why it was not removed. However …

Visio : ParametersSummary Operation list

Currently, the only way to achieve your use case is by executing an automation script and using its script output to populate the shape with a variable. Relevant docs: https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/linking_shapes/Linking_a_shape_to_an_Automation_script.html#passing-automation-script-output-to-session-variables …

Linking Alarms in Shape Data

Hi Jared, To link alarms form parameters to shapes you can use the Parameter shape data. More information can be found in DataMiner Docs (Linking a shape to an element …

Clear parameter values on Tables

Hi Jose When you want to clear an entire table, the most efficient approach is to use the clear action in the XML. This way, you don’t need to retrieve …

Clear parameter values on Tables

Hi Jose, To remove rows from a table, you could use the following methods: Method ClearAllKeys Method DeleteRow: In this case you need the index of the row. You can …

Issues fill table on custom protocol

Hi Jose, I believe that the method that you are using to the update the content of the table is not correct. Can you try using the method FillArrayWithColumn? Hope …