Want a single entry for alarms in the "AlarmsWindow"

Hi,
I have an alarm in Lookout that comes in fairly frequently.  This is normal for this alarm, it comes in and out of alarm by itself.  After the alarm clears itself it becomes blue (the unacknowledged color).  When the alarm goes back into alarm it is displayed in the "AlarmsWindow" on a new line.  So after getting this alarm eight times I will have 8 entries in my AlarmsWindow. 
How can I make it so that I will only get a single entry in the AlarmsWindow per alarm?
I have tried the following paramenters in the Lookout.ini file, but they don't seem to do anything.
[Alarms]
MostRecent=1
OldAlarmsLimit=0
I edited the file in my Lookout4 directory and then restart lookout.  I have also tried restarting all the the Lookout services...  with no lock
Please help,
Thanks.

Thanks for the reply!...
Actually, I'd prefer not to use auto acknowledge if it can be avoided... precisely for the reason you've mentioned.  (i.e. because it is a global thing...)  I don't want my other alarms to auto acknowledge. 
Ideally  I would like there to be a way for there to be just a single entry for an alarm, where the time stamp would update whenever the alarm is active.
The problem is that my customer has a pressure gauge that they monitor for low pressure... but at certain times of the day the pressure readings will bounce around the setpoint level for the low pressure alarm.  For example, if the pressure setpoint is 70 psi, then we might see a period of time where we get 100 alarms because during that time of the day the pressure fluctuates between 68 and 73 psi frequently.  All these alarms flood the "AlarmsWindow" making it hard to see other valid alarms.  So the customer would like to see just one alarm entry for ALL occurances of the pressure alarm.
It sounds like the .ini file entries I mentioned should do just that, but when I try it nothing different happens...  is there something different I have to do to get those .ini entries to work?  Has anyone had success with thise .ini entries?
please help... thanks!

Similar Messages

  • Pass single entry for GRIR clearing

    Dear Expert,
    I want single entry for GRIR clearing by F.13 in spite of multiple Clearing entries, can anyone tell me how to configure this?
    Regards,
    Saurabh Chaplot

    Hi
    System groups the items based on clearing criteria in OB74. The purpose of this setup is to correctly match the open items during clearing. If this is not the case, open items cannot be related to open Purchase orders. If this requirement is only for specific cases, then better use manual classic clearing transactions.

  • What is meant by single entry-multiple options in the selection screen

    hi,
      please let me know what is the meant by 'single entry-multiple options' in a selection screen.
    thanks in advance

    Hi Surya,
    Nomally we use to declare Selct options like
    <b>select-options : s_var for mara-matnr.</b>
    here you can enter range of values for material number like 000 to 9999999999.
    but if you want single entry multiple option you need to give no-intervals options when the select option will behave like parameter .. when you cannot give range of values but you can give multiple values for a single field.
    for single entry-multiple options  write the select option like this
    and see the diffrence.
    <b>select-options : s_var for mara-matnr NO INTERVALS.</b>
    here cannot enter low and high range for matnr but you can enter mulitple values for select option..you can enter only low range values..
    Please reward if usefull..
    Thanks,
    Gokul

  • Calendar said if I wanted to save entries for more than a month to click 'all events' in settings.   Now all events except birthdays have disappeared!  Have tried to reverse request with no luck.  HELP!

    Calendar message said if I wanted to save entries for more than a month I should go to settings and change to sync for 'all events'.  I did this and all but repeating birthday entries disappeared.   I have tried to reverse but nothing has reappeared.  HELP!

    Welcome to the discussions,
    WHY does it claim to be 8G but my capacity now says its just 6.83
    The size of you HD is calculated binary when it comes to use it, instead of decimal when companies want to advertise there products. 1 KB=1024Byte instead of 1000KB as advertised by the manufacturer. In your case this reduces the actual available space by the factor of 0.93 or approx. 7,4GB.
    If you have an "other" section in your color bar showing the different types of data on your ipod, which is bigger than 500MB, this could be a sign of corrupt data caused by a sync that did not complete or copied damaged data. A restore will reduce the size to normal again.
    Restoring: http://support.apple.com/kb/HT1414
    If you restore your ipod, iTunes will install the newest firmware first and then add back your data and settings from your last backup if you choose to "restore from backup". Every backup is replaced by the following one, so make sure to include this folder in your backup routine in case you'll have to go back.
    You can check the location and size of the backup folder for your ipod here:
    Windows Vista and Windows 7: \Users\(username)\AppData\Roaming\Apple Computer\MobileSync\Backup\
    copied from: About backups http://support.apple.com/kb/HT1766
    Sorry, I can't answer your payment question, I have never used your kind of setup, maybe you can find something useful here: http://www.apple.com/support/itunes/

  • My home button is not working sometimes and at the store they dont want to take it for repair because the problem did not show up at that time

    My home button is not working sometimes and at the store they dont want to take it for repair because the problem did not show up at that time

    When normally powering the phone, there would not be a loading bar, you would just see the Apple logo. You can try a reset of the phone, hold the sleep/wake and home buttons together until you see the Apple logo and then release. The phone will reboot.
    You can take the phone to Apple, by making an appointment at the Genius Bar to have the hardware checked. Apple handles warranty and post-warranty issues, not Verizon. Have Apple look at the hardware to see if there are any problems.

  • How to use Multiple Single Option for selection in the Customer Exit

    Hi,
    How can we handle the multiple single values in the customer exit variable.
    I have a requirement which is as follows -
    Table A fiields -> Field Coach, Partner 2, Relation between PArtner 1 & Partner 2, Valid from, valid to date.
    Table B ->  Service Month, Start Date, End Date.
    Table C -> Billing Date, Execution Partner,cal month /year.
    For the Field coach in TABLE A, multiple Partner 2 are present.
    Report has to be built on Table C.
    User inputs the Service month and Field Coach . User can enter multiple field coach values.
    For the All the Field Coach values entered, corresponding Partner2's have to be found from Table A and to be passed to the Execution Partner in Table C.
    Now if we want to use customer exit variable on the field Execution Partner, how can we handle the Multiple Single selections in the customer exit.
    Thanks,
    Shubham

    Hi,
    While creating the variable you must have to specify multiple value.
    In customer exit
    write code multiple times and append the values.
    For example:
    when 'variable'.
    l_s_range - sign = 'I'.
    l_s_range - OPT = 'EQ.
    l_s_range - LOW = EXECUTION PARTNER 1.
    APPEND L_S_RANGE TO E_T_RANGE.
    l_s_range - sign = 'I'.
    l_s_range - OPT = 'EQ.
    l_s_range - LOW = EXECUTION PARTNER 2.
    APPEND L_S_RANGE TO E_T_RANGE.
    l_s_range - sign = 'I'.
    l_s_range - OPT = 'EQ.
    l_s_range - LOW = EXECUTION PARTNER 3.
    APPEND L_S_RANGE TO E_T_RANGE.
    Regards,
    Ranganath.

  • Address Book entries for members of the same household?

    Has anyone a solution for the problem where you have multiple people living at one address, but you want all their separate work/mobile numbers and email addresses stored for syncing with your phone?
    For example, I currently have separate entries for Mr and Mrs Smith with their mobile and work numbers and email addresses, but then in order to have a mailing label for printing out Christmas cards, I need to have a third separate entry entitled "Mr & Mrs Smith" with their home address.
    This seems like a cumbersome solution - have any of you found a better workaround?

    Address Book will address the envelope to everyone in the household if you have specified a spouse or child in the person's entry. For more information, check in this Mac OS X Hints page:
    http://www.macosxhints.com/article.php?story=20051221232010333

  • How do I set-up sales tax in shopping cart as a single entry for entire invoice?

    The only way I can see to enter sales tax is by making a separate entry for product and another one for sales tax on shipping. This make no sense to me and looks really bad.
    Thanks in advance!!

    Hi,
    I'm afraid I cannot think of another way. However I'll leave this thread open to allow the community to offer any possible suggestions if a workaround has been found and applied. 
    Kind regards,
    -Sidney

  • Create a new entry for zfield in the CDHDR table when sales order is create

    Hi,
    We have some custom field added to table VBAP and that field need is updated thorugh transaction VA01 or VA02.
    The Function poeple is asking to Update the CDHDR table for the ztable when ever the field is updated ,and they want
    the changes to appear in the sales order changes Log.
    Prabhudas

    Problem solved.
    By using the ..
    Used this FM "VERKBELEG_WRITE_DOCUMENT" in MV45AFZZ in exit...DOCUMENT_SAVE.
    by passign the only VBAK and VBAP table structure of XVBAP and YVABP and field name as ZZFIELD.
    Prabhudas.

  • Add recurring entries for days of the week

    Hello,
    I'm trying to setup a daily schedule for my dog walking business. I'd like to have each dog's name automaticaly listed under the day of the week which they are to walk on.
    For example: "Scarlett" walks on Tuesdays, Wednesdays, and Fridays.
    If B1 says "Tuesday" can I have one of the cells in that column automatically read "Scarlett" each week?
    I'd like to have it so that all I have to do is put Tuesday up at the top and it automatically creates a list of my Tuesday dogs for me, Lulu, Scarlett, Mark, Dani, Zoe, Sharky, etc.

    Ah, those famous words, "All I have to do..."
    Here's a partial solution. Unfortunately, it doesn't cover the "all I have to do" part. More about that in the description. Click the image for a larger version.
    Table 1 (Data) is the table on which the name of each dog is entered (column A) and the days that dog is to be walked recorded using check box cells.
    Table 2 (Index) creates a set of lookup tables from the information recoded on Data. Each table contains a column for the day listing a serial number to represent each dog scheduled to be walked that day and the column containing the names of the dogs, plus any intervening columns. The list of dogs has bee moved to the right as I was considering using VLOOKUP, which requires the search values to be listed to the left of the result values.
    Tables 3 through 9 are the daily lists. These were created as a single seven-column table, then split into separate single column tables for each day.
    Formulas:
    Data: No formulas on this table.
    Index:
    A2: =IF(Data::B,MAX(A$1:A1)+1,"")
    Fill down to row 10, then select A2:A11 and fill right to column G.
    H2: =Data::A
    H2 (enhanced): =IF(LEN(Data::A)>0,Data::A,"")
    Fill down to H11
    (Enhanced version prevents showing a zero on rows where no dog's name has been entered on Data.)
    Days:
    Make a seven column table with one header row.
    A1: Sunday
    Fill right to G1.
    A2: =IF(ROW()-1>MAX(Index :: A),"",LOOKUP(ROW()-1,Index :: A,Index :: $H))
    Fill down to A11. Select A2:A11, Fill right to column G.
    Separate the table into seven single column tables, one for each day.
    To do this:
    Click on any cell to make the table active and show the column and row reference tabs.
    Click one of the column reference tabs to select that column.
    Click the same tab a second time and drag down until the column separates from the rest of the table. Continue to drag until the column is completely separated from the table, then release the mouse button.
    Repeat for the rest of the columns to be separated.
    Each of these tables may be placed on a separate sheet to make printing a single list easier if desired.
    Regards,
    Barry

  • I have a problem installing Adobe CC apps... when i want to install Illustrator for example in the App seccion on the Adobe Creative Cloud App appears the message "download error contact client assitance" and then the link "download Crative Cloud" i had m

    d

    Link for Download & Install & Setup & Activation problems may help
    -Online Chat http://www.adobe.com/support/download-install/supportinfo/

  • Why doesnt itunes have the shows and movies i want to buy available for purchase in the store yet for example code lyoko and five fingers of death

    I would buy these shows and movies on itunes but they are not available how can i find them on itunes or somewere else that does have the shows and movies that i watch instead of the limited amount of content on itunes store now.

    Apple can only sell in a particular country's store what the content providers/rights-holders grant them licenses to sell. You can try requesting that they be added to your country's store, but unless the rights-holder agrees to it then Apple won't be able to sell them there : http://www.apple.com/feedback/itunes.html
    Have you checked to see if they are available on other film/TV programme apps that you have access to ? e.g. is Netflix available in your country and have they got them ?

  • I have two time capsules (1TB, 2TB) and want to use one for another set of Macs (my Family). How do I set both up and keep all the Macs from joining both Time Capsules?

    I Have two Time Capsules (1TB and 2TB) and want to set one for business and the other for family - networking seperate Macs to each.

    Both should be plugged into the network with ethernet.. if at all possible.
    If you have a router already then both bridged otherwise one set to router and one to bridge.
    How do you access the TC? Ethernet or wireless?
    Are they located in the same area?
    You could set different wireless networks.. if they use wireless.. this is nice easy way to do it.
    You can set user account in the TC you want the business one to join with.. that will prevent access by the family.
    So there is a number of ways.. none are particularly secure btw.. the TC is a home not a business device.. if anybody wants access they press the reset for one second.. pofff all the passwords are default for 5min.. to allow people who forget their password to get access.
    On ML you can encrypt TM backups.. this is better for security if that is the problem.. and still use different user profile to prevent access.

  • Single Entry Mode behavior

    We are currently testing the single entry mode, and we want to understand more about this model.
    During the testing, we found the timesheet entry impacts much on the project plan. For example,
    Supposed the start / end date for the assignment is from 10/1 to 10/20, but if the user starts report hours on 10/10, the end date may be shifted to 10/30 or other date. And sometime the end date may be shorten to an eailer date (e.g. 10/18).
    Is that any document describing the exact behavior on how the timesheet will impact the project plan (start/end date, work, remaining work etc.)
    in our organization, we enable "auto-approval" for timesheet and timesheet lines, that means no approval before the timesheet data is populated into the project plan.
    Can we archive the goal - the start / end date is never shifted due to the timesheet submission.
    Kevin Li

    Hi Kevin,
    In order to understand how the status updates (submitted with the timesheet in Single entry mode) are impacting the project plan you would need to look into the task types:
    http://www.epmcentral.com/msproject/tasktypes.php
    Depending on the task type the scheduling engine will behave differently.
    Some more details can be found on this thread:
    https://social.technet.microsoft.com/Forums/msonline/en-US/fb881661-bfda-4c0b-a3ad-a5770b28e116/what-are-the-differences-between-turn-in-final-timesheet-and-the-other-option-send-progress-for?forum=projectonline
    In my opinion you have two options:
    1. disconnect the task updates and timesheets and allow the team members to submit the % completed for updates. in this case they will need to submit timesheets and task updates.
    2. enable the "Require line approval before timesheet approval" so the task updates are approved before the timesheet manager/auto-approval kicks in. This can also be support by Rules for status updates where the task update can be automatically
    approved when, let's say, the Assignment Finish date is the same as published value. The rest of the updates can be reviewed by the PM and Approved/Rejected depending on the impact on the project plan.  Once all the task updates have been approved then
    the timesheet can be approved as well.</label>
    Hope this helps
    Paul

  • How to use single eventhandler for all menuitems...

    Hi all,
    I have a tray with a popup.
    Currently I have an eventhandler for every single menuitem.
    Is it also possible to provide only a single eventhandler for all of the menuitems and determine the clicked entry  with the event??
    Tried to use parameter mapping but onAction doesn't provide any parameters... Or am i wrong?!
    Additionally, is there a list populated where I can find  provided parameters for mapping?!
    Thanks in advance for replies.
    Bastian
    Message was edited by: Bastian Schnorbus

    Bastian,
    This is possible via parameter mapping.
    1. Set same action for every menu item;
    2. Add parameter, say "id" of type string to action;
    3. In wdDoModifyView write the following:
    if (firstTime)
      IWDMenuActionItem itm;
      itm = (IWDMenuActionItem)view.getElementById("<id-of-menu-item>");
      itm.mappingOfOnAction.addParameter( "id", itm.getId() );
      /* repeat for all items */
    4. In view handler you now can dispatch by "id" parameter received;
    Valery Silaev
    EPAM Systems
    http://www.NetWeaverTeam.com

Maybe you are looking for