Hi Dojo,
I have a connection from one function to another one by just drawing a line. By default the connection line is gray and it should only show an alarm when there is something wrong with the signal.
Currently I achieve this by duplicating my line and show a red line when there is something wrong. In the other case I show the gray line.
My question is there are other ways to achieve this without having to duplicate my lines.
Hi Jens, is it an option to use conditional monitoring (ref. DM Help)? If you link the connection line to a specific parameter, then it will only be colored whenever the alarm condition is fulfilled.
In case, the connection line is linked to the interfaces by making use of the ShowInterfaceAlarmColor option (ref. DM Help), then you can add the condition as well to the linked parameters.
In case this won't work then you can indeed use the new feature proposed by Toon.