In the Alarm & Event Query VI how to show the alarm data

In the Alarm & Event Query VI how to show the alarm data in the front pannel using the table or multicolumn listbox .thank you very much!!!

Hi,
Most likely there is something wrong with your specific database or your LabVIEW DSC installation. I just used the Alarm & Event Query.vi in my machine and it seems to work fine, I can see all the alarms as well as events containned in the database.
You may considerer generate another database (change the logging directory) and see if the behavior goes away. Also, make sure you have alarms and events on that database.
I could run the Alarm & Query.vi by just openning its front panel and placing the correct database in the appropriated control.

Similar Messages

  • Alarm & Event Query To Spreadsheet.vi

    dear all,
     i m using  "Alarm & Event Query To Spreadsheet.vi" for alarm transfer using following inputs
    1. Filter
    2.Display Format
    3. Output file path(C:\Program Files\National Instruments\LabVIEW 7.1\*.ALR)
    and Database URL it will take by default i.e current tagfile.scf
    on running this i get following error
    "HIST_AlarmsToSpreadsheet.vi, Citadel:  (Hex 0x8ABC1008) Read alarm failed because of connection or query failure."
    if i give the database URL manually in the following way
    \\computer name\Labview
    then i get the following error out
    "HIST_AlarmsToSpreadsheet.vi, IAK_SHARED:  (Hex 0x8ABC700A) Not found."
    so pls solve my problem as early as possible for u
     thanks and regards,
    dhanwanti

    Hi dhanwanti,
    There could be a couple possibilities here -- one is that the database you are trying to reference has become disconnected -- Make sure you can see historical data in MAX.  If needed, reconnect your database or create a new one and change this in the .scf file in the Tag Configuration Editor.
    Another possibility is that some of the parameters you have set in the filtering could be incorrect such as start and stop time.  I would suggest creating a simple test VI to make sure you can get the Alarm & Event Query To Spreadsheet.vi working, and then double check how it integrates into your project.   You may also want to take a look at the example that ships with the DSC Module for this VI, found in the Example Finder under Toolkits and Modules » Datalogging and Supervisory Control » Alarms and Events » Export Alarms to File.VI.
    Doug M
    Applications Engineer
    National Instruments
    For those unfamiliar with NBC's The Office, my icon is NOT a picture of me

  • Alarm & Event Query To Spreadsheet File VI doesn't work correctly (DSC 7.1)

    I am using the Alarm & Event Query To Spreadsheet File VI to write alarms/events to an Excel spreadsheet. However there are two things it does wrong:
    1. Global variables in the header are not correctly inserted. I am using the header "{creationDate}{delimiter}{creationTime}" but none of the variables are translated to their actual values. The same header in Write Traces To Spreadsheet VI works correctly, so I assume it is only the Alarm & Event Query To Spreadsheet File VI that isn't working.
    2. My display format is set to display the date of the alarms but it never appears. Set time/ACK time, etc all appear, just not the date.
    Can anyone explain what might be wrong?

    Hi AndrewWilliams,
    I have been looking into this problem for you and I can't quite figure out exactly what it is you are trying to do. Could you possibly send me your VI's (for the Alarm & Event Query To Spreadsheet File VI and for the Write Traces To Spreadsheet VI) so I can get a better idea of it.
    Have you looked at the Export Alarms to File VI in the LabVIEW examples that are installed with the DSC module. This is a very good VI and it might help you to see any faults in your code.
    Hope this helps, I look forward to speaking to you soon.
    Best regards,
    Peter H.
    Applications Engineer.
    National Instruments.

  • ** How to show the master query group for once in Report??

    Hi
    I've developed a master-detail groups at a report
    The master one has it's repeating frame and the detail one has another repeating frame and put at another page at the layout.
    The porblem is that the master one is shown (the same record) in pages for times equal to the number of the detail records which is own for that master record!
    Example:
    if the master record has got three details then the master data will be show for three times (three pages) at run time and then the page number 4 will show the three detail records.
    How to make the master data to be shown only for once (page number 1 only) and then show the detail three records at the next page (page number 2) at run time???

    Hi,
    the question back is, what you've done for this. At default the master record is only shown once. Could it be, that the master-fields are inside the repeating frame for the details?
    Regards
    Rainer

  • In downloading my Events from iPhoto on my Mac to my iPad Air, the Events arrive in the proper order but not showing the Key Photo.  At the same time, the Events arrive in iPhoto on the iPad in totally random order but showing the Key Photo.Why?

    In downloading my Events from iPhoto on my Mac to my Ipad Air, the Events arrive in Photos in the correct order but not showing the Key photo. At the same time, the Events arrive in iPhoto in a totally random order but with the Key phto showing. Why? of course and is there a way to shift the order in Iphoto and get a Key photo in Photos?

    HHi, thank you for the reply. I have checked my iPad and iPhone and neither has iCloud Photo Library (Beta) enabled. Turned off in both. Photostream is turned on.
    i tried to sort it out  by dragging all the photos to Events on the Mac and then deleting them from iCloud - (left hand side of iPhoto under the section 'Shared'). the photos now show up in Events. I did force quit but the issue remains. The message reads ' photos are bing imported to the library. Please wait for import to complete.'
    i can't empty iPhoto trash either. The message read "Delete error. Please wait for import to complete.'
    WHen I was moving the photos to the Events I always had a message about duplicates - to the effect that the photos already existed, did I want to import them? I clicked on Yes, import all duplicates. But when it showed the images - duplicates side by side - one showed the photo and the other was blank.
    I really don't know what to do! And I don't know how to handle my iOS devices. Is it to do with the large number of photos? Any help, advice appreciated.

  • How to show the text, instead of number

    Hi Buddies;
    I'm creating a form, using oracle forms 10g. In this form I'm showing the equipment information. We sell services, and for some services, we provide the equipment, but we have a lot of a equipment, so we need to keep an inventory of these equipment. So for each equipment we have several status, example; Available, Returned ok, Assigned, Stolen, Returned by Damage .
    These status resides in other table, but in the where I'm getting the info to show thru the screen, just have a code.
    What I want, is to change this code, for the description of that code, example, 01 = Available. So, if the record for status has code 01, instead of 01, I want to show the word Avalaible.     
    Can somebody explain me, how to do this.
    Thanks
    ANG

    oooppss i missed one this there is you code mistake also...
    Begin
         Select status_name into :EQP.status_code -- Here use description field name not the same code field
         from eqp_status
         where status_code = :EQP.status_code ;
    End;Also increase the size of datatype of description item so it can hold description.
    I like to use LIST ITEM in these type of cases ;) Its easy and not required any POST-QUERY and POST-CHANGE code. As craig said you will have to keep on POST-QUERY and any performance issue etc.
    So, i would prefer to use this method...
    1. For that code field set the item type property to LIST ITEM.
    2. Create one record group of your this query like...
    Select status_code, status_name
    from eqp_status3. Populate that record group into that list item. like
    Trigger = WHEN-NEW-FORM-INSTANCE form-level
    DECLARE
      vGrp NUMBER;
    BEGIN
      vGrp:=POPULATE_GROUP('GROUP_NAME');
      POPULATE_LIST('LIST_ITEM_NAME','GROUP_NAME');
    END;Now at the time of query it will automatically show you saved status.
    -Ammad
    Edited by: Ammad Ahmed on Apr 29, 2010 10:02 PM

  • How to show the employee's organizational unit in remuneration statement?

    Hi experts,
    I'm working on a payslip,and there are two questions to ask:
    1.How to show the employee's organizational unit in remuneration statement? I didn't find a right table and right field to realize it.
    2.I tried to show the notification in payslip by infotype 0128, but it didn't work. Is there any tips?
    Any help will be appreciated.Thanks in advance!
    Alex

    Hi,
    You can get orgunit from Orgassignment table (pa0001-orgeh).
    Otherwise you can get it from hrp1001 table. querying like
    *get position of pernr.
    select single sobid into v_pos
    from hrp1001
      where otype = 'P'
        and objid = pernr
        and plvar = '01'
       and rsign = 'B'
        and relat = '008.
        and istat = '1'
        and begda le sy-datum
        and endda ge sy-datum
        and sclas = 'S'.
    *Get org unit
    select single sobid into v_orgunit
    from hrp1001
    where otype = 'S'
        and objid = v_pos
        and plvar = '01'
        and rsign = 'A'
        and relat = '003'
        and istat = '1'
        and begda le sy-datum
        and endda ge sy-datum
        and sclas = 'O'.

  • In Pages the first page of all my documents show the pages user guide. How can I reinstate my documents. They are still on my iPhone

    Help Please!   All my numerous documents in Pages have recently altered, so that there are no contents other than the face page, which is the Pages User Guide page. Ie Showing the pen and ink bottle. I think this was brought about by me trying to see if I could print the Guide Pages!!!  (To no avail)!
    Please. How can I reinstate my documents?  They are still showing ok on my iPhone.

    If you click the link I posted previously, it takes you right to the Pages community.
    Here >  Pages: iWork: Apple Support Communities
    Then click New.

  • I am trying to set up my newly purchased Apple TV but when I enter my network password while setting up, I am not able to enter the Submit button, any idea how to hit the visible submit button that is visible on screen but not responding?

    I am trying to set up my newly purchased Apple TV but when I enter my network password while setting up, I am not able to enter the Submit button, any idea how to hit the visible submit button that is visible on screen but not responding?

    You need to use the right arrow on the remote to go all the way to the right. The submit button will be highlighted and you can then press select on the remote to proceed.

  • How to show the quantity in decimal in MIGO

    Dear expert,
    How to show the quantity in decimal in MIGO?? for example in material BOM the quantity is 12.480 but the quantity in MIGO is 13. it's automatically rounded.
    what should I do to show the decimal point in MIGO?
    Thanks
    Pauline

    Hi,
        Please check in su3 -
    defaults (Tab) -
    Decimal Notation.
        Change the decimal notation and logoff and login to apply the changes.
        I think it may help you.
    Regards
    Sreedhar Reddy

  • How do I change the settings on my ipod so that it plays continuous music.  Right now, it plays the same song over and over, even if I select the shuffle icon.  It used to show the continuous play icon, it doesn't anymore.

    How do I change the settings on my ipod so that it plays continuous music.  Right now, it plays the same song over and over, even if I select the shuffle icon.  It used to show the continuous play icon, it doesn't anymore.

    Right click on a movie(in iTunes), and click "get info" then go to album artwork and add the artwork that you want...
    -Messymeese

  • Can we implement the custom sql query in CR for joining the two tables

    Hi All,
    Is there anyway to implement the custom sql query in CR for joining the two tables?
    My requirement here is I need to write sql logics for joining the two tables...
    Thanks,
    Gana

    In the Database Expert, expand the Create New Connection folder and browse the subfolders to locate your data source.
    Log on to your data source if necessary.
    Under your data source, double-click the Add Command node.
    In the Add Command to Report dialog box, enter an appropriate query/command for the data source you have opened.
    For example:
    SELECT
        Customer.`Customer ID`,
        Customer.`Customer Name`,
        Customer.`Last Year's Sales`,
        Customer.`Region`,
        Customer.`Country`,
        Orders.`Order Amount`,
        Orders.`Customer ID`,
        Orders.`Order Date`
    FROM
        Customer Customer INNER JOIN Orders Orders ON
            Customer.`Customer ID` = Orders.`Customer ID`
    WHERE
        (Customer.`Country` = 'USA' OR
        Customer.`Country` = 'Canada') AND
        Customer.`Last Year's Sales` < 10000.
    ORDER BY
        Customer.`Country` ASC,
        Customer.`Region` ASC
    Note: The use of double or single quotes (and other SQL syntax) is determined by the database driver used by your report. You must, however, manually add the quotes and other elements of the syntax as you create the command.
    Optionally, you can create a parameter for your command by clicking Create and entering information in the Command Parameter dialog box.
    For more information about creating parameters, see To create a parameter for a command object.
    Click OK.
    You are returned to the Report Designer. In the Field Explorer, under Database Fields, a Command table appears listing the database fields you specified.
    Note:
    To construct the virtual table from your Command, the command must be executed once. If the command has parameters, you will be prompted to enter values for each one.
    By default, your command is called Command. You can change its alias by selecting it and pressing F2.

  • The box in my Photoshop Elements, which shows the size and types of brushes has shrunk to one unreadable line. How do I expand the box to its original size?  I have tried dragging it open but nothing moves.

    The box in my Photoshop Elements, which shows the size and type of brushes, has shrunk to one unreadable line. How can I expand this box to its original size? I have tried dragging it open but nothing happens and none of the tool boxes appear to give me an expansion option

    Well, when you open the program, the splash screen, the window you see while the program is opening, should make that clear enough. For example:

  • How to show the checked-out symbol in list of files in a folder

    Hi,
    When the folder is selected it is showing all the files in that folder. But, the user would not know which file had been checked out. In general it should show the lock symbol (As similar to Documentum, webtop) when a file had been checked out by some other user.
    How to show the lock/key column in list of files. Any other way to find a file had been checked out or not instead of going into the content information.
    Also, how do we add additional columns like author etc... to the list of files screen in UCM?
    Please help

    You should double check, but I don't believe that the check-out info is in the resultset. Because that information isn't available, the state of each row in the search results table cannot be defined. So, the first hurdle would be to add that info to the dataset.
    The second hurdle would be to alter the UI to leverage that info (e.g., the key icon when checked out).
    If you're looking to alter the folder views, then look to the COLLECTION_DISPLAY service & related template. Other views (e.g., search results) have different templates and backing services.
    -ryan

  • How to show the login user Id in the upper right corner of each page?

    Hi,
    I was wondering how to show the login user Id in the upper right corner of each page?
    thanks so much!
    cchu

    Cchu,
    The easy question first: applying a style to the welcome message. If you look at the page source, you'll see that #WELCOME_USER# is expanded to <div class="app-user">Welcome: DEMO</div> So to change the style of the message, you need to tweak the style of the app-user div in your CSS, or override it in a style block in your HTML header.
    Now, the tougher question: why the text is wrapping for you. And, really, without seeing your entire page, I can't give a full answer. But I'd suggest that what's most likely happening is that the table column you're putting it in is too narrow, so it's wrapping; try replacing the td tag with <td nowrap="nowrap"> This will force the column to be wide enough to display the full message, but might result in weird formatting elsewhere on the page (depending on what all is in your table).
    -David

Maybe you are looking for

  • Supplier Price in Material Master

    Hi, Is there a field in Material Master when the supplier proce can be uploaded? We would like a place to store a suppliers current price against a material. Currently this data is stored in a spreadsheet, so weu2019d also like to know the possibilit

  • How to block a particular website in mozilla firefox?

    I just want to block a particular website from mozilla firefox browser. The steps given in the option are not working really. let me know in details the procedure to block a particular website.

  • Export To Excel from a VC Iview

    Hi all, I tried to  Export the data to an Excel  from a Table in a VC iView....I have created a Button on the Toolbar of table and added relavent code to do the exporting...But when i click on the button on iam getting the following error... Portal R

  • Why Is The New Click Wheel TERRIBLE?

    What happened to the flawless design of the click wheel on all previous ipod models. The new click wheel on the iPod classic is absolutely terrible. It is unresponsive, highly unsensitive, slow and works maybe half the time especially when scrolling

  • Can't open PSD? 0 bytes?

    Hello, I have Photoshop CS5.1 and Windows 8. I have been having an issue with opening a PSD file and I can't seem to find someone asking the same question anywhere. My issues is that I have a .psd file that was fine yesterday but today I tried to ope