<x-html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <META content="MSHTML 5.50.4134.600" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Arial size=2>Hi,</FONT></DIV> <DIV><FONT face=Arial size=2> We made a set of scripts (and display) to inhbit or enable individual alarms from the Alarm Manager. I mean: you can select a recent alarm from the Alarm Manager, run a script (from a button in the display) and inhibit this particular alarm for the block selected. Also you can show a display with a list of all alarms inhibited and selecting one, enable it.</FONT></DIV> <DIV><FONT face=Arial size=2> This set works fine in AW/WP 51/70 with Display Manager or FoxView. When we needed to porting it to a AP51 who host some WP30, we found that we can't take the Compound:Block name from an alarm in the old and dear CAD. The way we used was made a DM script with this commands:</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>dmcmd script</FONT></DIV> <DIV><FONT face=Arial size=2>dmcmd almdetail</FONT></DIV> <DIV><FONT face=Arial size=2>dmcmd setglbl ANYNAME $PICK1</FONT></DIV> <DIV><FONT face=Arial size=2>dmcmd applic /opt/ivc/getblk $ANYNAME $GCLBUG .....</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>But this script is only a test because it shows the Detail Display of the block we are selecting and , of course, the operator don't need to see it.</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>What I am looking for is an alternate method to get the Compound:Block and, if is posible, the alarm type from a CAD in a WP30.</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>Thank you all.</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>Jorge Monsalvo</FONT></DIV> <DIV><FONT face=Arial size=2>IVControl S.R.L.</FONT></DIV> <DIV><FONT face=Arial size=2>Argentina.</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>PS: I know it is an old hardware but it is what I have to work :-)</FONT></DIV> <DIV> </DIV></BODY></HTML> </x-html>