How to use Transport Delay VI? Please show me some example.

I want to delay signal with my selection delay time(example:second,period,number of sample). I saw in LabVIEW have,it have three delay function are 1.Transport Delay 2.Delay Value 3.Unit Delay .Now I take look for Transport Delay VI.I think this function can delay signal with specific time which I want.I tested it by use it to delay sine wavefrom(number of sample=1000,sampling rate =1000Hz),for Transport Delay,I set initize=TRUE,Delay=500. I think the result may sine waveform which same shape of original sine waveform but delay 500 sample after it but the result different from my think. Everyone please recommend me,How to use it?Show me some example.Or please tell me how to delay signal.If can not post picture on the board,mail to me.
[email protected]
[email protected]

Hi TOTSAPORN!
It sounds like you are trying to alter the timing of a waveform. What I would suggest to you is to look at the Waveform palette to explore the different ways of manipulating the waveform datatype. Also, I put together a small example (written in LV 7.1) to delay the waveform graph by 500 samples (500*dt seconds).
Hope this helps!
Travis H.
National Instruments
Travis H.
LabVIEW R&D
National Instruments
Attachments:
Waveform Offset.vi ‏64 KB

Similar Messages

  • Anyone here knows how to use struts??Please show me some examples

    As above..

    Download Struts and install it in the downloaded binary there are lot of examples provided by the Struts team.

  • Please show me some examples for using the carray type fields in FML buffer

    How to use Fget and Fchg to access and modify the carray type fields in FML buffer?
    please show me some examples?
    Thanks!

    How to use Fget and Fchg to access and modify the carray type fields in FML buffer?
    please show me some examples?
    Thanks!

  • Regarding how to use index , please give me some example if possible

    Hello everybody:
           Thank you all for your help in  advance .
           would you please tell me how to use index, please give me  some example if possible.  couldn't thank you more!
          best regards .
         Frank

    Index is used for faster access of data base tables.
    An index helps to speed up selection from the database. An index is a sorted copy of selected database table fields.
    The primary index is always automatically created in an ABAP-based SAP system. It consists of the primary key fields of the database table. This means, for each combination of the index fields exists a maximum of one record in the table. This kind of index is called a UNIQUE index.
    If the primary index cannot be used to determine selection result, (for example, the WHERE condition does not contain any primary index fields), the system searches the whole table. To prevent this, and determine the selection result by searching through a restricted number of database records, you can create a secondary index.
    However, you should not define an index for all possible fields in the WHERE condition.
    Check this thread..u have more details.
    In which situation we can use the reading of  index

  • How to use a Text View to show the current user

    Hi Experts,
    I am using a Text View to show the current logged on user.
    Also i need to retrieve the date of creation of proposal and show it as output parameter.
    I am using the following code but it is not working properly.
    Please help me out regarding the same.
    Method technicalDescription()
    //Attribute User to store user name
    IGPAttributeInfo user = output.addAttribute("USER", IGPAttributeInfo.BASE_STRING);
                user.setMultiplicity(IGPAttributeInfo.MULITIPLICITY_1_1);
    //Attribute date to store current system date           
    IGPAttributeInfo date = output.addAttribute("DATE", IGPAttributeInfo.BASE_DATE);
                date.setMultiplicity(IGPAttributeInfo.MULITIPLICITY_1_1);
    Method execute()
    //getting current system date
    Date currDate = new Date(System.currentTimeMillis());
              contextElement.setDate(currDate);
    //Retrieve Current User Details
    try {
    IWDClientUser user = WDClientUser.getCurrentUser();
    String firstName = user.getFirstName();
    String lastName = user.getLastName();          
    String userName = lastName + " " + firstName;
    contextElement.setUserName(userName);
    } catch (WDUMException e1) {
    // TODO Auto-generated catch block
    e1.printStackTrace();
    Method complete()
    output.setAttributeValue("USER", wdContext.currentContextElement().getUserName());
    output.setAttributeValue("Date", wdContext.currentContextElement().getDate());
    Thanks a lot.
    Cheers
    Gaurav Raghav

    There are a few ways, for example declare an IBOutlet for the text field and then use it with NSControl's stringValue: method (inherited by the NSTextField), or bind the value of the text field to a property, etc.  What have you got so far?

  • How to use a Text View to show the current user in WDJ

    Hi Experts,
    I am using a Text View to show the current logged on user.
    Also i need to retrieve the date of creation of proposal and show it as output parameter.
    I am using the following code but it is not working properly.
    Please help me out regarding the same.
    Method technicalDescription()
    //Attribute User to store user name
    IGPAttributeInfo user = output.addAttribute("USER", IGPAttributeInfo.BASE_STRING);
    user.setMultiplicity(IGPAttributeInfo.MULITIPLICITY_1_1);
    //Attribute date to store current system date
    IGPAttributeInfo date = output.addAttribute("DATE", IGPAttributeInfo.BASE_DATE);
    date.setMultiplicity(IGPAttributeInfo.MULITIPLICITY_1_1);
    Method execute()
    //getting current system date
    Date currDate = new Date(System.currentTimeMillis());
    contextElement.setDate(currDate);
    //Retrieve Current User Details
    try {
    IWDClientUser user = WDClientUser.getCurrentUser();
    String firstName = user.getFirstName();
    String lastName = user.getLastName();
    String userName = lastName + " " + firstName;
    contextElement.setUserName(userName);
    } catch (WDUMException e1) {
    // TODO Auto-generated catch block
    e1.printStackTrace();
    Method complete()
    output.setAttributeValue("USER", wdContext.currentContextElement().getUserName());
    output.setAttributeValue("Date", wdContext.currentContextElement().getDate());
    Thanks a lot.
    Cheers
    Gaurav Raghav

    You can use a text string as the reference.
    If you use the VISA Find Resource function, it will return an array of strings which you can index in your code, and store either the index, or store the string itself. You can even use strings like COM1 and COM2, assuming those ports are available.
    The challenge is when you move from one machine to another, where the serial ports may be different on the other machine.
    Message Edited by LabViewGuruWannabe on 01-07-2008 06:33 AM
    Message Edited by LabViewGuruWannabe on 01-07-2008 06:37 AM
    Attachments:
    VISA find.png ‏5 KB

  • How to use jquery plugin jResponsive, please help!!

    Hello,
    Can someone show me how to integrate JResponsive plugin into Edge Animate with an example?
    Here is the link to Jresponsive website:
    Jresponsive
    Thank you.

    In compositionReady i inputed code:
    var container_id = sym.getSymbol("container_id")
    var content = [];
    content[0] = '<div class="_1"></div>';
    content[1] = '<div class="_2"></div>';
    content[2] = '<div class="_3"></div>';
    content[3] = '<div class="_4"></div>';
    content[4] = '<div class="_5"></div>';
    content[5] = '<div class="_6"></div>';
    content[6] = '<div class="_7"></div>';
    content[7] = '<div class="_8"></div>';
    content[8] = '<div class="_9"></div>';
    content[9] = '<div class="_10"></div>';
    content[10] = '<div class="_11"></div>';
    content[11] = '<div class="_12"></div>';
    yepnope(
    nope:[
    'js/jquery-2.1.1.min.js',
    'js/jresponsive.js',
    complete: init
    //when yepnope has loaded everything execute init();
    function init (){
    //initialise your variables and Edge comp here
    $("#container_id").jresponsive({
        transormation: 'animation',
        min_size: 100,
        max_size: 250,
        height:250,
        hspace:10,
        vspace:10,
        class_name: 'item',
        content_array: content
    and nothing happens. Can someone show me how to correct things in the code above?
    I am using EA 2014.1.1.
    I attached the example for you to open and see:
    Dropbox - jresponsive.rar

  • How to use Transport Files

    Hi All,
    I have generate Transport files .co files and .dat files while transport the package.The package contails Function modules.My question is What is the use of this files??How can the non sap and sap customers use this files ? If any customers need to use this Function modules what is the best way to sent them as the files and how they use?
    Thanks in Advance.
    Madhu.

    Hi Madhu,
    Glad to know that now you've the cofile and datafile.
    I have generate Transport files .co files and .dat files while transport the package.
    I hope you are referring to the cofile and datafile and the correct naming convention for these files are
    cofile - K9<5digit>.<SID> found in /usr/sap/trans/cofile
    datafile - R9<5digit>.<SID> found in /usr/sap/trans/data
    Now these files are generated when you release (i.e export) the change request in the system. cofile is the command file which contains what action to be done for the particular transport request. datafile contains the actual data e.g your function module.
    What is the use of this files??How can the non sap and sap customers use this files ? If any customers need to use this Function modules what is the best way to sent them as the files and how they use?
    Transport management relies on this files to import the changes to the subsequent system. now these files are generated only when you release/export the change request in DEV system. if there are no files at OS level transport directory, from where SAP would read what to import in the QAS system/next system?.. so these files give that info to tp/r3trans.
    Generally, in normal case its not required to play with datafile and cofiles as in customer has the landscape in place (and most develeopment is done in DEV system, and moved further), but in some case, customer develops new stuffs in a system which in not in a landscape, and they want the same developments in another system - here they can just transfer the required datafile and cofile in the target system and then import it.
    Hope this clarifies your doubts.
    Regards,
    Debasis.

  • How to use 'Wait'/'Delay' in Swing

    Hi all,
    I want to simulate an interation between two peers,
    that exchange information among each other.
    The idea is to have a JPanel where JLabel("Text") are
    added in a fixed but consecutive intervals. Something like
    <Add label>; <Delay/wait a second>;<Add other label>; <Delay>;.....
    Is there an easy/simpler way to do this without using
    threads?
    Does Swing have a simple way to do what I want?
    Can you recomend a link for this?
    Pls note that I don't want to block my entire application.
    Thanks in advance for the help,
    Jorge

    Here is a link to the Swing tutorial on "How to Use Timers":
    http://java.sun.com/docs/books/tutorial/uiswing/misc/timer.html
    And here is a link to to thread that uses a Timer to 'continuously scroll text':
    http://forum.java.sun.com/thread.jsp?forum=57&thread=291161

  • How to use rep2excel tell me please problem in building report in excel

    just i prepared a report using report builder. Please tell me detailed procedure for using rep2excel software and producing report in excel from forms runtime itself.
    note : mine is a personal system hence i am not using internet. I came to know that rep2excel only used in latest version of deverloper suite. Please suggest detailed procedure after run report from forms runtime to convert that report to excel.
    with thanks
    prasanth a.s

    Hi,
    I would recommend building your project in JDeveloper, creating the connection pool using the JDeveloper tools (Tools - Embedded OC4j Preferences) and then using the configuration files that were created in JDeveloper to use within your standalone OC4J server, assuming that is what you are using.

  • How to use transport of copies

    Hi Friends,
    My requirement is to transport se38 programs from one Development client of one server to Development client of another server using transport of copies.
    any idea on this requirement.
    good answers reward points.
    Thanks,
    Vamsykrishna.

    Hi ,
    You can try Download/Upload of transports.
    Try this
    http://it.toolbox.com/wiki/index.php/Upload_and_download_SAP_transport_request
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c9efcc85-0601-0010-c280-9880dc7c23db
    Regards,
    Aj

  • How To Use OSB's For Each to do this example?

    Hi All Friend:
    My XML From Assign . it SOAP Response Body variable is : RequestBussiNo. The Document is :
    <soap:Body xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <DownloadBusinessNOResponse xmlns="http://www.taiji.com.cn/">
    <DownloadBusinessNOResult>
    <BusinessNO>
    <string>150100110262188</string>
    <string>150100110280225</string>
    <string>150100110284768</string>
    </BusinessNO>
    <ArraySize>3</ArraySize>
    <Result>true</Result>
    <ReturnCode>0000-Interface execute successed!</ReturnCode>
    </DownloadBusinessNOResult>
    </DownloadBusinessNOResponse>
    </soap:Body>
    I Don't Know How to Use For Each Function to each this Document Get the "string" tag text;
    my friend Please help me. thanks.

    Check the below thread and let us know if it helps
    Re: OSB:for-each action working procedure with a sample.
    Re: Assign activity erros with XPath query string returns multiple nodes.
    Regards,
    Ramesh

  • How can use row_number() over partition by plz provide some doc.

    row_number() over (partition by)
    what is this and how can use it in sql query.
    if ur have any documentation of it. plz give...me..
    thanx sir
    thanx in advance.

    http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96540/functions105a.htm
    SELECT empno, deptno,
    row_number() over (partition by deptno order by empno) rn
    from scott.emp
         EMPNO     DEPTNO RN                                    
          7782             10     1
          7839             10     2
          7934             10     3
          7369             20     1
          7566             20     2
          7788             20     3
          7876             20     4
          7902             20     5
          7499             30     1
          7521             30     2
          7654             30     3
          7698             30     4
          7844             30     5
          7900             30     6Regards
    Dmytro

  • Please give me some examples of video chat with adobe flash builder 4 or adobe flex 3.5

    I'm a newbie for flex. I had a project from my college to made a video chat application using Adobe Flash Builder 4 and used Red5.  please help me, give me some examples of video chat source code, so that i may to learn it. thanks a lot friends.

    As you are starting at the beginning you may as well start with FB4. When you install FB4 you will find that its start page has links to documentation tutorials and examples through the tour-de-flex. There are some great blogs that continue to offer advice and examples, nothing beats well written examples for learning. If you are on face book there is an Adobe Flex page that is continually giving links to examples and information about e-seminars.
    And of course there is here. So jump on board and have a bit of fun.
    David

  • How to use video in a slide show

    I've created slideshows in iPhoto and incorperated a mizture of photos and videos.
    I've now made one using Aperture but the video does not play - it just shows the first frame. The video will play if I select it alone in the browser.
    Any suggestions.?
    Thanks.

    Thanks Frank, I had watched that some time ago but it was good to be reminded of it.
    What I was having problems with was running the slideshow in 'manual' mode ie starting it using the Play slideshow option and then moving on from slide to slide during my talk which has no set time for each slide.
    What I discover is that using the keyboard or mouse, in effect, puts the show on pause. Using arrows or mouse moved the show forward but to show video it is necessary to press space to cause it to run and then pause it again - or set slides to a very long display time.
    Anyhow, unless there's a neater solution this is workable.

Maybe you are looking for

  • Core Audio disk too slow error?

    I've read most of the reports from previous versions -relating to ibook disk speed and how an external fire wire drive is the way to go, so I got one, how do i set up Garage band to record to it, i can see it on the dt, but I'm still getting the same

  • Plot 3d curves at once

    hello all together, is there a way to plot for example 10 3d-curves at once in a 3d graph instead of sequentially? thanks for the feedback !

  • Installing v.3 on Windows 8

    Can I install this old a version on my new pc?

  • TS4268 iMessage and FaceTime are saying check the network connection and try again.

    iMessage and Facetime started saying check the network connection and try again two days ago.

  • Lan Based Messenger.

    I want to develop a LAN based messneger, which can be used by the employees in an office to communicate with each other, send files etc. Please tell me how to go about it -- what classes to use,where to start from etc. as I don't know much about netw