Values that are unwanted in a graph

I have a program that reads multiple spreadsheet files and plots the data of each file on a chart. The problem I have is labview is tracing the zeros that do not appear in the file, making the graph does not look right. Attached are 2 screenshots, one of the block diagram and the other of the façade.

If you look at the chart on the front panel, you can see the white track starts at zero when the other plots are not. You can also see that all plots, with the exception of one green end to zero as well. I'm doing all the plots are similar to the green.

Thank you!


Tags: NI Software

Similar Questions

  • Separate the values that are not in the hierarchy...

    Hi all

    Please help me build the following query:

    Parent child
    ==== ===
    10 20
    20 30
    30 40
    50 60
    70 80

    etc... In the above data we ensure there's a great single parent say 10 and values 50,60,70,80 etc are not attached to the grandparent 10. so I need to display values that are forgotten to fix on the Top 10 of node that is to say, here 50,60,70,80 etc. If my query is useful in retreving these values then I can attach them to the hierarchy.

    Thanks in advance.

    Kind regards
    Kalyan
    SQL>WITH t AS
      2       (SELECT 10 AS par, 20 AS chi FROM DUAL UNION ALL
      3        SELECT 20, 30 FROM DUAL UNION ALL
      4        SELECT 30, 40 FROM DUAL UNION ALL
      5        SELECT 50, 60 FROM DUAL UNION ALL
      6        SELECT 70, 80 FROM DUAL)
      7  SELECT *
      8    FROM t
      9   WHERE chi NOT IN(SELECT     chi
     10                          FROM t
     11                    CONNECT BY PRIOR chi = par
     12                    START WITH par = 10);
    
           PAR        CHI
    ---------- ----------
            50         60
            70         80
    

    HTH, Urs

  • TOP N function and OTHER values that are not in the TOP clause

    Hello... It's easier to explain with examples. Assume there is a table with 5 records. You will have to order them and use a TOP N feature to display 3 items albums. So far, it's easy!

    But I need to show all others 2 records like the OTHERS, and have all the summaries. It would be something like this:

    The flattened table:
    Code     Value
    1     2,000
    2     1,500
    3     1,000
    4     800
    5     600
    And I need to show it in responses like this:
    Name     Value
    Number1     2,000
    Number2     1,500
    Number3     1,000
    OTHERS     1,400
    How can I show OTHERS for these values that will be excluded when I create a TOP N function?

    Thanks in advance

    Hello

    Visit this link,

    http://obiee101.blogspot.com/2009/08/OBIEE-TopN-versus-rest.html

    Thank you
    Vino

  • AF:inputListOfValues except the values that are not defined in LOV

    Hello

    I have a requirement where the user can select a value in the given list and if the desired value is not available,
    He can type a new value.

    Currently I use af:inputListOfValues and it tries to validate the new value with the list of values, he gives
    a mistake. True = immediate adjustment will not solve the problem.

    Is their all component which can solve the purpose. If not, how can I do af:inputListOfValues to accept a new
    a value that is not in lov.

    Thank you
    Amit

    Have you tried to delete f: validator in the component?
    Look here Re: inputLOV - disable autocommit

  • How to use values that are repeated in a text ring control? There is another similar command?

    Hello guys,.

    I'm working on an application which, stat-up, read a few basic values of configuration in a file and passes control ring text, such as an ini file.

    The ring text control is ideal for use in the blocks diagram because I can choose a specific text and I the associated value, in a very clear way, but... I can't use duplicate values, and my application has more than two double values.

    There's another way or control that replaces the ring control and maintains these good qualities?

    Thank you very much


  • Ignore certain values that are initially a box Structure

    Hey everybody,

    I have another question a bit simple. I have a business structure which is driven by the values of a custom controller. I asked a question about this earlier which was resolved quite well. Here is the link for reference.

    I recently encountered a small problem. I get the numbers that I need, but the machine continues to send values after a few seconds. What I basically want to do, is to ignore the values of two 'status' it sends. Is there a way to make sure that LabVIEW sees these two values it is up to the last defined the case?

    Thank you!


  • My list of selection includes values that are long enough. Can I do the drop-down list "wrap text" so that it is not on one line?

    According to the title. My drop-down list offers entire sentences, which sometimes extend over the entire page that I don't like. Can I do extend over several lines instead?

    Daniel Jakes wrote:

    According to the title. My drop-down list offers entire sentences, which sometimes extend over the entire page that I don't like. Can I do extend over several lines instead?

    Lol this is not possible in the standard selection lists. The element plugin Select2 can support this, but this looks like a redesign of the interface user is really necessary. Radio buttons or check boxes are a better choice to make selections of the options with long descriptions. Redesign/reformulation of the interface would be the best approach. What are these options? Why are they used?

  • Mower esxcli the values that are returned in Powercli

    Hi guys,.

    Has anyone managed to adjust the value returned when executing esxcli via powershell

    For example

    $myhost = get-vmhost-name esx01

    $esxcli = get-EsxCli - VMHost $myhost

    $esxcli.system.coredump.network.get () | FT Enabled

    Capture.JPG

    I'm looking for Trim the true -Enabled - to output html.

    Capture.JPG

    Any idea?

    Concerning

    Cliff

    Not sure I have the question, but the output of the Get-EsxCli commands are objects.

    You can not just do?

    $myhost = get-vmhost-name esx01

    $esxcli = get-EsxCli - VMHost $myhost

    $enabled = $esxcli.system.coredump.network.get () | -ExpandProperty allowed to select

  • Totals based on values that are generated by the formula in the column

    For a report of historic opportunity, we have made a new column that generates a value (the type of contract) by the calculation of the duration of the contract. For example "Short term" (less than 12 months) or "Long term" (over 3 years). We do this by the CASE statement. Now, we want to have an overview by country of the number of possibilities of "short-term" contract, the number of contract opportunities 'Long term' etc. However, it seems that we can not display the metric of opportunity 'number of possibilities' as a total according to the result of the column that shows the type of contract. Someone knows how to fix this?

    Create another column and use the formula Count (possibility." The opportunity ID").

    Once you create this form - use a pivot and view the results

  • I need to force the width of the columns to values that are smaller than the minimum preset (1 058 mm) indesign.

    Jongware provided two ideas to force the table rows and columns in the heights and widths smaller than the Indesign predefined 1.058 mm.

    For lines: app.selection [0] .properties = {autoGrow:false, height: "0.5 mm"};

    And for columns he sugested: app.selection [0] .width = "0.5 mm;

    The problem is that, while the code for lines works perfectly, for the columns return a error "Unit expected, but received 0.5 mm" I'm under Indesign cs6. Someone has ideas to help fixing such script, or maybe a different approach? Thank you!



    HM, other than the use of InDesign CS5.5 or underneath with scripts?
    Or export IDMS, open and edit (by script of course, it is just a plain text file in disguise), place IDMS and replace the table?

    (IDML as an alternative)

    Laughing out loud

    Uwe

  • How to change the number of values in the hour that are restricted.

    Hello

    May I know how to change the number of values in the hour that are restricted.

    In fact, we have improved of obiee in obiee 11g 10g. Data base is the same for Both.In 10 g the prompt value is limited to show only 35 records per page. As we passed it shows only 35 Records in 11g also. How can I change this limit to 11g.

    Please suggest me! Its urgent!

    Thanks and greetings

    Navnitha

    Hello

    In the advance tab we have the XML of the upgraded report, copy it into a Notepad and try to find the line beginning as below

    In 10g, we have something like below, simply remove the choicesPerPage = '35' from 11 g OBIEE XML report

    Thank you

    RAM

  • How to have some default values in all the elements that are empty in the xslt file.

    Hello

    Need help:

    Scenario:

    After transformation .xslt, there are certain elements that are mapped but left empty. I want to give him some defaults as '0'. How to do this.

    Thank you.

    you could do this:

    http://StackOverflow.com/questions/2791295/setting-default-values-for-empty-nodes

    and if you want different default values for some nodes to which you may use local-name and some other default settings listed

  • BlackBerry Smartphones unwanted messages that are constantly appearing in the SMS

    I have a new BB 8830 and I get the same message again and again in my SMS Inbox. It reads:

    INFUSION: 0x1041c54: free GSM: stop automatically / / then boot to set of characters that are different every time.

    It says it stops automatically, but it obviosuly haat ' t. I contacted Sprint of support that was a total waste of time. Any help would be appreciated to even understand what causes this message I get around 30-40 a day, even at 1:00, which is really annoying because I have to have my phone 24/7

    Thank you

    Well, it seems, after much research, that there is a problem with the internet messaging system. 9114 indicates it is a yahoo account. As this is a new phone number for me and I had not set up a personal email yet, I can only assume it's a wedge of the former owner of phone number. Once I created my own Yahoo account with the phone via the email service blackberry internet, it must have overwirtten settings and now I have not received a single message since.

    What I gethered you can also go online for Manager messages and to 'block' sprint of this number, although I can not do because it is a phone company and we have no access to the account manager system

    I hope this helps people with the same problem

  • Read VeriStand channel from inside the custom device that are not part of the custom device?

    Is it possible to read VeriStand channels from within a custom device VeriStand (RT Driver) that are not part of this custom device?

    For example, suppose I want to be able to configure a channel in my custom device to always be twice the value of a string of material that my user selects (I know, better/more simple ways to do this, but this is just a simple example ).  Can I do this from the device custom without programmatically create a mapping of the system? (I've done this before and it is messy and VERY prone to error of the user).

    Thank you!

    good point

    the channel ID (U64s) are not the same in the engine config of vs. Instead, you must set 'references to dependent item' in the config and then get these references in the engine.

    See the source jarrod linked, which makes it

  • Why the outputs that are grouped in a waveform chart in a loop of Simulation show distortion?

    Is anyone know why the outputs that are grouped in a graphic waveform distortion to see the Simulation loop unlike these forms of output wave that are placed individually in each waveform graph Microsoft Graph?


Maybe you are looking for

  • Satellite A-P50-12PNL - after Win8.1 upgrade cannot create the system image

    After updating my laptop Satellite P50-A-12PNL to Windows 8.1 I can't create an image system (copy). The message: +"There is not enough disk space to create the volume shadow copy on the storage location. Ensure that, for the volume to be backup upwa

  • Unable connect to the iMessage - and no error message

    iMess on my computer stopped working the other day. Similar stuff has been examined in other threads, but my problem is a little different, since I get no error message. iMess wants connect me, and when I enter my details, nothing happens: I support

  • Envy4500: How to save a scanned image

    I scanned a picture. I don't see any way to save her.

  • Series on visas VIs has stopped working

    I use LabVIEW (student 9.0 edition) for my project of series and the other week I started having a lot of trouble with the series Visa live. None of them seem to be able to access the serial port, I found strange as I had to work the previous week on

  • invalid access to memory

    I get an error indicating there was a problem invalid starting C:users\Kim\appdata\local\temp\charsmon.dll access to memory location. This box opens at startup. Anyone has any ideas how to fix this? Thank you