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 …

LCA – Realtime update and string conditional

Hi João, There are some data sources that support real time updates: Query updates | DataMiner Docs If you are using any of those, you can enable “Update data” setting …

Waiting for dataminer startup

Yes Ciprian; Here is the LOG: 6/30/2025 9:39:53 AM: [] – ———————— Starting: 6/30/2025 9:39:53 AM————————. 6/30/2025 9:39:53 AM: [] – NAVIGATION —go to verifying—. 6/30/2025 9:39:53 AM: [] – …

Waiting for dataminer startup

Hi Mauricio, If you open the log files (by clicking the button to the left of ‘cancel’), do you notice any error log lines? If yes, please feel free to …

LCA – HTML table inside grid

Hi Wout, your solution seems good, but in the edit panel, I don’t have “Show HTML”; I have “Show Text,” and I can’t use more HTML code. I have more …