XY Graph with two Y inputs

I need to know how to graph a XY graph with two values of Y. I need to it to compare to different angles and I also would like to make them graph different colors. Currently i have an XY graph with one Y input using the XY Graph express VI. I found out how to set up for two simultaneous plots by editing the properties for the graph but I don't know how I can input another Y value to plot using the XY Graph express VI.
Thank You,
Phil

I never use the express functons but I think what will work is to use the merge signal function. Try merging the two x inputs together and merging the two y inputs together. I made a modification to the shipping example called Lissajous.vi  to try a quick test.
Attachments:
lissajous_mod.JPG ‏54 KB

Similar Messages

  • How can i control graph with two inputs?

    Hi,
        i would like to ask you about the graph with two inputs
    Normally, if i just give one input, they generate the graph with this input(y) vs time(x).
    But now i would like to get the graph with my two inputs in x axis and y axis .
    i want to control both of two axis. How could i do for it ?
    i attached the file that i try to use "Build XY graph" to control both x and y axis with random number .
    It can run but i don't know how come the graph show nothing. .
    Actually , it have to show something like wavefrom continuously. am i right?
    Could you tell me a way to solve it ? 
    >>>
    what i want to get is ..
    in Graph,
    for x axis , ditance (always increases)
    for y axis , vibration (vary)
    >>>
    Thank you so much for your time . I am looking forward your kindly reply.
    With Respect,
                            Su
    Attachments:
    using Build XY graph.vi ‏59 KB

    Hi NI9233,
    Mind me to interrupt, I am just helping Mike to explain what he meant to you, refer to the graph:
    Picture 1:
    Double click on Build XY Graph, uncheck the clear data on each call
    Picture 2 and 3:
    Change your formula node into +1 Basic Function in Functions Pallette.
    Hope that helps!
    PS: I am sorry for the size of the image, seems I made a mistakes when I saved the picture.
    Sincerely,
    Krisna Wisnu
    Message Edited by Krisna Wisnu on 11-19-2008 08:19 PM
    Sincerely,
    Krisna Wisnu
    Attachments:
    Clear Graph on Each Call.PNG ‏46 KB
    +1.PNG ‏30 KB
    +1_2.PNG ‏21 KB

  • How do I create a graph with two different y-axis variables with the same x-axis (therefor having two curves)?, How do I create a graph with two different y-axis variables with the same x-axis (therefor having two curves)?

    How do I create a graph with two different y-axis variables with the same x-axis (therefor having two curves)?, How do I create a graph with two different y-axis variables with the same x-axis (therefor having two curves)?

    Hi Libby,
    Select all three columns of data. All three must be 'regular' columns, not Header columns, and the X values must be in the leftmost column.
    Click the Charts button and choose the Scatter chart.
    The resulting chart will initially show only the first and second columns of data, and the selection will have been reduced to show this.
    Click the gear icon at the top left of the selection and choose Share X Values.
    You should see a result similar to this:
    Notes:
    The values on my sample table contain a random element, so they have changed from thhe first image to the second.
    The chart is as created by Numbers, with two edits:
    Data points have been connected with curves, using the Chart nspector.
    The curves were selected and their stroke increased to 2pts, using the stroke formating button in the format bar.
    Regards,
    Barry

  • Time Series Graph with two Y axes in 11G?

    Hi everyody,
    Is it possible in OBIEE 11G to create a time line series chart with two Y axes (different scales of course) ?
    Thanks,
    Alex

    Hi Alex,
    Almost more than 1 year now on this and I am still looking for this. So far I dont see any direct option there to put this chart.
    Let me know as well if you see any option.
    Thanks

  • Making a graph with a voltage input on each axis with a continous curve display

    I need to make a graph that can display two voltages, with one of the voltages on each axis.  I have accomplished this by using an xy graph.  The problem is I need a curve to be displayed as the voltages change similar to the curve displayed in the waveform chart.  Currently, a line is displayed between the inital point and the final point but it then disappears.

    Hello again.
    I should have explained my example more.  I used the same signal for both the X and Y inputs of my XY graph, so the linearly increasing line is expected behavior.  In order to do what you want, you need to use a split signal VI after the DAQ Assistant express VI.  Once you place the split signal VI on the block diagram you can expand it so that it has two output nodes and wire them to the X and Y input terminals of the Build XY Graph express VI.
    Similarly, for the array example, you can use the split signal and then use two build array VIs.   In order to reset the graph you can just initialize the shift registers with a zero to clear the graph each time it runs.  This will clear the graph at the beginning of each run (and not at the end).
    Message Edited by Brooks_C on 11-30-2007 03:39 PM
    Message Edited by Brooks_C on 11-30-2007 03:40 PM
    Brooks
    Attachments:
    Split Signal Build Array2.JPG ‏37 KB
    Split Signal2.JPG ‏20 KB

  • Can you use a control reference for a graph with two channels of data?

    when i try to wire a 2-D array of data to the value property of a graph(strict control reference), it shows a conflict. The value data type only shows up as accepting a 1-D array input. I want to use control references to pass the chart data to my main vi. Will I have to change the waveform graph control reference into an array control reference to make this work?? This would require adding a while loop in the main vi to read the array data and update the graph data??

    > when i try to wire a 2-D array of data to the value property of a
    > graph(strict control reference), it shows a conflict. The value data
    > type only shows up as accepting a 1-D array input. I want to use
    > control references to pass the chart data to my main vi. Will I have
    > to change the waveform graph control reference into an array control
    > reference to make this work?? This would require adding a while loop
    > in the main vi to read the array data and update the graph data??
    I think the problem is that your waveform graph is set to take one type,
    a 1D array of doubles, and you are wiring a different type. While
    charts adapt to type when the data is wired to their terminal, they do
    not adapt to data wired to their value property. If you change the
    datatype of the graph from its terminal, then you should see the value
    property change type also and you are set.
    Greg McKaskle

  • How to draw xy graph with multiple y axis input?

    Hi,
    I have problem in xy graph, the xy graph only can show 1 signal from the y axis input ( As you can see in the attachment )
    Is it possible to draw xy graph with 2 Y input? Or maybe there are another type of graph that possible to do this? 
    Note:  the x axis should be from an input too ( not versus time / sample ).
    All answer and advice are welcomed.
    Best regards,
    Alvin Chandra 
    Solved!
    Go to Solution.
    Attachments:
    Example.vi ‏139 KB

    Are you asking for a second Y scale on the graph?
    If so, right click on the existing scale, select "Duplicate Scale". This will create a second scale. You can then (if you wish), right click on the new scale a select "Swap Sides" to put it on the other side of the graph.
    Are you asking about adding a second plot?
    If so then you need to bundle your arrays of X and Y points into clusters and build those into an array:
    The X-axis is always from an input on the XY Graph. You just need to change the axis title. Easiest way to do this is to double click on the axis title and type the new name.
    Rob

  • Two analog input tasks

    Hi,
    I have a VI with two analog input tasks. One outputs a waveform, from which I determine the frequency of that waveform. Another one just samples the signal once, because all I need is to one value from the signal.
    Is there any way to synchronize these tasks? Right now I perform one task then the other because from what I know, you cannot perform two analog input tasks at the same time.
    I've attached a VI. Thanks for the help.
    Attachments:
    Master_v2.vi ‏98 KB

    duplicate post. Try to to keep the same question in one thread. What is wrong with adding all of you channels to the single task as recomended?

  • Two real input channels xy graph curve fitting

    i'm a new user with labview, now i have a problem with the xy graph
    i use two real input channels as the x and y axis of xy graph, but whatever i change the sample rate, the curve is so bad.
    i use a quene to mean the x,y data but the result is not true.
    there are the pic and vi. i hope anyone can give me some corrections or advice, thank you so much.
    Attachments:
    fitting xy graph.JPG ‏87 KB

    here is the vi.
    Attachments:
    xy_graph(lv8.2).zip ‏1296 KB

  • How do I make a continuous X-Y graph with an array as input?

    I want to create an X-Y graph with a reference time (double) as one variable and the other is a double data type. How can I create a continuous graph on an X-Y graph with these variables? I have only been using Labview for 2 months so if you have any suggestions please go easy on the technical terms.
    TIA,
    Kevin

    LabVIEW what several options for displaying data. A waveform chart is great if you receive one point at a time and want to plot the data in series. A waveform graph is good for plotting arrays in a time series fashion. An xy plot is good for connecting points that do not occur in a series. This plot offers the most flexibility in graphing points with different x values.
    It is often hard to keep what structure goes two what display option. As a cheat, I right click on the chart in the block diagram and slide the mouse to create >> (either a constant or control). This way you can get a model for the data you want to input.
    You may also want to look at the shipping examples that come with LabVIEW. In LabVIEW 6.1, goto help >> find examples >> fundamen
    tals >> graphs and charts.
    Jeremy Braden
    National Instruments

  • How to plot two analogue inputs from a DAQ device against eachother on an XY graph

    I am trying to separate data I am acquiring from two analogue inputs on my NI USB-6009 in order to plot them againt one another on an XY graph. I have tried setting up two DAQ assistants on the block diagram, one acquiring data from ai0 and the other from ai1. I tried to wire these to the X input and Y input respectively and running in a while loop but Error -50103 shows up.
    I've read through a few discussion threads and have found that you should acquire the data from both analogue inputs thorugh one DAQ assistant, useing index arrays to split the data and wire to the X input and Y input of the XY graph, but I cannot figure out how to do this.
    Any help would be greatly appreciated!

    It's pretty trivial to use a single DAQ Assistant. When you create one, you are given the option for multiple channels and shown how to select them. Once created with a single channel, you simply open the assistant and click on the Add button. After the acquisition, you use the spilt signal function if you stick with the evil dynamic data.

  • I have a pioneer 50 inch plasma   I purchased new from the company back in 2005.   I tried to hook up an Apple Tv to the pioneer receiver that came with the TV.   I can not get it to work.   The receiver has two HDMI  inputs in the back.

    I have a pioneer 50 inch plasma + I purchased new from the company back in 2005.   I tried to hook up an Apple Tv to the pioneer receiver that came with the TV.   I can not get it to work.
    The receiver has two HDMI  inputs in the back.  However they say they are not for PC's.  Furthermore they must be set up by going to the home menu.    I tried everything, but I can not get the receiver to talk to the Apple TV. I even tried a connector that uses an HDMI to the Apple TV that has the other side of the cable as 5 RCA cables.  I could not get the receiver to see the Apple TV.   I have a newer TV in the house, it has no problem talking with the Apple TV.  But this older system seems to be handicapped in its ability to talk with the newer Apple TV system.
    My Email is [email protected] 
    Do you have any suggestions
    Thanks
    Bob

    I could not access the Apple TV on the television.   If I put the Apple TV directly into by TV, I have an external sound system (entertainment system), therefore I worry that I would by pass the audio.
    Thanks for taking your time to attempt to help!   Any more suggestions would be greatly appreciated.
    Bob

  • Synchroniz​ing two counter frequency inputs with multiple analog inputs

    Hello all,
    I'm fairly new to LabVIEW and I'm trying to collec​t data from multiple sources with synchronized tim​ing on the acquisition but I'm having trouble figu​ring it out. My problem is that I've got two count​er frequency inputs, one optical tachometer readin​g one pulse per revolution, and a max machinery fl​ow meter with a k factor of 12000. I can't seem to​ figure out how to sync the timing with my multiple analog inputs. I've be​en attempting to get the tachometer  to sync with ​the analog inputs first by following the example l​inked here. (https://decibel.ni.com/content/docs/DOC-10785) So far each time I run it I either get a timeout e​rror on the DAQmx read or a "Multiple sample clock​ pulses were detected" error (see attached image).  It seems if I slow the sampling rate way down to ​say 10 hz and ensure that the tachometer signal is​ over 800-1000 RPM (13-17 Hz) before starting the VI then the program will run without errors until ​the RPM drops below that threshold then the "Multi​ple sample clock pulses" error occurs.  The code is attached below.
    Does anyone know of a more effective way of syncin​g counter frequency inputs with analog inputs?  I'd like to have a VI that can show 0 RPM (and ev​entually 0 flow as well, but I think I need to fig​ure out the timing of one counter before I add ano​ther as it seems I can't have two counters in the ​same task). Any help on this would be greatly appr​eciated.
    LabVIEW version 13.0
    cDAQ-9178 Chassis with NI 9401 for the two counter inputs and NI 9205 for the analog inputs.
    Thanks!
    Richard
    Solved!
    Go to Solution.
    Attachments:
    SimpleDAQ.vi ‏44 KB
    LV_Error.JPG ‏31 KB

    Maybe third times the charm? 
    So I've finally got a good handle on why the VI is having problems at low RPM though I'm somewhat embarassed how long it took me to do that
    Because I have the counter time synced to my Analog input task if it doesn't see at least two pulses between the two clock pulses set by the analog input task I get the -201314 "Multiple sample clock pulses" error. This seems fine at first as it just sets a minimum RPM that I can measure and it's well below the area I'm interested in so no problems there.  I tried a simple error handler that would clear the error when it happend assuming the loop would keep iterating until the RPM went above that minimum at which point I would get a signal again. This is not the case, the read function just continues to spit out the -201314 error even after the RPM is back in the readable range. So then I tried adding two case structures so that when the error occured it would stop the task, clear the error, and then start the task again on the next loop iteration (Code Attached). This also doesn't work as the error shows up again on the stop task and then AGAIN on the start task on the next loop iteration. It seems this error is not actually being cleared and once it happens it stays with the task regardless of what the error cluster is carrying. 
    Anyone have any ideas?  The only solution I can think of is to just clear all tasks and recreate them each loop iteration until the RPM is readable again but that strikes me as a horribly clunky solution.
    Richard 
    Attachments:
    SimpleDAQ_1_Start Stop.vi ‏48 KB

  • Using MainStage with multiple MIDI inputs (two keyboards!)

    Hi Guys,
    I use two keyboards for my live gigs, and am thinking about moving all my sounds over to MainStage. Most of my recording uses Native Instruments and Logic's standard AU instruments, and then I have to find similar sounds on my Korg and Kurzweil for live...
    My question is... can you use MainStage with two MIDI controllers? I'd obviously want to set up the presets in MainStage so that there are different instruments being controlled by each synth.
    Would love any advice on whether this can be done, and a quick pointer as to how...
    Thanks heaps in advance,
    Mike

    Easily done (I'm using two USB controllers on a gig now). Just set them up in Layout mode, then be sure to select the input of choice for your specific channel strip(s) in each patch. Or of course you can set things up at the set or concert level as well.

  • Two stacked bar in one graph with Answers

    Hi,
    I'm trying to join into one graph four measures. So, we want to show two stacked bar, each bar with two measures. Is it possible with OBIEE tools??
    TIA
    Javier

    If all you want is a stacked bar, you have an option under the type of the graph. select 2D/3D stacked. Also, while creating select all the measures that you want in the graph. That should give you a stacked bar graph. But if you want something like this
    Measure1 Measure3
    Measure2 Measure4
    (Stack1) (Stack2)
    i dont think it is possible out of the box.
    Thanks,
    Venkat

Maybe you are looking for

  • Airport and Printer Not working: Please Help!

    I'm considering of trowing out my printer or the airport extreme, or my mac pro. The thing is, I don't no which one, So one more try; hope someone can help me! My printer (Epson SP 2400) is working fine via USB directly and from my old G4 (also via A

  • Expand items on a material document

    The system allows to post 100 items per material document and after that it create a new document. How can we have the system to allow more than 100 items per material document? Is there any configuration/developement?

  • Existing exchange installation re-join to domain

    Hello Everyone, I'm just trying learn by doing, amateur with active directory and a complete newbie to exchange. Here's the scenario and issue: Had setup a domain with a single DC Had installed a separate server with exchange, configured and working

  • Prioritizing synchronous messages in NW2004

    Hi all, Stupid question time but I have spent an age looking at this. I understand standard queue prioritization (XBT1, XBTA etc) is only relevant for asynchronous interfaces in XI NW2004, but I have a synchronous interface that is Web Service -> XI

  • PDF goto named destination link with current zoom level

    Hi, I am created PDF file from 3b2 software with many links and bookmarks, The links with in documents are created with named destination bookmark names. When I am click the link to navigate with in document it will goto the bookmarked location and z