Hello,
I would like to designate the active data transmission path in the setting as below. To do this, I have to check the value of 3 parameters (Mcast source info, Active input, Unit position) on 2 different elements (NewTec, DEV1953):
In order to designate the main track, I wanted each link to have 3 conditions. If they are met, the track will be marked in green. If at least 1 is missing, the track will be marked in light green. Thanks to this, it is impossible for any track to turn green except for 1 track that meets all the conditions.
For Data1 we need:
- TS over IP 1(NewTec38),
- 10.9.x.x:5500 address (NewTec38),
- Input A (DEV 1953)
TS over IP 1(NewTec38):
23006|FillColor;=1,#16c60c;=2,#c5e0b3
TSoIP1 10.9.x.x:5500 address (NewTec38):
23406:TSoIP1|FillColor;=10.9.x.x:5500,#16c60c;!=10.9.x.x:5500,#c5e0b3
The question here is whether the definition of the address along with the port can cause a problem with the parameter?
Input A (DEV 1953):
1204:3|FillColor;=1,#16c60c;=2,#c5e0b3
My main question is how to combine these 3 parameters in 1 link. If I manage to do it for Data1 in NewTec A, I will be able to do it for the rest. Thank you in advance for any help.
Hi Adrian,
Maybe there is a way to achieve what you are looking for, but for these use cases I use Extended Conditional Shape Manipulation actions. Using this shape data you can implement a condition based on multiple values to show/hide a shape. The drawback here is that you will need to draw all the colored paths in advance.
Hope it helps.
Hi,
I see that this question has been inactive for some time. Do you still need help with this? If you’ve been able to solve this with Miguel’s answer, could you select the answer? Or if you found a different way to do this, could you add an answer of your own for the reference of other users?