Different picture to be displayed for a specific range of values in waveform chart

Hello there!
I'm making a VI that is like a rainfall meter reader that displays an image of what will happen with a place with that amount of rain and will display a message (which will show on the string). Here is a picture of the FP.
The mm of rain control will be the input and it will be displayed in the graph. The Boolean Controls in the other side will light up which is dependent on the value of the input. What I want to do is that I want to display an image (which will show on the Flood Hazard Map tab) and a sentence on a string (which will show on the Additional Announcement tab) for every boolean control. The images and the sentence on the string is different for every boolean control. For example, if the input is 7.5, the Normal Alert LED will light up and at the same time, I want to display an image and a message on a string. Here is the BD.
I can't run the VI because there are more than one source in the string and in the path part. Also, I don't know what will I put in the False statement in the Case Structure. Also, I'm not really sure if putting the the Case Structure for each is right.
Help is really appreciated (because this is my problem for almost 2 weeks now). Thank you very very much.
I really wish to become an Electronics Engineer before I'm 21.
Been 1 year in LabVIEW but still a beginner.
Solved!
Go to Solution.
Attachments:
tralala2.vi ‏34 KB

I haven't the toolkit but I think you juste have to do this and put the good picture (or you juste make a pictures selector, like a table that you can find in the vision fonctions).
Attachments:
tralala2 (1).vi ‏28 KB

Similar Messages

  • How to display value in waveform chart

    dear sir
    i am using labview 7.0 with dsc module for scada.
     now i want to display the difference between two tags value in waveform chart. Also i want to display that difference value on y axis and system date and time on x axis continously. Also if there will change in that tag value then there should be reflection of that value on wavwform chart with system time. Really i am in trouble. please help me.
    falgandha mohire

    Nadim,
    Why would an XY graph be preferable to using a Waveform Chart where the "t0" is the time of the measurement?
    I don't get it.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • How to update the absolute time value in waveform chart for labview 6i?

    Hey there,
    I'm developing a control system using labview 6i on win 2000 os.I'm receiving the sensor data every minute and i want to display the data on a waveform chart with absolute time scale on x-axes. I'm using the property nodes for the offset, multiplier and maximum values putting them outside the while loop and giving them input using get date/time in seconds function. the problem is that the time doesn't gets updated w/ refernce to the computer time and after a certain period the time shown on x-axes lags by several hours. any advise?

    Posting an example ussually help us nail these types of issues fast.
    I am therfore forced to guess.
    Do you have your code written such that the scale operations occur before the loop?
    The next thing I have to suspect (not being able to see your code) is if your dt is correct. If your dt is larger than what the chart is set for, then the time will fall behind.
    I have included an image showing how the chart can be used to show multiple sample rate plots such that the t0 of the readings are used to control how the readings are displayed. This example uses waveform data types (I believe they were available back in 6i). It should serve as a guide to do what you want.
    I suggest you start by recreating the demo and play with it until you have what
    you will need in your app.
    The beauty of this method is it lets you use the chart to plot signals acquired at different frequecies and plot them all together.
    reply to this answer if you have questions,
    Ben
    Ben Rayner
    Certified LabVIEW Developer
    www.DSAutomation.com
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction
    Attachments:
    Wform_demo.bmp ‏427 KB

  • How can I display more than 1 loop iteraction in a waveform chart?

    Using DAQmx, I am inputting a signal at a rate of 10k with 1k samples inside a while loop. I want the first 3 seconds of data to display on a waveform chart without having to change the rate or number of samples. Is there a way to stop the waveform chart from clearing after every loop iteration so that I can display more than 0.1sec of data? Thank you for any help you can provide!

    The default history length of a chart is 1024. To make it longer is a right click option.

  • Multi-Select prompt for Calendar Year range of values

    Hi All,
    I three prompts and one of them is a Multi-Select i.e Calendar_Year as i the user can select a range of years or random years like 2005,2008,2007 or 2005-2007. What do i need to do in the report so that the report(pivot table) can display the data accordingly. Presentation Variable is not possible as the option goes off when i select the multi-select, i using Guided Navigation in my report.
    Thanks in Advance for the help

    Where did you enter this code?SQL Results
    You mean Default to/SQL Results? YES
    Could you post your NQQuery.log (just filter)? -
    RqList
    S&OM - CUSTOMER MASTER.CUSTOMER_NAME as c1 GB,
    SALES DATA:[DAggr(CIC.SALES DATA by [ S&OM - CUSTOMER MASTER.CUSTOMER_NAME, S&OM - CUSTOMER MASTER.FRDW_CUSTOMER_NUMBER, CIC.CUSTOMER_NUMBER, CIC.CIC_LOV as c2 GB,
    CIC.CUSTOMER_NUMBER as c3 GB,
    left(cast(CIC.CALENDAR_YEAR as CHARACTER ( 30 )) , 4) as c4 GB,
    CIC.CIC_LOV as c5 GB,
    S&OM - CUSTOMER MASTER.FRDW_CUSTOMER_NUMBER as c6 GB
    DetailFilter: topN(SALES DATA:[DAggr(CIC.SALES DATA by [ S&OM - CUSTOMER MASTER.CUSTOMER_NAME, S&OM - CUSTOMER MASTER.FRDW_CUSTOMER_NUMBER, CIC.CUSTOMER_NUMBER, CIC.CIC_LOV , 10 at_distinct [ S&OM - CUSTOMER MASTER.CUSTOMER_NAME, S&OM - CUSTOMER MASTER.FRDW_CUSTOMER_NUMBER, CIC.CUSTOMER_NUMBER, CIC.CIC_LOV ) <= 10 and left(cast(CIC.CALENDAR_YEAR as CHARACTER ( 30 )) , 4) >= '2009'
    OrderBy: c2 desc
    Thanx                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Load Table Data into Excel Specific range

    Hi,
    I am working with Excel Destination in SSIS, where i have to insert table data into multiple excel sheets with specific range, sheet name same as table name and i should load each table into that particular sheet name in excel.
    So Sheet name will decide at run time and i have created one variable to pass complete sheet name (like [DimAge$A16:R1000]) in excel destination, but it is throwing error Here i am facing two complexities
    1)Getting error while passing excel sheet name as variable
    2) How to insert into excel in specific range of values shown as above.
    Ur help in solving this would be appreciated

    Hi Naveen,
    Based on my research, a worksheet or range is the equivalent of a table or view in Excel. The lists of available tables in the Excel Source and Destination editors display only existing worksheets (identified by the $ sign appended to the worksheet name,
    such as Sheet1$) and named ranges (identified by the absence of the $ sign, such as MyRange).
    So when you use a variable with [DimAge$A16:R1000] or [Select * from DimAge!A$16:R$1000] value in the Excel Destination, the value acts as a worksheet or range name. But there is no such worksheet or range in the excel file, so the error message occurs.
    To fix this issue, please select the cell range in your excel sheet, then right-click the range to define a name for the range to create some ranges with the specific ranges in excel file, then in the "Name of the Excel Sheet" drop down box of
    "Excel Destination Editor" you can see that Named range. Then simply select the range from the drop-down list or use a variable with the range name as the Excel Destination.
    For more information about how to import data to Excel sheet's specific region, please refer to the following blog:
    http://getsetsql.blogspot.in/2012/01/using-ssis-load-data-to-excel-sheet-at.html
    Thanks,
    Katherine Xiong
    If you have any feedback on our support, please click
    here.
    Katherine Xiong
    TechNet Community Support

  • Can Ical display a picture for a specific event?

    Hello
    I was wondering if it is possible to display a picture for a specific event in ICal:
    For exemple if tomorrow it is someone birthday, I will like to see a picture of his face on my Ical
    I saw that on someone facebook I think it is called itoday
    Any help?

    Not really. For birthdays if you double-click the event there is a link to the Address Book entry, and you can have a picture there. For other events you can add a link to a picture file; double-click the event then follow the link to show the picture.
    I think iToday is some sort of online newspaper.
    AK

  • Is there a way to create a custom screensaver with pics/slides that display for different amounts of time?

    Is there a way to create a custom screensaver with pics/slides that display for different amounts of time? Or even add a "video slide" into the screensaver?
    My business has 3 TVs displayed in our lobby, each with its own apple TV and they are all linked to the same photo stream. Currently the Atv screensaver displays the photostream pictures of our products for the default 3 seconds. We just added pics/slides that now display messages and useful info for our customers but I want that info to be displayed for a longer period of time than the pictures to give people a chance to read it.
    I tried using flickr and powerpoint as a work around but no luck.  I created a slide in powerpoint with play length of 15 secs and saved it as a wmv file.  I added that file to a "screensaver" set in flickr and pointed the Atv screensaver to that flickr set.  It still displays everything, pics and the wmv file at the default 3 sec.
    I know I can increase the duration of all pics in the screensaver to display for longer but the goal is to have the pics display at 3 secs and the info slides to display at 15 secs.

    Welcome to the Apple Community.
    No that's not possible.
    If you have any suggestions that you think might enhance the Apple TV you can send Apple your feedback here 

  • When I tap on a picture in my Camera Roll, a different picture displays.  Why?

    My camera roll displays several thumbnail pictures that, when I tap on them, display different pictures.  The pictures in the thumbnail cannot be opened, neither will they display in a slideshow.  It's as if there are two pictures in one - one that displays as the thumbnail and another when I attempt to open it.  Anyone have an explanation and a recommendation on what to do?

    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. .
    Regards
    TD

  • No Data to display in Application failure report for a specific Application

    Hi ,
    For a specific application,Application failure report showing no data to display but for the same application other reports shows value.
    Application failure reports seems to work fine for some other application except few.Need to know the root cause.
    Kindly help us to sort this issue.
    Thanks & Regards,
    Preethi S

    Hi,
    Is there any error message when you run Application Failure Analysis report for the specific application?
    Does this application have any failure alerts?
    You may also look into operation manager even logs to check is there any errors or warnings.
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • How to get similar color for objects in different pictures

    how do you get similar color for objects in different pictures
    I have a prodject that i'm working on and i need to edit several images at once (preferabley) so that they are the same color. They are wooden cupboards and i need all the wood looking the same colour. In light room you can edit a group of images at the same time hence the colours are the same . Is this possible in Elements ? If so how do i do this ?
    I have tried duplicating layers and it just replaces the whole image, it seems to work using levels layers but not the other layers ... I have 30 more images to do and would ideally not like to adjust all the images manually ? I dont mind doing minor tweaks. Essentially all the images where taken with the same camera and lighting and lens's ...
    Screen shot is where I'm at at the moment...
    I have posted this question else where but was told to repost  - this is a link to my previous post as to where we got to
    http://forums.adobe.com/message/4720576#4720576

    You could try using the raw converter. Open one file and edit it (File>Open, pick the image and choose Camera Raw as the format before you click Open). Then open the next image and click the little four-lined square on the upper right side of the ACR window and choose Previous Conversion from the flyout menu.

  • How can we change the  color of the image for product display for different

    Hi All,
    How can we change the  color of the image for product display for different colors, to be displayed on site.
    jeff

    Hi priya,
    The requirement that you have stated is not a standard feature in ISA CRM. In order to do the same, you will need to modify the standard ISA code in Java. A common path for the solution would be as follows:
    1. Colours
        a. Maintain a text type for Color under the object - PCAT_ITM in Customizing.
        b. Modify the standard search of ISA to search within your new text type as well. (In standard it only searches in Description.
       c. Maintain all shirts colour data in the new type created in step a.
       d. Your requirement will be done!
    2. Price
      a. Use list prices for your shop and assign the appropriate condition type, acces in your catalog.
      b. Modify the standard search of ISA to search on the list prices as well.
      c. This too will be done!
    3. Accessories - This is very tricky, and will require some exploration. However, here's my opinion,
    a. Search for the standard function module, which will return the accessories when provided the product as an input.
    b. Modify this function module according to your requirement and ensure that it can be accessed remotely.
    c. Modify the JSP as in steps 1b and 2b above to call this new remote-enabled function module.
    d. Now you're done!!
    The ISA modification part is not so simple, you need a really good guy like "Sateesh Chandra" who'll be able to handle your requirements. This is all I could manage, hope it is some help to you!
    Thanks & Regards,
    Nelson.

  • Table or FM to display inventory for material in plant for a specific time

    Hi, is there a table or FM or transaction that can display the plant inventory for a material for certain batch/plant for a specific time? I need to trouble shoot a problem that may be related to delivery not been created on the date determined in the sales order schedule line. Need to see if there is actually sufficient stuff at the time when the delivery due list is executed.
    MMBE or MB52 only gives me the inventory level as of the systems date/time. Need to pull out historical data.
    Any advise is appreciated.
    Thanks

    hi
    MB5B is one option to get stock on particular date.may be you can chedck MD05 - MRP list to get stock statement at time of MRP run.
    Vishal...

  • Logic 10.1 for a specific project; there is no mixer and the display is completely erratic.

    Logic 10.1 for a specific project; there is no mixer and the display is completely erratic.  For other projects it's working for now.  Please help

    Try this Safari5.1 from the installer package
    http://www.filefactory.com/file/cc9005d/n/Safari.pkg.zip
    The download worked better with Firefox not sure why. At the bottom of the page after the captcha>> slow down load is the Free link,  it took about 4 minutes to download on my test.

  • Different pictures for each mailbox

    Hey there. I have several e-mail accounts and I'd like to use a different outgoing picture for each account. Anybody know how to do that?
    I have one, but I don't want to use that one for all mail boxes.
    Thanks!

    This photo is your "Me" picture for your contact information in the Address Book. This is no different than selecting a photo for a contact in your Address Book. When receiving a message with the Mail application from a contact with a photo you chose for that contact in the Address Book, your chosen photo for that contact will appear in the message header regardless if the sender is also a Mail.app user and has chosen their own photo for their contact information in their Address Book.
    If a recipient of your messages is also a Mail.app user and has chosen a photo for your contact information in their Address Book, their chosen photo for you will appear in the message header when receiving a message from you, not your chosen photo.
    If the recipient is a Windows Outlook or Outlook Express user, your chosen photo does not appear either since it isn't sent with your messages.

Maybe you are looking for

  • When i play 1080p video on my new lg tv from my macbook retina late 2013, it stutters.

    When i play videos from my ssd from my macbook pro retina it stutters. Mostly it happens with 1080p videos. Ive read different discussions about this topic and ive already tried to set my tv in cinema mote. This didnt help. Also i tried to turn off t

  • SQL DATE format in SLT???

    Hello, Is it possible to create a field of type SQL_DATE in SLT and fill in in the RULE ASSIGMENT? Thanks, Amir

  • OCA in forms 4.5 connected with Ms Access

    i have written a cursor which get values from one table and same to be stored into other table. but it is fetching only first and last records. what could be the reason

  • Get the time in AM and PM --- Urgent

    Hi all, Can any one help me out to print the time in AM and PM i.e. e.g.. 1:00 am and 2:00 and so on 3:00 pm.Do let me know ASAP if you have got the solution for this Regards, Sudhakar

  • Migration Assistant Trouble - Time Machine

    Hi guys, I created a backup of my old MacBook's hard drive through Time Machine, to transfer to my new MacBook Pro. I went through the normal steps on Time Machine, selected from a Time Machine backup and it's been looking for the disk ever since. It