I'm Struggling a bit on a visio where I want lines to show when certain values is true.
Currently I'm trying to use the NMX Alarm Table for this. And If I'm correct I need to use the [IDX] for my information.
The ID for the Alarm Index [IDX] is 420
this is my current configuration on this.
[sep:-$]<A>and<B>$A|ELEMENT:DTH_NMX|PARAMETER:420,*HE-PRM-X-01*|=GNF - Video*$B|ELEMENT:DTH_NMX|PARAMETER:420,*HE-PRM-X-01*|=PID Missing*Note that this is not working perhaps you can just quickly have a look at what is wrong.
You want to retrieve the pid of which you want the value. So rather than "420", you want the id of parameter "Object name" and of "User Info String" respectively.
Another issue you'll probably have is the '*' in your value check. The check has to either be a straight up "equals" (so remove the '*') or a Regex. In which case, rather than "=PID Missing*" you should have "Regex=PID Missing.*"