Display current time on x-axis in wavechart

Hi.
The attached file is a simple vi about how to show the current time on x-axis in wave chart. I have a question about why the current time increase so fast. It looks like the current time increases with the loop iteration counter. Thanks for your help.
Fred
Attachments:
sample.vi ‏18 KB

You need to connect both offset and multiplier on your property node.
I suggest that you look/use the example "Real Time Chart.vi" in your example lib. Hopefully you can modify it to do what you want.

Similar Messages

  • How to display current time when the inputs are added together and display intervals every sec?

    Hi, I added the values together but the time in the graph is not showing the present time.
    The one that is not displaying the current time is the voltage graph.
    On the x-axis of the voltage graph i want it to display every second interval.
    Thanks.

    You also shouldn't be using the local variables.  Instead, actually add up the signals from the wires.  What you have there is a race condition since you can be reading from the local variables before the terminal is written to.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Display current time and date

    How to display current date and time together in pl sql block
    i have written code below but it gives me error
    SET SERVEROUTPUT ON
    DECLARE
    TODAY DATE;
    BEGIN
    SELECT CURRENT_DATE || TO_CHAR(CURRENT_DATE, 'FM HH:MI:SS AM') INTO TODAY
    FROM DUAL;
    DBMS_OUTPUT.PUT_LINE('TODAY');
    END;
    ERROR at line 3:
    ORA-01830: date format picture ends before converting entire input string
    ORA-06512: at line 4

    Here's how you do it:
    DECLARE
    TODAY varchar2(100);
    BEGIN
    SELECT TO_CHAR(CURRENT_DATE, 'MM-DD-YYYY HH:MI:SS AM') INTO TODAY
    FROM DUAL;
    DBMS_OUTPUT.PUT_LINE(TODAY);
    END;
    Notes:
    1. You select to_char(...) into today, so today should be declared as char, not date.
    2. dbms_output.put_line('today') will print "today", you want to print the variable not the string, so no quotes.
    3. date variables contain both date and time, no need to concatenate

  • Display current time in forms6

    Hi listers ,
    How can I display the current time at forms
    runtime ???What i meant to tell is that I want to show the user the current time in this format : HH:MI:SS with the seconds being updated as per clock .....
    Any response will be appreciated ....
    Regards

    You have to create a time in the trigger
    When-New-Form-Instance
    declare
    MyTimer Timer;
    begin
    MyTime := Create_Timer('ContinuousTime', 1000, repeat);
    end;
    Also you should have a display item on a control block (control.UserTime)
    Finally, in the When-Timer-Expired trigger write the following code
    begin
    :Control.UserTime := To_Char(sysdate, 'HH:MI:SS');
    end;
    Hope this help you

  • Why i cannot display current time on the table ??

    Hi all.
    Why the "Date and Time" ( current time) will not display on the table ???  Where went wrong ??? Please Help.
    Thank in advance.

    duplicate post
    Thanks as kudos only

  • Displaying current time in GUI (like a clock)

    I have a GUI in which i want to display the current time and I want this time to update every second...so that it works like a clock or watch would work. How can i do this?
    Dec 20, 2004 14:04:06->Dec 20, 2004 14:04:07->Dec 20, 2004 14:04:08

    How
    can i do this?1. Write the GUI code.
    2. Show the time.
    3. Sleep for 1 second.
    4. Go to step 2.

  • How to display multiple waveforms (more than 2) with current time on x axis

    Dear All,
    I am trying to plot more than 2 waveforms on a graph/chart with current absolute time on the x-axis.
    It works if I plot two waveforms on XY graph  but shows broken wires (mismatching of data types) for more than 2 waveforms.
    Now, I have tried waveform charts and graphs, and ti doesnt work there too.
    I have attached my VI below.
    Can someone please help me out with this. 
    Attachments:
    timing problem.vi ‏21 KB

    Dear Mahu,
    I have attached a snapshot of my VI. This snapshot shows a VI which works perfectly but as soon as you will extend the bundle and add another random number generator, it will show data mismatching. 
    The reason why I am not using a chart, although it works perfectly for this, is beacuse I want to control the x axis (start and end time) to see data at time as specified by user. 
    Waiting for your reply. 
    Attachments:
    pic of prob.JPG ‏46 KB

  • Display Current Time and past 3 hours

    Post Author: gronkette
    CA Forum: Formula
    I have a report that I need to display only the current hour and the past 3 hours rolling forward.
    Example:  If it is now 12:00 (noon)  I would like to see the data for 10:00, 11:00 and 12:00
    Then we it is 1:00 pm, I would like to see the date for 11:00, 12:00 and 1:00 - etc....
    thanks!
    Filed under: CRXI

    Post Author: SKodidine
    CA Forum: Formula
    The formula works just fine in my report, all I can say is make sure that the database field is DATETIME and that the values do indeed have date time.

  • Display current DB time

    Hi
    I'm developing web application using jd 11.1.2
    I have a Trade Time field in a Vo and in my web page I want to default it to the current time of the database
    (select sysdate from dual)
    How do I display current time in that field when I load the page
    Thanks
    Padma

    user,
    in vo. ther is a history column flag. in that u may use that create on or updated on. if ur are luking for history filed . it will also show current date.
    but u may give a try. jabr .answer. itz right appraoch.
    choose the corrosponing date field in ur ui . go to property palent. paste the code as jabr said.
    r else give the intial value of the field in vo of the particualr field.
    Edited by: Erp on Sep 29, 2011 3:34 AM

  • Formula Variable for Current Time

    Friends,
    Is there any standard formula variable available to display Current Time in Report??..like we have 0F_ADAY to display current date..
    Thanks in advance..
    Regards,
    Yog

    I am not sure that standard fomula variable existed for the current time. But
    you can create a formula variable with customer exit processing type. Then write an exit with SY-UZEIT. you will get the current time.
    Hope it helps.
    Veerendra.

  • How to display the time length of video (current time/ total time) ?

    Hi,everyone. I would like to ask how to display the time length of the video which show only in system example: it show the current time and total time? using AS 3.0.
    It there any information or solution to solve it? .
    I appreciate it any of you able to answer it. ^^
    Thank you.

    Hi,
    Actually I have this requirement for MAC OS 10.5. With the code you provided, I got the output as "6289375". When I changed the URL to point to my file (file:///Users/VPKVL/Desktop/MyRecord/tempAudio.wav), I am getting the below mentioned Exception:
    Exception in thread "main" javax.sound.sampled.LineUnavailableException: Failed to allocate clip data: Requested buffer too large.
         at com.sun.media.sound.MixerClip.implOpen(MixerClip.java:561)
         at com.sun.media.sound.MixerClip.open(MixerClip.java:165)
         at com.sun.media.sound.MixerClip.open(MixerClip.java:256)
         at TestWavLength.main(TestWavLength.java:13)The "tempAudio.wav" file is created by using java sound API. I am using the SSB USB Headphone Set to record the audio with the following settings for AudioFormat object:
    AudioFormat audioFormat = new AudioFormat(
              AudioFormat.Encoding.PCM_SIGNED, // the audio encoding
                                                            // technique
              48000.0F,// sampleRate the number of samples per second
              16, // sampleSizeInBits the number of bits in each sample
              2, // channels the number of channels (1 for mono, 2 for
                            // stereo, and so on)
              4, // frameSize the number of bytes in each frame
              48000.0F,// frameRate the number of frames per second
              false); // bigEndian indicates whether the data for a single
                            // sample is stored in big-endian byte order
                            // (false means little-endian)Can you please suggest where I am going wrong ?

  • How to display the current time in a UIX page

    Hi All,
    another UIX question....
    A requirement of a customer is to display to current data and time in every page.
    It should be done in a <header>. So i'm writing a new (template based) renderer for that element. How can i display the current time and date on it?
    Thanks in advance for any help...
    Regards,
    Robert Willems

    Hi Robert -
    When you say you are writing a template-based Renderer, do you mean that you are creating a custom look and feel and replacing the header Renderer? If so, I'd recommend instead simply creating your own template (not template-based Renderer), and reference your template directly from your uiXML pages where you want to insert the timestamp.
    You'll probably want to write a method data provider which calls System.currentTime(), convert the result to a date, and then use Java's date formatting capabilities (see java.text.format.DateFormat) to produce a user presentable String that you can return from your data provider.
    For more info (and samples) on templates and data binding, see the "Templates and Data Binding" section of the "Includes and Templating in ADF UIX" help topic:
    http://tinyurl.com/5b7bf
    Andy

  • HOW TO DISPLAY CURRENT DATE TIME IN MASTHEAD IN BRANDING IMAGE AREA

    Hi experts,
    I need to display current date time in masthead also and also i should change the welcome area to my own text there how it is possible.....
    and plz tell detail coding also as i dont have idea to change the coding plz help in this............
    where to chan ge and how to change.............
    waiting for u r responses......................
    Regards,
    Shilpa.

    Shilpa,
    go to system administratioon-system configuration-support-support desk-browse deployment-check for com.sap.porta.navigation.masthead.par and download it to nwds.
    when you import it to NWDS jar file will be missing so you need to manually add that to PORTAL-INF/private/lib.
    once you do this go to HeaderiView.jsp in PORTAL-INF/jsp folder.
    write
    <%= new java.util.Date()%> after <hbj:form id="HeaderForm">.for that matter u can write this at any line after this statement
    once you do that select qucik par upload from the tool bar and deploy it.
    go to system administration-system configuration-support-support desk-administration console and upload the par file
    before following these steps take a backup of par file
    reward points if helpful

  • Current time in the x-Axis

    Hi everyone,
    I have some problems putting a waveform together that shows the current time in the x-Axis.
    I tried to do it with “timestamp” and “build waveform” but it didn’t work out. All I need is some values over the current time x-Axis. 
    All it shows in my waveform is the time since 1904, like it always does!
    Probably a silly question, but can anyone help me out, maybe with an example VI?
    TNX

    Did you also set dt?
    If I set some y-values, dt = 1 and x0 to current time, I get different times on the x-axis.
    I attach a screenshot, that shows this.
    Thomas
    Using LV8.0
    Don't be afraid to rate a good answer...
    Attachments:
    Time.png ‏36 KB

  • My phone displays "Network search". Current time and date. When the SIM is inserted and when there is no sim

    My phone displays "Network search". Current time and date. When the SIM is inserted and when there is no sim.

    Hi, AlexKot.  
    Thank you for visiting Apple Support Communities.
    It sounds like you are experiencing an issue with your iPhone searching for service.  If you have not resolved this issue, I would recommend trying the troubleshooting steps in the article below.
    If you see No Service or Searching in the status bar of your iPhone or iPad
    http://support.apple.com/kb/ts4429
    Cheers,
    Jason H.

Maybe you are looking for

  • MEIS - MEssage 'No data selected' after changes in VEFU

    Dear Gurus, While doing the Intrastat reporting, we have the Statistical value as 0 in some of the documents. The client's requirement is to populate a value in this field. So, they are trying to use the Transaction VEFU to insert a statistical value

  • "Disk not found" and "No boot device found"

    Please share any knowledge that may help in overcoming this problem. Installing Solaris 7 on Dell Precision 620, 933 Mhz, PIII. At the point where all systems seem about ready to go in completing interactive install, it comes back with "Disk not Foun

  • IDOC Create

    Hi, Im using function module to create IDOCS for Purchase Requisition update.This is done in parallel processing. My issue is some of the Purchase Requisitions are getting updated twice. That is 2 idocs are created for same Purchase Requisition updat

  • Uninstalling CS4 trial

    Hello, I would like to uninstall Adobe CS4 trial without damaging any CS3 files. (I would really like to not have to re-install) I know many people have had problems uninstalling CS3 after installing CS4, so I'd like to know what steps I can take to

  • My iPad 2 won't charge unless I push the cord in real tight and hold it there. Right now I have 3% battery left! HELP PLEASE!

    My iPad 2 won't charge unless I push the cord in real tight and hold it there. Right now I have 3% battery left! HELP PLEASE! Oh my gosh.