How to use a meter to build a Logic Analyzer?

Hi guys, I heard that we can use a counter as a logic analyzer based on an input signal and its clock frequency. Anyone know how this works?

I'm reading a series of signals, that I have no knowledge except that there is a clock, reset and one line of data. and I want to develop a logic analyzer for 'know' these signals.

Thank you, Anoop


Tags: NI Software

Similar Questions

  • How to use labview for controlling the HP Network Analyzer

    Hello

    I have a HP network analyzer 8720D connect with my laptop by a USB-Gbspecifications FOR cable. I want to use LABVIEW for control to parser do measurement and data collection. What should I start? Where can I get the labview program to control the parser?

    Thank you.

    Help > find instrument Drivers. Then go to the Instrument Driver Network and read all the links on the use of pilots.

  • How to find what Windows 7 build I use?

    How to find what Windows 7 build I use

    http://www.Microsoft.com/security/updates/CheckVersion.aspx
    I guess that Windows 7 is similar to Vista. Type "winver" into the search/start box, and then click OK TaurArian [MVP] 2005-2010-development day of Services

  • How to use the build configuration options in the JDE

    Hello

    I have a few questions on the build options:

    1 could someone explain to me: how to use Build-> Configuration-> opt as private, Debug, Release?

    2. is it possible to add any option in the construction of rules in the official release, as all the lines as System.out.println ("... "); appear not in debug mode?

    Thank you for your answer

    Krzysztof

    They allow you to quickly enable and disable sets of projects.  For example, you can have a workspace with 4 projects, where some are dependent on each other, or you want to build different sets for different projects.  You can set up something like:

    Private = all active projects

    Debug = 1 and 4 are active

    Output = project 1, 2 and 3 are active.

    You can then proceed to change the set of projects that are active.

  • How to install Git on Coldfusion Builder 2 using Coldfusion 10?

    How to install Git on Coldfusion Builder 2 using Coldfusion 10?

    You must install EGit, an Eclipse plugin.  Go to the Help menu and select "Install New Software".  At the top of the dialog box, choose the site for the Eclipse Indigo repository.  Under the Group Collaboration of plugins, find EGit or Eclipse Git team provider.

    -Carl V.

  • How to use SQL above and PARTITION BY in OBIEE expression builder?

    Hello
    I want to create a new logical column with the following SQL query.

    AMOUNT (inventory Detail.Qty) OVER(PARTITION BY Inventory Detail.A,Inventory Detail.B,Item.C,Inventory Detail.D,MyDATE) /SUM (Inventory Detail.Qty) ON (PARTITION OF the inventory Detail.A Inventory Detail.B, Item.C)

    How to use OVER and the SCORE OF OBIEE expression builder?

    Thanks in advance

    Hi Janet,.
    We cannot use by in the Expression builder (DB). But use the same formula like this in Fx to response

    AMOUNT (inventory Detail.Qty) OVER(PARTITION BY Inventory Detail.A,Inventory Detail.B,Item.C,Inventory Detail.D,MyDATE) /SUM (Inventory Detail.Qty) > (PARTITION OF the inventory Detail.A Inventory Detail.B, Item.C)

    Sum (Inventory Detail.Qty by detail, Item, MyDate) /SUM (qty by detail, item)

    First check the numerator if it worked well or not then go with denominator

    compare the results with sql you have

    Let me know if it works

    Thank you
    saichand.v

    Published by: André Varanasi on 27 July 2010 21:27

    Published by: André Varanasi on 27 July 2010 21:28

  • How to use the TRUNC function with dates in the expression builder in OBIEE.

    Hello
    How to use the TRUNC function with dates in the expression builder in OBIEE.
    TRUNC (SYSDATE, 'MM') returns 1 July 2010"where sysdate is July 15, 2010 ' in SQL. I need to use the same in the expression builder in the logical layer mdb column.


    Thanks in advance

    Use it instead:
    TIMESTAMPADD (SQL_TSI_DAY, (DAYOFMONTH (CURRENT_DATE) *-1) + 1, CURRENT_DATE)

  • Can PCI 6602:How I use digital lines of the Board of Directors and at the same time to generate trains of pulses by using a meter?

    Hello!

    My problem appeared when I tried to update my traditional NOR-DAQ legacy code to DAQmx.

    I use 2 meter (meter 5 and 7 meter) on PCI-6602, to generate trains of pulses, as well as the lines of e/s digital port 0 (the form lines from 0 to 7). What I do in my request, it's that I'm starting to generate the pulse train on the output of 2 meters and after that I play with the State of digital lines.

    Traditional, it was no problem to use the meters and digital lines at the same time, everything went perfectly, but in DAQmx, is not possible.

    What's happening: I start generating train of pulses on the output of counters, no errors, but when I try to change the State of a line of digital port the generation of the pulse train is stopped. What happens when I start the task associated with the digital way.

    My question is: is it possible to create a channel on digital lines without changing the channels created for meters?

    Another thing that I managed to do with the panels 'Measurement and Automation Explorer' and Test for PCI-6602, is basically the same thing, I generate trains of pulses on the output of the 7 meter and try to start a job on the digital line, but I get an error:

    "Error-200022 occurred in test Panel.
    Possible reasons:
    Measurements: Resource requested by this task has already been reserved by another task.
    Device: Dev4
    "Terminal: PFI8.

    On the contrary if I use the counter 0 or a counter 1 to generate trains of pulses I encounter the same problem.

    What resources are used by 2 to 7 of the PCI-6602 card counters and the counters to 0 and 1 do not use?

    Thanks in advance for any answer!

    Ciprian

    After doing some real tests on this device, I found that it is a normal behavior for the jury of 6602.  This is because when you start a task digital all 32 lines are configured for digital i/o, so it replaces your meter operation.  The article below the link explains a little more on this subject.  You must start the digital task before the task of counter to use the features of both in your program.

    2 meter and above will not work correctly when you perform digital i/o on NI 6601 or 6602

    http://digital.NI.com/public.nsf/allkb/43F71527765EEC3886256E93006CD00C?OpenDocument

  • How to test finished game - using a meter.

    I have created a drag and drop game.

    I am trying to use a meter to test when the user has finished the match.

    My code is show below;

    var counter: number = 0;

    var gameFinish: number = 18;

    If (event.target.dropTarget! = null & & event.target.dropTarget.parent == myTarget)

    {

    correctChannel = correctSound.play ();

    counter ++;

    count_txt. Text = String (counter);

    event.target.removeEventListener (MouseEvent.MOUSE_DOWN, Pick-up);

    event.target.removeEventListener (MouseEvent.MOUSE_UP, dropIt);

    event.target.buttonMode = false;

    Event.Target.x = myTarget.x;

    Event.Target.y = myTarget.y;

    }

    on the other

    {

    wrongChannel = wrongSound.play)

    Event.Target.x = startX;

    Event.Target.y = startY;

    }

    }

    function TestFinish (): void

    {

    If (Counter = gameFinish)

    {

    finished_text. Text = String ("congratulations, you're done!');

    Stop (1, "HomePage");

    }

    }

    Once the user obtained the answers on the targets, nothing happens.

    I have a finished_text of name text box.

    Any help is very appreciated!

    Thank you.

    use:

    var counter: number = 0;

    var gameFinish: number = 18;

    If (event.target.dropTarget! = null & event.target.dropTarget.parent == myTarget)

    {

    correctChannel = correctSound.play ();

    counter ++;

    count_txt. Text = String (counter);

    event.target.removeEventListener (MouseEvent.MOUSE_DOWN, Pick-up);

    event.target.removeEventListener (MouseEvent.MOUSE_UP, dropIt);

    event.target.buttonMode = false;

    Event.Target.x = myTarget.x;

    Event.Target.y = myTarget.y;

    TestFinish();

    }

    on the other

    {

    wrongChannel = wrongSound.play)

    Event.Target.x = startX;

    Event.Target.y = startY;

    }

    }

    function TestFinish (): void

    {

    if(Counter == gameFinish)

    {

    finished_text. Text = String ("congratulations, you're done!');

    Stop (1, "HomePage");

    }

    }

  • Re: How to use the webcam on my C50-A-19U Satellite?

    I don't know how to use the webcam on my Satellite C50-A-19U.
    Help, please.

    Message was edited: assignment has been translated

    Hello

    I assume that you are using the original version of Windows pre-installed so good description how to use build-in webcam, you can find here.
    Check it out.

  • How to use table 1 d of waveform in the Matlab Script

    I use Lavbiew to make the classification of Vibration signal.

    The first problem I encountered is the form of incorrect data.

    The output signals are 1 d arrary of waveform. I don't know how to use the Matlab Script.

    is someone can help me with this?

    I really appreciate your help.

    Hey beauzhang,

    I hope that you are well today. It certainly seems that we lack in some problems with the different sources and data types of wells. LVM VI Express load you have emerged from a table of waveforms. So we would need to do a few things. First of all, we need to ignore the range of interests, and we must get the waveform data elements table.

    I have provided an example of how we can extract the waveform in position 0 of the table and then pass the array of data values to the script node Y. I have configured the entry of the data of a table 1 d Reals node (by adding an entry and then the right of entry and select choose data type.)

    If you are interested in getting the values Y and build the table like you did in the script, you need to implement a different subset of table and looping mechanism in LabVIEW code to move each item to the script individually. However, I would recommend working with the entry level instead.

    I hope this helps!

  • How to sync analog & meter and two usb devices

    Hello

    What I want to do is synchronize the analog inputs and an entry on a device (USB-6009) meter and then synchronize this device to a different USB USB-9211.

    I had a quick glance at the Web site and there are a few articles to the knowledge base on how to do these operations independantely (IE synch and synchronization channel) but I'm not sure how to bring it all together. My concern is that the USB-6009 case has only a single meter (which double as the PFI?) and it is generally used for the signal synchronization on the slave device? Used to say that I won't be able to use the meter to measure input? The USB-9211 a there a PFI connection?

    Any suggestion would be appreciated.

    See you soon!

    Hi David,

    If you want to synchronize and always stay USB, you will need to look at the chassis USB 4 9174.  With this, you can get a digital I/o module, for example the 9401, to interface with chassis backplane and synchronize the frame on another device like the 6009.  Another plus, it could ask, is that the bottom of basket 9174 meters integrated into the chassis, which have more capabilities than the meter 6009 and are accessible via the same DIO module that you use for synchronization.  This seems to be the best route to go because of the capabilities that you are looking for.

  • How to use the two counters to PXI-6280, to read and write at the same time?

    Hi all

    I try to use PXI-6280 counter to generate a command of step motor pulse train.  The idea is to send a number done and known pulse for the engine, which belongs to a system XYZ. The point is, if, at some point, the user or the security system can interrupt the movement. If this happens (and will be... a lot), I will lose the real position, because I don't know how many pulses were actually sent to the engine. That is why I want to use the other cost to count impulses how were actually sent to the engine. I can start any tasks (generating or account), but only the first started task will operate. I met a couple of mistakes and I'm not able to find a solution.

    Is it really possible to use the two counters? I've already done this in a pci system and worked without problems.

    Thanks in advance,

    Giavonna

    Electrical engineer

    I'm afraid that I don't understand your idea. Could explain you better?

    Material of the series M support pointing to an arbitrary digital signals at rates (the clock must be provided from another source, for example a counter).  If you want a digital pulse train finished output and have access to a counter (the two counters if find you another source for your clock, for example the subsystem "output frequency"), you must use this subsystem 'digital output' rather than the output of the counter.  There should be examples in the finder of the example shows how to configure a finished task of digital output.

    Now I'm generating sample clock having a single Timed material Point (the only mode accepts this mode), and configure the counter with finite samples.

    I don't think not just single point NI the hardware, that's what you want.  More commonly, output meter tasks use timing 'Implied', where the release date is implicitly determined by the characteristics of the pulse user-defined.

    Is there a way to stop the production of only one meter when a finite number of pulses has been played in another counter?

    Yes, but it's a little tricky.  You can set a trigger 'Pause' on the output task, with the soruce the break being the internal release of the counter used for the task of entry.  Set the initial value of the counter of entry to 2 ^ 32-N (or maybe 2 ^ 32-1-N, I don't have a system right now to check) where N is the desired number of pulse output.  Together the counter event behavior for the counter edges of County switch output (this is a property of DAQmx export Signal).  When the counter of entry reaches terminal, its in-house production switches, causing thus the task of output to pause.  You can then stop the task in the software (you should be able to use the output of the task of entry counter event to signal to the software when the output is paused).

    Now that I've written that the whole paragraph, I remember something * similar * to work around a limitation of the driver here .  It is not quite the same implementation I described above, but really, you can use a meter output or a counter entry to get the same effect (it could be a good place to start anyway if you want to try this).

    Is there a way to read pulses them how have been generated, without the other counter, counting impulses?

    N °

    Best regards

  • How to use an internal counter of the cDAQ-9172 for measure PWM and generate the frequency?

    Hello

    Requirement of my project is to measure 6-channel PWM and generate 5 frequency channels.

    Suggestion of engineer OR bought cDAQ-9172 chassis and NI 9423 (8 DI correlated) and NI 9474 (8 correlated DO) for this requirement. I have a few questions

    Article:

    1 > what should I know to customize my CompactDaq 9172 chassis

    http://zone.NI.com/DevZone/CDA/tut/p/ID/9367

    I know that this way to synchronize the physical support 32 correlation system pin o for housing 1-4.

    => I'm not really sure how to use these channels synchronization support.

    2 > using internal counters on one NOR cDAQ-9172 as a sample for other tasks clock

    http://digital.NI.com/public.nsf/allkb/ADFC4DD8C9690232862575B70079FBD4

    I know that I can change the ownership of the physical channel so I can get 2 meter outside the frame 6 and 7.

    => I do not think that this solution will be me because I can use only 2 counters with this method.

    Could someone tell me please how to fix my project requirement? How to choose the setting for DAQmx screws?

    I have experience with measure the PWM and generate the frequency, but with separated against only.

    Best regards

    Thang Nguyen

    Hey Thang.

    AHA... for this, you can use the channel property node.

    See you soon

    Lab

  • How do you want to re - build windows vista 32-bit.

    How do you want to re - build windows vista 32-bit. My computer crashed while it was up-to-date.

    Hello

    1st thing to try is a restoration of the system in safe mode

    http://www.windowsvistauserguide.com/system_restore.htm

    Windows Vista

    Using the F8 method:

    1. Restart your computer.
    2. When the computer starts, you will see your computer hardware are listed. When you see this information begins to tap theF8 key repeatedly until you are presented with theBoot Options Advanced Windows Vista.
    3. Select the Safe Mode option with the arrow keys.
    4. Then press enter on your keyboard to start mode without failure of Vista.
    5. To start Windows, you'll be a typical logon screen. Connect to your computer and Vista goes into safe mode.
    6. Do whatever tasks you need and when you are done, reboot to return to normal mode.

    If that does not read this information

    the link below is how to download and get a vista disk startup repair, which you can start from the

    http://NeoSmart.net/blog/2008/Windows-Vista-recovery-disc-download/

    Here's how to use startup repair system restore command prompt, etc. to bleepingcomputers link below

    http://www.bleepingcomputer.com/tutorials/tutorial148.html

    to boot from the dvd drive to be able to you will see a way to get into the bios Setup at the bottom of the screen or command menu start

    It would be F2 or delete etc to enter the BIOS or F12 etc. for the start menu

    Change boot order it do dvd drive 1st in the boot order

    http://helpdeskgeek.com/how-to/change-boot-order-XP-Vista/

    _________________________________________________________________

    and if all else fails and you need to reinstall vista are the normal methods for computers preinstalled vista portable

    Contact the computer manufacturer and ask them to send vista recovery discs

    they do it for a nominal cost of $

    also ask them if you have a recovery partition on your hard drive to get back to the way you bought

    you would normally press F10 or F11 or Alt + F10, 0 at startup to start the recovery process according to the manufacturer

    Ask them of the exact key sequence

Maybe you are looking for

  • "" Pavilion DV6 - 6033 cl: I get a message "My Bluetooth" that the Bluetooth radio is not available.

    Says Bluetooth settings Address of the device: not found The comuter name which will see other bluetooth devices: unknown The type of device that other bluetooth devices will see: unknown Allow bluetooth devices to find this computer: inactive show t

  • robokeeper program

    Hello I have a project and I want to do the program in lab mode I want to program to detect the ball only once I have movw robokeeper by servomotor I want to program to detect the ball I make the program but is not detect the ball his anu thing detec

  • DPM 2007 and windows server 2012

    32 bit System Center dataprotection manager 2007 can use windows server 2012? I installed the recommended updates - file DataProtectionManager2007-KB959605 and x86_DataProtectionManager2007-KB970868, but I can't install dpm on windows server agent 20

  • Cannot delete printjob queue for HP 1310

    Cannot delete the print job from the print queue

  • I reinstalled a vista virsion and need to know how to remove the old

    I have this computer to someone else, he had to remove his virsion of Vista so I could recharge mine. When I loaded mine, its has no dispear. WHN I boot the system askes me whioch one I want ot load. However, if I click on hidden it tells me I have n