In my service template and my generated services, can more than one templated elements effectively be pointing at the same element? For example: Switch 1 has device 1-3 connected. My service contains device 1 and 3 and should include alarms of the switch they are on. My generated service would then include Switch 1 twice.
Hi Johannes, Yes this is possible. In your service template, you can simply add multiple times the same element. In my example, I did make everything fixed, but you can make this more dynamic.
In my case, I have dynamically included rows belonging to device 2, i.e. device 2 is represented by primary key '2' in my table. For clarity, I have also updated my Alias for the element representation in my service. I have done the same configuration as well for device 1.
Below you can find the result after creating the service based on my service template. As you can see, I have two element representations included in my service. Both of them are actually showing data from one element (MyTestElement).
Kind Regards,
Jarno