How to use the values acquired by different treatments with 9188 OR cDAQ

Hi guys, I'm trying to use NI DAQ 9188 chasis with temperature measurement module 9214. I plugged in 3 modules to the module and split signals. But I'm not sure that I can easily these values in functions. I'm trying to convert them into table 1 d, but when I converted the table 1 d I can't see the values and use separately from each other. For example, I simply multiply the first value of 1 thermocouple. How could I do that. In addition, the signals in the waveform table 1 is not smooth. What is the reason for this? Thanks in advance.

Hi James-D,

Thank you. Now, it is clear to me.

Tags: NI Software

Similar Questions

  • using the function - how to use the values of the input variables on the table select statement names

    Hello community, I have a problem when creating a function. The purpose of this function is to check the table of weather gave yesterday or not. We must check this on different tables on different sachems. We are creating a function with input variables.

    CREATE OR REPLACE FUNCTION IN_SCHEMA.IS_YDAYDATA_TO_TABLE

    (

    in_schema IN VARCHAR2,

    in_tablename IN VARCHAR2,

    in_datefield IN VARCHAR2,

    )

    RETURNS INTEGER

    AS

    -Declaring variables

    v_is_true INTEGER.

    BEGIN

    SELECT

    CASE

    WHEN MAX (in_datefield) = TRUNC(SYSDATE-1)

    THEN 1

    ON THE OTHER

    0

    END

    IN

    v_is_true

    Of

    in_schema.in_tablename

    ;

    RETURN v_is_true;

    END;

    /

    When creating, I got error: [error] ORA-00942 (44:19): PL/SQL: ORA-00942: table or view does not exist

    How to use the values of the input variables on the table select statement names?

    Hello

    Here's a way you can use dynamic SQL statements for this task:

    CREATE OR REPLACE FUNCTION IS_YDAYDATA_TO_TABLE

    (

    in_schema IN VARCHAR2,

    in_tablename IN VARCHAR2,

    in_datefield IN VARCHAR2,

    in_first_date DATE DEFAULT SYSDATE - 1,.

    in_last_date DATE by DEFAULT NULL

    )

    RETURNS INTEGER

    AS

    -IS_YDAYDATA_TO_TABLE returns 1 if in_schema.in_tablename.in_datefield

    -contains all the dates in the in_first_date of the range through included in_last_date

    - and it returns 0 if there is no such lines.

    -If in_last_date is omitted, the search only the data on in_first_date.

    -If in_first_date is omitted, it defaults to yesterday.

    -Time parts of the in_first_date and in_last_date are ignored.

    -Declaring variables

    sql_txt VARCHAR2 (1000);

    v_is_true INTEGER.

    BEGIN

    sql_txt: = 'SELECT COUNT (*).

    || 'FROM ' | in_schema | '.' || in_tablename

    || 'WHERE ' | in_datefield | ' > =: d1'

    || «AND» | in_datefield | '< >

    || 'AND ROWNUM = 1';

    dbms_output.put_line (sql_txt |) '= sql_txt in IS_YDAYDATA_TO_TABLE");  -For debugging

    Sql_txt EXECUTE IMMEDIATE

    IN v_is_true

    With the HELP of TRUNC (in_first_date) - d1

    TRUNC (NVL (in_last_date

    in_first_date

    )

    ) + 1                -- d2

    ;

    RETURN v_is_true;

    END is_ydaydata_to_table;

    /

    DISPLAY ERRORS

    If you must use dynamic SQL statements, put all the SQL statement in a single string variable, such as sql_txt in the example above.  In this way, you can easily see exactly what will be executed.  Comment out the call to dbms_output under test is completed.

    Try to write functions that will address not only the question that you have now, but similar questions that you may have in the future.  For example, now that interest you only to the verification of the data of yesterday, but later, you might want to check another day or range of days.  The above function combines the convenience of a function simple (looks like yesterday data if you don't tell him otherwise) with the power of a more complex function (you can use the same function to check any day or range of days).

  • How to use the license acquired from Win 7 cd to be used on my WinXP?

    Windows XP License Activation

    I have a copy of Windows XP on my PC where I tried registering online, he says that's not authentic. I bought a copy of Win7 with downgrade rights to Windows XP Pro. How to use the license acquired from Win 7 cd to be used on my WinXP? I could not afford a complete reinstallation because several drivers needed to work on my pc do not work with Win7.

    Thank you!

    Hello Emerson_1

    Microsoft does not sell Windows 7 with a downgrade to Windows XP and a valid key. You will need to provide your own key. This option is only available with OEM Windows 7 Professional systems. If you wish to continue using XP you will need 2 keys as indicated by JW.
    Windows 7 offers XP mode and you can use it if you have chosen.
  • How to use the scanner Canon of my computer with Windows Vista?

    How to use the Canon Scanner of my Toshiba with Windows Vista computer? Need help, tq.

    How to use the Canon Scanner

    http://www.ehow.com/how_5796443_use-Canon-flatbed-scanner.html

    I would propose Canon Support and the knowledge base for information and manuals

    http://www.USA.Canon.com/Cusa/consumer/standard_display/support

  • How to use the value of the page element in other pages too?

    Hi all

    How to pass the value of the item P26_NO from 26 to all other pages (such as 1, 2, 3... 25) using the & P26_NO. ???
    I set the default for this item.but I can't able to find value in the session state itself?

    Please post your suggestion here!

    Thank you and best regards,
    Robette.

    Robette wrote:
    Hi Amelia,.

    Through application process only we can able to save the page element value in session state? is there another way?
    Since my requirement is like I need to display footer text in all the pages, I have the version number included in this text, so I created a table and my intention to create an item and passing the point value for all other pages and see that point value & P26_NO. in the text. Version number is dynamic, it will change at each deployment.
    Is another way simple, other than my approach?

    Thank you best regards &,.
    Robette.

    You should use point demand for it and an application process to fill

    IF :APP_ITEM_NAME IS NULL THEN
      APEX_UTIL.SET_SESSION_STATE('APP_ITEM_NAME','myvalue');
    END IF;
    

    Published by: VC on June 25, 2012 13:48

  • How to use the value of the column in the old testament even another column in the report

    I have a report based on a query like this

    SELECT
    "AAA."
    'BBB '.
    FROM TABLE2

    and AAA is a NUMBER related to the TABLE1 table. I try in the column attributes writing a correct LOV. In this LOV I have to use a current value of the a.
    Fe SELECT CCC | » '|| DDD FROM TABLE1 WHERE EEE = #AAA #.

    The question is how to get the value of AAA to this query (#AAA # dosent work)?

    the second way to fix this problem I thought changed the first request:

    SELECT
    "AAA."
    "BBB."
    APEX_ITEM. SELECT_LIST_FROM_QUERY
    (2, NULL,'SELECT CCC |) » ''|| DDD FROM TABLE1 WHERE EEE = 'AAA' ') "FFF".
    FROM TABLE2

    but problem is the same... You have a solution?

    THX in advanced for any help

    Hello

    OK, try this

    X_ITEM. SELECT_LIST_FROM_QUERY (1, (SELECT CCC |)) » '|| DDD FROM TABLE1 WHERE EEE = AAA),'SELECT CCC | » ''|| DDD, CCC | » ''|| DDD FROM TABLE1 WHERE EEE =' | AAA, ","NO")"FFF ".

    Concerning

    Paul

  • How to use the values in the columns of an interactive report (Apex 5)

    Hello

    I have an interactive report and a link column and I click to set the value of four fields in a subregion with the value of four columns of the report.

    This without submitting the page every time so I think using javascript.

    But what is the right way to do this in 5 Apex?

    How to have a reference to the column of a report (customer.name to the customer or customer.city, for example)?

    Concerning

    Gianpaolo

    Hi gianpagi,

    gianpagi wrote:

    I can't run your code as well, on apex.oracle.com, I have re-product the situation with the emp table and the columns ename, sal and the fields p1_ename, p1_job, p1_sal

    Can you help me.

    https://Apex.Oracle.com/pls/Apex/f?p=4550:1:103040501310506:

    https://Apex.Oracle.com/pls/Apex/f?p=102726:LOGIN_DESKTOP:104044067688962:

    user and developer demo/demo (TR1 workspace)

    Check the application now. I've done the column 'Empno' as link and execution of your dynamic action on click on the link.

    Here are the changes:

    • Edited the "Empno" column attributes and perform the following settings in the properties of 'column link:

    Text link: #EMPNO #.

    Link attributes: class = 'empdetails '.

    Target: URL

    URL: javascript:void (0);

    NOTE: The link does nothing but on the onclick for the event of link DA no real logic.

    • Edited the dynamic action 'assign values' and set the following properties:

    Selection type: jQuery Selector

    jQuery Selector: a.empdetails

    Kind regards

    Kiran

  • How to use the NVL function to a parameter with comma delimited values

    Gurus,

    It is confusing to me.  I am trying to use the NVL function, but the setting that I'm passing in my cursor contains multiple values with commas.  The NVL function is confused when analyzing the values.

    'Where' cursor clause...

    and nvl (sn.c_attribute1,'x@#$%') in nvl (p_desig,'x@#$%'( )

    translated parameter values...

    and nvl (sn.c_attribute1,'x@#$%') in nvl ('SPRT''GOOD' 'BAD' 'x@#$%') -NVL does not parse the value correctly

    Any idea on how to get NVL recognize 'x@#$%' , if p_desig is null?

    Thank you

    Scott

    HI, Scott.

    Whenever you have a problem, please post a small example data (CREATE TABLE and only relevant columns, INSERT statements) of all the tables involved, so that people who want to help you can recreate the problem and test their ideas.

    Also post the results you want from this data, as well as an explanation of how you get these results from these data, with specific examples.

    Always say what version of Oracle you are using (for example, 11.2.0.2.0).

    See the FAQ forum: https://forums.oracle.com/message/9362002#9362002

    My best guess, based on what you posted bone is present, that your problem is discussed in the following:

    http://tkyte.blogspot.com/2006/06/varying-in-lists.html

    http://www.Oracle-base.com/articles/Misc/DynamicInLists.php

  • Shuttles: How get/use the value of worth shuttle highlighted?

    Hello

    I use traditional apex 4.0.2.00.07 on IE8 with blue theme. I have browsed the forum but couldn't find an answer to the following question:

    I use a standard part of shuttle in one of my forms. I know how to read the 'selected' on the right side values and how to read the "deselected" on the left side. But what I want to do is of taken later, 'stressed' (i.e. once clicked at, but not yet passed to one of the sides) value to use for example in dynamic action.

    What I want to achieve in the end:
    Sometimes, you end up with many very similar and easy to confuse the entries in a shuttle service. I would like to give a user of the information on the last, once you click on in highlight shuttle value before it actually (de) selects. It should not matter if the value is always off (left) or already selected (on the right).
    Clicking once on a value of shuttle, I for example fill elements only display on the same page with additional information for the selection. But to get back them, I need the return value from the folder highlighted.

    A simple example:
    Tables A and B have USER.USER, .NAME and. DESCRIPTION columns each. There can be many-to-many relationships between A and B that are stored in table A2B (includes just two columns FK A_ID and B_ID).

    On my P1 page I want to hold a new record to table A, plus the relationship with existing records in B. I have a shuttle service with source

    "Select B_ID from A2B where A_ID =: P1_AID" combined with a list of values with B.NAME as display and B.ID as return value. I want to view b. information in another article on the page whenever the shuttle in a new value 'B.NAME' is highlighted.

    Any ideas?

    ARO
    Martin

    Hi Martin

    I think it will work in Internet Explorer. Change the run when the Page loads for:

    $("#P44_SHUTTLE_LEFT,#P44_SHUTTLE_RIGHT").click(function(){
    f_emp_detail($('option:selected').val());
    });
    

    Here's a demo

    http://Apex.Oracle.com/pls/Apex/f?p=579:46

    Basically, rather than bind the option element's onclick event, it binds to the list of all Shuttle, then looks up the selected item.

    Note that if you have other lists of selection on the same page, you will need to do the more selective $('option:selected'). for example $(' #itemid option: sélectionné ')

    See you soon

    Shunt

  • How to use the value of the listitem in LIKE condition?

    I have a list box on the screen. The user must select one of the A, B, C and D in the drop-down list.

    After selecting a value any in the drop-down list, the user must press the button.

    When you press the button, only the name of the employee must appear on another element of text whose name

    first character matches the character, the user selects from the list item.

    I use the following code:

    Select ename into: text_item

    from emp where ename like ' %: listbox % ';

    This query will not return the empname.

    Please help someone... Thanks in advance

    Select ename into: text_item

    from emp where ename like '% "| : listbox. » %';

  • How to use the value of the select in SQL queries list

    I have a list with the list of states (P1_STATE) in Page 1. When I send the page, I get the VALUE of P1_STATE in Page 2 to the format: DC:AS:AK. I use the application to display the form in the Page 2 below.

    Select *.
    of STATE_REF
    where IN location_id (: P1_STATE)

    Now the format of P1_STATE will not work in the query. So it's not fetch all results. Is there a way in which the values of the selection list can be used in SQL queries. Thanks for the help.

    Hello

    Try something like:

    select *
    from STATE_REF
    where ':' || :P1_STATE || ':' LIKE '%:' || LOCATION_ID || ':%'
    

    Andy

  • How to use the Facebook like widget that comes with the muse?

    I can't for the life of make me it work! What url should we use?

    Hi Chris

    This should work, I need the exact code you use in the page.

    Please pm me.

    I also tried to use the generated code that works on my end, have created a short video for your reference, you can download it here:

    https://www.dropbox.com/s/zztkx28emakau4k/FB.swf

    Thank you

    Sanjit

  • How to use the value in a combo box as a parameter "with these values?

    Hello, new user.

    I have a box of drop-down list on Page 1, on which the user can choose a number of study. The list box is named "P1_STUDY_NBR".

    Then I have a list, a single entry that goes to my form master / detail, which is Page 6. I would like him to go the number of study that the user choose on Page 1.

    In my goal on the list to create/edit entry, I put in the 'Page of this Application"," Page 6 ", then in any of these items, I put in."
    P6_STUDY_NBR

    My question is what to use with these values, where I want the content of the P1_STUDY_NBR. I tried:
    & P1_STUDY_NBR

    and it does not work. If I put in one of the numbers in the study, as 336-00, then it works, but I want to increase the number of study that the user chooses in the drop-down list. What should I do for P1_STUDY_NBR content?

    -Mary

    Hello

    The format should be:

    &P1_STUDY_NBR.
    

    You seem to miss the point at the end

    Andy

  • How to use the OS on a different language on my Satellite A500-18 t?

    My laptop is Toshiba Satellite A500-18 t with French edition of Windows 7 Home premium.
    I want to change the interface of windows for English, but how can I do this?
    Please, I want a quick help... I would also like its drivers

    Laptops are specific countries and products when you buy your laptop you also buy OS with a single license for your operating system preinstalled.
    If you want the English version, you must purchase Microsoft Win7 disc facilities for the English language.

    All the drivers, tools and utilities that you can find on Toshiba download page under http://eu.computers.toshiba-europe.com/

  • How to get the value of column d/e with combinations of 3 columns?

    Hi all

    create the table dup_tab

    as

    Select 'AB100' donnees_1, data_2 ' 100 ', 'NN' data_3 data_4 ' 12345' double

    Union of all the

    Select 'AB100' donnees_1, data_2 ' 100 ', 'NN' data_3 data_4 ' 12346' double

    Union of all the

    Select 'AB100' donnees_1, data_2 ' 100 ', 'NN' data_3 data_4 ' 12347' double

    Union of all the

    Select 'AB200' donnees_1, data_2 ' 200 ', 'BB' data_3 data_4 ' 11111' double

    Union of all the

    Select donnees_1 'AB101', '101' data_2, data_3 'NB', '1234' double data_4

    Union of all the

    Select '1235' data_4, data_3 'NB', data_2 '101', 'AB101' donnees_1 double;

    I suspect the data as below, donnees_1,data_2,data_3 (a values) but d/f data_4 , I need to get these lines only please help me how to write a query on this

    DONNEES_1DATA_2DATA_3DATA_4
    AB100100NN12345
    AB100100NN12346
    AB100100NN12347
    AB200200BB11111
    AB101101NB.1234
    AB101101NB.1235

    In my table, I have to find with data of above combinations

    Given expected o/p

    DONNEES_1DATA_2DATA_3DATA_4
    AB100100NN12345
    AB100100NN12346
    AB100100NN12347

    Thank you

    Post edited by: Rajesh123 added extra test cases

    Hello

    Well, looking at the labels that you created for your question you have "Duplicate record".

    ...

    I suspect the data as below, donnees_1, data_2, data_3 (has the same values), but d/f data_4 , I need to get these lines only please help me how to write a query on this

    DONNEES_1 DATA_2 DATA_3 DATA_4
    AB100 100 NN 12345
    AB100 100 NN 12.4 K
    AB100 100 NN 12347
    AB200 200 BB 11111
    AB101 101 NB. 1234
    AB101 101 NB. 1235

    If you want to show the duplicated records, try the following:

    WITH t AS
      ( SELECT 'AB100' data_1, '100' data_2, 'NN' data_3 ,'12345' data_4 FROM dual
      UNION ALL
      SELECT 'AB100' data_1, '100' data_2, 'NN' data_3 ,'12346' data_4 FROM dual
      UNION ALL
      SELECT 'AB100' data_1, '100' data_2, 'NN' data_3 ,'12347' data_4 FROM dual
      UNION ALL
      SELECT 'AB200' data_1, '200' data_2, 'BB' data_3 ,'11111' data_4 FROM dual
      UNION ALL
      SELECT 'AB101' data_1, '101' data_2, 'NB' data_3 ,'1234' data_4 FROM dual
      UNION ALL
      SELECT 'AB101' data_1, '101' data_2, 'NB' data_3 ,'1235' data_4 FROM dual
      )
    SELECT *
    FROM
      (SELECT data_1,
        data_2,
        data_3,
        COUNT(*) over (partition BY data_1,data_2,data_3) cnt
      FROM t
      )
    WHERE cnt > 1
    

Maybe you are looking for

  • Virgin Media UK has changed his ISP address and I cannot add the new address through automatic or manual, how do I do it?

    Virgin used to use google for it's email service has recently created a new ISP of it own. I'm unable to find using the automatic "Add account" in Thunderbird. I tried to do it manually without joy. I can't get into my email account using webmail bla

  • Select all for transfer

    I want to transfer an audiobook from a USB to ITunes on my Mac Pro, but I can't seem to select all.  I have to hold down the SHIFT key and click each chapter individually for their transfer. It's your time and aggravating and annoying.  I don't have

  • Browser does not allow me to open attach

    I use Firefox and comcast mail. When I try to open an e-mail attach (form an envelope) I get a message that browser will not open...

  • using the formula node array index

    Hello I'm new to labview... I am creating a vi that takes a number n and out the primes from 0 to n (i.e. including 1). My approach to do, he uses a formula node, but I can't understand how the table index or for each number first output. It seems th

  • Update USB 2.0 to usb 3.0 on a Pavilion Elite m9040n

    Askngif an upgrade to any of the USB 3.0 and worth it. -What will be benifical? I can USB 2.0 plogs on before e left on computer now. Can one of them be removed and replaced with a USB 3.0? Or is it more complicated of han who? Thank you