How to show all the data from playback area so that the statictics max and min analysis applies to the entire logged data.

I have a data file with 19 channels of voltage and I what to retrieve the maximum, minimum and mean of the entire run for each channel. When I do playback it does only 25 seconds of data and being a newbie I have no idea nor can see anyway of changing this.
One thought I had was to run playback with a save to LVM then go to mointor area and load the saved file followed by a statictics step.
Is there any other option?

We need more information to help you.  Specifically, the following would be nice:
What format is your data file in (can you post an example?  Please zip it to save space.)
Can you post your read and/or write code?  The problem may be there.
What version of LabVIEW are you using.  This can effect our recommendations.
As you discerned, there is no fundamental reason for this problem.  On a side note, LVM is a poor format for large amounts of data or a disk buffer.  I would recommend TMDS or HWS, depending on your version of LabVIEW.
This account is no longer active. Contact ShadesOfGray for current posts and information.

Similar Messages

  • HT1386 How can i get all my songs transfered onto the computer from Ipod classic so that my new ipod and my spouse can get the songs??

    Hello
    How can I transfer my songs off my old Ipod classic to the computer so that I can pick them up with my new Ipod 4.  Also I want to transfere some songs to my spouses Ipod 5.  Please let me know what I can do...
    Thank you..
    Alexandra

    You can try the steps in that support article, but I doubt they'll help: you're trying to copy from an iPod Classic, to an iPod Touch.  As far as I know, that can't be done using backup and restore.  (But you can try—it wouldn't hurt.)
    The question I have is, do you have the songs on your computer also?  Or do you only have the songs on your iPod Classic?  (Maybe from an old computer that crashed or something?)
    If you have your songs on the computer, all you have to do is just set up your new iPod through iTunes on your computer and sync the songs from iTunes to your new iPod.  You don't have to do anything with the old iPod Classic.
    (Does that help?)

  • Recover data from external hard drive that was Windows format and connected on a Macbook Pro. Did I lose everything? What happened?

    Hi there this is my first question here!
    I connected my external hard drive originally formatted on PC on my new Macbook. The first time I connected it I could see all my files but today I connected it and after I couldn't see any file nor even on my pc appears as NO NAME with a different name and nothing on it. I think was reformatted, any help to recover all my data?
    It's really important stuff for me

    If the Apple Store couldn't get files off of the drive, it is unlikely that you will be able to. If you have backups, those would be the best way to go. You could also try booting up the computer and holding down T to boot into Target Disk Mode. Plug the broken computer into another one with FireWire and see if it works to recover data from external hard drive. If you can see it, try booting up the broken computer while holding down Option. Choose Recovery HD from the menu, then choose to Reinstall OS X.
    It is unlikely that this will work, because I'm pretty sure that the Apple Store would have tried this. You could try using expensive software to get files off the drive, but it would be risky and the results might not be any good.
    https://discussions.apple.com/docs/DOC-4273

  • How do I change the background in the Menu bar screen area so that it is lighter and thus more readable?

    The background in the area where the Menu bar now sits is jetblack.. When I drag, say, the print icon or cut, paste, save icons to sit to the right of the menu bar, they're there but either I see them only faintly (printer) or I cna't see them only faintly. How can I change the background to a lighter color (it used to be much lighter).

    The easiest way might be to install a lightweight theme (formerly known as a persona). You can "shop" for one on the Add-ons site. The following link is for solid colors, but some of the pictorial ones might work, too.
    https://addons.mozilla.org/en-US/firefox/themes/solid
    You can hover your mouse over the little image tile to see how it would look if you installed it. Can you find one that looks good to you?
    Much of Firefox's interface also can be modified with style rules. However, that requires a lot more experimentation, so let's come back to that only if needed.

  • HT4859 I lost my contacts on outlook and now I have contacts only on icloud of iPhone 4 please tell how i can restore my contacts from icloud to my contact list in iPhone and to my outlook

    I lost my contacts on outlook and now I have contacts only on icloud of iPhone 4 please tell how i can restore my contacts from icloud to my contact list in iPhone and to my outlook

    Welcome to the Apple Community.
    Use your back up on your mac/PC and re-add your contacts to Address Book or whatever contact software you use.

  • My young kids have ipads and since I updated the software, but they have their own icloud account, predictive text within their messages shows all my contacts from my iphone but the contacts are not listed as their contacts, how do I stop this?

    My young kids have ipads and since I updated the software, but they have their own icloud account, predictive text within their messages shows all my contacts from my iphone but the contacts are not listed as their contacts, how do I stop this?

    I have deleted the iCloud account under my name on their iPads and replaced with their ones. Apple support said yesterday I needed to click the small 'I' by each name as it came up in the TO box and remove it. After doing rid for each contact under each letter of the alphabet it should remove them from latest contacts. Having done this, although I could not remove groups I had sent, I am not convinced they will not return once I have written a few texts, any ideas?

  • How to show all the search result in a report page

    I have a report page which the user can enter first or last name to find the matched employees. The current report only show maximum of 15 matched results. How to show all of them in one page if more than 15.
    Also, the employee name on the report is a link, how to make the link to be conditional. ( I mean it can be a link or not based on another column)
    Thanks.
    Jen

    Hi, you can change the number of rows on the report definition page (15 is the default value)- that's also where you can change pagination and max. number of rows etc.
    About the second question - you will have to use Case or Decode in your report query and have the value as link or not based on the condition column, something like:
    Select Decode(condition_column, 'link_value', '<a href="f?p=YOUR_APP:PAGE_TO_LINK_TO:'  || :SESSION || ':::::">display_column</a>' , display_column) From .....
    Hope this helps.

  • How to show all items in the reading list? I think this option has been removed in Safari Version 7.0.2

    How to show all items in the reading list? I think this option has been removed in Safari Version 7.0.2

    Thanks. That solved it. I had my doubts since I wasn't concerned about my lost bookmarks. I was concerned about the broken functionality. In any event, restoring from a backup solved both the functionality and the lost bookmarks. I appreciate the response!

  • How to show all days of the year 1900

    how to show all days of the year 1900

    As you show days for any other year.
    Do you want to catch us on the fact year 1900 wasn't a leap year?
    Regards
    Etbin
    select to_date('1.1.' || :the_year,'DD.MM.YYYY') + level - 1
      from dual
    connect by level <= to_date('31.12.' || :the_year,'DD.MM.YYYY') - to_date('1.1.' || :the_year,'DD.MM.YYYY') + 1*** not tested ***
    Message was edited by: Etbin
    user596003

  • HT204150 I currently have 14,181 contacts that are on my computer, which an apple tech was nice enough to show me how to transfer all my contacts  from my mac 2 "iCloud " account all though when ever I log into my "iCloud" account it still only shows 13,0

    I currently have 14,181 contacts that are on my computer, which an apple tech was nice enough to show me how to transfer all my contacts  from my mac 2 "iCloud " account all though when ever I log into my "iCloud" account from a different web browser it still only shows 13,032. Meanwhile on my mac book pro, the "icloud" contact is still spinning like its trying to update the rest of the missing contacts. I have let the computer run for 2 days straight and still no progress. Is there a limit to how many contacts I store on "iCloud" I have upgraded to the extra 25 gigs per year. If anyone has any advice I would greatly appreciate it, because its also slowing down my mac book pro significantly causing it hard to do any other task on my computer....Any advice or help would be again greatly appreciated.

    On the surface, it doesn't sound like you're reaching a limit in the number of contacts you can have.
    I would first create a contacts archive (file >> export) for a backup.  Then, go to system preferences >> icloud and uncheck contacts.  Reboot.  Return to those preferences and recheck contacts.
    Also, review http://support.apple.com/kb/HT4489 just in case you have some contact cards that are reaching a different limitation.

  • I'm selling my early 2011 MBP because I just bought a iMac. Could someone please tell me how to remove all my information from it but leave the OS working. Thanks so much.

    I'm selling my early 2011 MBP because I just bought a iMac. Could someone please tell me how to remove all my information from it but leave the OS working. Thanks so much.

    How do I securely delete data from the machine?
    Erase, formatting, OS X installs on Mac's

  • I deleted the photos from my iPhone 6 that were synced from my computer automatically but it is still using my storage. How do i fix that? I have tried all of the steps listed in the community.i have the new iTunes 10.

    I deleted the photos from my iPhone 6 that were synced from my computer automatically but it is still using my storage. How do i fix that? I have tried all of the steps listed in the community.i have the new iTunes 10.

    Hi QuisB123,
    If you are having an issue with reclaiming free space after deleting photos from your iPhone, use the steps in this article to assist -
    If you get a "Not enough free space" alert on your iPhone, iPad, or iPod touch - Apple Support
    Specifically -
    Orphaned files might remain on your iOS device if it's physically disconnected while syncing music, podcasts, videos, or photos. This can prevent iTunes from syncing the iOS device on subsequent sync sessions. When this happens, you might see a large amount of "Other" disk usage for the iOS device in the Capacity indicator in iTunes. Try these steps:
    Turn off the music or photo sync option in iTunes for the device.
    Click Apply to sync the changes to the device.
    Turn the music and photo sync options for the device on again.
    Click Apply again to try to sync the device to iTunes. If you see the "Not enough free space" alert, continue to step 5.
    Turn off the automatic syncing functions for the iOS device:
    Select the iOS device from the iTunes window and click the Summary tab.
    Deselect "Automatically sync when this device is connected" and select the "Sync only checked songs and videos" checkbox.
    Click Apply to sync the changes to the device.
    Reduce the amount of data that is being synced to the device and resync the device. For example, if syncing your Music library exceeds the memory capacity of the device, choose "Selected playlists" to transfer rather than "All songs and playlists" under the Music tab in iTunes. If you see the "Not enough free space" alert, continue to step 6.
    Restore using iTunes.
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • Since I downloaded the most recent version of iOS, my iPad and iPhone do not have all the music (from CD's) anymore that I have on our home computer iTunes Library.  How can I get all our music onto the music libraries on the iPhone and iPad? Thanks!

    Hi
    Since we downloaded the latest version of iOS on our iPad and iPhone, and synchronized our music collection in the Cloud, we can no longer see on our iPad and iPhone the music from our CD's that we have on our home computer's iTunes library.  We can only see music in the iPhone and iPad library that have been purchased on iTunes.  How can we get all our music from our computer's iTunes librbary visible on the iPhone and iPad?  Thanks, Nick

    Resync from your computer.
    iOS: Syncing with iTunes - Support - Apple
    If your having trouble syncing, come back and let us (fellow users) know.

  • How to show all the user entry variables in a workbook.

    Hi,
    My user need to see in the workbook all variables he had entered in the variable entry popup at the openning of the workbook.
    I know how to show all the variables, included the hardcoded variable in the query (with a text element, select the checkbox "Display All Statics Filters"), but I need only the user entry variables.
    There is a way to print only these variables?
    Thank you

    Thanks, but the problem is that this workbook is my Global default workbook used for all the queries. So I only want the user entry variables visible automaticly.
    There is a way to do that ?
    For information, i'm using Netweaver 7.
    Thank you

  • All the data on my Ipad3 is wiped out. is it possible to delete all the data from my ipad if somebody knows icloud-ID and password

    All the data on my Ipad3 is wiped out. is it possible to delete all the data from my ipad if somebody knows icloud-ID and password

    It sounds like a remote erase was sent via 'Find My Mac', to check please go to www.icloud.com and login. Is there any data there?
    If it was a remote erase only someone who had the ID and password could have done it. And in that case the data is gone, it is not recoverable I'm afraid.

Maybe you are looking for

  • MBP 15" (late 2008) new Hard drive issues in 10.6.8 but not in 10.8.5

    I have a 15" Macbook Pro (Late 2008) with an up to date EFI firmware (ver 2.8). When I went to replace the hard drive (Hitachi 320GB hard wired at 1.5Gb/s) with a new hard drive (Seagate 1TB SSHD). This new HD runs at 3gb/s or 6gb/s and my MBP which

  • Message mapping: Passing data at the node level

    Hi, I have a question/requirement, XI Message Mapping program need to read the incoming xml and map to a diffrerent target structure. Incoming xml has a parent node called Description and it has a value "Frauen Hemd Shoes", we need to map this value

  • How to deactivate?

    Hard drive died. I am trying to renistall Acrobat Pro 9 to another computer.  Adobe will not accept the serial number, I'm guessing this is because the number has not been deactivated.  How do I deactive? I have the triall installation on the other c

  • AUDIGY MB DELL XPS1710 REGISTRATION KEY EXPI

    I purchased a Dell XPS70 a few weeks ago and have had to reimage the thing 4 times thanks to Dell Support, now my activation code for the AUDIGY MB software is giving me an error that the registration has expired. I called Dell support to see what wa

  • Keep-alive message bridge connection

    Hi, I have setup messaging bridge between WLS 10.3.0.0 and a JBoss Messaging queque, after about 4 hours of inactivity in a queue bridge was disconneted, is there any way to configure keep-alive connection in WLS bridge ? Thanks, Lukasz