HOW TO MEASURE THE WIDTH/TIME GAP PULSE ANALOG OF A WAVE

HELLO EVERYONE, IM NEW TO LABVIEW. IM USING NOR USB-6008 ACCESS "ACCELEROMETER READINGS TAP" BUT I NEED TO KNOW THE AMOUNT OF TIME BETWEEN EACH PULSE OR WAVE. IM ATTACHING THE SCREENSHOT OF THIS WAVE. PLS ME GUIDE FOR MAKING of this PROGRAM, I NEED TO KNOW the TIME DIFFERENCE "Dt"...

Thanks for your reply Sir, I can get the table of amplitude... but I can't get the time table... could you help me please

Tags: NI Software

Similar Questions

  • How to measure the width of pulse with MyRIO

    Hello

    Sorry in advance if this is not the most appropriate forum.  I'm not entirely sure if it's a more general problem of 'software' or the MyRIO-specific.  I have searched the forums and found a few related topics but could find no one who help me in this context.

    I'm trying to measure the width of a sensor pulse ultrasonic ping.  It emits a signal conditioning - the time that it is high directly corelates how far is the object.  Being new to LabVIEW I am confused as to how do I calculate the time it remains high.

    I read that LabVIEW should not need to 'variables' as in python or C, for what is the best way to measure time, the signal is high?  Normally, I'd go (new_time - old_time), but obviously I can't store an old time in LabVIEW as I would in python or C.

    Other notes:

    I have the sensor correctly ping echoing and I can see the blips on a chart and see a perfectly square wave valid.

    To answer your question on how you would in LabVIEW...

    While LabVIEW has not stated/named variables that you have in a language based on text, the data is stored on the wires. You can use the nodes as node registers or shift of feedback to store values between iterations of a loop:

    (this will keep subtracting y (starting with 0) and store the result for the next time it runs)

    LabVIEW also has functions in the range of mathematics/signal processing to make the detection of pulse on a waveform.

  • How to measure the execution time of a specific to a VI process?

    Hello! My VI has two processes: compression and edge detection image and I'm trying to measure the execution time for the process of detection of edge of my VI, but I don't know how to do. Please give me some ideas on how to do it. Thank you!

    There are several ways that you can do.

    -L' one is using the number of cycles before and after your vi to get time like here: http://digital.ni.com/public.nsf/allkb/6F6B9F4E149C80578625652800784764

    - or use the profiling: https://zone.ni.com/reference/en-XX/help/371361H-01/lvhowto/profiling_vis/

    Edit: If you're open to suggestions:

    -You have not to load the image inside the loop instead, make him outside of the loop.

    - And I see of many IMAQ buffers are not removed properly. You can have everything at once by Images (No) by logging in to Boolean TRUE: http://zone.ni.com/reference/en-XX/help/370281P-01/imaqvision/imaq_dispose/

  • Change the width of digital pulse inside the loop

    Hello

    I am looking for a solution that allow you to change the width of digital pulse inside while loop.

    Thanks in advance

    Check the operation of dataflow and single pulse meter output

    First counter generates little time, then big time.

    Your AO task then is to adjust tension on IT after Dig pulse. After the AO pulse width, he needs to put down

    If the Trac software is small enough for you, you might have used USB-6008 ($250), not Xseries $ 1600 - apparently of an overdose. X series can do this work with a void microsecond resolution.

  • How to increase the width of the form in the forms of oracle Designer

    Hey friends, I googled many times but could not find a solution for my problem. As you can see this link below, you will see screenshot of my form.

    https://community.Oracle.com/docs/doc-887527

    As you can see my form width is too small and there are a lot of empty space on my browser window. Can you please help me and tell how to increase the width of the entire form.

    Thank you

    In the formsweb.cfg, set the parameters width and height accordingly.

  • How to adjust the width of a shape?

    I'm tweaking an image that was created by another person (missing for a long time). It is a form that is too large and I want to make it narrower. When I click on the form itself, I see the main lines, but no handles to adjust the width. How to change the width or the height of a shape that is already created?

    Thank you

    Amy

    One way is to Edit > free transform path.

    MTSTUNER

  • How to display the width of the page or the big screen in firefox 11 automatically?

    How to display the width of the page or the big screen in firefox 11 automatically? I know how to Ctrl +, ctrl - and ctrl 0, but is there a way to define 11 firefox to automatically set the page viewing by default "page width" or full screen (F11 not)?
    Help, please. Thank you.

    You can use an extension to set a page zoom and the size of the default font on the web pages.

  • Satellite 1800-814: how to measure the temperature of the processor?

    I replaced the radiator component on my laptop as it freezes suddenly during the operation. Now everything seems to be better, but still a last question. How to measure the temperature of the processor?

    Dominic displays only HDD temp and MBM profile for 1800-224 display cases and the cpu. But if I can use this profile? Any other ideas how to meausre CPU temp?

    MBM shows me around 40 to 49 ° C for the cpu. Is this normal or too high just to run windows?

    Thanks in advance

    Greetings
    Jens Grieger

    Hello

    See this http://forums.computers.toshiba-europe.com/forums/thread.jspa?threadID=5564&messageID=19417

    Maybe the help!

  • How to shorten the execution time of the NXT (TETRIX & MATRIX toolkit) brick

    Hello

    How to shorten the execution time of the NXT brick?

    (TETRIX & MATRIX toolkit, running time)

    The software is 2012 LabVIEW for LEGO MINDSTORMS

    Thank you.

    Hi 40123157,

    You use the module in an appropriate manner, and there is no simple way to improve the time of loop iteration beyond what you've done. Here are my suggestions:

    (1) the i2c commands take a long time. In your application, it may speed up if you run only move the engine only when the engine speed has changed.

    (2) for this particular example, you do not use the release of the report engine. If this VI does not need to run it can be removed.

    (3) If you need to speed up execution other than that, as a user advanced LabVIEW, you can create a copy of the VI of engines to move and change it as you choose. All you have to to the "DC motors' entry is use cluster to array on the cluster, as shown below. I think you can speed it up by running all the settings before the loop (type sensor and fixed connection configuration), and removing the value of power if you send only the values between-100 and 100.

    (4) drawing on the screen can be slow you down here.

  • How to calculate the execution time of a SCTL in FPGA VI?

    Hello

    Can someone guide me that how to calculate the execution time of a SCTL for an iteration in the FPGA VI?

    Thank you and best regards,

    Rashid

    Hello r,.

    A SCTL will always run in a beat the clock it has been linked to.  So, if you use a 40 MHz clock, this loop will run in 25 ns.  If the code cannot complete in that, or if it requires two graduations of the watch to do the calculation, your code does not compile, then you have the guarantee that this will always be how long it takes this piece of code to run.

  • How to measure the frequency of a clock using meter in LabVIEW?

    Hi guys,.

    Someone knows how to measure the frequency of a signal introduced in LabVIEW (in the FPGA PXI-7813R), using a counter in LabVIEW?

    Essentially, I want to use this counter as a kind of Logic Analyzer.

    Thank you, Anoop

    I don't know what you mean by "manual".  It is all managed in a housing structure.

  • How to calculate the execution time of a loop?

    Hello

    Can someone guide me that how to calculate the execution time of a loop to iterate?

    Thank you and best regards,

    Rashid

    I hope I have your question! See attached screenshot

  • How to display the current time?

    Hi all!

    I know how to get the Date / time like this:

    {Label

    text: {}

    New Date();

    }

    }

    in which the label displays, for example: ' 2013-02 - 10 T 15: 52.28.

    How to display ONLY the hour (15)?

    Thank you

    -Ali

    Hello

    Use the formatDateTime Qt method:

    http://Qt-project.org/doc/Qt-4.8/QML-Qt.html#FormatDateTime-method

    For the opening hours:

    varhour = Qt.formatDateTime (new Date(), "hh"); or 'h '.

  • How to set the width of the left column?

    Hello

    I use model universal and APEX 5.0.3. I use the "left column model" of a page.

    I would like to increase the width of the left column. I have to unsubscribe from the master Thme? It does not seem desirable because "'to unsubscribe a theme will prevent future updates to the theme applied"; "

    So how to change the width of the left column?

    Thank you.

    Hello

    * arrg * navigation bar does not work with the current version of the plugin.

    In this case, take a look at the plugin and find the definition of the left box. You can find parts to copy into your page.

    Best regards

    Tobias

  • How to resize the width of the region

    Hi all

    I use apex 4.2.2 database oracle 11g R2, IE 9.

    I created a region on the HOME tab to the navigation menu.
    but its width is covering the width of the entire page.
    How could resize the width of the navigation region?

    Thank you very much.

    Hi Maahjoor,

    Change the region and

    In the Region attributes set style = ' width: 300px; " instead of 300, you can put all desired widths.

    hope this helps you.

    Kind regards
    Jitendra

Maybe you are looking for

  • Hardware acceleration is not enabled on the latest drivers

    HelloI use Firefox 24.1.0 ESR on a Debian Jessie and hardware acceleration does not get turned on, unless I'm force to be activated via subject: config. I use a fairly recent version of the proprietary Nvidia drivers and it does not appear on the bla

  • 11.0 FF not word wrap good number of my pages

    I had problems with some but not all Web sites does not not wordwrap... it's like a full paragraph of the text on a single line. Pain in the neck to read and I'm ready to get back to IE, but do not want to. 11.0 FF using on a 64 bit W7 machine. Many

  • Satellite P300-190: function keys do not work properly

    Yesterday I HAV epurchased P300-190 laptop but my function keys do not work properly! :-(Do you know what may be a problem and how can I solve it? See you soonPocoyo

  • dictation of own time format

    Hi guys; One that I tried to do things. When I am dictating in my iPhone I want to have the time (01:30, 07:25 etc.) formatted properly. If I say one oh five I have 105 not 01:05 If I say 1 full colon (no jokes) oh five I get Wonderful: O5 (I used an

  • No sound from new a6600f

    I did the test of his and I heard the chime, however, when I play any video or files audio, I have no sound. My monitor which has built in speakers turned on to my old computer and I got the sound is not the speakers. I don't know what else to do. Wo