DVE Child Elements

Hi Stefan, Yes, it is possible. Typically the parent element contains a table that manages the creation and deletion of the child elements. You just need to perform the following …

Mediation Layer – Alarm/Trend template

Indeed, the monitored state next to the parameter (when using the mediation layer view) is defined by the underlying alarm template. I would also expect that the trending can be …

Append a parameter in a HTTP POST GET url

Hi, You are going to need to define a new parameter (e.g. 12345) that contains the entire url and then use pid=”12345″ and remove the url attribute in the Request …

Adding Documents programmatically

Hi Ruben, Similarly to what Simon mentioned, you should be able to add standard C# methods and classes to place the files directly on the filesystem in the desired location …

Adding Documents programmatically

Hi, I don’t know if there’s a recommended way of doing this is, but when building our CDMR system phase 1, I used standard windows methods. e.g DirectorytInfo and FileInfo …

{Visio] Show image depending on View name

Hi Yvon, You could use indeed show/hide options to dynamically show specific images based on the view selected. However, this implies that you will need to load all the images …