Aggregate text data of multiple runs

Our system test data is saved as text.
Sample text Run file(simplified):
"Test 1 of 100
Pass: reading 1 XX
Pass: reading 2 XX
Pass: reading 120 XX
End of Test 1"
I want to read in multiple files and generate histograms for each of the readings. My problem is there are 120 readings per test and they have very little common structure from reading to reading
Typical readings:
Pass: V/UHF Reference Downconverter Synth cal tone amplitude is 1.5 dB from nominal @ 35 MHz in narrow band
Pass: UHF Antenna Sample channel element 1 cal tone amplitude is -42.1 dBm (nominal -40 dBm)"
The runs are generally in order but I need to parse each line one at a time, pull the value(s) from the line and assign it to the proper 2d array. I'll end up with an array with 120 rows(readings) and as many columns as tests(100's). Once I get the 2d array the histograms are easy.
I have two approaches
1. parse each line through a series of vi's. Each vi is specific for a single reading. (120 vi's; that's ugly)
2. a large vi (Attached) that parses a section of the test at a time. Only gets about 15 readings.
Both of these don't scale well from the current situation of watching only a few problem readings to generating distrubutions of them all.
Can anyone point me in the right direction?
Norm
Attachments:
Diag Txt Extract Data v4.vi ‏42 KB

I want to read in multiple files and generate histograms for each of the readings. My problem is there are 120 readings per test and they have very little common structure from reading to reading
Bullseye!  there is no cheap solution to poor archetecture.  The test data should have been consistant by design.  Lacking that- either approach you offered will work and there is not a lot you can do about finding an elegant solution.  It is a pigs ear and it will be a pigs ear- no silk purse for you today.
Jeff

Similar Messages

  • How to load text data from multiple source systems.

    Hello Gurus,
    I am facing an issue of loading master data text into 0Material. I have loaded attribute data from 2 source systems. But i am not able load text data from the same 2 source systems as i am not able to see 0logsys in transfermation rules of 0MATERIAL.
    Please gimme some inputs to proceed.
    Thanks in advance
    Peter

    Hi,
    I dont think that you need the source system info here, texts are mapped to attributs and attributs to source systems.
    so try to load simply:
    material key, text, lang (optional)
    Hope it helps.

  • Aggregate list data from multiple subsites to parent site

    I am working on implementing a project management site. I simply have a site collection with multiple subsites (each subsite is a unique project) that all have the same list named "Project Status" which includes project health and comments.
    I want to rollup only the most recently added item from the Project Status list from each subsite into the site collection parent site main page.
    For example:
    Project Portfolio Status
    Project 1 - Green - <comments>
    Project 2 - Yellow - <comments>
    Project 3 - Red - <comments>
    Can this be done using OOB tools? I know Bamboo Solutions has a product that does something like this, but it's $1000.

    You can use Content Search Web Part in SharePoint 2013. There are many ways you can use CSWP and its query filters, you can view them here. 
    A query such as below - 
    path:"https://YourSiteCollection/SubSite*" ListID:xxxxxx-9511-4746-xxxx-E12BC81ECCA9 ListID:5xxxxC1B4-EE4D-4xxxx-BC5B-032EB7D03E09 ListID:xxxxE18-xxxx-4C3C-xxxx-AC14EFBB2A12 -Filename:AllItems.aspx
    will give the result that will look like the image below.
    Srini Sistla Twitter: @srinisistla Blog: http://blog.srinisistla.com
    Thank you. I have been working on my query and have some good results but I need to add some more parameters to my query in order to block/filter the following two items that show up in the results:
    Item 1 - .../Add Status Report.aspx
    Item 2 - .../AllItems.aspx
    *Note: I also need to block/filter all items in the list EXCEPT for the 1 most recent item
    My current query is:
    path:"<subsite url>" ListID:<list id> -Filename:<view name>.aspx
    Where can I find/read about other parameters that I can use to block out the other items? Thanks!

  • Error while realigning aggregates through master data attr. change run

    Hi all,
    We are using Sales Overview cube (SD_C03) on which we have built aggregates. now during the master data attribute change run it tries to realign the aggregate once the master data is loaded via Process chain. In this step we are facing an error:
    "Error while procesing aggregate <aggregate technical name>"
    From ST22 we can find
    Database error text........: "ORA-14400: inserted partition key does not map to any partition"
    Internal call code.........: "[RSQL/INSR//BIC/F200009 ]".
    Whereas from SM21 we can find out:
    Database error 14400 at INS access to table /BIC/F200009.
    /BIC/F200009 is the fact table of one of the aggreates we have. really looking forward to your valuable suggestion.
    Thnaks,
    Abhishek.

    Hi Jogeswara Rao Kavala,
    When I am pressing back or NO option  it is showing error like this
    What is this OK- Code means?
    how can I resume this process, even it was not going to back screen also and only one option is available for exit from this is by going into MENU-SYSTEM-SERVICES-BATCH INPUT-CANCEL.
    Sunil Boya

  • When I add a while loop to the vi "niScope EX Multi-Device Configured Acquisition (TClk)" to acquire data for multiple times, it works but it runs very slowly.

    Because I want to acquire the similar data for multiple times and then take an average to increase SNR, I add a while loop to the vi "niScope EX Multi-Device Configured Acquisition (TClk)".  It works but it runs very slowly (about 1 sec for each iteration). I think I had put the while loop at a wrong position, which makes the vi run from the very beginning in each iteration. So I really want to know where should I put the while loop to improve the speed? I have attached all the vi and subvi.
    Thanks very much.
    Attachments:
    Multi-Device External Clocking (TClk).vi ‏1166 KB
    avgWfm.vi ‏15 KB

    Dear Zainykhas,
    Thank you for posting this to the discussion forums and for uploading some sample code.  I took a lok at the issue you have been having, and it is unclear to me as to why you have placed two for loops around the original while loop.  My understanding is that you want to use the original Sample.vi and want to execute this N times where N is the Max Freq divided by Interval so that you can scan for a range of frequencies.
    Why not just put Sample.vi around one for loop and use the increment counter scaled by the interval to count up towards Max Freq and insert the desired Frequency into the cluster using Bundle By Name?
    Kind Regards,
    Robert Ward
    Applications Engineer, NI
    Attachments:
    Modified - RW.vi ‏48 KB

  • Data Merge, multiple records, one text box, one page

    I need to my data to merge in one text box on multiple lines.
    Example:
    My TXT file:
    Name
    Mary
    Bob
    Paul
    I want my InDesign file to look like this: (one text box, one page)
    Mary
    Bob
    Paul
    I don't want multiple pages or multiple text boxes. I hope this makes sense.
    TIA

    Sorry, that's not how it works in Data Merge.
    Your list will require multiple records per page, or a restucturing of the data (a better choice, in this case) so you have Name1, Name2, Name3 or something similar.
    Have you considered just placing the text file?
    How many records are you really using?

  • Losing network connection (phone, text, data)

    For the past couple of weeks I have had problems losing my network connection affecting phone calls, text messages and data access. The problems seem to be occurring more frequently, and have not been able to identify a consistent pattern yet.
    Phone: On 2-3 occasions recently, I have had calls dropped.  I see that I have no [phone] network connection.  In each case I've been in a location where I frequently make calls.  Twice this was while on a major freeway in the SF Bay Area.  In each case I do get a signal back, but it takes several minutes until I re-acquire a signal.
    Text:  On multiple occasions (3-4 in the past week), I have tried to send text messages from my office (in San Jose), where I have not had problems in the past.  After waiting for several minutes to re-acquire a signal, I re-booted my phone and my text messages were sent as soon as the phone re-booted.  Note:  changing the phone to airplane mode and then off, did not resolve the problem.
    Data:  On multiple occasions (8-10 times in the past couple of weeks), I noticed that my phone shows "4G", but no arrows and I have no data access (i.e. no access via web browser, can't use any email apps, can't use any apps that use data access).  Once I lose the data connection, it never re-acquires the network even after moving and/or waiting in excess of an hour.  The only way to re-acquire data is to re-boot my phone.
    This seem to have started 2-3 weeks ago, but definitely getting worse over the past week - very, very frustrating!
    Using Samsung S4, running Android 4.4.2.  I don't recall installing any new apps or new O/S versions in the past couple of weeks, though many updates auto-installed.

    I tried removing/replace the Sim card.  Still have the problem.
    I got really frustrated with this and after spending over an hour on the phone with technical support and then with Assurion, I got them to replace my  phone, with a replacement S4.   Spent another couple of hours getting my phone reconfigured, including having to spend another half an hour on the phone with technical support because the new phone wasn’t activating on the network.   And, still have the same problem on two consecutive days where the phone hangs when I try to make a call at the end of the day.  (Though I had been able to make a couple of calls during the day).
    So:
    ·         It fails in safe mode
    ·         It fails if I set the network to LTE/CDMA rather than Global
    ·         It fails after re-seating the Sim card
    ·         It fails with a replacement device
    What’s going on?  How do I fix this?

  • Error in importing data from multiple ASCii files, Concatenat​e

    I am trying to use the "Importing Data From Multiple ASCII FIles.VBS" and the "Concatenate Groups.VBS" scripts downloaded from here, http://zone.ni.com/devzone/cda/epd/p/id/3870. When I run the importing data script and test it by highlighting the example data that comes with the download I get an error. "Error in <Importing Data From Multiple ASCII Files.VBS> (Line:60, Column: 11):  Variabls is undefined: 'AscIIAssocSet'  "
    The offending line of code is "  Call AsciiAssocSet(FilePaths(i), StpFilePath) ' assign STP file    "
    Screenshots of the error are attached.
    Can anyone tell me what this error is?  Am I just doing something wrong? Getting quite frustrated.
    Thanks in advance.
    Attachments:
    concactenate1.png ‏261 KB
    concactenate2.png ‏243 KB

    Please have a look at the DIAdem Example to concanate channels. Its delivered with DIAdem.
    Examples > Creating Scripts > Scripts > Appending Channels to Each Other
    Please use a dataplugin (File -> Text DataPlugin Wizard...) or the csv plugin to load your data.
    Greetings
    Andreas
    P.S.: The one you have downloaded needs the old Ascii Wizard that is not activated by default in newer DIAdem versions.
    If you want to use it anyway:
    Settings -> Options -> Extensions -> GPI Extensions ...
    Add gfsasci.dll

  • Creating some sort of text template for multiple pictures

    Hello, I'm new to the forums and new to photoshop elements. Let me lay out the situation so you have a better idea of what I'm trying to do and why. I work at a real estate office and we are going to hang a tv on the wall and display a slideshow of our homes for sale and ontop of the pictures I am going to add text to each photo with information about the home. I want to be able to add text in the same proportions in the same spot on each photograph. Is there some automatic way of doing this? I will have to hand type different info on each photo. The pictures come from different cameras (each agent takes their own photos) with different resolutions and doing it one by one (ive done just a few out of over a hundred so far) I'm finding out that one size text works on one but when I try to use the same size font on the next photo it's either too big or too small, I guess this is because of the different resolutions of each camera. I know I may have rambled a bit here but if anyone can point me in the right direction I'd be thankful.
    If I need to clear up anything I've said let me know.
    Thanks

    I believe you responded to the wrong posting. Mine is titled "Transferring from MyPictures "
    Date: Thu, 17 Sep 2009 14:12:24 -0600
    From: [email protected]
    To: [email protected]
    Subject: Re: Creating some sort of text template for multiple pictures
    The font size is correlated with the resolution.
    Have you investigated use of Powerpoint to construct a continuous-loop presentation?
    "Self-running presentations are a great way to communicate information without having to have someone available to run a slide show. For example, you might want to set up a presentation to run unattended in a booth or kiosk at a trade show or convention. You can make most controls unavailable so that users can't make changes to the presentation. A self-running presentation restarts when it's finished and also when it's been idle on a manually advanced slide for longer than five minutes.
    When designing a self-running presentation, you'll want to keep the setting in mind — for example, whether the booth or kiosk will be in an unmonitored public place or whether supervision will be available. The answer will help you determine what elements you add to your presentation, how much control you give users, and what steps you need to take to prevent misuse.
    To set up a self-running show: open the presentation, click Set Up Show on the Slide Show menu, and then click Browsed at a kiosk (full screen). When you click this option, Loop continuously until "Esc" is automatically selected."
    >

  • How to print text/data in flex 3 using printer???Plz help...

       Hi,
              plz tell me the way to print text/data using printer in flex.  I tried the FlexPrintJob class. but it takes object of a container to be printed & prints the visible content of that container(along with scrollbars), bt i want to print all contents of the container(including invisible).
          I have tried to print bitmap image through FlexPrintJob but it takes lot of time for spooling... So plz help me out in printing(fast with all content) in flash
    I am using flex 3 (flex Builder 3 IDE).
      Thanks in advance!!!

    Hi Sagar,
    Don't worry You can use the below work around to print all the contents of the Container including the invisible contents under scrolll with out scroll bar..
    So what the idea here is we are seeting the container height to full size with out scrolls before sending the container object to printer and as soon as you print the object you are restoring it to the original height with scrolls...so that you can print the full contents without scrolls...
    You may have doubt that by chnaging and restoring the size the user may see momentary resize of the container but it is not so as it is a fraction of a second and user cannot notice this change... Give it a try ..I had already run into this problem recently and I have found a work around for this which is as below:
    // Here mainContainer is the container or box id the contents of which you want to print
       private function doPrintContainer():void
        var printJob:FlexPrintJob = new FlexPrintJob();
        if(printJob.start() != true) return;
        try
         var mainContainerHeight:int = mainContainer.height;
         //Increasing the height of the desired component to be printed.
         mainContainer.height = mainContainer.measuredMinHeight;
         mainContainer.verticalScrollPolicy = "off";
         //Adding the resized Component to our FlexPrintjob and then sending the print request
         printJob.addObject(this,FlexPrintJobScaleType.MATCH_WIDTH);    
         printJob.send();
         //Resizing the component back to normal size
         mainContainer.height = mainContainerHeight;
         mainContainer.verticalScrollPolicy = "auto";    
        catch(error:Error)
                     trace("Error : " + error.message);
    If this post answers your question or helps, please kindly mark it as such.
    Thanks,
    Bhasker Chari

  • How to have a member formula to reference a text data type member?

    Hi there
    I am just wondering how do you use a member formula to grab the text in a text data type member?
    Our situation is that we have a text data type member in the Accounts dimension (called Project Manager). This is a free text field users can input a project manager's name. However, for our reporting purposes we want to report the Project Manager next to a list of Accounts (i.e. in the same row). The way we have tried to achieve this is to create dynamic calc text data type members in the Version dimension that simply refer to the Project Manager account using the reference function (->).
    Although this works, when we run a report we get a number (assuming this is just the reference ID to the RDBMS field) instead of the actual name. We have set the dynamic calc member to text data type as well. We are using a planning connection as well.
    Does anyone know how to make this work?
    Thanks

    Are you talking about FR reports, does it display the text if you reference the original member using a planning connection, if it does then it probably looks like you can't do it using the method you are trying as it is an essbase formula and in theory it will just return a number.
    Cheers
    John
    http://john-goodwin.blogspot.com

  • Multiple runs on a single graph

    Hi, 
     Just a quick question. I am using a Voltage Source meter that spits out an 2 arrays of data after it has done its measurement. I then plot the arrays with respect to each other using an Express XY graph. I have put the code in a for loop so that it does multiple measurements or multiple runs. So if a single run gives me a plot that looks like a straight line, 5 runs would give me 5 straight lines. My problem is that the graph, connects the last value of the previous run to the first value of the next run. I want it to plot each run independently but overlapping them in the same graph so that I can look for deviations. The XY graph is inside the for loop, so I would imagine, that when the instrument spits our the next set of data, it would be plotted in the same graph independently. 
    Any Suggestions?
    Solved!
    Go to Solution.

    Ah, I never saw the number 10 anywhere.
    You don't need to process the NaN with mathscript. It is sufficient to add the NaN to the data going to the graph terminal. Even if mathscript gets an NaN, you can probably test how it is handled.
    What does the mathscript node actually do? If it is just doing some scaling, it probably will not matter, but if it would do e.g. a linear regression, it would probably give unexpected results.
    LabVIEW Champion . Do more with less code and in less time .

  • How do I display data from Multiple Queries in a spreadsheet?

    I am running Oracle forms 10g as a kicker to export a report (rdf 10.1.2.0.2) to PDF or Excel Spreadsheet - User's choice.
    Doesn't matter if I have desformat = SPREADSHEET, DELIMITEDDATA, or DELIMITED; I still get only the first query displayed when I run in spreadsheet format.
    How do I display data from Multiple Queries in a spreadsheet? Is this possible?
    Thanks in advance!

    Hi adam,
    did you search the forum? You will find a lot of threads handling the problem of Excel file access.
    In short: you need to use ActiveX (the RGT also uses ActiveX under the hood)!
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Insert data into multiple entities at once using a view object

    Hi,
    I'm trying to insert data into multiple entities at once using a view object, but unfortunately it doesn't seem to work. The two entities have a 1:1 association. I created a view object which contains both entities and I made sure they aren't read-only. But like I said it doesn't work, I can't insert data in both entities at once... :(
    Is this possible? And how (if it is)?

    Hi,
    I'm trying to insert data into multiple entities at once using a view object, but unfortunately it doesn't seem to work. The two entities have a 1:1 association. I created a view object which contains both entities and I made sure they aren't read-only. But like I said it doesn't work, I can't insert data in both entities at once... :(
    Is this possible? And how (if it is)? Peter:
    This is definitely supported and tested. Please send us the exception stack trace. You must running into other problems. A few things to note:
    A) You have to mark the entities as both updateable (not read-only) and not reference-only.
    B) If you're not seeing an exception stack, turn on diagnostic. Here is how:
    To turn on diagnostic, go to the IDE,
    1. Select the project.
    2. Do right mouse click and select "Project Settings..."
    3. On the Settings dialog, select Configurations/Runner.
    4. In the righthand side pane, you should see a textbox for "Java
    Options". Please add the following JVM switch:
    -Djbo.debugoutput=console
    Then, rerun. The run command should include
    -Djbo.debugoutput=console as in
    "D:\JDev9i\jdk\bin\javaw.exe" -Djbo.debugoutput=console -classpath ...
    You should now see a lot more output on the IDE's message window. Here you should see the exception stack trace.
    If you invoking your app directly from command prompt, just add "-Djbo.debugoutput=console" after your "java.exe".
    Thanks.
    Sung

  • 'No Upload Authorization' While Uploading a Text File from Multiple Select

    Hi all,
       The User is trying to upload a text file from Multiple Selection screen of a Query in BEx and it gives the error message of 'No Upload Authorization' (Error DB886).
       In 'Logon data' tab of Tcode SU01, it has 'User' for 'User Group for Authorization check' for this User.
       I could upload a text file from Multiple Selection screen with my User Id.
       An idea about this error, PLEASE ?
    Thanks,
    Venkat.

    Hi Ron,
       This User does not have the access to Tcode ST01.
       The user executed Tcode SU53 immediately following the authorization failure to see the authorization objects. The 'Authorization obj' is blank and under the Description it has 'The last Authorization check was successful' with green tick mark.
      Any further suggestions, PLEASE.
    Thanks.

Maybe you are looking for

  • Regading Invoice No in .text file

    I have a text file in this format Purchase Kale Genset Pvt.Ltd. Invoice No. I Dated 392/1, Mahalunge Ingaie, Feb 08/Pur/18 12-Feb-2008 Chakan - Talegaon Road, Supplier's Ref Other Reference(s) Taluka - Khed, District - Une, � 2846 H No: 02135 - 25912

  • OS X freezes on use of apple+tab

    I have seen this problem now several times, I do something in one app and want to jump to the next hit apple+tab and the Computer freezes with the little application menu in the middle of the screen. The mouse still moves, it has the form of the hand

  • *CALC_DUMMY_ORG in sap nw

    Hello BPC lovers, I know that *CALC_DUMMY_ORG can't be used in BPC NW version. Could someone please help me in alternate solution for below script code in sap nw as this is in microsoft version. *CALC_DUMMY_ORG COSTCENTER=PARENTH1 *CALC_DUMMY_ORG PAR

  • Logon with temporary profile

    Dear Sir/Mam, we are using the domain environment at our office area and facing the Temporary  profile log in when we delete old user profile and create new user profile on windows 7. We have try to this again and again but found the same issue on an

  • Old Flash in new Firefox won't run, no warnings.

    Opened my laptop using a current version of FF but with Flash 11.9. Viewed one of my pages with Flash content and.... nothing, just an empty div. No warnings that Flash was out of date, etc. So if I have this right FF won't run out of date Flash for