How to display 4 charts on the same graphic screen when executing the VI 4 times?

My goal is trying to show 4 different graphs on the same XY graph when I run the VI 4 times. Right now, the new graph will be to saturate the previous graph when I re - run the VI.

Help, please!

You need a mechanism to store the previous data; LabVIEW graphics have no history, they display data sets.  A shift register is an obvious answer, but it can be a little 'tricky' when the XY graph build is used because it accepts a DDT and you can not simply add a data set using table functions...

The solution?

Rather than make the changes for you, I created a simple example for a regular graph to show you how to use an uninitialized shift register to store values of previous test cycles (data will be lost when the VI is closed) while the VI is in memory.

I'll let the conversion of the DDT in the 2D-table and graphical execution XY for you to understand where it is a form any duty.

Good luck!

-Bob

Tags: NI Software

Similar Questions

  • I can't have multiple files open at the same time! I need to compare the content from one to the other. How to display two files at the same time?

    I can't have multiple files open at the same time! I need to compare the content from one to the other. How to display two files at the same time?

    Hi sindres79946597,

    Open Acrobat Reader DC, navigate to the Edit-> Preferences-> General-> uncheck "Open Documents in the new tab in the same window.

    Now, reboot your system, when you open multiple PDFs that all will open in a new window so that you can easily compare.

    Kind regards
    Nicos

  • How to display multiple images at the same time in CS6?

    How to display multiple images at the same time in CS6?

    Hello

    If you go to window > reorganize you can choose from several display options. Below, I have chosen two horizontal spaces since I have two images, but you can select other options if you have more than one image.

  • How to display Quick values in the story

    With the help of 11.1.1.6.2

    In a dashboard page, I have a table with a hierarchy of dimension for the organization. If you click on a division he runs a link action to call a script in the browser (javascript in a text on the dashboard section) from the division. If you expand the section, and then click on a market, it calls the function javascript even.

    Then, the Javascript function uses path go to update an analysis in an iFrame on the dashboard page and passes the value of the Division or the market value.

    The analysis of the target has two filters: Division is invited and the market is invited.

    So, after all, my question is how could display two values from the call of the road go into a narrative on the analysis of the target? Or I guess the other question is how to view the filter on the narrative values.

    Sorry for the long explanation, but I hope it makes sense.

    Thanks for any help or suggestion.

    Brad

    Try something using the Div tag
    for ex:
    < div id = filterValues > @{WeekBetween} {Default Value} < / div >
    < script >
    var i = document.getElementById('filterValues').innerHTML;
    document.getElementById('filterValues').innerHTML = aParams ["varDivision"];
    < /script >

    If brand pls help

  • How to display this checkbox at the bottom of table lines.

    Dear friends,

    I created a table and a checkbox element in this region.
    I want to display this item box after rows in a table.

    How to display this checkbox at the bottom of table lines.


    Thank you

    Hello

    OK, sorry.

    Place the checkbox element to declare and report change 'display point"for example"Page Template Body (2. (éléments ci-dessous le contenu de la région) ".

    Kind regards
    Jari

  • How to display a picture of the purple line

    The output of the vi is an image reference (purple)

    How can I convert a 2D image and display it on the front panel?

    Hello

    again, there could be several ways to do that, but here's one (see the attachment). Why don't you use IMAQ tools to display your image in the first place? It would be certainly faster than the conversion of 2D image.

    Best regards

    K

  • How to display a message on the second tab when an option is selected in a drop-down

    Hello

    I use a combo of my title bar, to within my application to display a list of options that will trigger different URL webViews.

    On my first tab I have a Web of a page view and when the option is selected the webView will change and the second tab will load the same webView but with /deals at the end of the url.

    The problem I have is that one of the options does not have a page of /deals on their site so I was wondering if it would be possible to hide the second tab or display a message on the second tab, when this specific option is selected?

    Thanks in advance

    If your problem is what method to use to hide the tabs or what...

    You can use these functions... It will remove the tab but will not destroy the content, it's like hiding and showing a tab

    REMOVE / HIDE

    tabbedPane.remove (theTab);

    ADD / VIEW

    var index = 2; the tab index

    tabbedPane.insert (index, theTab);

  • How to display specific records on the form of the ADF

    Dear experts,

    I need to create a form of adf Wizard.

    -If the user is new, this form will show action createInsert.

    -If the user is not new (already have saved data), then this screen displays data based on the user login id.

    I can do the application module class createInsert part but not the specific data display part.

    You have a suggestion how to display specific records based on user login id, and how to filter the old and the new user?

    Kind regards

    Ricky

    You can use a router in a workflow as I've shown here https://tompeez.wordpress.com/2012/12/01/jdeveloper-11-1-1-5-0-use-router-to-create-new-row-or-edit-existing/

    Timo

  • How to display an image from the file in the database

    I want to be able to display an image from the file that I have stored in a database. In the database, the image is store as a file with numbers. When I go to display only the sign of an image appears. I want to be able to display the image not the symbol for numbers of the image or file. I know I'm close I just can't understand what I'm messing, to get the image to display.

    Here is the code:

    <? PHP require Connections/Connections.php"?" >

    <? PHP

    session_start();

    {if (isset($_SESSION["fname"]))}

    }

    else {}

    Header('Location:NewRequest.php');

    }

    ? >

    <? PHP

    $User = $_SESSION ['Pnom"];

    $result = $con-> query ("SELECT ALL * from newrequest where Fname ="$User"" ");

    ? >

    <! doctype html >

    < html >

    < head >

    < link href = "CSS/Master.css" rel = "stylesheet" type = "text/css" / > "

    < link href = "CSS/Menu.css" rel = "stylesheet" type = "text/css" / > "

    < meta charset = 'utf-8 '.

    ReviewRequest < title > < / title >

    < / head >

    < body >

    < div class = "Container" >

    < div class = "Header" > < / div >

    < div class = "Menu" >

    < div id = 'Menu' >

    < nav >

    < ul class = "cssmenu" >

    < li > < a href = "Account.php" > account < /a > < /li > ""

    < li > < a href = "UpdateAccount.php" > update account < /a > < /li > ""

    < li > < a href = "NewRequest.php" > new request < /a > < /li > ""

    < li > < a href = "ReviewRequest.php" > Review Request < /a > < /li > ""

    < li > < a href = "LogOut.php" > sign out < /a > < /li > ""

    < /ul >

    < / nav >

    < / div >

    < / div >

    < div class = "LeftBody" > < / div >

    < div class = "RightBody" >

    < name of the form = "form1" method = "post" action = "" >

    < table border = "1" >

    < b >

    < td = '26' height > name < table >

    Location < td > < table >

    Description < td > < table >

    Image of < td > < table >

    < Td > status < table >

    < /tr >

    <? PHP while ($row = $result-> fetch_assoc()) {? >}

    < b >

    < class td = "GFied" > <? PHP echo $row ["Fname"];? > < table >

    < class td = "GFied" > <? PHP echo $row ['Location'];? > < table >

    < class td = "GFied" > <? PHP echo $row ['Description'];? > < table >

    < class td = "GFied" > < img src = "<?" PHP echo $row ["numero_imagenom_image"];? > "alt =" "> < table >"

    < class td = "GFied" > <? PHP echo $row ['Status'];? > < table >

    <? PHP}? >

    < /tr >

    < /table >

    < / make >

    < / div >

    < div class = "Footer" > < / div >

    < / div >

    < / body >

    < / html >

    This is what it looks like when it displays:

    Capture3.PNG

    How can I actually picture to display?

    emrenilo32520834 wrote:

    I added the .jpg but the image still does not display, the images are saved in a jpg file.

    If the images in the database to follow this format - 1234567.jpg, 9897654.jpg

    Then your original code must have worked:

    Are the images in their own folder, if so you need to add this folder for code name:

  • How to display a list of the columns (search bar - not displayed) in ascending order

    Hello

    I'll have an interactive report...
    In the Search bar we have to Select columns, unless we must do not display it.
    where all the columns (not shown) are listed.
    How can we display these columns in increasing order

    Thank you
    Deepak

    You want to display these columns in the IR?

    In the affirmative. Select the column you want to display, and then click on the the ' > '.
    In the interactive report regions - source, where you have your query to select columns use to rank them by order of the Association.

    You want to keep these columns as "do not display" and make them in the Association order it?
    Select all the columns to display and return the columns selections making "Not displayed" region order assn.
    Or in the query, select the columns in the desired order.

    I don't know if I'm helping. I fell like I got your question all wrong. Still...

    Published by: machan on December 11, 2009 11:01

  • How to display a URL in the value of the element

    I display only one element "P1_URL" in my form. This should display a dynamically prepared as a link url. I prepare the link in 'before the load' process and assigning it to the element 'P1_URL '.

    For example, if the link is ' < a href = "http://mycompany.com:7777 / pls/htmldb/f? p = 99:21 "> display items (565) < /a >', the problem is the link in full is displayed as text instead of a clickable url." Instead I like show "show items (565)" as a url for the article "P1_URL" and then the user should be able to click on the link for more details.

    any ideas are appreciated.

    Thanks for your help,
    Surya

    Hello:

    Change the type of "P1_URL" to "display as text (does not save the State).
    You probably have to be "show as text (escape special characters, does not save the State)". "."

    CITY

  • [ADF, JDev 12.1.3] How to display multiple records on the same page... not in a table but they appear a form for each record

    Hallo,

    I need to create a page that displays the records of a VO, but I would not use a table.

    Instead, I would like to display a form for each record to be displayed.

    Forms must appear one above the other and each form should have 2 buttons: one to remove the file/form itself and one to add a new file/form.

    When you press the button Add a new empty form should be dynamically added to the page (so that the user can fill) and created related record.

    When REMOVE button is pressed the form (which contains the operated button) should be disappear and the record shuould be deleted.

    Creations and destruction must be applied only if the user clicks a button on CONFIRMATION / COMMIT.

    Maybe this http://digilander.libero.it/flattit82/OTN_FILES/MultiFormPage.png picture can help to understand what I want to do.

    You kindly help me?

    Thank you

    Federico

    Hi Federico

    I was saying that your page layout can be achieved using af: table

    See this image:

    This provision is af:table (I think same as yours), just add a column in the table and put all the fields in this column then correct layout allows to design as a provision on the form or group layouts

    I'm not saying it's the best approach, but you can try this

    Thank you

  • How can I display a chart illustrating the size of the historical record

    Once, I found a way one looking at a graph showing the historical record size up slowly and then down when I had a clear out. I really want to know how do this to new but can not find it anywhere or on any forum.

    I'm not familiar with any device like that in Windows.  In the past I used a program called WinDirStat which provides a Visual representation of the good folder sizes.

  • How to display XML data with the same form that generated?

    I am an inexperienced "developer", so bare with me please.  I just created an interactive form that my users will fill out and give me back.  I love the email button that let's them just click a button to send it - because it's so smooth.  However, all I get back is data XML that I don't know what to do with.  Is it possible that I can just open the form I send my users and have the XML data to automatically fill? Otherwise, suggestions?  I started a company - so it's just me without other resources (or fancy SQL DBs to pull this stuff, etc.).

    Hello

    You can configure a button on the form with the JavaScript next to the click event:

    xfa.host.importData ();

    This will open a window that will allow you to navigate to where you saved the returned XML file. Note that this button does not work in extended via Acrobat Forms.

    Depending on the version of Acrobat you are using (the menu changes slightly) you can go to the menu forms and select Manage form data / import data.

    Third option; You may also distribute the forms via Acrobat, which will put in place a response file, which will allow to import responses for you.

    Hope that helps,

    Niall

  • HOW TO DISPLAY A TABLE IN THE LISTBOX

    Hi all

    I USE LABSQL... I ENCLOSE ONE EXAMPLE OF LABSQL... WHERE I CAN READ DATA FROM THE DATABASE... BUT IN THIS EXAMPLE, THE RESULTS OF SQL THAT I GET IN A TABLE, I WANT THE SAME TO BE DISPLAYED IN THE LIST BOX. HOW CAN I MAKE...

    THNX IN ADVANCE

    SAKI

    Hi saki.

    Ravens Fan is right, try to understand the error on your own. "" I think you're using "Listbox" instead of "Multicolmn Listbox.

    Your data is a 2D array, so you need multi-column listbox. You must try plug it into the node property to "Listbox".

    Try with multicolumn listbox.

Maybe you are looking for

  • Cannot view books by author

    I've just updated iTunes to version 12.4.0.119 and I cannot view my library of audio books by the author. Nothing comes. Any help?

  • App Catalog does not work if the update is a Mute Point

    I spent in and set the date to July 1, 2013.    The App Catalog, after reboot, finally came without a yellow triangle next to him.  So I type.  Shooting specifications of Hp App Catalog with bar 'report a problem' at the bottom.  Upper left corner ha

  • Complete list films of kind on Apple TV, iTunes Store

    Hello Anyone know if there is a way to see the full list of films of a certain kind on Apple TV? I mean, the list of movies that you can buy on the iTunes Store. If I just pick any kind with iTunes on my Mac, for example 'comedy', I can only extend o

  • The Droid Razr demo phones in stores now

    http://www.vzbuzz.com/2011/11/Verizon-retail-stores-begin-receiving-droid-RAZR-launch-kits-in-store-... My local store has direct units now! I'm a check at lunch time.

  • I need help to set up my wireless router

    When I insert the CD to install the Wireless G Broadband Router (linksys by Cisco) the installation process does not start automatically - what should I do? I have Windows Vista Thank you Bonnie