[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

2867.0. "Q: Event paramaters / Alarm FM / Iconic Map PM" by BIS1::COLLEYE () Tue Apr 28 1992 08:32

Hello,

I have a question related to the Alarm FM & the Iconic map PM:

- in an EMA model, it is possible to specify (in the management specification,
  .MS file) arguments to an event:
        ============================================================
             EVENT PARTITION CONFIGURATION = 15 :
                        .
                        .
                        .
                EVENT User Vloekt = 21 :
                   DISPLAY = TRUE,
                   SYMBOL = EVNT_Usr_Vlk,
                   TEXT = "User !<Vloeker Name> vloekt en zegt : !<vloek> !!!",
                   ARGUMENT Vloeker Name = 01 : Latin1String
                      DISPLAY = FALSE,
                      SYMBOL = EVNT_Vlk_Nme
                   END ARGUMENT Vloeker Name;
                   ARGUMENT Vloek = 02 : Latin1String
                      DISPLAY = FALSE,
                      SYMBOL = EVNT_Vlk
                   END ARGUMENT Vloek;
                END EVENT User Vloekt;

             END EVENT PARTITION CONFIGURATION;
        ============================================================

- while issuing a GETEVENT for one of these event ("User Vloekt", by example)
  and simulating that event with an event sink (specifying the event
  argument - in this case "Vloeker Name" and "vloek"), the result (from the
  FCL PM) shows these arguments.
- However, when creating/enabling an alarm rule for that event from the 
  Iconic map PM, and when simulating the same event, these arguments do not 
  appear anywhere: neither through a "display alarm", nor in the mail generated
  by the alarm PM (alarm notification procedure 
  MCC_COMMMON:MCC_ALARMS_MAIL_ALARM.COM)

  At least, this is what we have noticed with DECmcc V1.1

Question: is there any mean to display the parameters associated with the
          event, from the Iconic Map PM
          - with DECmcc V1.1 ?
          - with DECmcc V1.2 ?

Thank you,

Maurice.
T.RTitleUserPersonal
Name
DateLines
2867.1arguments in event messageIJSAPL::ZWAMAWim, SWAS Holland @UTOTue Apr 28 1992 09:036
    Hi Maurice,
    
    
    Look at notes 2508.* maybe that help you...
    
    regards Wim
2867.2You have event data in V1.2TOOK::NAVKALTue Apr 28 1992 13:036
	V1.1 Alarms did not have the capability to capture the entire event
	record (i.e. Event Arguments) in any of its notification mechanism. 
        In V1.2, we are able to give user all the event data in any of the 
	notification mechanism the user has chosen. 

				- Anil Navkal