How can I draw dynamic data that I get a hardware DAQ against each other?

Hi all

I am trying to acquire voltage and current data of DAQ hardware. My goal is plotted against votlagein current a continuous path. As the votlage is increased at intervals of 1 Volt, every second I want to see how the current. However, this data is dynamic and I need help find how to draw in a single chart. Any thoughts on how to draw the two different dynamic data against each other in the same graph?

You help will be very appreciated.

Thank you

If I understand what you're saying, looks like you want to have the update of XY graph with each new data point (or points) acquired, but also choose to keep the previous data on the XY graph.  If that's what you're after, I build on my previous example.  For the method of use of the express VI build XY graph, you can simply double click on it and uncheck the "erase data on each call.  For the other method of construction of the dashboard cluster, you will need to add a few records to offset to maintain the previous itterations table values.  Here's the updated image:

Tags: NI Products

Similar Questions

  • If I use a PDF form as a job application, how can I export the data that I get candidates in a single excel sheet?

    My apologies if this was asked elsewhere. Any help or pointers appreciated.

    Tools - Forms - form more Options - merge files to Date in a spreadsheet...

  • How can I check for dates that are the same for today.

    If I have a bunch of dates in a datetime colum. How can I check for dates that are the same for today.
    "For example, this value of days would be ' #dateFormat (now (),"mm dd yyyy") #

    The best I could come up with was:

    Select * from data where data.userID =
    2635 AND
    "Convert (varchar, dateAdded, 101) = ' #dateFormat (now (),"mm dd yyyy") #


    How can I get this to work smart peeople :)

    It is best to make the comparison on the datetime values. One technique is to get the current date at midnight. Then add one day to get tomorrow's date. In your sql query finds all values is greater than or equal to today and less than tomorrow.

    One solution is to do everything in MS SQL

    WHERE the dateAdded > = convert (datetime, convert (varchar, getdate(), 112), 112)
    AND dateAdded = dateAdd (d, 1, convert (datetime, convert (varchar, getdate(), 112), 112))

    Another option could be to use CF to calculate dates:


    WHERE the dateAdded > =.
    AND dateAdded<>

  • How can I configure a widget that I don't sign not but two other parts?

    I would like to create a widget that goes first to a generic person (different person each time) that clicks on the link in the widget, then fill out the form and then pass it to another person (who is the signatory even each time) for the final signature and they both get automatically copies of the agreement duly completed as well as my business.

    Hello Rob - bos.

    You can get the above workflow by creating a widget, adding signatory meter inside (which would always be even after the first signatory has signed). Here is the link for reference:

    https://helpx.Adobe.com/document-cloud/help/create-widgets.html

    -Usman

  • How can I do a vi that opens other screws

    How can I do a VI that allows users to choose 1 of 2 other vi s to run and once the user chooses the vi they want to run, the original 'chooser' vi stops and only the "elect" vi is left in the market?  I have included a picture of how im tryign to do... it does not work for me.

    Thank you very much

    Try these.  They must be in the same folder.

    R

  • How can I add text (date, description) to a photo in photo so that it will show on a copy of this picture?

    How can I add text (date, description, etc.) to a photo that she appears on a print that photo?

    Use an image editor as to put on the image preview or add as metadata and print a Board-contact with the metadata fields, you use shown

    LN

  • When I view my Photos, they have a place and a date. How can I print them with that on them?

    When I view my Photos, they have a place and a date. How can I print them with that on them?

    You want to print the information on the image itself?  To do this, you will need to export the picture on the desk and edit it with a 3rd party image editor that supports the text and layers:

    Some Image editors that support layers and text:


    Photoshop Elements for Mac 11 - $79

    GraphicConverter - $40
    The Rainbow painter - $30

    Photos of affinity- $50

    FX Photo Studio - $30

    Inpaint - $20
    Imaging - $38
    Acorn - $50

    Pixelmator - $60

    Seashore - free

    GIMP for Mac - free (Yosemite & Mavericks only)

  • How can I draw a line around the edge of a piece of property that I shot a video clip of 13 elements?

    How can I draw a line around the edge of a piece of real estate in a video clip with 13 elements?

    KING OF THE SKY

    First 13 items on what operating system? Have you updated 13 to 13.1 still using Help Menu/updates to date of an open project?

    Your question immediately... you could try something like this

    In this scenario, you start with your video on video 1 track with the Timeline indicator placed in the appropriate location of content timeline.

    The Titler line file created will be automatically placed at the position of the indicator in the timeline.

    Text Menu/New/default of titration / and select the Section forms.

    The Titler file goes to Video Track 2 above the video on the video 1 track.

    Select the line tool in the section shapes and draw your line on screen correspond to the where you want it to appear in the video below.

    Your image of the line is the line on transparent background where the content below shows through the transparent areas in this image of the line.

    Please consider. If any questions or need any clarification on the above, do not hesitate to ask.

    Thank you.

    RTA

  • How can I connect to iTunes that it used to work now it isn't

    How can I connect to iTunes that it used to work now it isn't

    When happens when you connect the iPod to your computer running iTunes?  You say it does not appear in iTunes at all?

    Look at the screen of the iPod when you connect it to the USB port on the computer?  He said not 'connected' or 'do not disconnect' or give another indication of a data connection?  Or is it just to show battery charge symbol?  Or not it reacts at all to be connected?

    Your computer is equipped with a Mac or a Windows PC iTunes?  If Windows, which free?

  • How can I clear the message thatI is not the latest version?

    Upgrade to v.6.0.1 but always opens in http://www.mozilla.org/en-US/firefox/4.0.1/firstrun/.

    How can I clear the message that this is not the latest version?

    I uninstalled and reinstalled from new download but the message remains displayed. Problem is that on a user account on my laptop - the other is up-to-date with no error message.

    See the following for a few suggestions:

  • How can I access the data associated with an event within the event handler function?

    Hello

    In my LabWindows code, I try to use a DLL that has been developed in .NET (c#).  I used the built-in labwindows Wizard that converts the DLL to a usable 'instrument'.  Almost everything seems to work, except that I have 1 problem.

    There is an event (defined in the DLL) that I am able to detect.  I know that the reminder of the event is called at the right time.  But the problem is that in this function, I can't access the data that is supposed to be attached to the event.  It worked fine in c#, but I don't know how to do in LabWindows.  Here's what looked like in c# event handler function:

    void AppLoaderEventCallback (CommonLib.CommandResult MyResults)

    {

    MyResults is used in the body of this function

    }

    But in LabWindows, I can't seem to access the MyResults data structure.  Here's what I do:

    public static int CVICALLBACK AppLoaderEventCallback (CommonLib_CommandResult MyResults)

    {

    I can't access MyResults here

    }

    Can you help me with this?  I'm doing something wrong?

    Thank you very much for your help.

    -Mike

    I think that your statement of callback function is perhaps not quite correct. Look using the parameter "callback function" function Panel of the generated __Create function associated with this event. This shows the declaration of the callback function - make sure that your callback function is declared in the same way.

  • How can I draw the intensity in real time of a picture in time real (imaq 1394)?

    I have a firewire camera.

    I hooked up my camera to my pc with labview and now I display image in real time. How can I draw the intensity of a region dependent on time?
    Y - intensity
    X - time... I would watch the variaions real-time intensity...

    Thanks in advance

    The light meter example is pretty much what you want to do. It is located here:

    \National Instruments\\examples\Vision\2. Functions\Light Meter\Light meter Example.llb\Light meter Example.vi

    In the example, the x axis are the number of iteration, but it is easy to modify to use a graphic instead of a graph and chart the time instead.

    Hope that helps.

    Christophe

  • How can I transfer my data from Microsoft Money 2001 to a newer version? What we call the new version?

    I UNDERSTAND THAT MICROSOFT MONEY VERSI0N 2011 IS DECOMMISSIONED. I AM HAPPYTO UPGRADE TO A NEWER VERSION, BUT A QUESTION AS TO HOW I CAN TRANSFER ALL DATA ON MSM 2001 TO THE NEW VERSION. WHAT WOUKLD NEW VERSION BE CALLED

    original title: MISROSOFT MONEY VERSION2001
    original title: How can I transfer my data from Microsoft Money 2001 to a newer version?

    Hello

    Check in the Microsoft Money Forum.

    Microsoft Money - Forum
    http://social.Microsoft.com/forums/en/money/threads

    Microsoft Money Solution Center - suggests alternatives
    http://support.Microsoft.com/mny

    What is Microsoft Money Plus sunset
    http://support.Microsoft.com/kb/2118008

    BING - microsoft money replacement
    http://www.bing.com/search?q=Microsoft+Money+replacement&go=&QS=n&SK=&SC=7-27&form=QBLH

    Google - microsoft money replacement
    http://www.google.com/#sclient=psy-ab&hl=en&source=hp&q=microsoft+money+replacement&pbx=1&oq=microsoft+money+replacement&aq=f&aqi=g4&aql=&gs_sm=e&gs_upl=9978l11972l2l12926l12l1l0l0l0l0l467l467l4-1l1l0&bav=on.2,or.r_gc.r_pw.,cf.osb&fp=dcc84c4c7dd2e143&biw=1024&bih=681

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • How can I add the date of my taskbar notification area?

    I have the time but not the date in my notification area of the taskbar, how can I add the date?

    Right-click in an empty area of the taskbar, click Properties and then on the tab of the properties task bar, clear the check mark next to "Small icons"  This, of course, also means that the taskbar will be slightly higher, and you won't have the small icons.

  • How can I change the date used to filter the screen heat for a resource map?

    The dates that appear at the top of the heat map of resources are blocked on March 2014 until August 2014. How can I change these dates to see the current and future commitments to my resources?

    HeatMapDates.png

    To change the dates, you will need to save on the registration page and modify the advanced search criteria. These filter dates apply for the following clicks and pages of details when displaying resources.

Maybe you are looking for

  • Speakers for iMac via USB Dongle

    So, I bought a USB 3.5 mm dongle so that I could connect the external Boston CR6 speakers to my iMac. I get sound but it is pretty low. The volume level is the same if I plug the 3.5 mm plug into the hole in the back of the iMac. I think it is a diff

  • HP Pavilion dv6: after reinstallation of Win 7 64 bit lost all drivers.

    I reinstall Windows, but now, fingerprint doesn't work, audio buttons does not work, the graphics card drivers and ethernet does not work. I wish I had a recovery disc so I can get rhe pilot hole. Or how can I get the right drivers? Thanks for help.

  • Satellite Pro L450D - 12 X - pad touchpad no longer works

    My daughter used the laptop earlier, when suddenly the mouse pads and buttons right and left click stopped working. I tried to restart and even restore to an earlier time, but nothing he will work again. Any ideas what this could be and how it can be

  • Taskbar not working / "pin to taskbar" option gone

    I have a reorganize my taskbar icon of tasks and removed from the taskbar windows Explorer. When I tried to pin it to the taskbar again (slide / move), he wouldn't PIN. then I tried right clicking on the icon to pin and the dialog box "pin to taskbar

  • BlackBerry Smartphones BBM 7

    I don't quite understand availability BBM 7 Voice Chat, what makes you unavailable? Can someone please clarify