Several elements connected to the same tcp port

Hi, There are some settings that could prevent the clients to connect to the listening port (assuming that the firewall is not blocking it): -An element can be configured to …

DOM – Avoid duplicate instance names

Hi Joey, I’m not sure if it’s the most performant, but I created a script which is executed on DOM instance action settings – OnUpdate (if needed) and OnCreate. There, …

Driver: convert hexadecimal value to letters.

Hi Alex, You should be able to achieve that by using the OctetStringASCII or the OctetStringUTF8 options (depending on the character set the device supports) instead of OctetString in your …

Dataminer Upgrade

Hey Mauricio, The stand-alone Starlink Connector requires DataMiner 10.4.2 or higher. The Starlink Solution requires DataMiner 10.4.9 and DataMiner Web 10.4.12 or higher. You can likely upgrade to the latest …

Node Edge with trends

Hi Juan, Yes, this is possible using these steps 1. Create a new panel with your trend graph. 2. Linking the parameters to your trend graph based on protocol. (Don’t …

Setting default time zone as UTC

Hi, The value for UTC should be this:     {       “Name”: “commonServer.ui.DefaultTimeZone”,       “Value”: “UTC;0;(UTC) Co-ordinated Universal Time;Co-ordinated Universal Time;Co-ordinated Universal Time;;”,     …

Adjusting subscription filters

Hi Sara, You can also add some extra filtering to the AlarmEventMessage, filtering the alarm events by doing the following. subscriptionFilter = new SubscriptionFilterElement(typeof(AlarmEventMessage), agentId, elementId) { Filters = new …