Where do I get the x-axis time from?

Everytime I run a VI, on the chart I get 295 milliseconds and if I run it twice, I get 591. (notice the multiple of two). What I am wondering is why is it 295 everytime? When I profile the VI's there run time is constantly varying. So how come the 295 on the chart or graph is constant? Where is this number so that I can change it and what does it mean?
I am going to attach some pictures of what I mean.
Attachments:
Question_for_engineers.doc ‏20 KB
Test_for_technicians.zip ‏347 KB
Front_Panel1d.jpg ‏83 KB

Unless you set the time the X axis will just display the number of samples, not the time. The name of the axis is by default time yes, but that's not what it will display unless you set the X scale offset and multiplier properties, and change the format of the scale to time.
If you use a chart it will hold the previous data so if you get 295 samples per run it will just add the next 295 samples when you run it a second time...giving a total of 590 (if the scale is set to be "Loose Fit" the scale range will be a bit wider than the actual number of samples displayed).
In the final application I would recommend that you redesign the user interface, it looked very messy. Get rid of all the colors, group and align the graphs and controls/other indicators that rela
te to eachother (or put them on the same graph), give them proper names, separate them from other groups of data either by having some front panel space between them, a border around the different groups or place them in separate windows to reduce the number of graphs in the same window (too much information at once is not good). You can find GUI design guidelines here on the zone.
MTO

Similar Messages

  • How to get the total execution time from a tkprof file

    Hi,
    I have a tkprof file. How can I get the total execution time. Going through the file i guess the sum of "Total Waited" would give the total time in the section "Elapsed times include waiting on following events:"
    . The sample of tkprof is given below.
    SQL ID: gg52tq1ajzy7t Plan Hash: 3406052038
    SELECT POSTED_FLAG
    FROM
    AP_INVOICE_PAYMENTS WHERE CHECK_ID = :B1 UNION ALL SELECT POSTED_FLAG FROM
      AP_PAYMENT_HISTORY APH, AP_SYSTEM_PARAMETERS ASP WHERE CHECK_ID = :B1 AND
      NVL(APH.ORG_ID, -99) = NVL(ASP.ORG_ID, -99) AND
      (NVL(ASP.WHEN_TO_ACCOUNT_PMT, 'ALWAYS') = 'ALWAYS' OR
      (NVL(ASP.WHEN_TO_ACCOUNT_PMT, 'ALWAYS') = 'CLEARING ONLY' AND
      APH.TRANSACTION_TYPE IN ('PAYMENT CLEARING', 'PAYMENT UNCLEARING')))
    call     count       cpu    elapsed       disk      query    current        rows
    Parse        1      0.00       0.00          0          0          0           0
    Execute    442      0.08       0.13          0          0          0           0
    Fetch      963      0.22       4.72        350      16955          0         521
    total     1406      0.31       4.85        350      16955          0         521
    Misses in library cache during parse: 1
    Optimizer mode: ALL_ROWS
    Parsing user id: 173     (recursive depth: 1)
    Number of plan statistics captured: 1
    Rows (1st) Rows (avg) Rows (max)  Row Source Operation
             1          1          1  UNION-ALL  (cr=38 pr=3 pw=0 time=139 us)
             1          1          1   TABLE ACCESS BY INDEX ROWID AP_INVOICE_PAYMENTS_ALL (cr=5 pr=0 pw=0 time=124 us cost=6 size=12 card=1)
             1          1          1    INDEX RANGE SCAN AP_INVOICE_PAYMENTS_N2 (cr=4 pr=0 pw=0 time=92 us cost=3 size=0 card=70)(object id 27741)
             0          0          0   NESTED LOOPS  (cr=33 pr=3 pw=0 time=20897 us)
             0          0          0    NESTED LOOPS  (cr=33 pr=3 pw=0 time=20891 us cost=12 size=41 card=1)
             1          1          1     TABLE ACCESS FULL AP_SYSTEM_PARAMETERS_ALL (cr=30 pr=0 pw=0 time=313 us cost=9 size=11 card=1)
             0          0          0     INDEX RANGE SCAN AP_PAYMENT_HISTORY_N1 (cr=3 pr=3 pw=0 time=20568 us cost=2 size=0 card=1)(object id 27834)
             0          0          0    TABLE ACCESS BY INDEX ROWID AP_PAYMENT_HISTORY_ALL (cr=0 pr=0 pw=0 time=0 us cost=3 size=30 card=1)
    Elapsed times include waiting on following events:
      Event waited on                             Times   Max. Wait  Total Waited
      ----------------------------------------   Waited  ----------  ------------
      db file sequential read                       350        0.15          4.33
      Disk file operations I/O                        3        0.00          0.00
      latch: shared pool                              1        0.17          0.17
    ********************************************************************************

    user13019948 wrote:
    Hi,
    I have a tkprof file. How can I get the total execution time.
    call count cpu elapsed disk query current rows
    total 1406 0.31 4.85 350 16955 0 521TOTAL ELAPSED TIME is 4.85 seconds from line above

  • Get the date and time from iframe.

    Hi,
    Am using jdeveloper 11.1.1.6.0., I have used the following iframe source which gets the date and time.
    <af:form>
    <iframe src="http://free.timeanddate.com/clock/i3xb4nm0/n1722/tt0/tw0/ts1" frameborder="0" width="244" height="19">
          </iframe>
    </af:form>
    I need to get the date and time separately to perform some validation. How can i  get it.
    regards,
    Prasad K T,
    9840021070

    Prasad,
    I don't understand your use case. The url you use is a json web service which returns it's result as either xml or json payload. Why do you pretty print this as a web page and try to get to the result this way?
    Why don't you get the result directly using the json result or (AFAIK) the java script api which the service also provides.  Check the documentation of the service.
    From your description I understand that the user enters a time. You need to know if the time is before or after 2:30pm and have to set a 'shift' to A or B.
    Where do I need a timeservice in this validation?
    From what I see your approach won't work. As I still don't understand the use case I don't know how to help.
    Timo

  • Getting the date and time from NIST server

    I need to be able to get the date and time in an app and cannot trust the device's clock since the user could change it. Has anyone got an example of how to access an Internet time server such as the NIST servers from AIR for iOS?

    What is the best way to get the date and time?
    ThanksI am not sure that this is the best way. But one of the ways.
    <code>
    java.util.Date d = new java.util.Date();
    System.out.println("date is "+d.toString());
    </code>

  • Where do I get the developer_identity.cer file from

    Can anyone tell me where I can download the developer_identity.cer file from on Apple's web site?  I need this for creating an app, if that helps any.
    Thanks in advance

    thanks

  • Where can i get the sql execution time ?

    Hi ,
    I want to check for a particular execution time of an sql statement
    from v$sqlarea shld i get both the cpu_time & elapsed_time ?
    the no seems very huge i.e --> 12592966663 and they are in nanosecons , milliseconds or secs ??
    is this the total time since it was in the library cache or the last time it ran it took 12592966663 ??
    kindly advise

    Hi ,
    But can i also check is this the cpu_time & elapsed_time for the most current execution or this is the total since it was last executed
    as the nos --> 13,518,633,330 when even divided by 1000,000(micro seconds) seems abit long as well
    tks & rdgs

  • Where do I get the Excel VI's from?

    Hello,
       I am trying to convert Labview code from 7.1 to 8.25 and I am missing the following sub-vi's, they are:
    Set Cell Value.vi
    Open Excel and Make Visible.vi
    Open New WorkSheet.vi
    Open Specific WorkBook.vi
     Where do these vi's come from for 8.25?
    Regards,
     Kaspar
    Regards,
    Kaspar

    Hello,
      Sorry for the confusion, I am trying to convert to Labview 8.2.  Ok, so I will look in the same relative location in Labview 8.2. The vi's that I am missing in inside a library (as opposed to being discrete file). So how do I get to the vi, when I have a block diagram with question marks for the VI icons because they are considered missing?
    Regards,
    Kaspar
    Regards,
    Kaspar

  • Name of the table where can get the two fields Valid-From and Valid-to for

    Hi gurus
    I want name of the table where I can get the two fields Valid-From and Valid-To and their relation ship with the header table in BOM
    Regards
    Kaisar

    You can only get the Valid from date from the table STKO.
    To get the valid to date, you have to take one day less than the valid-from date of the next record for the same BOM.
    Alternatively use the Function module:
    CSAP_MAT_BOM_READ
    It will give both valid from and valid to dates in the tables parameter: T_STKO
    Regards,
    Ravi
    Edited by: Ravi Kanth Talagana on Jul 2, 2008 4:37 PM

  • Where can I get the itab of generated sap query?

    Hi all,
    I generated a sap query which can display list of table in SAP ALV.
    Now I need to get the itab from the generated codes to perform some custom coding like sending the display list in email body message.
    Where can I get the itab now? From the SAP Query program I noted:
    data: begin of %g00 occurs 100,
                P0000-PERNR like P0000-PERNR,
                P0002-VORNA like P0002-VORNA,
                P0002-NACHN like P0002-NACHN,
                P0019-MNDAT like P0019-MNDAT,
                P0019-BVMRK like P0019-BVMRK,
                TEXT_P0019_BVMRK like TEXT_P0019_BVMRK,
                P0019-TERMN like P0019-TERMN,
                P0019-TMART like P0019-TMART,
                TEXT_P0019_TMART like TEXT_P0019_TMART,
                SYHR_A_P0019_AF_TEXT1 like SYHR_A_P0019_AF_TEXT1,
                SYHR_A_P0019_AF_TEXT2 like SYHR_A_P0019_AF_TEXT2,
                SYHR_A_P0019_AF_TEXT3 like SYHR_A_P0019_AF_TEXT3,
                P0019-UNAME like P0019-UNAME,
                %alvcount type i,
          end of %g00.
    data: begin of %%g00,
                P0000-PERNR(008),
                P0002-VORNA(030),
                P0002-NACHN(030),
                P0019-MNDAT(010),
                P0019-BVMRK(001),
                TEXT_P0019_BVMRK(040),
                P0019-TERMN(010),
                P0019-TMART(002),
                TEXT_P0019_TMART(081),
                SYHR_A_P0019_AF_TEXT1(072),
                SYHR_A_P0019_AF_TEXT2(072),
                SYHR_A_P0019_AF_TEXT3(072),
                P0019-UNAME(012),
          end of %%g00.
    I tried to declare DATA lt_g00 TYPE TABLE OF %g00 in infoset (END-OF-SELECTION After list output) but it cannot compile. It gives out the error message: Type "%G00" is unknown
    Anyone have any idea?

    Hi, colleagues!
    If someone's facing the same problem - it seems to be that the only solution is to use something like this:
    FIELD-SYMBOLS: <fs_alv_copy> TYPE ANY TABLE.
    ASSIGN ('(NAME_OF_YOUR_GENERATED_REPORT)%G00[]')
    TO <fs_alv_copy>.
    and then work with field symbol.

  • I am having troubles, when I open LR I get a message that there is an error and it will try to fix the error next time it opens, but I get the error next time it opens, and this is going on and on where I can not use LR, any suggestions?

    I am having troubles, when I open LR I get a message that there is an error and it will try to fix the error next time it opens. LR closes on it's own, I reopen it and get that same message next time it opens, and this is going on and on where I can not use LR, any suggestions? If I click on a different set of photos in the libary before I get that message I might or might not get the message next time it oipens, but I still can not get to those photos, and it is not just one or two but most of my photos. HELP!!!!
    Thanks
    Carol

    The first thing I would suggest is for you to go to the folder containing your catalog, using your system browser. There will be a folder that has the extension .lrdata. Delete that folder, and then try to start Lightroom. If that doesn't work, replace your catalog with your most recent backup.

  • When i send an imessage from ipad I get the answer most times at the iphone, not at ipad from where i sent the message. Apple ID on both devices is the same. What can i do?

    When i send an imessage from ipad I get the answer most times at the iphone, not at ipad from where i sent the message. Apple ID on both devices is the same. What can i do?

    I am sorry, my english isn't very good.
    Next try :) I send a iMessage from my ipad (wifi only) to a friend and he answers but i don't receive the answer on the ipad but on the iphone instead. Both devices using the same Apple ID (Settings>Messages>Receive At, same Adress on both devices). I tought iMessages are always received on bothe devices, like the advertisment says i should be able to start a iMessage conversation on ipad and finish it on iphone because both devices receive my iMessages... Thats not like it is on my devices, most times iMessages are only received from the iphone.

  • Where could I get the Adobe Reader Mobile 9 SDK?

    I am develop a windows mobile 6.5 application and want to do some tests on viewing PDF file with the mobile.
    http://www.adobe.com/devnet/readermobile/
    I followed as above instruction to mail to [email protected] several times but returned with Mail Failure each time.
    Then where could I get the Adobe Reader Mobile 9 SDK, please? Thanks.
    Besk Regards

    You sure?
    http://www.adobe.com/devnet/readermobile/
    According to the text of that link, the Reader 9 Mobile SDK supersedes the 2.5 SDK. The same page has a link ot a request form, which I guess could get the ball rolling for a proper conversation on the SDK and whether Reader 9 Mobile would work for you.
    I just reread your message - obviously you tried there already. I'll have a dig about see if I can rustle up some extra info for you.
    HTH.
    Steve
    Message was edited by: Steve Howard * ACE *

  • How to get the latest update time of a info provider in ABAP

    hi experts,
    i am doing a ABAP program and need to get the latest update time of a info provider , does anyone know where it stores in BW or any other way to get it?
    many thanks
    WHY

    Table : RSREQDONE
    you can give INFOPAK_ID as parameter and search for latest/last Request ID and dispaly time and Date.
    Cheers
    Praveen

  • Where do i get the cable to connect Ipad to projector?

    Where do I get the cable to connect Ipad2 to digital projector?

    It depends on the kind of projector you refer to. If the projector has a VGA connection, you will need this  cable.
    If the projector has a HDMI connection, you will need this one.
    If you can choose, I would take the HDMI one, since it supports charging your device and playing at the same time. HDMI also carries sound, so you don't need an extra audio cable.
    You will need an additional HDMI-male to HDMI-male or VGA-male to VGA-male cable to connect the apple cable (linked above) to your projector.

  • Where will i get the method code and method name in Bpc

    Dear Experts,
    Thanks for watching this thread at the time of creating Consolidation methods they have
    NEW
    HOLDING
    GLOBAL
    PROPORTIONAL
    EQUITY
    lEAVING (END OF THE YEAR)
    LEAVING(DURING THE YEAR)
    Where will i get the method Code and method name.
    Can you please guide me.
    Regards,
    Srinivasan.

    The consolidation methods types you have listed are the standard ones  provided by BPC for Consolidation Method types.
    You can set the Consolidation Methods in the BPC Administration Console under Business Rules Library -> Consolidation Methods.
    There you can see some defaults - you can remove these and set your own if you prefer.
    You should read the BPC340 Training guide.

Maybe you are looking for

  • Using if statement in cursor problem

    Hi, I am getting problem in cursor in plsql. i'e     DECLARE     CURSOR curRec IS           if condition then                select query1;           else                select query2;           end if;       c1rec curRec%ROWTYPE; Pls.. help.

  • Can items from a list be copied and pasted into a new Pages Table?

    In iWork Pages, I have a list of 50's & 60's recording artists and their songs, (which is about 40 pages long) from my '45 rpm record collection for my Jukebox. Is there any way to copy and paste the artists' names, and their songs into a Pages Table

  • Saving from Single User Mode???

    ok, so my computer *****, and i just want to reformat the drive and start from scratchville. is there any way to have a USB Thumbdrive or external hard drive attached and move files from single user mode to the thumb drive to store it. and then once

  • PO : Invoice value in ME23N is not matching with 2LIS_02_SCL field BWGEO

    Hi Expert,               1) Invoice value in ME23N tcode is not matching with datasource 2LIS_02_SCL field BWGEO in item level for few item BWGEO field contain the data with tax but for few item the value is not coming correctly. 2) The value is not

  • "Function not authorized for License" error

    Hi All, I am getting "Function not authorized for License" error when i am retrieving details from a custom UI Map. The UI Map invokes a Business Service which calls a service program. I have written a page service for the service program. What Licen