More than one input to waveform graphic

We have x-axis represent for time and y-axis for amplitude of the signal... How can we give in more than one input to y-axis so we can monitor all signals
(about 4 signals I need) on the same graph?
Thank you

I'm just a begineer myself, but this is how I've accomplished this task in the past.
First of all, I was receiving my data as a 1-D array of waveform data. I wired this data to a 'build array' function inside a 'for loop' where I then spliced it into a 'build waveform' to combine it with a time value from the waveform data. I essentially just rearranged the data to a form that could graph all data simultaneously. The attached vi might help my explanation.
There is probably an easier way.
Attachments:
multigraph.vi ‏21 KB

Similar Messages

  • How to include more than one input ready rows in analyzer

    Hi Gurus,
            I have a requirement that, I need to have more than one input ready rows at the end of the query output in analyzer.
       Normally it will show only one row as input ready at end of the query result in any manual planning analyzer., But my requirement is to have multiple input ready rows in analyzer. Is it possible in workbook/analyzer?.
    Thanks,
    V.Senthil

    Hi Senthil,
    Have a look at the below thread.
    How to add new rows for input ready query in BEx analyzer
    Regards,
    Venkatesh

  • Simultaneously read more than one input and generate output

    Is it possible To simultaneously read more than one input and generate outputs depending on these inputs? If this isn't possible what is the best way to go about making some sort of timed loop that will read an input, read the next input, decide whether or not to output and so on. Hope someone can help. Thanks.Message Edited by Esmith13 on 05-25-2005 01:36 PM

    Hi,
    You should look at the synchronized examples for analog input and output that can be found in the example finder under:
    Help>>Find Examples>>Hardware Input and Output>>DAQmx>>Synchronization>>Multi-Function
    These will get you started to being able to handle multiple tasks at the same time.
    I hope this helps. Have a Great Day!
    George

  • Using more than one input device at the same time

    Is it possible to use more than one input device at the saem time in logic express. For example I have a fire wire input device and a usb input device can I get Express to recognize both of these at once and so have a total of 4 ins which would be great since Im transfering tracks off my ADAT and it would be less track to have to line up.
    Thanks

    Hi,
    yes, it should be possible by creating an aggregate device. Google for it or search this forum. There are many tutorials how to set it up.
    Have fun!
    Fox

  • How to make an indicator takes more than one input

    Hello,
    I want to know how to make an indicator ( like gauge for example) response to more than one case strrcuture result. In other words, how the indicator can take more than one input and move based on different input values ( the arrow of the gauge moves to different angles basesed on the logic structure and not only to one degree).
    Thanks in advance,
     

    YES, you got it right Coastal !
    This is what i want to do,
    I dont know how to establish this output in the software, i am still learning LabVIEW.
    I put a merge block to join the outputs but it didnt work.
    check it in the attached VI file.
    I am sure it is an easy thing but I dont know how to implement it.
    Any help you provide is appreciated,
    Best wishes 

  • How to add more than one input arguments to the tpcall

    Hi
    Can any one know how to add more than one input arguments in the tpcall using WTC (Jatmi)?
    Par example, I have un service Tuxedo getConsoClient(char* cli_id, char* type)
    To call this service, I'm using tpcall("getConsoClient", dataIn, 0);
    here, I did't know how to add two parameters in the TypedBuffer object. I'm new to WTC.
    Any hints will be greatly appreaciated.
    Advanced thanks

    Thanks for you help. But in java Jatmi, I have lot of problem to convert array into TypedBuffer or TypedString. See below code, I'm tried using vector or tableau etc..
    But I have always same erreur. :(
    public void getClientInfo() {
         Context ctx;
         TuxedoConnection myTux;
         TypedString numinst = new TypedString("1");
         TypedString idClient = new TypedString("1003");
         TypedString[] dataIn = {numinst,idClient};
         //TypedString dataIn = new TypedString(numinst+"\0"+idClient+"\0");
         Vector input = new Vector();
         input.add(0,numinst);
         input.add(1,idClient);
         Reply rpy = null;
         try{          
              System.out.println("getClientInfo called : " + dataIn);
              TuxedoConnectionFactory tcf;               
              ctx = new InitialContext();
              tcf = (TuxedoConnectionFactory) ctx.lookup("tuxedo.services.TuxedoConnection");
              myTux = tcf.getTuxedoConnection();          
              System.out.println("About to call tpcall cnx = "+myTux);
              rpy = myTux.tpcall("LireInfoCli_SE",(TypedBuffer)dataIn, 0);          
              System.out.println("tpcall successfull!");
              TypedFML32 typ = (TypedFML32) rpy.getReplyBuffer();
              System.out.println("Reply Type = "+rpy.getReplyBuffer().getType());
              System.out.println("Reply toString = "+typ.toString());
              while(typ.Fiterator().hasNext()){
                   System.out.println("Reply toString = "+typ.Fiterator().next().toString());               
              myTux.tpterm(); // Closing the association with Tuxedo
         }catch (TPReplyException tpx) {
              // Could not get the tuxedo object, throw TPENOENT
              System.out.println("TPReplyException perrno = " + tpx.gettperrno()+" DETAILS "+tpx.gettperrordetail()+" getLocalizedMessage "+tpx.getLocalizedMessage()+" "+tpx.getCause());
              tpx.printStackTrace();
         }catch (TPException tpx1) {
              // Could not get the tuxedo object, throw TPENOENT
              System.out.println("TPReplyException perrno = " + tpx1.gettperrno()+" DETAILS "+tpx1.gettperrordetail()+" getLocalizedMessage "+tpx1.getLocalizedMessage()+" "+tpx1.getCause());
              tpx1.printStackTrace();
         }catch (NamingException ne) {
                   // Could not get the tuxedo object, throw TPENOENT
                   System.out.println("Could not get TuxedoConnectionFactory : " + ne.getMessage());
                   ne.printStackTrace();
         }catch(Exception e){
                   System.out.println("Exception in getClientInfo ->"+e.getMessage());
                   e.printStackTrace();
         return;
    }

  • Query More Than One Input

    Having trouble and I just cannot seem to make any progress.  I think that I have tried so many things that I have confused myself and now I am unsure of where to turn.
    I have a simple query that should take a set of inputted words – run each word through the database – then based on the matching of each word – return a term and the total number of times that all the words match that particular term.
    So far, all I have been able to do is run the words through the database – but, it seems to only count or return results based on the last word from the input.
    Let’s say I input the following three words:
    Time Test True
    And have the following three terms:
    Bandit, Results, False.
    Now, if I had the following matches (i.e. time matches to Bandit 3 times, to Results 2 times and to False 1 time):
                            Time     Test      True
    Bandit              3          2          1
    Results             1          1          1
    False                2          1          2
    Given the inputs (all at one time) – I want the results to return:
    Bandit First – as it has the most matches of all words combined,
    False second – as it has the second most matches of all words combined,
    And so on.
    However, how I have it set up – it will run through all the words – but only return the results of the last word and then order the results based on that last word only.
    In this case (above) – it will run all the words – but the results it returns would be:
    False – because it has the most results for the last word,
    Then Bandit, then Results.
    Also, if the last word (True in this case) did not return a match of any kind – I would get a LIMIT error – even if the other words matched the terms in the db.
    I have tried many, many things and just seem to get nowhere.  Please help – do I add more code to the query – like if statements or do I do it outside the query?
    Code is attached.

    >Cross tabs or pivit tables will not work here
    >since I do not know how mant search terms will be entered.
    You can dynamically build the crosstab query based on the number of search terms entered.
    >As a side note - I did set up a scheme and desired results in my write up.
    OK, I wasn't sure if that crosstab you included was an example of the output or just an explanation of the data distribution. It's also still not clear how the data in arranged in the table(s).

  • How to you use more than one input with an audio interface

    Looking at the PreSonus FireStudio Mobile. Nice little box. It says that it has 10 inputs, 2 are the usual XLR/-1/4" type and there are 2 gain control and 2 meters. But there are 6 other inputs on the back. How would one use those? With only 2 gain pots on front? Also how do you configure LE to take those all in? I generally record on track (input) at a time. But what if I want to record more? How do I do that?
    Thanks

    Yes. If you are in the Photos app in thumbnail view (i.e. the photos are not full screen), then if you tap the icon top right of the box with the arrow coming out of it, you should be able to select up to 5 photos and be able to then tap the Email button top left to attach them to an email

  • Processing XSLT with more than one input variable

    Hi,
    We have a requirement where we have to generate email body using XSL. But the fields that are to be included in the mail require contents of two different variables.
    If we use 2 transforms for the above use case, we are not able to achieve what we want.
    The content of the mail is to be formatted in a format similar as below. The content of the the 2nd transform is to be placed at some point inside the content of the first.
    +<some content from 1st xsl transformation>+
    +<content from 2nd xsl transformation>+
    +<rest of the content from 1st xsl transformation>+
    Please give your inputs on how we can handle such a transformation
    Thanks and Regards
    John

    Hello John,
    What you can do it combine the result set from these two variables into one single element based on a new custom xsd which is the combination of these two elements. Aftet doing this you can achieve the req with one transformation. Below is the sample combined xsd based on the two result sets, in this case the two result sets are from two db adapters(data from 2 tables).
    <?xml version="1.0" encoding="windows-1252" ?>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns="http://www.example.org"
    xmlns:db1="http://xmlns.oracle.com/pcbpel/adapter/db/top/dbadapter1"
    xmlns:db2="http://xmlns.oracle.com/pcbpel/adapter/db/top/dbadapter2"
    targetNamespace="http://www.example.org"
    elementFormDefault="qualified">
    <xs:import namespace="http://xmlns.oracle.com/pcbpel/adapter/db/top/dbadapter1
    " schemaLocation="dbadapter1_table.xsd"/>
    <xs:import namespace="http://xmlns.oracle.com/pcbpel/adapter/db/top/dbadapter2"
    schemaLocation="dbadapter2_table.xsd"/>
    <xs:element name="CompositeElement">
    <xs:complexType>
    <xs:sequence>
    <xs:element name="CompTableElement">
    <xs:complexType>
         <xs:sequence>
              <xs:element ref="db1:root_element_from_db_adapter_1"/>
    <xs:element name="FormulaDetail">
    <xs:complexType>
    <xs:sequence>
    <xs:element ref="db2:root_element_from_db_adapter_2"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
         </xs:sequence>
         </xs:complexType>
    </xs:element>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    </xs:schema>
    After you create this xsd, create an element of this type and use this as a source in your transformation.
    Hope this helps
    Ram

  • More than one Input field [Parameter] in a single row on Selection-Screen.

    Hi All,
    I am having one scenario where i need to create 6 input fields on selection screen. 3 input fields in first row and remaining 3 input fields on the second row. So will you guys send me some sample code how to do this.
    Waiting for your reply.
    Regards,
    Santosh

    Hi Santhosh,
    check this snippet for parameters.
    SELECTION-SCREEN SKIP 3.
    SELECTION-SCREEN BEGIN OF BLOCK calc
                        WITH FRAME TITLE text-001 NO INTERVALS.
    SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS:
      p_param1(3) type c,
      p_param2(3) type c,
      p_param3(3) type c,
      p_param4(3) type c.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN END OF BLOCK calc.
    check this snippet for select-options.
    SELECTION-SCREEN SKIP 3.
    SELECTION-SCREEN BEGIN OF BLOCK calc
                        WITH FRAME TITLE text-001 NO INTERVALS.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN :
    PUSHBUTTON 20(3) b1  USER-COMMAND b1,
    PUSHBUTTON  29(3) b4  USER-COMMAND b4,
    PUSHBUTTON  38(3) b7  USER-COMMAND b7,
    PUSHBUTTON  47(3) pm  USER-COMMAND pm.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN END OF BLOCK calc.
    Hope this would help you.
    Regards
    Narin Nandivada.

  • How Calculate more than one value and store it into to different rows and column for each input?

    thx guys.....i have a progress now in LV
    But now i have new trouble here. Ok i attached my LV file (LV 7.0.1/7.1) and excel form. I just could'nt calculate more than one input value. I want a different result for each value that i enter ... and store it into different rows and column. But it just store at one row.
    Attachments:
    My Project.vi ‏31 KB
    rumus motor bakar.xls ‏14 KB

    duplicate post

  • Using more than one USB input device with Logic

    I have 2 USB mic's that I would like to record to separate tracks in Logic Express. The research I've done seems to indicate that this is not possible because an audio interface is required for more than one input device of any kind. Is there any way around buying a $150 audio interface? If so, I'll complicate things further, the mics are SAMSON CU10's and logic does not recognize them unless you set them up with the Aggregate device editor. Another configuration I would like to use in a Line6 USB guitar interface on one track and a Samson USB mic on another. Any options or do I need to buy an audio interface?

    The line 6 is an interface. Try setting up the mic & the Line 6 as an aggregate device-I'm not sure if you can couple two ag's together or not. Barring that, Lexicon's Alpha has dropped to $80.oo, I'm getting set to but one today.
    -d

  • Html tag to upload more than one file at a time

    hai sir this is surendra i need html tag to upload more than one file at a time .I am using
    <input type="file" name="">
    tag to upload single file at a time i need tag to upload more than one file at a time .
    Waiting for your result

    You can add more than one input element of type file.
    <input type="file" name="name1">
    <input type="file" name="name2">

  • How to pass more than one value in RfcRequest ?

    Hi  Experts,
    I have a FModule (addition) which is exposed as an Enterprise Service. This FM takes two values as input(VAL1 and VAL2) and gives the result (RESULT). I have done the configuration to connect to the backend system via SAP Widget Foundation. When i tried to test in URL :
    http://localhost:7531/SapMiddleTier/REST/ewcs/service/rfct/form , i gave the input for the RFC Query Parameters as : <VAL1>10</VAL1><VAL2>20</VAL2> , but i get an error "Expecting Expression" .
    Am i giving the input in the wrong format ?
    I wrote another FM which doesnt take any input but returns some text as output and  when i queried it via the above URL, i get the correct result. I again tested with changing the Fmodule that accepts one input and returns one output and i find that it returning perfectly.  But when i try with more than one input i get the below error.
    Could some one please help ?
    See the error :
    <?xml version="1.0" encoding="UTF-8"?>
          <root>
             <Status text="expecting expression" code="-1" type="E"/>
             <StatusDetailList>
                <StatusDetail type="I" text="expecting expression" code="0"/>
                <StatusDetail text="" code="0" type="I" source="net.axyana.qizxopen.xquery.XQEvalException: expecting expression at net.axyana.qizxopen.xquery.ext.XfnEval$Exec.eval(XfnEval.java:62) at net.axyana.qizxopen.xquery.op.Expression.evalAsEvents(Expression.java:556) at net.axyana.qizxopen.xquery.op.ElementConstructor.evalAsEvents(ElementConstructor.java:105) at net.axyana.qizxopen.xquery.op.FLWRExpr.evalAsEvents(FLWRExpr.java:423) at net.axyana.qizxopen.xquery.impl.CompiledQuery.evalAsEvents(CompiledQuery.java:82) at net.axyana.qizxopen.xquery.impl.XQueryExprImpl.doExecuteQuery(XQueryExprImpl.java:267) at
    Best Regards,
    Sam..

    Hi John,
    Thank you for your reply.
    Am trying to test my FM(using http://localhost:7531/SapMiddleTier/REST/ewcs/service/rfct/form) as mentioned in this link:
    http://nvpal168.pal.sap.corp:1080/widgetgallery/staticPage.seam?pageId=staticPage9
    I had downloaded the SAP Widget Foundation and its running.
    Using the link : http://localhost:7531/SapMiddleTier/REST/ewcs/service/rfct/form we can test exposed function modules . If you are using SAP Widget Foundation, then the above link will open up a form
    where in the user gives RFC parameters.
    I gave it as <VAL1>10</VAL1><VAL2>20</VAL2> and click on Query RFC = > i get the above mentioned error. If this works, then i can call my function module via Adobe flex using HTTP Service with the service url as "http://localhost:7531/SapMiddleTier/REST/ewcs/service/rfct/form".
    Best Regards,
    Sam.

  • More than one document in a Batch Input Session?

    Hi to all,
    I need to post more than one document with a Batch Input of MB1A transaction.
    The user asked me to create only one session no mater how meny documents I've to post.
    The problem is that when I run the record (SM35), when the first document is saved, the batch input finishes and the rest of de documents in the record can't be processed.
    Does anyone knows if this is possible? or I've to create a new session for each document to de treated?
    Thanks to all.
    Nico.-

    You should be able to post all documents in one session.
    When you go in SM35 session, can you see multiple transactions in that session?
    All transaction postings  should happen within function 'BDC_OPEN_GROUP' and 'BDC_CLOSE_GROUP' in your program.
    Cheers,
    Vikram

Maybe you are looking for

  • How do I combine a number of document libraries into one heading?

    Please can anyone help me. I have a number of SharePoint Document Libraries which I want to move to one area (each document library is a project and when the project closes I want to be able to show this under one view 'Closed Projects').  HOw can I

  • "who am I" for functions?

    With custom tags, there's a 'ThisTag' variable. Is there an equivalant for functions? How does a function know who it is? The 'this' scope seems to call the parent, and the function's name is present in the local 'variables' scope, but there's nothin

  • Reinstalling Adobe Photoshop 10

    I need to reinstall Adobe Photoshop 10, when I insert the DVD I only get the option to uninstall. How can I get Adobe Air back? When I try downloading it, it doesn't work.

  • BTC work process status is in Sleep

    Hi All, In BW system one background job is running from long time usually it will take 100s and less than that.Now that BGD is running from long time and now that wp is stopped and in sleep condition.In the job log and sm12 I can find some lock entri

  • PLEASE HELP!!!! simple java program...

    Hi there, im seeking HEP!!!! from any one who could solve my problem. i have a program to be written that consists of gym members details and prints tem out to the screen. A program is to be written to store Gym registration details. A Gym member rec