Displaying seconds updation on graph

Hi
all , i would like to display x-axis (time)in seconds.since my programme while loop is repetaing at a duration of 10msec ,but how to show updation in seconds on graph(x-axis).
Regards
labview boy
code attached
Attachments:
sine.vi ‏92 KB

I couldn't open your VI, but to display a graph as time, right click the axis and select "Format & Presicion", then change the format to Absolute Time or Relative Time. That's it. If you're using Absolute Time, you should use Get Date\time in seconds and To DBL and wire the result into the property X-Scale>>Offset & Multiplier>>Offset to set the t0 of your axis to the current time.
Try to take over the world!

Similar Messages

  • Updating xy graph with the last point different

    I want to display a simulation of the path of a rolling ball as updating xy graph.
    The actual last point of the plot should be different from the older points, I imagine e.g.a thick circle.
    The coordinates of the points I hold in two arrays, so I need a xy graph,
    when I used xy chart buffer to get un updating graph all points of the
    plot are displayed in the same way, stars, circles and so on.
    I

    Ok, so the solution is coming from what you've just said. One plot for the old positions I assume you want to display a certain number of points... e.g. the last 10positions and one plot for the current ball position.
    Tell me if this is ok...
    When my feet touch the ground each morning the devil thinks "bloody hell... He's up again!"
    Attachments:
    ball.vi ‏50 KB

  • How to correct bad PDF display of Excel 2007 graph-Adobe Pro X?

    Just installed Adobe Acrobat Pro X; previously had Adobe Pro 8, which worked fine.  Have Excel 2007 files with an Excel graph and a JPG image on the spreadsheet tab.  Both the graph and the JPG are too big, are displaced, and hide spreadsheet data, when the Excel file is Saved As a PDF using Adobe Pro dialog or Excel dialog, or the Excel Plug-In to Create PDF.  For some strange reason, printing to PDF works, although that is limiting.  All of the settings are the same for the Adobe Printer as Adobe Pro settings.  Changing them or going to default did not help.  Just did the latest update; that did not help.
    The graph and JPG are too large for the PDF page.  Paper printing from Excel still works fine. Producing a PDF on another machine with Pro 8 still works fine.  Could not find this problem discussed anywhere.  Using XP, fully patched.  This should not be a complicated process, nor a complex spreadsheet. What is going on?
    Thanks

    Regardless of the method and Adobe product used to create the PDF, including the Excel tool button, the single common factor whether the PDF correctly displays a JPG or graph in the Excel file that is being done at anything other than 100% size is whether the Adobe Printer or a Physical Printer is selected as the default printer in the Windows Printers and Faxes-Settings.  This is true even though the printer is not being used. I have created the same PDF using every method/product and the results are always the same, and only properly display when either the setting is 100% size or the system printer is selected as Adobe Printer.  This is true only after installing Adobe X (8 was previously installed, and worked as expected).
    Jeffry Calhoun
    Workforce Analytics Manager
    Ohio Department of Job & Family Services
    P.O. Box 1618, Columbus, OH 43216-1618
    InterAgency: F376, 4020 E. 5th Avenue
    614-644-0564
    Fax 614-728-5938
    [email protected]
    OhioMeansJobs.com -
    The next best thing to having an HR department.
    OhioMeansJobs.com -
    Ohio's premier website for connecting businesses and job seekers - quickly, easily, and for free!
    >>> "Bill@VT" <[email protected]> 4/7/2012 7:21 AM >>>
    Re: How to correct bad PDF display of Excel 2007 graph-Adobe Pro X? created by Bill@VT ( http://forums.adobe.com/people/Bill%40VT ) in Creating, Editing & Exporting PDFs - View the full discussion ( http://forums.adobe.com/message/4319297#4319297 )
    You say the settings for the printer work fine, but do not for PDF Maker (I am assuming this is what you meant). PDF Maker no longer uses the printer and the settings are independent. Check the settings for PDF Maker under the create PDF menu.
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4319297#4319297
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4319297#4319297. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Creating, Editing & Exporting PDFs by email ( mailto:discussions-community-acrobat-creating__editing_%[email protected] ) or at Adobe Forums ( http://forums.adobe.com/choose-container!input.jspa?contentType=1&containerType=14&contain er=4697 )
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.
    Ohio Means Jobs
    You're looking for something unique. Use more than an ordinary site.
    http://www.ohiomeansjobs.com
    This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain private, confidential, and/or privileged information. Any unauthorized review, use, disclosure, or distribution is prohibited. If you are not the intended recipient, employee, or agent responsible for delivering this message, please contact the sender by reply e-mail and destroy all copies of the original e-mail message.

  • Display counter output on graph

    I have two counters generating continuous digial pulse trains from my PCI 6010, and I'm trying to display the output on a graph.  I've got the output of one counter connected to an AI line that leads to a waveform graph, but I can't get anything on the graph.  I've measured the output via external means, so I know the counters are generating the appropriate pulses.
    Eventually I'd like to have some sort of indicator for each counter that indicates whether the counter is in the 'on' or 'off' state, but I figured getting the counter outputs to diplay on a graph would be a good first step.
    My VI is below; the display part that isn't working is at the bottom of the case structure.
    Thanks.

    Once your code goes into the inner while loop your graph will never be updated since it will only execute one time. In order to update the graph continually you will need a parallel which handles the graph updates. A good way to pass data between the parallel tasks is a queue.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot

  • White Balance - Nvidia / Display port update

    White balance is shifting back and forth. After installing the Nvidia / Display port update, my "brand new" Cinema Display is malfunctioning. White colors change back and forth from pink to blue every 30 seconds. Anyone else having this issue?

    Other users have reported similar issues see :[White Balance Glitch|http://discussions.apple.com/click.jspa?searchID=-1&messageID=12521251]

  • Can't get a dynamic data type and wire (waveform double) to both display on a waveform graph

    Hi,
    I'm teaching myself LabVIEW. I wish to delay a wave form and display it with the non delayed wave form. I used a delay from the examples. The output of the delay is wire (waveform double). The Simulate signal output is dynamic data. My conversion from wire (waveform double) to dynamic does not display on the waveform graph. The VI is attached. Can anyone offer any comment.
    Solved!
    Go to Solution.
    Attachments:
    Three input graph.vi ‏92 KB

    It is displaying just fine.  The display is hidden behind the display of the second signal. Expand the Plot Legend to show all three plots. Then toggle the plot visible property of the second and third plots.
    Lynn

  • SubVI - VI Update ? Graph, Intensity graph.

    I have a subVI which calculates data that is to be displayed in an
    intensity graph as it gets updated. I want to display the same
    intensity graph on my main VI to show the progress and update. I've
    tried using global variables, but it doesn't work well. Any suggestions
    Thanks
    Kudos always welcome for helpful posts

    I tried that before. doesnt seem to work. Please see attachment...
    Kudos always welcome for helpful posts
    Attachments:
    main.llb ‏36 KB

  • Blank screen after display driver update Satellite Pro P200

    I installed the latest ATI Mobility Radeon HD2600 display driver (8.432, from the Toshiba site via Tempo) on my Satellite Pro P200 yesterday. On rebooting everything looks fine as far as the Windows Vista Business "Please wait ..." screen, but instead of displaying the login page I get a blank screen (with a mouse cursor that moves around as normal). All I can do at this point is power off, and I've run out of ideas on how to get any further.
    Things I've tried:
    # booting into safe mode, low-resolution video or last known good configuration all result in the same blank screen.
    # connecting to the system using remote desktop (to disable the driver) isn't possible because the system hasn't loaded the network drivers yet.
    # I can't revert to a restore point because Vista can't find any (I made a manual one after installing windows updates on a couple of days ago).
    I can run a command prompt from the system recovery options and would prefer to use that to disable the driver +if+ I knew how before resorting to the more drastic options.
    A web search (http://www.google.co.uk/search?q=ati+catalyst+vista+blank+screen&hl=en&sa= N) reveals that this has happened on a wide range of laptops with
    previous releases of the driver, but none of the links I've looked at give a solution that's available to me.

    No joy with an external screen so I bit the bullet and reinstalled from the product recovery disk. I tried expert mode to retain the data partition but that failed twice, so I had to restore it from the previous day's backup after doing a full reinstall. Two consolations, though.
    # It allowed me to increase the size of the data partition.
    # The display driver update worked fine on the fresh install.
    Needless to say I've since found [http://support.microsoft.com/kb/927525] which describes how you can disable a problem device driver (atikmdag in my case) from the system recovery command prompt :-(
    Hopefully the instructions in there will help anybody who gets caught with similar problems.

  • Error :Display document : Update was terminated.While displaying the PO

    Hi All,
    I am creating a PO with respect to contract in SAP 4.6C system using ME21.PO is getting created successfully.But when I want to display the same in ME23 it giving me a message 'Display document : Update was terminated'.( an express message is getting generated to view in SBWP transaction code ).
    I went through some of SDN forums and checked the tcode SM13 to resolve the issue .I found that there is no ABAP dump got generated for the same .
    Please help me to resolve the issue ..
    Regards,
    Praveen GB.

    Hi Lakshman.
    I did that, systesm is showing below  error :
       1      ME_CREATE_DOCUMENT              V1 NORMAL         Err
    when click on that ,I got one more window with an option to check ABAP dump,But there is no ABAP dump exists for the same.
    I cheked in ST22 also there is no DUMP available for the above issue.
    Please let me know how to crack this issue.
    Regards.,
    Praveen GB

  • I did the iOS 7 seconds update and now my screen is just a plug and iTunes logo.  I don't have a computer anymore just iPad.  What do I do

    I did the iOS 7 seconds update and now my screen is just a plug and iTunes logo.  I don't have a computer anymore just iPad.  What do I do

    Hello,
    My suggestion would be to do the following:
    -Press and hold the power button and home button for the time needed until the screen turns black and the apple logo reappears.
    If that does not work, call the nearest Apple store and ask for assistance.
    Hope this helps,
    TechnologyGuy

  • CIN: Items are not displayed while updating the RG1 Register using T Code:

    Hi Experts,
    Items are not displayed while updating the RG1 Register using T Code: J1I5.
    System is not showing any error message.
    Can any one explain to update the RG1 Register?
    Thanks
    Chandra

    Hi,
    dont go the table again and again . the table is updated at intial stage only for stock update but not when SAP is running.
    In day to day bussiness the flow is as follows:
    Production - MB31 - to Unres stock
    Sales - VL02n - PGI - to customer - i.e out of unres stock
    Every day u can run TC J1i5 once in a day as decided and update the register so all transactions which have happend in that day gets updated i.e both input and output.
    and this will happen every day.
    hence dont use table as it is only for intial data upload i.e just before golive.
    Hope i am clear.
    krishna

  • How to Display Seconds in a JSP file

    I want Display seconds in a SP page ,i need to alert the user that this page will be forwarded in 10 secs , so i need to display that on the page ..how can i make this happen ...can anyone throw some light on this issue ...
    Thanks
    Shyam

    Hello,
    Not sure to understand clearly what you want to do. So here some lights based on my understanding.
    So you want to see the page redirects to another location after 10sec, so in my opinion it has nothing specific to do with JSP but pure HTML development.
    1- Do the redirect
    Option 1
    On easy way is simply to put a meta-tag in the header of your page, something like
    <HEAD>
    <META HTTP-EQUIV="refresh" content="10;URL=http://blog.grallandco.com">
    </HEAD>
    Option 2
    You can also do it using Javascript:
    <script>
    function redirect()
    window.location="http://grallandco.com"
    function loadPage()
    var timer = window.setInterval("redirect()", 10000);
    </script>
    <body onLoad="loadPage();">
    2- Print the countdown
    Maybe you also want to print the countdown on the page. For this you have lot of solutions based on Javascript. I did a quick Google search on "javascript Countdowns redirect"
    Here one that looks good and easy to integrate to any page:
    Cool Redirect
    Regards
    Tugdual Grall

  • How can you rotate the labels on the category axis of a graph in Illustrator and have it stay the same when updating the graph data?

    I am needing to create a line graph with dates consisting of MM/DD/YY along the category axis. I would like to rotate the labels 45 degrees and have them stay when I update the graph. I have read about manually doing it, I even made an action to make it faster, but it still seems inefficient. Is there a setting that I could use to automatically create my labels as rotated? Thanks.

    Hi Gravy Train,
    I'm curious about why you are using 2 loops.   You mentioned one is for monitoring and one is for DAQ....what do you mean by that?   What is the overall goal of this piece of code.   Also, I noticed that you are not closing the task.   Since this is just a subset, I realize you could be closing it in your actual code, but just in case you're not.....it is very important that you close all tasks when you are down acquiring data.
    Best Regards,
    Starla T  

  • 27" display and late '09 MBP 13" - Display software update **doesn't work**

    Hello All,
    My shiny new 27" LED cinema display arrived today. The display is stunning, but when I downloaded and installed the "LED Cinema Display Software Update 1.0" (http://support.apple.com/kb/DL1107) on my mid-'09 MBP 13" it doesn't work!!
    The installation completes successfully, but after rebooting and checking system preferences, I don't get the brightness slider etc nor the option to use the built-in speakers in the display.
    Please advise if you have any advice or thoughts on the matter.
    Many thanks,
    Rob

    Apple got hold of me and we went through some trouble-shooting steps. Turns out that the USB connector, although fully plugged in, was somehow not seated correctly and was thus not recognizing the display and speaker etc.
    Happily resolved!

  • HT1218 3TB Timecapsule version 7.6.4 is CONSTANTLY losing WAN connection.  Comcast is our carrier, and I've ruled out the modem as it downloads at 30mbs consistently.  Want to try and update firmware of Timecapsule, but it will not display an "Update" ico

    3TB Timecapsule version 7.6.4 is CONSTANTLY losing WAN connection.  Comcast is our carrier, and I've ruled out the modem as it downloads at 30mbs consistently. 
    Want to try and update firmware of Timecapsule, but it will not display an "Update" icon.
    Grrrrr.....makes me miss my stupid PC set up as I could force it to do what I want!
    Intermittent connection screws up Netflix, VOIP phone, Amazon, Streaming music via Spotify/Pandora, general internet access.....whole family is ****** off.
    Any tips/tricks/ideas???
    dave

    Downgrade firmware to 7.6.1 .. as the latest is just lousy.
    It is easy to downgrade.. hold down the option key whilst you click the version number. in Macs.. lots of stuff is hidden behind an option key.
    I also strongly recommend a factory reset and use all SMB names.. not apple type names..
    ie TC name.. TCgen4
    Wireless name TCwifi (or give names to both bands.. TC24ghz and TC5ghz).
    That helps all the non-apple part of the world.. connect.
    Also Mavericks has now changed over to SMB as well. So even Mac is now windows networking.
    Generally these two things. .7.6.1 firmware and SMB names will fix it.. if not post again as is another step that is possible.. controlling the WAN speed of the TC.

Maybe you are looking for

  • Error while creating data warehouse tables.

    Hi, I am getting an error while creating data warehouse tables. I am using OBIA 7.9.5. The contents of the generate_clt log are as below. >>>>>>>>>>>>>>>>>>>>>>>>>> Schema will be created from the following containers: Oracle 11.5.10 Universal Confli

  • Need a HP Touchsmart 610z for a research study on 20th April

    Hi All!  I need a HP Touchsmart 610z for a research study to be conducted for 3 days from 20th April in San Francisco. It was too late by the time I found out that this AIO is only available on the HP online store and cannto be delivered before 20th

  • Macbook 2010 to HDMI

    I can't seem to get my LED Samsung TV to recognize my white macbook. I had previously connected this macbook with a LCD LG tv without any problems. This is a new HDMI cable and adapter and when I plug them in nothing happens. On the tv, it says nothi

  • Can someone help me understand what the measurement em stands for?

    I have been running into the measurement em (or is it en) and I cannot find an explanation as to what it means. Can someone explain it to me with an example or two? Thank you Allen Macfalda

  • How to select Defferent CLDC versions  in Eclipse

    Is it the right way of creating MIDP Application with different CLDC versions. Ie, by changing the configuration in �. Properties>J2ME>Preverification>use specific configuration>��. here we can change the cldc version (Assuming the WTK is plugged int