Hi Richa,
for this type of questions
- what variable needs to be used for a specific information provided by a specific monitor -
I always use the very old part of the Online Help (or was it in a manual, don't recall anymore) called "Template Properties".
The monitor name can be retrieved via "name" or "_name", so of course you can get hold of it,
but I think it will get complicated if you need some logic in it.
It looks like a complex alerting scheme to me, as least based on my understanding:
if b is in error, and c is in error, and a is in error, report a
but how about
if a is in error, and b is in error, if then c goes in error, will you report c?
or
if a is in error, and c is in error, if then cbgoes in error, will you report b?
Perhaps you can explain in more detail, then it might be easier to answer?
Greetings
Siggi