Express xy graph second plot

Hi , Im trying to get a second plot on the express XY graph.
I've tried some of the suggestions like building the x array twice ( concatanating ?) but this does not seem to work for me.
Is there a tutorial on multiple plotting with this beast anywhere?
I've enclosed a simple vi . Help please!!!!
dht
Attachments:
StraightLine Stats.vi ‏134 KB

Use the merge signals VI, note that you have to have an equal number of signals for X and Y. I've attached a short example.
Regards,
Ryan K.
Attachments:
Multi Plot XY Graph.vi ‏89 KB

Similar Messages

  • Express XY Graph Multi-plot Cursor point

    Hi,
           In mixed signal graph >> Property >> Cursors Tab >> Enable Allow dragging here if we select Multi-plot, it will show X scale and all Y-scale value in Cursor legend.
    How can I get these same options in Express XY Graph?
    Sivaraj M.S
    CLD

    You need to use a property node and find the curser position and then plot those points in a seperate xy plot (only it will be one point instead of an array). You will still have to plot it as an array of one point.
    Tim
    Johnson Controls
    Holland Michigan

  • Can I add a second plot to an XY graph without having to re-draw the first?

    Hi,
    I'm trying to figure out a way to add a second plot (a linear fit between 2 cursors) to an XY graph without having to redraw the first plot (the underlying data). The reason this is important is that the first plot is typically hundreds of thousands of data points (or more), and it is slow to redraw. I would like the user to be able to move cursors around and dynamically do a linear fit to the underlying data in the range between the two cursors, with the line being drawn as the second plot.
    My current program just wires both plots to the graph and re-draws both. This ends up being quite slow.
    Ken

    Here's a quick draft how you could draw the regression line (LabVIEW 8.2). Modify as needed.
    Message Edited by altenbach on 10-28-2007 12:51 PM
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    DrawRegression.png ‏28 KB
    PlotLine.vi ‏46 KB

  • Multiple plots in Express XY graph

    Hello,
    I'm trying to have several plots in an Express XY graph and use it without clearing data on each call - like a chart.
    On the Y Input, I'm inserting an array with 2 values (1 for each plot) and in the convert to dinamic data I choose 1D array of scalars - multiple channels. The problem is that there's only one plot in the graph.
    See attached example test.vi
    Can anyone help?
    Thanks.
    Attachments:
    XYtest.vi ‏117 KB

    Hi Paulo
    You need as many x arrays of values as y arrays of values.
    See attached doc
    Cheers
    Alipio
    "Qod natura non dat, Salmantica non praestat"
    Attachments:
    XYpairs.doc ‏46 KB

  • Using XY Graph to plot current and voltage

    Hi,
       I'm making an I-V curve tracer, and am hoping to plot current and voltage measurements I'm acquiring onto an XY Graph in realtime.  I'm using Labview 2010 on Windows Vista, with the VISA drivers installed; my acquisition hardware is an Arduino Uno communicating over USB to serial via VISA drivers.
    My data is coming in over the serial port formatted like "voltage,current":
    237,521
    320,402
    I've read through the relevant documentation for the graph builder, the 4 samples included with LabView, and quite a few posts on this forum.  I modified Jazlan's sample VI to read the current and voltage, and display the values on the front panel - it works just fine.  However, when I wire those values to an Express XY Graph builder (and set the 'clear data on each call' property to false) and run the software, it just sort of freezes... I try to stop it, but it keeps running for about 10-20 seconds.  The current/voltage values are not updated, nor is anything displayed in the XY graph.
    Am I not sending the correct input to the graph builder?
    Should I just wire up my values directly to the XY graph by concatenating values to an array, and then clustering it?
    Also, on the right border of my case structure, one of the orange squares is not solid - how do I fix that?
    any help much appreciated!
    imran
    Attachments:
    block.jpg ‏140 KB
    project.vi ‏76 KB

    thanks for the tip Tim,
        I wired up the stop button to the VISA close block, and now I'm able to run and stop it multiple times without freezing.
    1)  I know how to add shift registers, but why do I need one?  It doesn't seem like I need to pass values from one iteration of the while loop to another...
    regards,
    imran
    Attachments:
    project.vi ‏43 KB

  • How do i get a xy graph to plot more points?

    I'm using the Build xy graph express in Labview 7.0 and I was just wondering how one could increase the amount of points plotted on the graph. Right now, the graph will just plot up to 100 points and then go crazy and go back to 0. I would just like to know if there's any way to increase the amount of points that could be plotted on the graph.

    An xy graph will plot exactly the number of points that are in the x and y array. That's assuming that you have the x scale set to autoscale. And, by default, each time the function is called, the graph will reset. You can select properties and change this. You don't mention where you're getting the data. Stick a probe on the input to the express VI and check the size. You can also provide some details on what you're doing or post your VI for someone to look at.

  • Problems with express xy graph

    Hi,
    I am new to Labview. I am using Labview 8.5. I wish to create a program which reads in an excel spreadsheet and displays the data on an express xy graph. I have been able to read my excel spreadsheet into labview but cannot display a graph in my express xy graph. The express xy graph plots only one point and I do not understand why. I would be grateful if someone could please advise me on what the problem could be. The block diagram is shown below.
    Your help is very much appreciated. Thank You.
    Dibz

    To elset191: I have actually added a transpose array between the Read From Spreadsheet and the express xy graph and it now displays a full graph! Thank you. I mistakenly thought the xy graph read in the data in columns rather than rows. However, the y-axis values is a 2D array. Therefore, ideally I would like each row of this data to generate its own plot on the xy graph. Can it do this? At the moment the express xy graph looks like its only reading in the first row of y-axis 2D array. Would I be able to somehow show multiple plots on the express xy graph for each row of the data?
    To Dennis Knutson: Apologies, but i thought it would have been assumed that as you cannot read in native excel files as you said, then obviously I had converted the file if I initially stated I had read it into Labview. Also, as stated above the y-axis is actually a 2D array which is why I used the 2D array to display it. Granted, the x-axis values is a single array but no problems were incurred so I did not get around to changing it. 

  • XY graph - multi-plot problem

    Hi,
    I'm experiencing a problem using a multi-plot xy graph. I have to display 2 plots together, and make them appear and disappear many times during the program running.
    But when I close LV and restart it, the second plot (plot1) doesn't appear, and also I lose all the properties I've set for it (name, color,...). If I don't shut down LV everything works well.
    What can I do?

    Stefano Moret wrote:
    When you write about use property nodes, I'm using the "visible" one.
    Your suggestion is to try also to set all the properties from there? Maybe it's a good idea, I'll try.
    Here are some code snippets I used once to initialize the graph and later on change legend entries depending on user selection.
    You can also change the way plots are represented during run time. You always have to start with ActPlot do selct one of the plots.
    Good luck

  • I have a Airport Time Machine at my computer, a Airport Extreme in the kitchen, and I want to set-up my Airport Express in my second office.  How is this done so all show 4 bars on my iPhone?

    I have a Airport Time Machine at my desk in the office with the router,  a Airport Extreme to have WiFI in the kitchen connected by my ethernet, and I have a Airport Express in my second business office connected to the ethernet thru a switch. 
    Will this all work?   And what is the best configuration?
    Do I connect my Express to the Ethernet?  From the installation notes it seems I do, but I'm not sure?
    Any help on these is appreciated?
    NoviceJM

    It is on DHCP & NAT under router mode yet my isp is still the one issuing ip addresses to my devices instead of the router issuing them

  • My home network has an Airport Extreme w/Time Capsule as the base and then an Airport Express and a second Airport Extreme to reach different areas of the house.  Is there a way to use the second Airport Extreme for file storage on this network?

    My home network has an Airport Extreme w/Time Capsule as the base and then an Airport Express and a second Airport Extreme to reach different areas of the house.  Is there a way to use the second Airport Extreme for file storage on this network?  Network is administered through an iMac running OS X Yosemite 10.10.2.  Ideally, would like for the second Airport Extreme hard drive to appear on the list of devices in the Finder window.

    Ok.. gottcha
    The problem is network wise.. Yosemite is about equal to tin cans and string.. pathetic.
    Here is my usual set of instructions to get anything working on Yosemite.
    The best way to fix problems is a full factory reset of all the AE in the network.
    Factory reset universal
    Power off the AE.. ie pull the power cord or power off at the wall.. wait 10sec.. hold in the reset button.. be gentle.. power on again still holding in reset.. and keep holding it in for another 10sec. You may need some help as it is hard to both hold in reset and apply power. It will show success by rapidly blinking the front led. Release the reset.. and wait a couple of min for the AE to reset and come back with factory settings. If the front LED doesn’t blink rapidly you missed it and simply try again. The reset is fairly fragile in these.. press it so you feel it just click and no more.. I have seen people bend the lever or even break it. I use a toothpick as tool.
    Then redo the setup from the computer with Yosemite.
    1. Use very short names.. NOT APPLE RECOMMENDED names. No spaces and pure alphanumerics.
    eg AEgen5 and AEwifi for basestation and wireless respectively.
    Even better if the issue is more wireless use AE24ghz and AE5ghz with fixed channels as this also seems to help stop the nonsense.
    2. Use all passwords that also comply but can be a bit longer. ie 8-20 characters mixed case and numbers.. no non-alphanumerics.
    3. Ensure the AE always takes the same IP address.. this is not a problem for AE which is router.. it is a problem for AE which is bridged.. you will need to set static IP in the main router by dhcp reservations or use static IP in the AE which is tricky.
    4. Check your share name on the computer is not changing.. make sure it also complies with the above.. short no spaces and pure alphanumeric..
    5. Make sure IPv6 is set to link-local only in the computer. For example wireless open the network preferences, wireless and advanced / TCP/IP.. and fix the IPv6. to link-local only.
    6. Now mount the disk of the second AE in finder... manually.
    Use Go, Connect to Server and type in the AE ip address.
    SMB://10.0.1.2
    Where you will replace that address with the actual address. The network resource should be discovered and then it will request the password.. type that in and make sure you tick to save it in your keychain.
    There is a lot more jiggery pokery you can try but the above is a good start.. if you find it still unreliable.. don't be surprised.
    Do as much as you want of the above... not all of it is necessary.. only if you want it reliable.. or as reliable as Yosemite in its current incarnation can manage.
    The most important thing is point 6.. mount the disk using direct IP address and not names.. dns in Yosemite is fatally flawed.
    See http://arstechnica.com/apple/2015/01/why-dns-in-os-x-10-10-is-broken-and-what-yo u-can-do-to-fix-it/

  • How can I get my graph to plot vs. my data points instead of vs. time?

    how can I get my graph to plot vs. my data points instead of vs. time?

    Maybe you could exaplin in a few more words what "my data" is. Are the values equally or randomly spaced?
    If they are equally spaced, just adjust offset and multiplier, and axis label.
    If they are randomly spaced you are probably looking for an X-Y graph. Check the shipping examples.
    LabVIEW Champion . Do more with less code and in less time .

  • Is it possible to extend the range of one airport express with a second airport express?

    Hi,
    We have a Time Warner router and have it hardwired to an Airport Express. Is it possible to extend the range of that one airport express with a second airport express?

    ... The new AirPort Express that I have is an 802.11n version, but the second one is an older model and I don't know which version it might be. Also, the system recently updated so I'm using the AirPort Utility 6.1.
    If you are using Mountain Lion, AirPort Utility 6.1 is the version installed by default. It will not be able to administer "older" AirPort base stations.
    For them, use AirPort Utility 5.6 which contains the features you need. It can administer your older Express as well as current production base stations.
    AU 5.6 is compatible with Lion as well as Mountain Lion, however, the installer app will refuse to install it on Mountain Lion.
    This dilemma is easily solved though. You simply need to extract the app from the installer package using a package extractor like Pacifist.
    Download Pacifist here: http://www.charlessoft.com/
    Download AirPort Utility 5.6 here: http://support.apple.com/kb/DL1482
    If you happen to have an archived copy of the AU 5.6 app somewhere, such as a Time Machine backup or equivalent, you can simply restore it or drag the app to your Mountain Lion system's Utilities folder. It will run without complaint. It is only the package installer that is the problem.
    Mountain Lion will not allow you to delete its existing version of AirPort Utility. Just ignore it. It and the older version (which will bear the unique name "AirPort Utility 5.6") can peacefully coexist.
    Note: For those with Leopard or Snow Leopard systems you need AirPort Utility 5.6.1 (this is confusing - a later AirPort Utility version for an earlier OS X version - but it is correct).
    Download AirPort Utility 5.6.1 here: http://support.apple.com/kb/DL1536

  • HP755CM plotter hangs up on second plot in cue

    On my 867 Mhz powermac G4-When plotting (from Vector works) to my HP755CM connected by an ethernet crossover cable the second plot always hangs up (forever) on "receiving" (or processing). First plot is always fine!. The odd thing is on my Powerbook G4 (1.25 Ghz-FW 800) it works fine-plots cue one after the other as they are supposed to. Same cabeling-Same OS (10.4.10)-same settings. Any ideas?

    I feel your pain.  I have been trying to call them to downgrade my service because the price just jumped $60 a month and I don't use the phone or TV enough to justify the cost.  I am seriously looking at Direct TV and our local Internet provider.  The phone is not a big deal as both my husband and I have cell phones.When I call the automated service tells me that I have a business account.  That's crazy!  We've never had a business.  This is for our private residence.  But, since the system sees us as a business, I keep getting a message that the business office is closed and the line disconnects.  It's very frustrating.  I'm guessing my husband will have to just go to the local office, and if he does that, he will disconnect the service.  He'll just take all of their equipment to them and tell them we are through with them.  The web site says they are available 24/7.  That's total BS too!  I keep getting disconnected due to my "business" account number.  I hope you managed to get your situation resolved.  It seems that Comcast doesn't really care about customer service, even though their webpage publishes false statements that they do.

  • Problem printing 3D graph surface plots

    I have a LabVIEW vi that I have written that uses 3D graph surface plots.  The front panel and 3D plots look great on the monitor.  However, when I use the file > print option to print a snap shot of the front panel the 3D surface plot graphs are missing.  All of the other controls and indicators print correctly, but the surface plots are missing completely.  Any ideas on what may be the cause?

    Hi JM,
    Do you have Report Generation Toolkit? If so, this looks like it may be related: http://digital.ni.com/public.nsf/allkb/981C98819DBB89FE862569610046CFB8?OpenDocument.
    Let me know if this helps.
    Thanks,
    Dan Richards
    Certified LabVIEW Developer

  • Can I install final cut express on a second computer?

    Can I install final cut express on a second computer?

    The FCE license permits you to install FCE on 1 Mac desktop + 1 Mac laptop provided you own and use both computers.  You are not permitted to install on 2 laptops or 2 desktops.
    From the FCE license:
    2. Permitted License Uses and Restrictions.
    A. This License allows you to install and use one copy of the Apple Software on one Apple-labeled desktop computer and one Apple-labeled laptop computer so long as both computers are owned and used by you.
    If you are not the owner of the second Mac then an additional license is required for it.
    The fact that there are 2 stickers means nothing.  It's just 2 stickers.  The intent was for you to put them in different places so that you hopefully don't lose both stickers.

Maybe you are looking for

  • Java Null Pointer Exception in Mail Adapter

    Hi I've got a mail to file scenario which uses the payload swap bean to get the attachment from the mail and deliver it to a file receive channel location. Recently i've been getting this error - exception caught during processing mail message[1]; ja

  • Exporting 16x9 video

    I have imported footage shot in 16x9 format and have tried to export it from FCE but have only been successful one time. I read the other posts and the link to http://www.fcpbook.com/Video8.html and http://www.fcpbook.com/Video9.html but I cannot dup

  • Db connect no data found in the table

    Hi Gurus, I want to extract data from the oracle database, through db connect, when i edit the datasource and press the button display table contents, it says no data found.   What could be the problem, i have created the source system properly, give

  • Best way to back up data

    I have a MBP and a LaCie drive. I also have Carbon Copy Cloner. I'm wondering what the best way for me to do daily or weekly back ups of my data is. I currently have a bootable copy of my drive on the LaCie, from about a month ago. When I tried to do

  • EEM menu not prompting for input

    Hi, I have the following EEM menu, I can't work out why it doesn't wait for my input, either 1, 2 or 3 and just runs though. event manager applet menu event none action 0   puts "  ****************************Menu***************************"   action