Can we define a Button parameter of type Read?

If I remember correctly, when the read and write parameters are both defined for the button, the parameter description for the button will also be displayed in DataMiner Cube. But …

Can we define a Button parameter of type Read?

As stated in the following docs, a button should be used with parameter type ‘write’. As for the question, if it’s possible with a ‘read’ type: I’m not quite sure …

DOM validation on input string data

Hi Tim, It is already possible to add URL and Email validation to string fields, but unfortunately, there is no generic/configurable validation possible right now. If this would be a …

unit conversion with a param and protocol loading error

Hi Julien, Can you please try changing the interprete type from string to double? <Interprete> <RawType>numeric text</RawType> <LengthType>next param</LengthType> <Type>double</Type> </Interprete> The GetMeasurementType method seems to be called with “digital …

Proxmox Virtual Environment

Hi Jorge, I have no experience with this hypervisor, but from a DataMiner perspective this typically doesn’t matter which hypervisor you use. DataMiner just needs a Windows OS, and it …

RequestManualMode Action

Hi Daniel, The RequestManualMode method can be used as follows to show progress of a long running action to the user: controller.RequestManualMode(() => { for (int i = 0; i …