Update Alarm Template Groups via C#

Hi Nigel, If you are doing it from automation you can do the following: var element = engine.FindElement(“MyElement”); element.SetAlarmTemplate(“MyAlarmTemplate”);

App Package Configure Button is Greyed out

Hi Tobias, The ‘configure’ button should be enabled in client test tool when the app package was correctly installed, has a config script, and at least one configuration entry in …

starting dataminer issues

Hi Ryan, as far as i’m ware this was eventually tackled as a support ticket? For critical issues such as the database that fails to initialize i would recommend always …

View’s tree traversal with automation script

Hi Tom, many thanks for your answer. I’ve tried the code but I’ve got the following error: “‘Engine’ does not contain a definition for ‘GetDms'”. My Dataminer version is the …

The measurements precision on the alarm list

Hi Piotr, can you confrim that the RN 28028: Display values of rate alarms would have an unnecessary level of precision after an element restart on systems with a MySQL …

Replace IDX Value with Placeholder

Thank you Steve. I am already using Custom Property Fields. The CANAL_PLUS_TXP  is a workaround that I found and it is working because instead  of inserting the whole IDX Cell …

Dashboards, several users

The problem was related to the size of the table that processed the query. The issue was fixed by creating a new element that processes the table before reading it …