How does a string parameter store binary data?
11th June 2026
Hi, Data entering from a serial response stores the raw bytes into the parameter without modifying them. The way these bytes are displayed back depends e.g. if the unicode option …
Answer
11th June 2026
Hi, Data entering from a serial response stores the raw bytes into the parameter without modifying them. The way these bytes are displayed back depends e.g. if the unicode option …
11th June 2026
Hi Jens, This is definitely possible using DOM instances: Assigning the icons can be done using a form component with the DOM instance or a DOM definition as data. The …
11th June 2026
Hi Kobu, It isn’t possible to show the Parameter table contents vertically. The only other component that allows parameter editing is the Parameter page component, which does show them vertically. …
11th June 2026
Hello! I believe it leaves it alone. According to the Dataminer ECS XML agent on copilot CLI: With rawtype=”other” + type=”string”, DataMiner treats the value as an opaque byte sequence. …
11th June 2026
Hi Stefan, I have the same issue in our DMS occasionally, usually after performing a system upgrade. The interface names are the ones configured in the Windows environment on the …
11th June 2026
Hi Isabel, I’ve solved that issue in the past using the connection strings as you mentioned. Here is the documentation that explains how to configure it from the SLNetClientTest tool: …
10th June 2026
Hi Sevil, At the moment, alarm ownership can only be taken by a user, it cannot be assigned to another user, not directly, not through automation. As a result, it …
10th June 2026
Hi Peter, What you’re asking seems to be the same issue as David was encountering: Visio automatic Execute does not update session variable – DataMiner Dojo. The page execute will …
10th June 2026
Hi, The bold white ones (such as in the red box) are indeed new, unread alarms as you mentioned The white grey ones (such as in the blue box) are …
9th June 2026
Hi David, I tried to reproduce your setup based on the information you shared, and I managed to get a similar scenario working. What made the difference in my case …
9th June 2026
Fix has been provided in NuGet Skyline.DataMiner.Core.Matrix.Protocol version 1.1.0.4.
9th June 2026
Hi Alberto, Here is a comparsion of .NET Remoting and gRPC: .NET Remoting with eventing can deliver subscription messages instantly, but requires setting up a TCP connection from DMA to …
9th June 2026
Hello Lars, For sure this is possible with a simple C# automation script. This can retrieve the System Backup Files table with the indices and then set the correct value. …
8th June 2026
Hi Baranisudha Murugesan, While the code does not need to handle a token, this must be configured in the User-Defined APIs in the system center. For each custom endpoint you …
8th June 2026
Hi Daniel, Good question — let’s see if others in the community have alternative approaches, but you might be able to handle this by introducing a filtering mechanism in the …