I am looking for the parameter that would give me a status of true if any alarm (hi, low, module, etc) were to come in on a module.
Use MODULE/ALARMS[1].CUALM
The [1] is for the index of the highest priority alarm. CUALM is the current alarm state.
www3.emersonprocess.com/.../r_thealarmsparameter.html
In reply to Youssef.El-Bahtimy:
Thanks. If the highest priority goes away and the next priority comes in. Will the module still show true?
Yes. The array will shift [2] to [1], [3] to [2] etc.
Works great! Thanks