Upgrading DataMiner to 10.2

Hi Robert, this issue doesn’t ring a bell, the only thing i can think of is that the services aren’t properly registered again after the upgrade, you can do this …

[HTTPS] ERROR_WINHTTP_SECURE_FAIL

Hi Flavio, From the Wireshark capture, it looks like the TLS handshake is failing on the Protocol version, likely meaning the device is not accepting TLS v1.0. You can check …

How to disable write parameters based on certain state

It’s possible to disable a write parameter when another value has a certain value on a table, I don’t know if yours is a single parameter or a column. http://application/DDL/#t=DataMinerDevelopmentLibrary_Internal%2Fpart3MarkupLanguage%2FMARProtocolParams%2FProtocol_Params_Param_Measurement_Type.htm&rhsearch=disablewrite&rhhlterm=disablewrite&rhsyns=%20

Conditional severity

I believe that we’re looking at some unexpected behavior here, but someone can correct me if I’m wrong. Some context: Having looked at the setup with Tom, I can confirm …

How to disable write parameters based on certain state

Hello, To display a message when you click on a write parameter please use the tag Message on the Parameter tag: https://help.dataminer.services/development/#t=DataMinerDevelopmentLibrary_Customer%2Fpart3MarkupLanguage%2FMARProtocolParams%2FProtocol_Params_Param_Message.htm&rhsearch=message&rhhlterm=message&rhsyns=%20 If you want to disable a write parameter …

Custom App: Action on table tow, get index of row?

Great question and thanks for checking out the application framework! This is indeed a common use case but unfortunately we currently lack the functionality to link the script to the …