[Bug?] DSC - Clusters Different between 'Read Alarm.vi' and 'Alarm and Event Query.vi" but Contain 'Same' Data

Howdy!
Why are the clusters different coming out of the Read Alarm.vi and the Alarm and Event Query.vi when they have the exact same data?
The only difference is the order of two last elements.
I am leaning towards bug on this one, unless these clusters need to be distinct for some reason?
Certified LabVIEW Architect * LabVIEW Champion

Thanks for posting Ravens Fan
I re-jiggered my API to reverse my datatypes then applied changes to my application code.
It wasn't that painful to update. 
My current understanding is that this bug affects one VI, so I decided it was easier to wrap that VI with the bugfix.
Attached is my implementation if anyone wants it too.
Cheers
-JG
[LV 2009]
Certified LabVIEW Architect * LabVIEW Champion
Attachments:
Alarm & Event Query_bugfix.vi ‏30 KB
Convert Alarm And Event Query Cluster.vi ‏21 KB

Similar Messages

  • PDF within IE acting differently between Reader 9x and 11x

    We are in the process of upgrading from Reader 9x to 11x. In testing users have found that when they try to open multiple PDF's from a single webpage within Internet Explorer, 11x opens only one at a time, closing the current one and opening a new one. This happens for all PDF attempted. It's seems that Reader 9x would allow they to open as many PDF's as they wanted and it would open multiple "windows" for each new PDF opened. I looked at the settings between 9 and 11 and I really don't see any (Aha) change to make that I might have missed configuring Reader 11.
    Anyone have any ideas?  I need to figure this out to move off of Reader 9 and onto 11, if I can't I might be forced to continue to use Reader 9, because of this functionality....
    Thanks in advance!

    So interesting,  I don't have that configured.  Now I'm kinda scratching my head, why is opens with multiple within Reader 9 with no issues, but Reader 11 fails to do the same?  Well, it appears that my tester has gone home for the day.. So I'll have to wait until tomorrow morning to try this again.
    Thanks for the sugguestion!
    I'm going to give this a shot in the morning...  I've attached the current IE tab settings here....

  • What is the difference between READ TABLE ITAB WITH KEY  and  TABLE KEY

    Hi Experts,
    what is the difference between
    READ TABLE <ITAB> WITH KEY <K1> = <C1>
                                                    <Kn> = <Cn> .
    and 
    READ TABLE <ITAB> WITH TABLE KEY <K1> = <C1>
                                                              <Kn> = <Cn> .
    Thanks
    Akash.

    Hi akashdeep,
    Nice question. I also tried to find out, but no much success. My opinion is that for practical purposes there is no difference.
    It may have difference in case of searching, especially sorted tables. (binary search or normal linear search).
    Case1: If our table is sorted table with defined key fields, and we give WITH TABLE KEY, then faster binary search is used.
    Case2 : If our table is sorted table with defined key fields, and we give WITH  KEY, (and no field contained in the keys), then normal linear search is used.
    regards,
    amit m.

  • Reading ams word doc and creating another ms word doc with this same data

    I have a ms word doc and i hav to create different word docs from it with different name.The docs will contain the same data as the mother document but some cases,some strings will be replaced by some new strings for each document to be created.plz help me out.
    File ReadDocFileInput = new File(inFilePath + "APX-DBEST.DOC");
    BufferedReader readXML = new BufferedReader(new InputStreamReader(new FileInputStream(outFile)));
              String FirstTag = null;
              String writeIntoDoc = null;
              String writeTagName = null;
              String writeTagSTEPName = null;
              File WriteDocFileOutput = new File(inFilePath + "APX-DBEST-" + writeTagName + ".RTF");
              BufferedReader fis = new BufferedReader(new InputStreamReader(
                        new FileInputStream(ReadDocFileInput)));
              //FileInputStream fis = new FileInputStream(ReadDocFileInput);
              //FileOutputStream fos = new FileOutputStream(WriteDocFileOutput);
              PrintWriter fos = new PrintWriter(new FileOutputStream(WriteDocFileOutput) );
              //int i =0;
              //char ch;
              while((writeIntoDoc = fis.readLine())!=null){
                   //ch = (char)i;
                   fos.write(writeIntoDoc);
              fis.close();
              fos.close();
              //WriteDocFileOutput.renameTo(new File(inFilePath + "APX-DBEST-" + writeTagName + ".DOC"));
    this is the code i hav written...anything wrong in it?...it does not working.

    I didn't read your code. But if you want to copy a file, commons has a neat tool for it:
    import org.apache.commons.io.IOUtils;
    import java.io.*;
    class CommonsFileCopy {
        public static void main(String[] args) {
            String fIn = "CommonsFileCopy.java";
            String fOut = "(copy) CommonsFileCopy.java";
            try {
                InputStream inStream = new BufferedInputStream(new FileInputStream(fIn));
                OutputStream outStream = new FileOutputStream(new File(fOut));
                IOUtils.copy(inStream, outStream);
                System.out.println("Copied \""+fIn+"\" to \""+fOut+"\" successful");
            catch(IOException ioe) { ioe.printStackTrace(); }
    }

  • PowerView - 1 Workbook; 2 Data Sources(one linked to SQL and one a table inside excel); Both have same data set but Counts are Different

    Hi Everyone,
    Hopefully someone might have an explanation for the difference in counts.
    Problem:
    Excel 2013 on Windows 7
    A Single excel spreadsheet with 2 data sources: 
    One created using "From Other Sources on the DATA tab which connects to SQL Server"
    Second data source the same data as item 1, but in a differnet worksheet tab inside the workbook
    [Sheet1] - Other SQL data Source
    [Sheet2] - Exact Same data as Sheet1 but in a table
    [PowerView] - 2 tables
    Table one uses Sheet1 as its table data source
    Table two uses Sheet2 as its table data source
    When you Count(Not Blank) using the same criteria and fields for each table, the numbers dont match.
    The one that has the incorrect count is when I use the Table data from [Sheet1] - which is the Other SQL Data Source
    Testing:
    I also created a standard pivot table using Excel and the counts then are both correct for both datasources.  So it must be something in PowerView????
    Any ideas anyone...

    Hi,
    This is the forum to discuss questions and feedback for Microsoft Office client. Since your question is Power View related, I'm moving it to the forum of
    power BI>Power View, where you can get more experienced responses:
    http://social.technet.microsoft.com/Forums/en-US/home?forum=powerview
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Different between Reader and Acrobat - Forcing URL's to load PDF's into IE

    I implemented an action button links in PDF form to connect to server.
    When open PDF form by Reader: Links is opened and processed by IE.
    When open PDF form by Acrobat: Links is auto opened and processed by Acrobat.
    I want to keep actions opened links by IE. Are there anyway that I can turn off auto open links by Acrobat when open PDF form by Acrobat?
    I want to force URL's to load PDF's into IE.
    Please help me resolve it. Thank a lot.

    Oh I have the same problem. My submit button send all input data on PDf Form to an asp.net web server. The web server process it and then response with a html data.
    - In case Acrobat Reader : a browser will be openned automatically to receive that html data.
    - In case Acrobat Pro : it opens a "download form" and process that html data
    It is too ridiculous but my project need to receive html data by browser(not by acrobat pro). We need it for doing something with javascript and DOM elements
    Is there any way to do this ? Please help me

  • What is different between NW Developer Studio 7.00 and 2.0?

    I was download NWDS 7.00 in service market place. but I found NWDS 2.0 in same place.
    what is different? and what does download in service market place?
    I will do java develpment for SAP XI.

    Hi Joeng,
    for SAP NetWeaver 7.00 Web Dynpro development you need the NWDS 7.00, for the older Version 6.40 you need the NWDS 2.0.

  • Is there any different between the US unlocked Iphone 4S and the Australia unlocked Iphone 4S?

    I read that the unlocked iPhone works only on supported GSM networks, such as AT&T in the U.S. When you travel internationally, you can also use a micro-SIM card from a local GSM carrier. Did it mean that the Australia Iphone uses the micro-SIM card or work differently? I did not any information about that.

    Well if you purchase it you can call internationally with roaming chatges if you purchase it from Australia i assume it will be unlocked anyways.

  • Different between coding of simple ALV report and interactive ALV report

    Hi
    Please some one tell me the difference (extra coding) for interactive ALV report.
    I know how to design simple ALV report but i dont know what extra I hace to code for interactive ALV report.
    Thanks in advance.

    View at se38, ALV grid demos,  search BCALGRID

  • What is What is different between CP-7920-BUN-ST-K9 and CP-7920-CH1-K9 ?

    I had CCME 3.1 and 100 User Licenses ,
    Do I must buy CP-7920-CH1-K9 , not CP-7920-BUN-ST-K9 ?
    Any one can help me !
    Thanks !
    chenmu

    The CP-7920-CH1-K9 includes the CM license, where CP-7920-BUN-ST-K9 doesn't.
    CP-7920-BUN-ST-K9 Cisco 7920 Phone ASSY, Standard Phone Package USD 595.00
    CP-7920-CH1-K9 Cisco 7920 Phone ASSY w/User License USD 745.00
    ( 1 ) SW-CCM-UL-7920 USD 150.00
    CallManager Unit License for Single Wireless IP Phone 7920
    ( 1 ) SW-CCME-UL-7920 USD 150.00
    Cisco CallManager Express License For Single 7920 IP Phone

  • VBA:comboboxes to present same date in different formats...ADAPT WITH CHANGE IN DATE

    Hi all, 
    I'm very new to VBA and excel development, so please take that into consideration as you read on.
    I'm trying to create a work form for a database that (should) collect various information in comboboxes, including the date, the weekday, and the month... Note: most of the time, the data will be inserted the day after it's been collected. So, I wanted to create
    one combobox for the date, one for the weekday, and one for the month, because I want columns for each of these in the database (If this is not necessary/efficient, please help! :) ) . 
    Here's what I've got so far:
    'worksheet setup
    Dim ws As Worksheet
    Set ws = Worksheets("LookupList")
    'Date dropdown setup
    Dim cDateToday As Range
    For Each cDateToday In ws.Range("DateList")
    With Me.cboDate
    .AddItem cDateToday.Value
    End With
    Next cDateToday
    'If today is Monday, then set date to last friday, if any other weekday, set it to day before that
    If Weekday(Date - 1) <> 2 Then
    Me.cboDate.Value = Format(DateAdd("D", -Weekday(Date) - 1, Date), "Medium Date")
    Else
    Me.cboDate.Value = Format(Date - 1, "Medium Date")
    End If
    Problem #1: Right now, I am getting the date values from the list
    DateList in the worksheet LookupList...is there a better way of doing this?
    Problem #2: When the user form is run, the correct date and format shows up. However, if I change the date, the dropdown list in the combobox starts from the initial date in given list...is there anyway to bring the list closer to the current
    date? Think Calendar View
    Problem #3: I want the weekday and month values to be directly correlated to the date value discussed above, so hypothetically when the user form is run the correct date, weekday, and month all show up (based on the same date value), then if
    I change the date, the weekday and month automatically update. Is this possible, if so how?
    The reason I want this functionality is so that on a Monday, I can run the work form and it will automatically have Friday's date, weekday, month info as it opens. When I'm done with Friday, I can run it again, switch the date to the Saturday's
    date (weekday and month automatically update), then repeat for Sunday.
    I have tried running the same code for the weekday and month as I have for the date, and they work
    until the date is changed. Once the date is changed, I have to manually change the weekday, which leads to format change, and same for month, which all leads to :( and confusion
    Again, I am very new to vba and don't know much about it all and appreciate any/all help!
    Thanks in advance!
    /Alex

    I can give you a little advice but I don't understand your comment "if I change the date, the weekday and month automatically update" Where do you want them to update?
    I am assuming that your entire question is referring to a Userform with the Combobox. Is this correct?
    The code can be much simpler to populate the combobox list. You already have a named range for the Dates so you can use that directly to populate the RowSource. (RowSource if the combox is on a Userform or ListFillRange for a combobox on a worksheet).
    Then the WorksheetFunction Workday can be used to get the previous workday without weekend days. It also looks after the previous day when the actual date is mid week. Look up the function on the worksheet Help because you can also have a separate list
    of holidays that will be excluded like weekend days.
    If you are new to VBA then a tip about Help. You need to be on the worksheet and click Help to get worksheet help and in the VBA editor you click Help to call the VBA help. Don't just select Help off the taskbar when changing between the worksheet and VBA
    because you will finish up with the incorrect Help file.
    Example of code to assign a named range to the RowSource of a ComboBox. Named range needs to be Global and not scoped to a worksheet otherwise the worksheet name is also required. 
        Me.cboDate.RowSource = "DateList"
    Example of code to assign the previous workday to the combobox value.
        'Following line sets value to previous workday (Mon to Friday)
        Me.cboDate.Value = WorksheetFunction.WorkDay(Date, -1) 
    Then there is another problem with ComboBoxes and dates. If the Dates are real dates on the worksheet (Not Text)  then the dropdown list displays in the same format as the worksheet but when the date is selected, it displays as a serial number. This
    can also be rectified with code but first I need to know what the format of the data is on the worksheet.
    Can you upload a copy of your workbook because it is like a picture is worth a thousand words. Same goes for having a copy of the workbook. If it has sensitive data then create a copy and remove the sensitive data.
    Regards, OssieMac

  • Difference between BW statistcs for a cube and for overall system

    Hai all,
               We have a BW system with a process chain for Bw statistics for the whole system. I made a process chain with DB statistics for one my cube. I am sorry. I have little knowledge of the statistics.
    My question is would be useful to have statistics for the whole system or perhaps a BW statistics cube
    or
    Constructing DB statistics every time when cube is loaded?
    Which one is advantageous and more recommended? I would appreciate if somebody could refer me to some kind of documentation on this topic.
    Thank you very much.

    I'm a little fuzzy on what statistics you are discussing.
    There are Database statistics that are collected on the tables in your BW and there are 'BW Statistics" cubes that contain operational data about what goes on in your BW, how many queries have run, load times, compress times, etc.
    It sounds to me like what you are describing is there is one Process Chain that is loading data to the BW Statistics cubes, and you created another chain that is collecting Database statistics.
    This is just a guess on my part.  What is loaded to the BW Statistics cube is completly different data used for different purposes than database statistics.
    BW Statistics are loaded to InfoCubes that are named  0BWTC_C* .  What Process Types are being used in these two Process Chains - that would clear this up.

  • Link between User Name in user table and Personla number in HR

    Hi
    Could any one let me know the link between the User Name field in User table and Personal number in HR table. Pls let me know the table name which shows the relation between these two fields.
    Regards,
    Ram

    HI Ram
      The table which contains this data is PA0105. The value of field USRTY should be '0001'. For example if u want to get the UNAME related to an employee.
    SELECT usrid
      FROM pa0105
    WHERE pernr EQ p_pernr
          AND usrty EQ '0001'.
    Please award points if u found this helpful

  • Difference between alarming roc:change and alarming roc:rocchange in DSC module

    What is the difference between the Alarming ROC:Change and the Alarming ROC:ROCChange in the DSC Module (and the Alarming ROC:Time and Alarming ROC:ROCTime)??  I am trying to change the rate of change and the time on the variable using property nodes and invoke nodes, which I have done successfully with the Hi alarm and low alarms.
    Using the property nodes, I can only find a way to change the ROC:change and not the ROC:ROCChange.  The ROC:ROCChange is what appears to change the rate of change and time interval that the variable actually uses (looking under the multiple varibale editor).
    So I am changing some values, but they are not reflected on the Alarming page of the editor, only show up in the large spreedsheet at the top.
    Any ideas on what I am doing wrong??
    Kenny

    Hi Kenny,
    Thanks for the observation -- it looks like this is a bug dealing with the naming of the property by the property node.  This was reported to R&D (# 46IE9SG0) for further investigation.  A workaround is to deploy a library so it become an online process, then use the SharedVariableIO class to programmatically change the desired properties, then use the Save to Library VI that ships with the DSC module.  The following screenshot shows the two methods, the upper method is the workaround (note that you don't need to read back the property like in the screenshot, I was just testing), the lower method is the way that isn't working for these two properties, which doesn't use the online process.  Thanks for the feedback!
    Message Edited by Doug M on 02-19-2007 03:46 PM
    Message Edited by Doug M on 02-19-2007 03:47 PM
    Doug M
    Applications Engineer
    National Instruments
    For those unfamiliar with NBC's The Office, my icon is NOT a picture of me
    Attachments:
    CropperCapture[11].Jpg ‏83 KB

  • What is the different between adobe reader and adobe acrobat reader?

    what is the different between adobe reader and adobe acrobat reader?What are the procedure to download a Acrobat reader?

    Good day,
    Adobe Reader is a free application we offer for viewing and printing PDF files.  Many years ago, it was known as Acrobat Reader.  You may still see some users refer to Adobe Reader as 'Acrobat Reader'.  Old habits are sometimes hard to break!
    You can download Adobe Reader by visiting: http://get.adobe.com/reader/
    Kind regards,
    David
    Adobe Systems

Maybe you are looking for

  • HT1766 How do I recover pictures and videos not backed up, nor in icloud

    I recently bought an iphone 4s and had them transfer my information from the old device to the new one.  Later I noticed that all the pictures had been transfered from itunes album covers to my camera roll in doubles also, I went home and ignorantly

  • Find xctl in VI's dependencies

    Hello everybody, I am trying to find programatically all the subVI's used in a VI and save them together in the same folder. I did that using Get VI Dependencies Invoke Method. It works with VIs, ctl, llb and lvlib (I can get their names and paths). 

  • FS10N and FAGLB03

    Hi All, Whats the difference between tcode FS10N and FAGLB03? The display balances and total line item for each period at both tcode should be same or not? Thanks

  • Replication whole root zones

    Hello, I need to configure whole root zones which needs to be replicated to a secondary site. Would like to know if there is a way by which i can avoid replicating the swap file in a whole root zone configuration. Please advice. Thanks & Regards Ranj

  • I want to know the exactly when the Kinect gives depth frame and color frame in a period of one frame

    Hi, I'm currently using Kinect for Windows v2 to get a blurry sequence of color frames as well as corresponding depth frames.  It seems to me that the depth frame is acquired after the exposure time of the color frame. I am using the sample in the Co