When building an appllication the data display changes between VI and EXE

I have an application where data is written in exponential notation (1.0E-9) into a file and then read and displayed. In the VI this works fine, but when I build an application containing this VI, the graphical display is wrong, even though the values written into the file are the same.
 (See pictures). My suspicion is that the scale formatting gets lost.
How can I solve this ?
Attachments:
Wrong_Display.jpg ‏64 KB
Right_Display.jpg ‏63 KB
Data_Viewer_Pressures.vi ‏44 KB

Hello Mike,
i think I have posted the wrong VIs, so here are the right ones as a llb. plus the text file.
Attachments:
Pressure_File.llb ‏135 KB
440011_Pressures.txt ‏2 KB

Similar Messages

  • IPad 2 - iPod display change between Playlists and Music

    Is there a way to set the iPod in the iPad 2 to display a song listing when in a playlist, but display the album listing when in the Music section, like in iTunes?

    Is there a "New" button at the top right of the Playlists section of Music?
    There is no Edit button to delete music, swipe sideways on the song to reveal the delete button. Tap and hold on the artwork in Artists and albums to reveal the (X) button to delete. Or connect the iPad back up to iTunes on the computer and check your sync settings for music to ensure you are syncing the right content.

  • Color displays change between CC and CS6

    Colors created in CC Photoshop appear much darker in CS6 Photoshop; colors created in CS6 Photoshop appear pale and washed out in CC Photoshop.  How to fix this problem?

    There are two options for obtaining CS6, either buy (expensive) perpetual license(s) or it is included as part of a Creative Cloud subscription.
    For professional users, a subscription gives a steady, budgetable low cost to software expenses that is generally lower overall than the old costs of updating perpetually licensed applications (especially if you use more than one product) every year or so as the new versions were shipped, but if you stop paying the software stops working until you reactivate your subscription, which you can do for as little as 30 days if you just need to access your old files briefly. The perpetual license never stops working, as long as the hardware holds up and the OS still supports it. So far all new versions of both Windows and OS X have worked, but there are no guarantees that will be true in the future, and of course there will never be additional features added to the software that Cloud subscribers get for free when new versions are released.

  • I scanned an old photo but the date displayed is today, I want the date to be the date the photo was taken.  How do I change the date of the photo in iPhoto 11?

    I scanned an old photo but the date displayed is today, I want the date to be the date the photo was taken.  How do I change the date of the photo in iPhoto 11?

    There are two kinds of metadata involved when you consider jpeg or other image file.
    One is the file data. This is what the Finder shows. This tells you nothing about the contents of the file, just the File itself.
    The problem with File metadata is that it can easily change as the file is moved from place to place or exported, e-mailed, uploaded etc.
    Photographs have also got both Exif and IPTC metadata. The date and time that your camera snapped the Photograph is recorded in the Exif metadata. Regardless if what the file date says, this is the actual time recorded by the camera.
    Photo applications like iPhoto, Aperture, Lightroom, Picasa, Photoshop etc get their date and time from the Exif metadata.
    When you export from iPhoto to the Finder new file is created containing your Photo (and its Exif). The File date is - quite accurately - reported as the date of Export.
    However, the Photo Date doesn't change.
    The problem is that the Finder doesn't work with Exif.
    So, your photo has the correct date, and so does the file, but they are different things. To sort on the Photo date you'll need to use a photo app.

  • I have microsoft word for for my Mac book pro. When I open saved letters /documents on word the date automactically changes to the current date. How do I stop this happening? Many Thanks

    I have microsoft word for for my Mac book pro. When I open saved letters /documents on word the date automactically changes to the current date. How do I stop this happening? Many Thanks

    I suggest you post your qeustion on the Microsoft Mac forums as it's their software you're having issues with and that's where the MS experts hang out
    http://answers.microsoft.com/en-us/mac

  • Canon Vixia HF R20 - How do I turn off the date display?

    How do I turn off the date display on my Canon Vixia HF R20? I do not want the date on my videos. I searched the manual and googled it and can't find an answer.

    Hello DaisyKary,
    When shooting with the VIXIA HF R20 you would be able to turn off most of the displays by pressing the [DISP. Batt. Info] button through a cycle.  It will change what is displayed on the camcorder's LCD panel.
    If this is an urgent technical support matter I would urge you to contact Canon technical support directly for further assistance.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • How to fetch the data & display the data if fields got the same name in alv

    hi frnds, i need ur help.
    how to fetch the data & display the data if fields got the same name in alv grid format.
    thanks in advance,
    Regards,
    mahesh
    9321043028

    Refer the url :
    http://abapexpert.blogspot.com/2007/07/sap-list-viewer-alv.html
    Go thru the guide for OOPs based ALV.
    Use SET_TABLE_FOR_FIRST_DISPLAY to display the table:
    CALL METHOD grid->set_table_for_first_display
     EXPORTING
    I_STRUCTURE_NAME = 'SFLIGHT'     “Structure data
    CHANGING
    IT_OUTTAB = gt_sflight.          “ Output table
    You can also implement
    Full Screen ALV, its quite easy. Just pass the output table to FM REUSE_ALV_GRID_DISPLAY. 
    For controlling and implementing the FS-ALV we have to concentrate on few of the components as follows :
    1. Selection of data.
    2. Prepare Layout of display list.
    3. Event handling.
    4. Export all the prepared data to REUSE_ALV_GRID_DISPLAY.
    Regd,
    Vishal

  • How to filter the data displayed in a datatable

    Is there a way to populate a datatable so that the data displays in a column only when it is different than the previous rows. For example if I have a List of InventoryItems that have properties State, WHouse, Widget, Count.
    And I want to display them something like this:
        GA    WH1    Widg1      255
                     Widg2      566
                     Widg3      999
              WH2    Widg1      100
                     Widg4       55
        FL    WH5    Widg1      687
              WH6    Widg5      566I hope the formatting comes out correct. The GA & FL should be in the first column. WHX in the second, WidgX in the third, and the count in the fourth.
    I hope someone has an idea how I can achieve this effect.
    Thanks

    Yes, binding to the rendered property the way you suggested should do the trick.
    FYI, here's an example that illustrates how the <if> component in JSFTemplating works:
    <foreach key="key" list={"A" "B" "C"}>
        <!if !(#{key} = B)>
            <staticText value="Not B, it's '<b>#{key}</b>'</br>" />
        </if>
    </foreach>If you cut / paste that code into a file called test.jsf and run it in a JSFTemplating enabled application (follow the directions on the www site to run the demo app, drop it in that app), it will show values not equal to 'B" (A and C). FYI (#2): the <staticText> component above has a short cut syntax, so it could also be written:
    <foreach key="key" list={"A" "B" "C"}>
        <!if !(#{key} = B)>
            "Not B, it's '<b>#{key}</b>'</br>
        </if>
    </foreach>FYI (#3): You can use any #{} you want in the <if> condition and can form complex boolean equations.
    Good luck!
    Ken Paulsen
    https://jsftemplating.dev.java.net

  • How to validate the field when i am populating the data cursor to block

    Hi,
    I am populating data cursor to multi record block.
    Block contain 5 items. I am populating data cursor to block for 4 items. User will enter one item value that is quantity field.
    If user enter negative values and decimal points in quantity filed i need to display message to user item level.
    Please do the needful how to do it.

    902434 wrote:
    Hi,
    I am populating data cursor to multi record block.
    Block contain 5 items. I am populating data cursor to block for 4 items. User will enter one item value that is quantity field.
    If user enter negative values and decimal points in quantity filed i need to display message to user item level.
    Please do the needful how to do it.If you want to validate at entry level then use When-Validate-Item trigger and check the input and show message. Like
    If :quentity <0 then
    message('do not enter negative value');
    message('do not enter negative value');
    raise form_trigger_failure;
    end if;Why u open same thread again ? not closing one.. check this one
    </a>
    How to validate the field when i am populating the data cursor to block
    Hopes this helps
    If someone's response is helpful or correct, please mark it accordingly.

  • I have Elements 11. Sometimes, if I edit a photo in Elements Editor, the date gets changed to the current date. Why does that happen? It doesn't happen all the time, so I can't isolate the cause. Any ideas?

    I have Elements 11. Sometimes, if I edit a photo in Elements Editor, the date gets changed to the current date. Why does that happen? It doesn't happen all the time, so I can't isolate the cause. Any ideas?

    I have Elements 11. Sometimes, if I edit a photo in Elements Editor, the date gets changed to the current date. Why does that happen? It doesn't happen all the time, so I can't isolate the cause. Any ideas?

  • I recently have ipad but before i sell it i made a back up of it and by an iphone when i put all the date on my iphone some files and software did not install is there anything i can do to recover the lost data? please help

    i recently have ipad but before i sell it i made a back up of it and by an iphone when i put all the date on my iphone some files and software did not install is there anything i can do to recover the lost data? please help

    I don't think you're on iOS 5, I think you're using iOS 6.  That's the latest version.
    Unless you've used iCloud to back up your documents, you won't be able to restore them.  And for future reference, you don't have to uninstall Pages to update your iPad anymore.  Sorry about this.

  • HT2486 Iam trying to download data from a group in my address book into Numbers.  When I click on the data to move and drag to Numbers nothing happens.  Using OS X ver 10.9.2 iMac

    Iam trying to download data from a group in my address book into Numbers.  When I click on the data to move and drag to Numbers nothing happens.  Using OS X ver 10.9.2 iMac

    With Numbers 3.2 (released April 2014) drag and drop works on my machine again, either onto the canvas or into an existing table.
    What also works (as Wayne described): select multiple contacts, command-c to copy, and (after clicking the canvas or a cell) command-v to paste.
    SG

  • HT5621 I changed my ID Apple with another email, i received the confirmation, i changed my password and also received the confirmation but when i try to download something on my iPhone it still shows me my okd email and nothing works ! ahhhhh what and how

    I changed my ID Apple with another email, i received the confirmation, i changed my password and also received the confirmation but when i try to download something on my iPhone it still shows me my old email and nothing works ! ahhhhh what and how do i solve this ?

    On your iPhone go to Settings > Store.
    Select the Apple ID at the bottom.
    Select Sign Out at the menu selection provided.
    Follow this by signing in with your new Apple ID/iTunes store account.
    All apps - all paid and free apps include DRM protection which is tied to the iTunes account that was used to download the apps. In order to install an app update for the apps downloaded with your previous Apple ID/iTunes account, you will need to use that account and password.

  • Yes its i getting a message to contact iTunes Support when i trying bay the gems from clash of clans and i already changing my payment informition and everything fine bot why untill now still getining same messge ?

    Yes its i getting a message to contact iTunes Support when i trying bay the gems from clash of clans and i already changing my payment informition and everything fine bot why untill now still getining same messge ?

    Have you contacted iTunes Support and asked them why it's appearing ? If not then you will need to do so (we are fellow users here on these forums, we won't know why) :
    - go to http://www.apple.com/support/itunes/ww
    - click on your country's flag
    - click on the Contact Support at the bottom of the left-hand column
    - click on Contact iTunes Store Support on the right-hand side of the page
    - then Purchases, Billing & Redemption

  • Why did the date added change in itunes

    All the dates have changed in my itunes library under "date added" to recent dates. What happened?

    What are you talking about?

Maybe you are looking for

  • Trying to insert data into a spreadsheet on the fly

    I'm sure this is a very basic question, but I came into the project I'm doing this semester with no LabVIEW experience, and I've just taught myself along the way. RIght now, I'm trying to calibrate a pyrometer with a thermocouple wafer.  I want to ge

  • How to Hide advance button in input list of values Popup

    I am using input List Of Values component to select value from search Pop up, in that popup i need only basic search only , i am unable to hide advance button... plase tell me how to hide this advance option

  • How to delivery cash flows from loans management (BaS 8.0)

    Hi All, According to the official materials, BaS 8.0 enables delivery cash flows out of Loans Management to Bank Analyzer. Does anyone know how to do that? I see configurations in BA regarding how to generate cash flows on cash flows delivered by LM,

  • Deactivate batch management

    Dear all, we have uploaded stock for the material and by mistake the batch management was active. but we reversed the stocks but still i am not able to deactivate batch management in material master Pl Guide how to deactive the batch management in MM

  • Cisco NAC Web Agent + Windows 8

    Hello, I´m implementing a Cisco ISE 1.2 and I am having troubles with NAC Web Agent and Windows 8 compatibility. All time that I try install NAC Web Agent in Windows 8, I get the message "Agent User Operating System is Not Supported". Follow are some