Save the Studio measure waveform graph as a file for reading later

Hello

I would like to know if there is an easier way to record data are rendered on a waveform graph (configured as a graphic of the band) to capture incoming data in the code and send copies of it to a file. It would be nice if there was a method to do this, with all relevant metadata stored in the file (color, etc.). Better yet, the file could then be opened in a labview application (for example, a TDMS file) for later review.

Thank you.

PS. I use VS2010 and MS 2010.

So, it looks like you already have all the data points. For metadata that you mentioned, line color, plot colors, point colors, line styles, etc. are all accessible from the properties so if you wish, you can retrieve all that data.

I think that upon return from t0 is the same compensation history, you can use the ClearData() method.

Tags: NI Software

Similar Questions

  • Hi, I answered no to the question on the registration of password for a spesific site. I changed my mind and would like Firefox to save the password. How to re-enable password for a spesific site saver?

    Hi, I answered no to the question on the registration of password for a spesific site. I changed my mind and would like Firefox to save the password. How to re-enable password for a spesific site saver?

    Check the list of exceptions to your Firefox password manager and check if your site is there or not?

  • How can I change the values of control based on a file of reading?

    I understand that the controls were only outputs and indicators has only entries, but I'm looking for help to create code that has the capabilities of both. More specifically and, ideally, my façade would allow the user to select an old spreadsheet file to read, and these values of the worksheet would be poster. The user could then change these values to their liking and then submit those twisted values, such as a new file / replaces the old/etc. The important part is the the indicating and control playback in values.

    Thank you

    Need to wire the worksheet values in the local.  The control itself just watches.  What you have wired in your VI sets the control to its current value (of course, a bit pointless).

  • Limit the size of the table of waveform graph

    I try to display two graphs to the user in the front panel.  Data are data from continuous waveform with 5 channels at 10ksps.  Chart 1 displays all of the data wiped out 1 on each slice of 50 samples and Figure 2 each sample but only for the last X seconds of data (adjustable seconds for the display of control).

    This code works, but it lacks memory very quickly, because in Figure 2 all data is stored although only 10 seconds can be displayed.   I have attached an image of a simplified version of the block diagram.

    I tried wrong with Replace table subset and turn table 1, D but just may not be quite right.  The timestamps are disabled, the timestamp is not incremenent, or the read buffer overflows DAQMX and it crashes.  Does anyone have a suggestion on how to create an array of size ended up with something like a FIFO buffer so that will plot the graph 2 correctly?  An example VI or the screenshot would be great.

    Thank you.

    The simple solution is to use the subset of waveform to get the data you want to display in the chart 2, then only write the chart instead of all the data.

    As a comment, you may want to max/min decimate things data for chart 1 instead of simple decimation. It will give you a much more accurate chart.

    The following message may be useful.

  • Merge the signals and waveform graph

    Hi all

    I ask you what follows, because I have little knowledge about labview

    I have a function of merging signals which should take 7 signal as input. but I have no idea how to do to see the 7 signal on a waveform graph outputs. I want to show the 7 signals each of them on a waveform graph. (like research in the panet before I would see an array of unique waveform showing the 7 signals).

    can you guys help me?

    Thank you.

    I'm confused for... Please find attached a really simple screw that does the job you want...

    Are you tracing the curve of a graph or a chart? My VI control is a chart.

  • Can I do a waveform graph view more samples currently read?

    I have DAQ 17 channels at a rate of 500 samples per second read and then write in a PDM file and a few gauges, a waveform graph.  I'd like to graph waveform to display more than the samples that are currently read, I want to only show the last 10 seconds worth of samples.  How can I accomplish this?

    I have attached a picture of the relevant section of my VI. If you need more information about the VI let me know.

    Thank you!

    Hello

    As mentioned by Smercurio_fc also, you can use the shift register, etc. of functional global variable or use waveform table and increase the length of the history of the chart.

    Kind regards

    Leila

  • Save the image does not remember last location recorded for Firefox 9

    Just updated for FF9. I'm is not just disappointed, but which are checked the the bug that causes save slot to remember where it was recorded the last file of individual sites instead of just where the last file has been saved to has not been set. Why is this? How can be addressed?

    For example, I have save a folder A Motifake image and an image of ihasahotdog to folder C. Then come back to Motifake and save a picture. Instead of folder C, save under opens to the folder instead of the folder C. I have direct save as to save the image in A file. The I'll go back to ihasahotdog, save a picture and instead of A folder, save under opens to folder C.

    This bug also occurs with all types of files, not just of images.

    The FF developers know that the "added functionality" that started with FF7 causing the FF remember the last download save the folder based on the domain in the URL instead of use the last folder saved on annoys many users both directly and by the lack of preference to toggle. Yet they will not fix it.

    Why they do that little matter how much a good idea, they think it is, most users hate it and do not want? And what is this B.S. "is under development"? They added in an updated version, why can't they get out as fast as it was added?

    Firefox 11 should be released about 12 weeks after the release of Firefox 9, so it should be in March.

  • Save the images which are sent a text message for you

    Is there a way to record the images someone has sent to you in a text?

    Yes. Press and hold on the message and a menu will appear you to save the attachment to your SD card.

  • How do I save the pl/sql program unit in a file

    Could you get it someone please let me know how to save a pl/sql program to a program file. According to my knowledge Edit command is used to call the editor and save the program. But I can not use this command properly. I am using Oracle 10 g on Linux

    pressing enter returns

    ?
    >
    Looks like you have done in original ed editor.

    Type define _editor = vi in SQL * Plus, no bash.

  • Can save the configuration when running VI, but not file not when running EXE

    Hello

    I have attached a file zip containing a LabVIEW project as well as a built EXE.

    The program will load up the numerical value of the file config in both cases, but it will only write the configuration file when it is executed as a VI, not as an executable file. If I don't use the computer of JKI State, I do not think I see this problem, so I think it's the order in which the program quits? I tried to disable the Panel before closing, but that did not always help.

    Reading configuration file is made in the case of "Data - initialize" and the config file for writing in the case of 'Cleaning up' -.

    It seems that the difference between the run-time and development environment behavior is the Close event of front panel. It's in Dev mode, you do not go to the front > close State, but you don't have at run time. Try to run your cleanup command before the command close to see if that fixes it. If you close the front panel, the values could be recovered, VI OpenG has not all the values to get more because they have left the memory.

    If the Panel should be closed more quickly, but you need to hide the front panel without the closing, you can use the FP. Open invoke node with a contribution of the State of "hidden". This will hide the front panel while keeping open and then the Panel will always close end when your application terminates.

  • All the Windows updates compressed into a single file for offline use?

    Hey guys,.

    Often, I have to reinstall from my copy of Windows Vista 32-bit. Whenever I do this I have to go through the process of updating all online again, since before the SP1. Of course, this implies several reboots as he patched the update and takes usually 3 or 4 hours. Is there a way I can pack all of the updates to date in a single file which I can run immediately after a new installation?

    It is available online, or is there a packing method updates on my computer?

    Also I'd rather not do this by creating a "ghost image".

    As for the original question, turns on you can download SP1 and SP2 from the Web site. If I did that, then stored the files on my other HARD drive, I could run them immediately after a new installation. It would take a lot of time in the update process.

    Unfortunately, there are several SP1 and SP2 updated prerequisite that must be installed before either Service Packs can be installed, so I must say no, it would not be a viable solution.

    Very generally, it is not advisable to install a Service Pack for Vista until and unless it comes to the computer through Windows Update.

    Your best bet would be to avoid all situations and/or applications that could lead to having to do a clean install of Windows.

    Speaking of which, you format the HARD drive and do a clean install every time, right? ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • How to: save the image in multiple formats AND edit file names every time automatically?

    Hello!

    First of all, I hope I'm not opening a discussion that has already been asked/Treaty. a lot. I couldn't find a solution to my particular problem until now in the web and I hope someone can help me.

    I work with Adobe Photoshop CC 2015.

    My problem is: I work a lot with product photos (whole/collage of several elements) and I want to speed up the process-saving in multiple formats (JPEG and PNG, sometimes TIFF as well).

    The initial situation is: I have a main PSD file (to keep things clean and centralized) with several layers, each layer containing a different element. I need to check/uncheck layer visibility often, add/remove elements of collage to generate variants of game.

    With every change that I agree (very minor steps), I have to go to SAVE AS... (Shift + ctrl + s)-> SET a format (JPEG, PNG, TIFF)-> EDIT file name (according to whole-variation [e.g. "Assembly-set01_lightbulb" / "Assembly-set01_lightbulb_cable" /...]---> save.) Fact.

    And then REPEAT the steps together, define another format drop-down list, change the name of the file again (since the file original .psd remains without additions) and so on...

    This process could his insignificant, but for me, when it comes to the variations set, consumes a lot of time, in particular, by taking changes in layers is a matter of 2 clicks.

    So what I know: There is an option to automate the in some workflows. I can create an action, where hitting a predefined key, the original PSD is saved as JPEG and PNG. But that's all. No change of name of file or the destination can be performed (AFAIK).

    Now what I want: I want to hit a predefined key, SAVE as... context-window, JPEG (...) is defined by default as defined format, I can modify the file name and/or ideally choose another folder to save to (...). Press enter-> the file is saved in JPEG format with the file name and alternative way edited. A new RECORD under... context window appears, PNG (...) is defined as the default format defined, I can still ideally to change the file name and press ENTER to find:

    -the original (unchanged) PSD file,

    -a copy of this image to JPEG with file name changed (... _xxx.jpg) [in another folder path, if I wanted to.

    -a copy of this PNG image with file name changed (... _yyy.png) [so somewhere else if I wanted]

    All this with the push of a single button(-combination) and my entry to change the names of files.

    Is it possible? I hope that my request is understandable and you could understand, what I want to achieve. The process itself is quite simple, but I have too complex concepts on how I want to maximize my workflow.

    Thanks in advance.

    Regards, Phil

    Hi Phil,

    This is something impossible in Photoshop as if now that the process you are looking for is very personalized and can be reached only in Photoshop.

    The only way that you can save a JPEG and PNG file is by creating an action, and that's what you have already tried and does not give you an option to change the file name or destination location.

    Concerning

    Sarika

  • Does not save the Config parameter: Network.protocol - handler.expose.file

    In "subject: config" I put
    Network.protocol - handler.expose.file = false
    in order to open the files and folders in external applications, and not in FF.
    But when Firefox closes it removes this setting of prefs.js
    When Firefox starts and it is WRONG in prefs.js then it sets it to true.
    How can I curcumvent that?
    I want to keep it FALSE.
    Thank you.

    27 FF and don't offer me to Australis.

    I found the solution: the value "noscript.fixURI" = false (in "subject: config" or in prefs.js).
    Problem was caused by too defensive noscript.

  • When you save the bookmark "choose" only 3 of 10 files are available

    Thanks for the quick reply ;) Made recommendations, java update, ran in the safe, when even... click on the "unsorted bookmarks" folder, 'personal bar', 'brand menu-pages","bookmarks sorted","choose","my folder 1"and" my folder 2 ", then I click on 'choose' and"sorted bookmarks"and an empty square below where all my files should be."

    Reach
    Help-> troubleshooting information
    Copy the contents of the page
    Paste them into your answer

    Right now I can't imagine what could have caused it.

  • What is the best way to prepare a PS file for use in InDesign

    Someone at - it a ultimate list of best practices that relate to what should be done with a PS file that is intended for use in InDesign and then for offset printing? Top of page question I have, is whether or not I should reduce to about the size that it will serve to (for now the PS files are much, much larger that they should do). But I wonder also how many things I have not even thought about it yet.

    In addition to sharpness, you will need to ensure accurate COLOR. (CMYK) - If you already have a proven workflow, then you already have a decent oven CMYK, so you will be happy with the final printed result. If not, then ask your printer (or whoever's doing the plates) to make tests loose specific colors of CMYK images. This can save you various kinds of nightmares later.

Maybe you are looking for