How does a string parameter store binary data?

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 …

LCA Parameter Table – Vertical Display

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. …

How does a string parameter store binary data?

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. …

Failover Configuration interface name

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 …

DMS communication problem between agents

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: …

Re-affect owner by script

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 …

SLNet to gRPC – migration path hints

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 …