[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference azur::mcc

Title:DECmcc user notes file. Does not replace IPMT.
Notice:Use IPMT for problems. Newsletter location in note 6187
Moderator:TAEC::BEROUD
Created:Mon Aug 21 1989
Last Modified:Wed Jun 04 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:6497
Total number of notes:27359

1689.0. "Alarm "Data" field" by BALZAC::COULON (Even if it works, ask why) Tue Oct 22 1991 09:07

 When displaying an alarm on the iconic map, where is the "Data" field coming
from? Is this "Data" name itself or the alarm display customizable (any 
relations with the entity MSL?) ?

 Here is what is displayed on the iconic map and a CLI GETEVENT directive (ARC
is an EVENT NAME is the MSL). How do we "put" our "alarm text" in the alarm
window data field?

 Thanks,

 Serge


-- Iconic map:

 Current Alarms

 Entity: ARC PRSTRA_NS:.arc_node.orlan
--------------------------------------------------------------------------------
 Domain:     Domain PRSTRA_NS:.Bureau_C140
 Entity:     ARC PRSTRA_NS:.arc_node.orlan
 Rule:       DEC-ARC-Event
 Expression: (OCCURS(ARC PRSTRA_NS:.arc_node.orlan Any Events))
 Severity:   indeterminate
 Data:       Arc has occured 22-OCT-1991 11:07:24.03
 Timestamp:  22-OCT-1991 11:07:24.03


-- CLI command:

MCC> GETEVENT ARC .ARC_NODE.ORLAN ANY EVENTS

%MCC-S-NORMAL, normal successful completion

ARC PRSTRA_NS:.ARC_NODE.ORLAN
AT 22-OCT-1991 11:28:17 Any Event

ARC Event Received
ARC Alarm Received :
	Alarm Text = "This is an event sent by ARC"


-- From the MSL:
	.....
	EVENT Arc = 316 :
		DISPLAY=TRUE,
		SYMBOL = ARC_EVENT_CODE,
		TEXT   = "ARC Alarm received",
		ARGUMENT Alarm Text = 317 : Latin1String
			DISPLAY = TRUE,
			SYMBOL  = ALARM_TEXT
		END ARGUMENT Alarm Text;
	END EVENT Arc;
	.....

T.RTitleUserPersonal
Name
DateLines
1689.1Alarms does not provide Event Arguments (yet)NANOVX::ROBERTSKeith Roberts - DECmcc Toolkit TeamTue Oct 22 1991 11:1216
> How do we "put" our "alarm text" in the alarm
> window data field?

 :
 :
 
> ARC Event Received
> ARC Alarm Received :
>	Alarm Text = "This is an event sent by ARC"

Your 'Alarm Text' is an Event Argument.  The Alarms package does not
provide Event Arguments to Notification Services.  This *may* be done
for v1.2 - but I am not sure

/keith