compare two data

Hi I want to compare two numeric values is entered by the CNC, and b. If a = b then I want to see 'RAM', if a and b, then I want to see 'JADU' in the indicator.in of the façade. I use the version of labView 13. Please suggest Best looks meyssoun Senapati

supriyasenapati wrote:

Mr President, my message itself does not clearly displayed. I don't know why it happened. My real message was like that-

I want to compare two numeric values is entered by the CNC, and b. If a = b then I want to see 'RAM', if a and b, then I want to see 'JADU' in the indicator.in of the façade. I'm using labView version 13.Thanks.

Probably you have pasted in HTML Mode and other things betweeen <> had stripped.

To reproduce, in paragraph above was pasted below while the editing window has been implemented in HTML, this is clearly what has happened!

Mr President, my message itself does not clearly displayed. I don't know why it happened. My real message was like that--I want to compare two numeric values is entered by the CNC, and b. If a = b then I want to see 'RAM', if a and b, then I want to see 'JADU' in the indicator.in of the façade. I'm using labView version 13.Thanks.

Tags: NI Software

Similar Questions

  • How to compare two dates and find exactly

    How to compare two dates and find the exact age of the person, no one could be an age of child 2 days or a month, or other.

    I'd really appreciate if someone help o

    Concerning

    After spending 2 hours, I go out with a solution by myself, how ever the function can be customize to check if the user enters date right.

    function findAge(subjectName,fromdate, todate) {
        console.log("findAge(fromdate, todate) is called now "+subjectName+"-->"+fromdate+"-->"+todate);
        if(todate) todate= new Date(todate);
        else todate= new Date();
    
        var age= [], fromdate= new Date(fromdate),
        y= [todate.getFullYear(), fromdate.getFullYear()],
        ydiff= y[0]-y[1],
        m= [todate.getMonth(), fromdate.getMonth()],
        mdiff= m[0]-m[1],
        d= [todate.getDate(), fromdate.getDate()],
        ddiff= d[0]-d[1];
    
        if(mdiff < 0 || (mdiff=== 0 && ddiff<0))--ydiff;
        if(mdiff<0) mdiff+= 11;
        if(ddiff<0){
            fromdate.setMonth(m[1]+1, 0);
            ddiff= fromdate.getDate()-d[1]+d[0];
            --mdiff;
        }
        if(ydiff> 0) age.push(ydiff+ ' year'+(ydiff> 1? 's ':' '));
        if(mdiff> 0) age.push(mdiff+ ' month'+(mdiff> 1? 's':''));
        if(ddiff> 0) age.push(ddiff+ ' day'+(ddiff> 1? 's':''));
        if(age.length>1) age.splice(age.length-1,0,' and ');
        console.log("===============================");
        console.log("Subject age is = "+age.join(''));
        console.log(" age Day = "+ddiff);
        console.log(" age Month = "+mdiff);
        console.log(" age Year = "+ydiff);
        console.log("===============================");
        var subjectAGE =  age.join('');
    
    }
    

    peardox Thanks for the reply

  • How to compare two dates and times in BPEL?

    Hi all
    I need to compare two dates and times in a switch activity, but could not find any function for her.

    My switch like this activity:

    case Date1 > date2:
    do something;
    otherwise:
    do something;

    He is not such a function in 'The functions of Date' and can not find this function to xpath.

    IBE, there is no function for a period of time to make (less one date of another?...) If this return to the data compare question).

    Thank you.

    Hello

    Logic function as more/less function can be used to compare two dates so that same comapring two numbers.

    Ex: If your variable reception contains two pieces of data such as date1 and date2, then you can use format in condition switch below.

    XpathXpression (date1) > XpathXpression (date2)

    hope this will help you.

  • EL: Compare two dates

    JDeveloper 12.1.3

    I want to make sure component based on the comparison of two date, something like:

    < af:outputText value = "(Expired)" id = "ot3" inlineStyle = "color: Red; '" make-weight: bold; »

    rendering = "#{now > links.}" EndDate.inputValue} "/ >"

    "now" is java.util.Date from registered managed bean (thin layer of ADF/JSF) while the EndDate above origin of VO (EO-based) and is default java.sql.Timestamp so cannot quite compare the two.

    What is the recommended way to do this?

    I was able to create a bean:

    public class NowTimestamp {}

    Timestamp private now;

    public void setNow (Timestamp now) {}

    This.now = now;

    }

    public Timestamp getNow() {}

    java.util.Date date = new java.util.Date ();

    return of new Timestamp (date.getTime ());

    }

    }

    then use rendered = "#{datebean.now > links.}" EndDate.inputValue}"but read while it is not recommended to have sql. Timestamp in the user interface.

    First rule of the ADF: stop your instincts and start to put your logic in the transient VO attributes, rather than on the safeguarding of the beans.

    To do this, you must create a transitional type VO Boolean attribute, allows to call this attribute "expired".

    In ViewRowImpl.getExpired, you will have:

    public Boolean getExpired() {}

    Since a long time now = System.currentTimeinMillis ();

    Timestamp nowTS = new Timestamp (now);

    {if (getEndDate () .after (nowTS))}

    Returns false;

    }

    Returns true;

    }

    rendering = "#{bindings." Expired.inputValue} "/ >"

  • Compare two dates

    Hi, I tried the below question when comparing the two dates, but gives the wrong result

    start date is 01/12/2005 amd stop iss date 07/03/2007

    with t as)

    Select to_date('12/1/2005','mm/dd/yyyy') start_date, to_Date('3/7/2007','mm/dd/yyyy') double stop_date)

    Select * from t

    where to_char(trunc(t.start_date),'mm/dd/yyyy') > to_char(trunc(t.stop_date),'mm/dd/yyyy') or

    TO_CHAR(t.start_date,'mm/dd/yyyy hh: mm: SS AM') > to_char(t.stop_date,'mm/dd/yyyy hh: mm: ss AM')

    Please correct me where I am doing wrong

    Thank you

    You compare characters not dates. Remove to_char where clause.

    with t as)

    Select to_date('12/1/2005','mm/dd/yyyy') start_date, to_Date('3/7/2007','mm/dd/yyyy') double stop_date)

    Select * from t

    When trunc (t.start_date) > trunc (t.stop_date) or

    t.start_date > t.stop_date

  • need to compare two dates in IDM

    I have a requireemnt where I need to compare two fields that are dates. If the first date is greater than the other, then perform a logic 1 other execute logic 2.
    If anyone is implemeneted scenario so please let me know.

    Thank you
    Kalpana.

    Try below I have implemented similar

    Date value = date get of your method
    SimpleDateFormat formatter = new SimpleDateFormat ("yyyy-MM-DD hh: mm :"); ")
              
    try {}
    Date startDate = formatter.parse ("1971-01-08 00:00:01");
    If (value.before (startDate))
    Return BCFConstants.SUCCESS;
    on the other
    No matter what

    In my example, a date has been set. Thus, I have stated here. You can get both the date in the method and put a similar logic

    -nayan

  • Compare two date columns

    Hello

    I want to compare two columns of dates in a table.

    Here, I wish to confirm that the two values are the same in each record.


    Hope that make sense



    See you soon

    Sexy

    Hi, Vanessa,.

    If d1 and d2 are the two DATE columns:

    SELECT     *     -- or list whatever columns you want to see
    FROM     table_x
    WHERE     d1 != d2
    ;
    

    Displays all the lines where they are declared, but not the same thing.

    If you want to include the lines where one of them is null, but the other is not:

    SELECT     *     -- or list whatever columsn\ you want to see
    FROM     table_x
    WHERE     LNNVL (d1 = d2)
    ;
    
  • Stored procedure to compare two data tables

    Hello

    I want to have a stored procedure that will compare two tables data (only one column) and remove the line that is not present in the second table.

    For example.,.
    I have 2 tables called Table1 and Table2, that have the same column called ID (PK).
    Data in Table1 are 1,2,3 and data into Table2 are 1.3. When the stored procedure is running, it must compare the ID column in Table1 to ID column in Table2 and since '2' is not there in Table2, I want to remove this line from Table1.

    Thanks in advance.

    delete from table1
    where does not exist (select 1 from table2 where table2.id = table1.my_field)
    ;

  • How to compare two dates

    Hello

    I have two columns (start date and end date) data type date in my page and both are optional.

    I need a validation on these date columns,

    End date should not be greater than the Start Date.

    This validation must be triggered once I click the button apply.

    Pseudocode:

    If (endate > startdate)
    {
    raise form_trigger_failure;
    }


    Can anyone suggest how/where to apply the code, if possible, please indicate the code of the sample.

    Thank you
    Mahesh

    Hello

    Please refer to the code below, and try to apply in the same way. It should solve your problem

    import java.util.Date;

    / * In LICS * /.

    If (pageContext.getParameter (Apply)! = null) / * ID of the button apply * /.
    {
    String strStartDate = pageContext.getParameter ("SearchStartDate");
    String strEndDate = pageContext.getParameter ("SearchEndDate");
    System.out.println ("Start Date:" + strStartDate);
    System.out.println ("End Date:" + strEndDate);
    If ((null! = strStartDate) & (null! = strEndDate) & (""! ")) = strStartDate) & (""! ") = strEndDate))
    {
    Day dtStartDate = new Date (strStartDate);
    Day dtEndDate = new Date (strEndDate);
    System.out.println ("Start Date:" + dtStartDate);
    System.out.println ("End Date:" + dtEndDate);

    If (dtEndDate.getTime)<>
    {
    System.out.println ("inside the date validation and error messages jet");
    OAException dateMessage = new OAException ("XXNCV", "XXNCV_Date_Message", null, null, OAException.ERROR),
    oapagecontext.putDialogMessage (dateMessage);
    oapagecontext.setForwardURLToCurrentPage (null
    true
    OAWebBeanConstants.ADD_BREAD_CRUMB_NO
    OAWebBeanConstants.IGNORE_MESSAGES);
    }
    }

    Thank you best regards &,.
    REDA Papdeja

    Published by: RajPapdeja on June 15, 2010 13:12

  • compare two data texfields

    I have two text fields in a form namely Data1 and Data2. Entering database2, I want apex to check or validate the field so that it will warn or disable the textfield if number is greater than number of Data1 textfield. How to implement this using the javascript function? Is there another method? Annie

    Hi Tony,.

    Oops my bad, thanks for the correction.

    One approach could be to

    Make sure that your action 'Execute Javascript Code' that you have p_Data2 in the field "Page of elements to return. You need this so that the value that you set in the javascript code will return to the element on the page.

    $v ('P_Data2') syntax will work

    if (parseInt($v('P_Data2')) > parseInt($v('P_Data1'))) {
        if (confirm($v('P_Data2') + " is greater than" + $v('P_Data2'))) {
            doSubmit('SUBMIT');
        }
    } else {
        alert($v('P_Data2') + " is not greater" + $v('P_Data2'));
    }
    

    Thank you

    Benjamin.

  • Problem with comparing two dates

    I'm a bit confused by the present. This is the query

    SELECT THE CHECK BOX
    WHEN TRUNC (mm.revised_validation_due_date) >
    TRUNC (mm.next_validation_date)
    THEN
    "superior".
    ON THE OTHER
    'no '.
    END
    compare,
    mm.revised_validation_due_date - mm.next_validation_date datediff,
    mm.revised_validation_due_date,
    mm.next_validation_date,
    To_char (mm.revised_validation_due_date, ' DD/MM/YYYY HH')
    revised_with_time,
    To_char (mm.next_validation_date, ' DD/MM/YYYY HH') next_with_time
    OF tbl_master mm
    WHERE mm.tbl_id = 802

    the output

    compare = greater
    DateDiff = 730487
    revised_validation_due_date = 2009-02-28
    next_validation_date = 2009-02-28
    revised_with_time = 2009-02-28 12:02
    next_with_time = 2009-02-28 12:02

    So... Why did the stated case out with a larger?

    This could be the problem:

    TO_CHAR (mm.next_validation_date, 'MM/DD/YYYY HH:MM:SS') next_with_time
    

    not looking at the set time, specifically the minutes
    the format mask must be

    TO_CHAR (mm.next_validation_date, 'MM/DD/YYYY HH:MI:SS') next_with_time
    

    not MM for a few minutes, but MI minutes

  • How to assimilate two Dates in flex

    Hello
    I need to compare two dates, the < and > works pretty but == show no results, even if two dates are equal. Now I'm equating taking date, month, year, hour, time of two dates. Y at - there no direct way two find if two dates are equal or not.

    Date are usually stored more than a millisecond to a point of reference, in flex, this reference is midnight Jan 1, 1970. There are two ways to get this number: property at the time when the valueOf() method. Then

    var d1:Date =...
    var d2:Date =...

    If (d1.time == d2.time) or if (d1.valueOf () == d2.valueOf ())...

    ATTA

  • Comparing two sets of data in BPEL

    Hey guys,.

    There is a web service that provides (and is the source of) data, and a table that is independent of the service that contains the same data. I am writing a 11g BPEL process to synchronize the data that is returned by the service with the data in the table. I invoke the database and service adapter to receive a data collection and I need to compare two sets of data to see what is on the whole of the service data that is not in the set of data in the table, so that I can insert them into the table. I also need to compare the values of the data sets possible updates of already existing records. I don't know how to do it though. I thought using a java embedded activity to compare the two games. What is the best way to do it? Examples of code would be much appreciated.

    Thank you

    Bill

    Hi, can not use the merge (insert or update) operation in the adapter of database for this use case?

  • by comparing the two date columns

    I want to compare two values of the column of the same table. Both the date and time part. but I would like to compare with only the date portion. I want these files where two dates are not same. but it includes a part of the time in the comparison with the following query.
    select * from reporttransactions a,  reporttransactions b  
    where trunc ( to_date(a.TRANSACTION_DATE, 'DD/MM/YYYY' )) <> trunc (to_date(b.TRANSACTION_CREATION_DATE,'DD/MM/YYYY' ))
    any suggestion

    I think it's true,

    When: WHERE TRUNC (A.TRANSACTION_DATE) = TRUNC (B.TRANSACTION_CREATION_DATE)

    223605062     3247     0     0     -     215     1     215     8     8     0     215PKI     01/09/2012     01/09/2012
    223605056     5733     0     0     -     131     1     131     9     9     0     131RAS     01/09/2012     01/09/2012
    223605050     4568     0     0     -     132     1     132     5     5     0     132FSH     01/09/2012     01/09/2012
    223604993     1623     0     0     -     176     1     176     8     8     0     176TCL     01/09/2012     01/09/2012
    

    When: WHERE TRUNC (A.TRANSACTION_DATE)! = TRUNC (B.TRANSACTION_CREATION_DATE);

    225833757     9113     0     0     -     161     1     161     3     3     0     161CBE     16/09/2012     16/09/2012
    225833757     9113     0     0     -     161     1     161     3     3     0     161CBE     16/09/2012     16/09/2012
    225833757     9113     0     0     -     161     1     161     3     3     0     161CBE     16/09/2012     16/09/2012
    225833757     9113     0     0     -     161     1     161     3     3     0     161CBE     16/09/2012     16/09/2012
    225833757     9113     0     0     -     161     1     161     3     3     0     161CBE     16/09/2012     16/09/2012
    225833757     9113     0     0     -     161     1     161     3     3     0     161CBE     16/09/2012     16/09/2012
    225833757     9113     0     0     -     161     1     161     3     3     0     161CBE     16/09/2012     16/09/2012
    225833757     9113     0     0     -     161     1     161     3     3     0     161CBE     16/09/2012     16/09/2012
    225833757     9113     0     0     -     161     1     161     3     3     0     161CBE     16/09/2012     16/09/2012
    225833757     9113     0     0     -     161     1     161     3     3     0     161CBE     16/09/2012     16/09/2012
    225833757     9113     0     0     -     161     1     161     3     3     0     161CBE     16/09/2012     16/09/2012
    225833757     9113     0     0     -     161     1     161     3     3     0     161CBE     16/09/2012     16/09/2012
    225833757     9113     0     0     -     161     1     161     3     3     0     161CBE     16/09/2012     16/09/2012
    

    What's wrong?

  • How to compare two columns in Xl

    I want to compare two columns in the file of Xl. column A contains phrases and column B contains the words

    For example

    Column A                                                                       Column B                                                                           Column C

    I have an Apple and I'll eat every day Apple Apple

    I have a banana and eat weekly banana papaya

    Oranges are rich in nutritions cauliflowers Oranges

    Papaya is good for health                                               Grapes                                                                                 Papaya

    Oranges

    Lichi

    Banana

    I want to check each value of column B in each cell in column A, and if it matches then it should return the corresponding value in the result to me. Column C should Look Like as shown above.

    Can someone point me in the right direction here of what formula to use for this Xl.

    Thank you

    This is a forum for Mac OS X technologies, so here's an Applescript solution:

    1. Copy-paste the script in the Script Editor
    2. Select the cells in columns A and B
    3. Command + c to copy to the Clipboard
    4. Click on the button "run" in the Script Editor
    5. Click once in the top cell in column C where you want the data
    6. Command + v to paste

    Here are the results:

    There is no verification error here. You must select and copy to the Clipboard before the race.

    SG

    the value LstOfLsts to makeListOfLists (the Clipboard as a 'class utf8 ')

    the value theSentences to getCol1Vals (LstOfLsts)

    the value collected in getCol2Vals (LstOfLsts)

    game of theMatches to «»

    Repeat with I in collected items

    If theSentences contains I then ¬

    the value of theMatches to theMatches & i & return

    end Repeat

    Set the Clipboard for theMatches

    to getCol1Vals (LofL)

    game of col1Vals to «»

    Repeat with en LofL points

    the value col1Vals to the col1Vals & "" & i point 1

    end Repeat

    end getCol1Vals

    to getCol2Vals (LofL)

    the value col2Vals to {}

    Repeat with en LofL points

    If i's point 2 is not "" then ¬

    i copy point 2 to the end of col2Vals

    end Repeat

    return col2Vals

    end getCol2Vals

    at makeListOfLists (theTxt)

    value was to theTxt paragraphs

    the value text point of delimiters

    the value theListOfLists to {}

    Repeat with I from 1 to count was

    the value theListOfLists to the theListOfLists & {the was point i text elements}

    end Repeat

    the value point text delimiters to «»

    return theListOfLists

    end makeListOfLists

Maybe you are looking for

  • Can't find Browser.tab.on.top about: config

    After you download the classic theme add on and then reset in topic browser.tab.on.top: config to false. Then you click Reset by accident and now it disappeared I reinstall or reset all Firefox

  • 7.7.7 drops connections

    I installed 7.7.7 on my AirPort Extreme tall, it seemed to happen for two days. Then he started to remove connections to my Mac, iPhone and other connected stuff. All would pass without warning when using kill all the current connections. He would ha

  • Internet inalambrico

    Hola tengo no problema no tengo inalambrca red cuando trato local Red mi mind goes there is no tengo Señal

  • my icons are moving after reboot...

    Why microsoft does not solve this problem? We bought their product and it is not working properly. Well well...?

  • SF500 and stacking SG500 issues

    I have difficulties to find specific answers to the items on the 500 series, so I thought it's maybe good to ask here. (1) is the port of stacking for the Sx500 series in the front or the back? (2) what is the speed of the stacking port? (3) can you