How to not display open thermocouples

Hi everybody,
I am using a field point to measure temperature with thermocouples. Now as I realized, open thermocouples give me a reading of 1770 degrees. This value applies to k-thermocouples. What I want to do, is to not display these 1770 degrees but display nothing, or NaN, or zero. How can I filter my arrays and exchange values if there is an open thermocouple.  Does anybody have an idea.
Thanks in advance.
Greets
Daniel

Hello Daniel,
I implemented a little VI for you. Look at the attachement. I also added some colors to the table so you directly which are connected and which not.
Kind regards,
Julien Roland - District Sales Manager
NI Belgium - Technical Support
Don't forget to rate a good answer
Attachments:
Test Table for open thermocouples.vi ‏19 KB

Similar Messages

  • How to not display nodes in a tree if Oracle roles are NOT used?

    How to not display nodes in a tree if Oracle roles are NOT used?
    We don't use Oracle DB roles to grant users access to Forms from the menu. We use a template and role system of our own. Basically a few tables with templates and roles.
    We want to convert our normal Forms menu to a tree menu and one of our key requirements is that when the tree is populated ONLY nodes with programs (i.e. forms) he has been granted to execute is shown.
    Since we don't use Oracle Roles how to do this in a tree?
    I created a function to show/hide LEAF nodes, BUT problem is that there are sub-menu nodes showing even if the leaf-nodes under it has not being displayed. My function has suppressed it.
    My tree query is like this:
    SELECT
         t.status, LEVEL, t.label, t.icon, t.node VALUE
    FROM
         tma_tree_menu t
    WHERE
    tma_authenticate_sys_chk_role(USER, t.node) = 1
    CONNECT BY
         PRIOR t.node = t.master
    START WITH
         t.MASTER IS NULL
    ORDER SIBLINGS BY
    t.position
    The tma_authenticate_sys_chk_role will return 1 only if the user has access to the form under that node.
    I tried the FTree functions in Forms but even that has nothing.
    Any help would be greatly appreciated.
    Edited by: Channa on Mar 17, 2010 6:49 AM

    Would you share the source code? I guess what I need is how exactly you retreive the user credentials from the DB table and set that boolean variable.
    and then how to condition it in UIX?

  • How to not display the messageField in an IconItemRenderer

    Hello,
    how to not display the messageField in an IconItemRenderer, just display labelField and icon.
    Thanks

    If you're using JavaFX 8 you can use the following in an external style sheet:
    .table-view .column-header-background {
      -fx-pref-height : 0 ;
    If you're using JavaFX 2.2, the -fx-pref-height attribute is not available in css, so I think you have to resort to a lookup:
    final Region tableHeader = (Region)table.lookup(".column-header-background");
        tableHeader.setPrefHeight(0);
    As always, I feel obliged to point out that I don't really like lookups. Sometimes they seem to be the only way, though.

  • How can i display opening qtd balances in fsg

    hi @ll
    In oralce R12 how can i display specific account opening qtd balances in fsg in one row ? plz if any 1 know tell me as soon as possible

    No, you can't. Only hours and minutes.

  • How to not display expired contract  on Web-UI in SRM-MDM ?

    Hi,
      Our business is as following:
      the contract is published to SRM-MDM V3.0, but if contract is expired, when I select the content from catalog to create sc, then    this kind of contract should not display on catalog,  how to do ?
    SRM7.0 MDM7.1SP04  SRM-MDM v3
    thanks
    Jesse

    HI, Bala
        You  are right , My case is not what you mean.
        I transfer valid contract from SRM to Mdm catalog,  maybe after several months  ,the contract is expired compare to today, I don't expect this kind of contract  display on the catalog UI  to mislead the user.
       Of course, I  know how to  prevent user to creat SC with selected expired contract by BADI,  But  I think that is not good idea.
       Actually , I can also solve this issue by development in SRM BADI and MDM , expired contract will not display in  catalog, but that will make many changes compared with standar function.
       I wonder whether  SAP have the better solution.
      Thanks
      Jesse.

  • How to not display radio buttons in the select many shuttle component

    Hi all,
    af:selectManyShuttle is a true nice component.
    For business / UI ergo reasons I've decided to not display the radio buttons before each item. There's no option to do that.
    Is it possible ? How ?
    Regards
    Luc-

    Let say there are three ways:
    1. You can use skinning mechanism,
    2. You can include css file in .jspx page and then use it.
    3. You can write css directly in .jspx page.
    For skinning read documentation. For two other ways here is example code that should be inside metaContainer facet of document tag.
    <f:verbatim>
      <!-- CSS directly in jspx page -->
      <style type="text/css">
        .myClass{
          background-color: #8888FF;
      </style>
      <!-- Include css file in jspx page -->
      <link href="css/incStyle.css" rel="stylesheet" type="text/css" />
    </f:verbatim>
    {code}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to not display the error message ?

    hi everybody,
    I would like to know if it is possible to not display the error message in BO XI R2 when I try to refresh my reports ?
    (like "the query bla bla does not fetch any data...")
    Thanks for your help,
    Mario

    I've found this method to not display this error message but  the problem is that the prompt message when you refresh the report are not displayed:
    Has someone an idea ?
    Private Sub Document_BeforeRefresh(Cancel As Boolean)
    Application.Interactive = False
    End Sub
    Private Sub Document_AfterRefresh()
    Application.Interactive = True
    End Sub
    Edited by: Pascolo Mario on Oct 22, 2008 4:35 PM

  • Baggage files will not display/open

    Using Robohelp 9, Baggage files have been added to project and links created to them but linked baggage files will not open when project is generated.  Using local drive and have attempted display in IE10, IE10 (compatability mode), IE9, IE8 but get same result.

    You can always “roll your own” fake webserver by using the method offered by Peter Grainge (http://www.grainge.org/pages/snippets/snippets.htm#browsers) from these guys http://www.helpandmanual.com/hm2go.html

  • How to not display unnecessary attributes in variable selection screen?

    Hello everybody,
       I created a input variable referenced Calendar Year/Month(0CALMONTH) in my query. But as I select values for my variable when I execute the query, all the display attribute of 0CALMONTH displayed in the select screen, just like Calendar Year/Month Text, Calendar Year Key, Calendar month key, Number of Days Key, Number of Workdays Key...But I think just display Calendar Year/Month Text in the select screen is enough, how do I just display necessary attributes in the variable selection screen, not all the display attributes of 0CALMONTH?
    Tks!

    Hi........
    Check this link :
    http://help.sap.com/saphelp_nw70/helpdata/EN/ac/789b3c4d4d8d15e10000000a114084/content.htm
    If this helps you kindly assign some points.........
    Regards,
    Debjani.......

  • How to not display page1.jsp and exiting

    My JSF application uses user certificates to validate the user. I put the validation code in the Page1.JSP constructor. If the user is not a valid user, how do I prevent Page1.jsp from displaying without throwing a FacesException (and clogging up my log files)?
    On a slightly different vein, how do I end my JSF application so the s4ession no loger uses resources? I.e., I have a "done" b utton on the page. What can I do to terminate the session in its action event?

    First, page navigation cant avoid that some user go directly to some page such :
    http://<site>/<app context>/faces/Page2.jsp
    The only way you can be shure that this doesnt happens is using a filter like the one discused here. I haven't the thread ID but you can find searching "session" or "security".
    I saw filter option but doesnt work for me, then I do a "brute force" checking at page bean constructor like:
    if (!getSessionBean1().isLoggedIn() ||
       (!getSessionBean1().isRole("OPER") )
       this.getExternalContext().redirect(
          this.getExternalContext().getRequestContextPath() + "/login.jsp");The login page sets some session properties and isLoggedIn() is something like:
    return (getUserName() != null && !getUserName().equals("");The logout code just invalidates the session.
    Regards.

  • How to not display certain items based upon certain criteria (Edit Form)

    I have a Edit form which was created from an interactive report I generated.
    There are 10 item fields which are listed which can be changed.
    Sometimes I want to see just 9 of the fields on the form based on what the value is of another field in the record.
    When I display the fields on the Interactive report I can filter this out by using a case statement, but how
    do I do this with the edit form as the query is not there.
    Thanks for your time in advance,
    Anon

    Use Conditions to control whether the item appears or not.
    In the item definition is a Conditions section where a large number of different types of condition can be used to determine whether the item is rendered. These include comparisons of the value of the item, or another item, items being null, and a lot of other options. Conditions are widely used throughout APEX&mdash;sometimes in subtle or noninuitive ways&mdash;so it's worthwhile studying how they're used.

  • How to not display the column header in the table view?

    I do not want to display the column header in the table view, how can I achieve it?

    If you're using JavaFX 8 you can use the following in an external style sheet:
    .table-view .column-header-background {
      -fx-pref-height : 0 ;
    If you're using JavaFX 2.2, the -fx-pref-height attribute is not available in css, so I think you have to resort to a lookup:
    final Region tableHeader = (Region)table.lookup(".column-header-background");
        tableHeader.setPrefHeight(0);
    As always, I feel obliged to point out that I don't really like lookups. Sometimes they seem to be the only way, though.

  • How to Not Display Exact Duplicate Rows in Report

    I have a report that displays many duplicate rows where all fields in several rows are exact duplicates.  I would like to know how to make it so that the entire row does not show up if it is an exact duplicate of another row.  Any ideas?  Thanks.

    I literally have been pulling my hair out for the past 3 days with the same issue.  I'm new to SSRS.  I created a new report where I basically only wanted to show order header info, but unfortunately, some of the info I need to show at the header
    level is only kept at the detail level.  So, when I linked the order header to the order detail (one to many) I got a duplicate row for every line that was in the order detail.   I tried to group just by order number (thinking it would roll
    all the dups up) but that didn't work.  Doing a group on all the fields on the report did the trick.
    I owe Mainiac007 a beer!!!! :)

  • How to not display email in imessage header OR delete old appleid to free up social email address for imessage

    Hi,
    I have a business email and a separtate "social" email that i use for friends etc. The business email I have is signed up to Itunes/appstore for my iPad3.
    So I want to display my "social" email instead to my contacts that I imessage, but NOT sign up to itunes with this email (i dont mind varifying it).
    The PROBLEM is that years ago I must have signed onto itunes and now have the "social" email  address as an appleid. Now when I try to use this email for the "recieve at" setting, it does not let me. Also the PROBLEM is that you can never delete an appleid!!!!!!
    I DO NOT want to have to add yet another email account for this, and I want one that my friends will recognise!
    how do I either:
    1) delete that old appleid so I can use this email for imessage?
    OR
    2) Hide my business email on the "From" imessage header?
    Thanks.

    All good, I loved with AppStore and now everything seems to be back to normal.

  • How to not display time in adf Calendar events?

    Hello everyone, I am using JDeveloper Studio Edition Version 11.1.2.3.0
    I created a calendar component in my application based on a table that fulfills the variables needed by the calendar (Start date, end date etc).
    The events in the calendar are all displayed like "12:00 Testing something". Changing the start hour makes it to only start show a different time.
    Does anyone know how can I remove the time from showing there? So displaying in this case only "Testing something"
    Thank you

    So a strange thing happened actually, I did like I explained previously and nothing happened but when I wrote an expression like (ID == 0?"ALLDAY":'ALLDAY') - where ID is just a PK property in the EO it worked. Practically it is the same thing but who knows, at least now it works.

Maybe you are looking for