I'd like to display a particular jpg or gif on-screen

I'd like to display a particular image (jpg,gif,whatever) on-screen based on the results of a series of calculations. What's the method for having LabVIEW call up an image? Anyone got any experience with this? Thank you for your help.
-Dan

On your Front Panel, put a picture indicator found in Controls Palette - Graph - Controls - Picture. If it comes up as a control, change it to an indicator. On your block diagram, wire the jpeg file's path to the Read JPEG File vi (found in Graphics & Sounds - Graphics Formats - Read JPEG File.vi). Wire the image data output to Draw Flattened Pixmap input (found in Graphics & Sounds - Picture Functions - Draw Flattened Pixmap.vi). Wire this output to the picture indicator.
If you just want to display a constant picture on your Front Panel, just drag the picture file onto the Front Panel.
- tbob
Inventor of the WORM Global

Similar Messages

  • I would like to display current fiscal year always on variable screen

    Hi
    I have requirement in which I would like to display the current fiscal year on variable screen in BI Report.
    we have a standard variable however the sap exit to display the current fiscal year is not shown...
    Can any one tell me, how to proceed in this case.
    Thanks
    Chetan

    Hello,
    For I-step = 1, use the function module DATE_TO_PERIOD_CONVERT.
    here for IMPORT use i_date = sy-datum and i_periv = ur fiscal variant.
    The output is e_buper contains fiscal period and e_gjhar contains fiscal year.
    The use concatenate to join fiscal year and fiscal period to the variable low value.
    Regards,
    Shashank

  • How can connect my macbook pro mid 2012 to my imac 21.5 inch mid 2010 ?? I want to use imac like a display for macbook.

    How can connect my macbook pro mid 2012 to my imac 21.5 inch mid 2010 ?? I want to use imac like a display for macbook.

    Target Display Mode: Frequently Asked Questions (FAQ)
    with a mini display to mini display cable. Attach it to the Thunderbolt port on your MBP and to the mini display port on your iMac.
    How do I enable TDM?
    Make sure both computers are turned on and awake. 
    Connect a male-to-male Mini DisplayPort or ThunderBolt cable to each computer.
    Press Command-F2 on the keyboard of the iMac being used as a display to enable TDM.
    Note: In Keyboard System Preferences, if the checkbox is enabled for "Use all F1, F2, etc. keys as standard functions keys," the key combination changes to Command-Fn-F2.

  • I would like to display my bookmarks permanently. Clicking on Firefox, Options and then checking the Bookmarks Toolbar does not do this. How can I display the bookmarks along the left margin like they used to display?

    I would like to display my bookmarks. Clicking on Firefox, then Options and then checking off the Bookmarks Toolbar does not do this.
    What do I have to do to permanently display my bookmarks?

    I asked how I could display my bookmarks permanently.
    This answer does not address that issue. Instead, it tells me how I can display my bookmarks temporarily.
    While this is nice to know, I wanted to find out how to display my bookmarks permanently - not temporarily.

  • Short dump while displaying a particular tab

    hi all,
            In a user exit, in IW32 transaction i am displaying a particular tab after a popup warning box. I am able to display the tab i wanted to using field-symbols and changing the T185 at runtime (i changed the build group and panel fields at runtime). but after displaying the screen, if i click on header tab it is giving me a short dump. the error is raised relative to CAUFVD_UPD-INDBT and the error is "ERROR WHEN READING ORDER HEADER WITH INDEX". can anyone explain me what could be the problem? and a possible solution to avoid it.
    thanks in advance,
    Anil.

    Hi Santosh,
    I'd suggest to follow as per SAP Note: 568768 - Analysis of SQL Errors causing Shortdumps or Error messages. The Note contains precise steps to analyze such an ABAP dump.
    cheers
    m./

  • How to include a screen like it displayed in Performance Assistance

    Hi All,
    I have a requirement to display screen which is displayed when any FM documentation is clicked in SE37 (Performance Assitant) , same type of screen for Program Documentation, i need to display in my program when button at the output is clicked.
    If anyone has come across such type of requirement,Please reply ASAP.
    Regards,
    Neha

    Hi,
    Can u please explain me in detail, how to define a message description. I have a button already in the output for INFORMATION, when user will click on that, then program documentation should display.
    Prg. Docu. is as follows,
    Overview
    Actual allocation program
    This program is used to allocate actual amounts to various business segments within SAP.
    etc... in which "Overview" and "Actual allocation program" are in Bold letters. How to append this in bold (Like it displays headings in bold in Performance Assistant) ?
    Please reply ASAP.
    Regards,
    Neha

  • How to display a particular character  of a word

    Hi,
    can anyone tell me how to display  a particular character of a word in smart forms,Ex:suppose word is India and i want to display character d..
    Thanks in advance.
    Rajesh

    please look at the below explanation:
    DATA: VAR TYPE CHAR20.
    VAR = 'INDIA'.
    WRITE:/ VAR(3) - THIS WILL PRINT FIRST THREE CHARACTERS OF THE INDIA SO THE OUTPUT WILL BE : IND
    WRITE:/ VAR+3(1) = THIS WILL PRINT 1ST CHARACTER AFTER FIRST 3 CHARACTERS SO THE OUTPUT WILL BE : I
    COPY REQUIRED CHARACTERS IN ANOTHER VARIABLE.
    DATA: VAR2 TYPE CHAR10.
    VAR2 = VAR+3(2) .

  • I would like to display Netflix on demand on my LG TV.  What cables and/or adaptors will I need to connect mp ipad to the TV?

    I would like to display Netflix on demand on my LG TV.  What cables and/or adaptors will I need to connect mp ipad to the TV?

    Thanks  for helping.  The TV has the following open slots:
    Video in
    R          L    video
    audio  image
    PC Sound
    DVI input
    RGB input
    Upgrade port
    Remote control
    I also have a Time Warner cable box (Scientific Atlanta     Explorer 4240HDC). 
    Do I need to go through that?

  • I would like to display two system clocks for different time zones

    I would like to display a couple of time zones on my system clock. Can this be done? Like having my current location date and time and another showing the date and time for Madrid, Spain.
    If this can't be done, how do I add clocks (or calendars) to my desktop?

    In the widgets screen, click the + sign in the lower left.  This should show you the widgets you have.  World clock is the one your looking for and may not be on the first screen.  There's an arrow on the far right side to slide to the next screen.  When you find World Clock just click on it and it will add a clock.  Click again and it adds another one on top of the first.  Grab the clock anywhere on it's display and drag it to the desired location. 

  • Have XML/XSLT would like to display in AIR create PDF

    I have XML and an XSLT file. I would like to display the
    output (the friendly output not HTML code) to an end user that will
    then allow them to click a "Generate PDF" button that using
    AlivePDF creates the pdf and allows them to save and/or email it.
    Is this even possible? Do I need to recreate my xslt layout
    and xpath it in flex/air? I thought this was going to be a cake
    walk but apparently mx:HTML does not do what I thought it
    did.

    1. Create a transient attribute AccountFirstName. - Created in AccountModuleRolesView1, attributes a transient string called AccountFirstName with an alias of VIEW_ATTR
    2. Create a VA on accountId attribute. - VA? There is a tab called View Accessors and I have three, one for each of the FK's.
    3. In attribute mapping ... Where abouts is that? After I've created the LOV?
    map ... accountId to accountId I did this in the LOV, list return values, using the VA's I linked in.
    and fristName to accountFirstName. Did this also in the same place.
    4. In UI hints shuttle accountFirstName. The field doesn't show up in the list to shuffle, only the underlying eo attributes.

  • I would like to display what's on my Mac Pro monitor on my iPad with as little latency as possible. What's the best way to do this?

    I would like to display what's on my Mac Pro monitor on my iPad with as little latency as possible. What's the best way to do this?

    Your image history (if I understand you properly) is stored in your catalog file, and nowhere else, and so it is only on a single drive.
    Do you mean you have edited photos on multiple drives? This isn't a problem for Lightroom at all, the software doesn't care, and you can leave things just the way they are. But if it bothers you for some reason, you can move the photos to a single drive if you want. In Lightroom select the desired photos or folders (it's easier to do this using Folders) and drag them to the desired drive.
    Alternative if you will be moving lots of folders: Adobe Lightroom - Find moved or missing files and folders

  • I would like the time to be displayed in large print on the notification screen. Does any one know how?

    I would like the time to be displayed in large print on the notification screen on iPhone 4s. Does any one know how?

    not 100% sure what you mean
    smileys are a sequence of chars like ;-¶ which the internet site or program like a chat program replace with an image typically a small gif image
    is your problem that you want to save those images to your harddisk?
    is your problem that you wish some other program then facebook to replace the smiley chars with the images that facebook use?
    is your problem that when you type on facebook your smileys are not replaced with the same images as others (in which case you should prob as which signs they type)

  • If possible connect my desktop (mac) with my MacBook Pro like secondary display with thunderbold

    I wnat to  connect my desktop (mac) with my MacBook Pro like secondary display with thunderbold (in the other side is working)

    Hello edolillo,
    It sounds like you are wanting to use your iMac as a secondary display for your MacBook Pro using a Thunderbolt cable. If your iMac is compatible, you may be able to use Target Display Mode, and this article outlines the requirements for it:
    Target Display Mode: Frequently Asked Questions (FAQ)
    http://support.apple.com/kb/ht3924
    Target Display mode Requirements:
    What are the requirements for TDM?
    A Mac notebook or desktop with a Mini DisplayPort or ThunderBolt connection
    A ThunderBolt or Mini DisplayPort cable 
    A supported iMac with OS X 10.6.1 or later. The table below shows iMac computers that support TDM, the required cables, and the port of the computer to which you are connecting the iMac.
    iMac Model
    Cable Supported
    Port on Source Computer
    iMac (27-inch Late 2009)
    Mini DisplayPort to Mini DisplayPort
    Mini DisplayPort or Thunderbolt
    iMac (27-inch Mid 2010)
    Mini DisplayPort to Mini DisplayPort
    Mini DisplayPort or Thunderbolt
    iMac (21.5-inch, Mid 2011)
    Thunderbolt to Thunderbolt
    Thunderbolt
    iMac (27-inch, Mid 2011)
    Thunderbolt to Thunderbolt
    Thunderbolt
    iMac (21.5-inch, Late 2012)
    Thunderbolt to Thunderbolt
    Thunderbolt
    iMac (27-inch, Late 2012)
    Thunderbolt to Thunderbolt
    Thunderbolt
    If your iMac model is supported, there are steps in the article to help you get that set up.
    Thank you for using Apple Support Communities.
    Take care,
    Sterling

  • Can anyone refer me to a good repair facility for an Apple Cinema HD Display 23 in? Like other displays of this model, it has an internal short that causes a flickering display.

    For several years I have had a flickering or black display problem with my Apple Cinema HD Display 23 inch, model M9178LL/A. Like other displays of this model production it has an internal short that causes the flicker and burns out power adapters. I ahve taken it to the Apple store several times and they just kept selling me replacement power adapters instead of fixing the short. At my recent visit, they told me that they no longer support this model and that I have to find a third party repair facility.
    Can anyone refer me to a reputable location who can do the correct repair. There are discussions on the Internet how to work around the short problem with electrical tape on the middle connector pins, or how to open the display to fix it myself, but I do not have the eyesight, skills or equipment to do this correctly.
    Thank you.

    In continuing my research on this topic, I found this article:
    http://support.apple.com/kb/TS5198
    Short version, the 23" Cinema HD is among one of several older "vintage" Apple displays that are no longer supported under Mavericks. No brightness control, and it's likely to not work reliably at all. I can't say why I was able to use it for as long as I did with no problems. I take all this to mean that the display itself works fine, but not with my new MBP Retina.
    Though a tempting excuse to spend another grand on a 27" Apple Thunderbolt display, I opted for a $250 HDMI monitor from Fry's instead.

  • Display Technical Field Names within a Transaction Screen

    Hi All,
    Someone once showed me how to do this and for the life of me I cannot figure out how to do it in ECC 6.0.
    I would like to display the technical field names of all fields in a transaction.  It is important to note that I am not looking for the <b>F1...Technical Details</b> solution.  I am well aware that the technical field name can be retrieved by this method.  I am really looking to see all the technical names of the fields in a particular transaction without a lot of clicking and searching.
    When I saw this before you could quickly change from technical field names to short field names and vise versa. 
    I know this could also be accomplished in SE11 or SE16 - but that is not exactly what I am looking for.
    Can anyone help??

    Hi Christopher,
    you know that Rollin Stones thing?
    You can't always get what you want.
    There is no such functionality for standard transactions.
    Regards,
    Clemens

Maybe you are looking for

  • Error thread java : problem with the function "resume 0x***"  (forum sun)

    One problem with the function of jdb occured when I tried to use it to pilot the processor with differents threads. In fact, I use a simple example with 2 threads. I stop the two threads with two breakpoint, and I want to resume one or the other (wit

  • Deleted entries in R/3 Table

    Hi BW Experts, Recently we have implemented SEM-BCS project. For that we have created PCA Infocube in BI and we export this data into SEM-BCS Server. So first we get the data from R/3 to BI. Then BI to SEM. We have loaded 5 years data in PCA Cube and

  • Java API to interface with JVMTI?

    Hi All! Is there a Java API available, to interact with the JVMTI API added in JDK 1.5. Thanks.

  • Download lion in different machines

    I just upgraded to Lion, on my iMac and I want to upgrade my Macbook pro?? ca you do that without buying th esoftware again... Thanks in advance,

  • Firefox initially opens new tabs as tabs, then switches to new windows

    I am running FF 14.0.1 and the following problem has persisted through a number of versions. Initially FF will open new tabs...Ctrl+t works, right-click open in new tab etc. all work fine. Sometimes tabs are now issue and I can have maybe 20 or more