Hello everyone,
I hope this is the right thread for the question. I´ll detail the problem in the post and relevant pictures are attached in the .zip file.
We are using the DeltaV version v14.3.1 build 7288.
We have several unit modules in an area which contain many control modules inside them. The task we have in front of us is that we want to connect each of the critical alarms from the modules to also trigger the horn activation present in one of the modules. (picture 1, Overview of the area and units where alarms are needed on the horn)
As attaching all the alarms individually would be impractical, we would like to connect the signal to a unit alarm or an area alarm. Since it seems the area alarms aren’t present in the controllers we have opted for unit alarms.
The method for reading the alarms by utilizing the ALARMS[1].NALM parameter seems to not return an error as the script finds the parameter which isn´t shown on the unit itself within DeltaV explorer. The problem is that the unit alarm doesn´t seem to be connected to the alarms of the modules within the unit. When using the same method of reading the alarm from a module (in the example //MAA131-P103/ALARMS[1].NALM) the output is working as intended. The same script for area alarms of course doesn´t work within an action block in a control module. The area and module ALARM[1] parameters work and change value dynamicly within the watchit application when an alarm is triggered or acknowledged. (picture 2, Test control module for reading ALARMS[1] parameter from unit MAA131-B101, and also from module MAA131-P103 within the unit)
When testing the response of the DVSYS tags withing DeltaV Operate, they seem to access all 3 ALARMS[] parameters, on all levels, but we need to execute the solution using a module in DeltaV Control Studio. (picture 3, Area, unit and module ALARM[1] parameter while relevant alarm is active) (picture 4, Area, unit and module ALARM[1] parameter while relevant alarm is inactive)
Thank you in advance for the help,
Kind regards,
Marino Martinelli
Pictures of DeltaV issue.zip
Andre Dicaire
In reply to Andre Dicaire: