Acquiring 4 channels at 10kHz using PCI-6070E card and Labview 7.0. I need to average a signal that is time-locked to an analog trigger. Is their an available vi to accomplish this?

I am acquiring 4 channels of data, sampling at 10 kHz. I am using a PCI-6070E board. I need to average a biological signal time-locked to an analog trigger that occurs at about 3/second. Is there a vi that will accomplish this?

If you are looking for a way to do a "retriggerable" acquisition, there is a shipping example called Acquire N - Multi-Analog Hardware Trig.vi that accomplishes this. However, please note that this example achieves this effect by reconfiguring the task for each trigger in software. This means there is a delay between reconfigurations. If a trigger signal comes during this reconfiguration, it will be missed. This delay is system dependent on how fast your computer can execute the reconfiguration code. The 6070E does not support hardware retriggerable acquisitions.
However, if you are wanting to acquire continuously and then do some post-acquisition analysis, I couldn't find any examples that accomplish this, but it wouldn't be too hard to build one yourself. Y
ou would probably want to include your trigger signal as an additional input channel. Then once you've acquired all of your data, in software you can scan through the data acquired for the 5th channel and then segment your data according to that signal. I hope this information helps.

Similar Messages

  • Ramping a pulse signal using PCI-6602 card

    I'm controlling a stepper motor and need a continuous pulse output with variable frequency. I need to accelerate and decelerate teh motor (It can't start immediately at a high frequency but needs to be ramped up to it). I can't have any hiccups in the signal or the motor can stall. It seemed I had my own ramp program written (which gradually increased the frequency value sent to the counter) to solve this problem, but when I switched to Office2000 I started getting hiccups in my signal. I also have a PCI 1200 card and could use A/O but I think using the counter signals would be better. If I'm wrong let me know. Once I have the motor up to speed I am reading in a pulse signal to analyze with FFT.
    thanks for y
    our help.

    A few thoughts & musings, hope some of them are useful:
    1. The sequence for setting a new frequency should be to first load up the new pulse specs (use 1 & 2, not 3 & 4), then issue the "switch cycle" command to 'Counter Control.vi' You can look at NI's example program called 'Pulse Width Modulator' to verify syntax.
    2. If your frequencies are low enough and your loop time is fast enough, you may be trying to update the pulse specs before the previous specs have completed a full cycle. This has traditionally been a no-no, though I'm not 100% sure that it remains one with the latest NI-DAQ drivers.
    3. No ideas about the possible interaction with MS Windows and/or Office 2000. Haven't used either.
    4. (My own latest installment in a multi-year running gripe at NI): Wh
    en oh when will we be granted the ability to perform buffered counter OUTPUT operations? Just as in the analog world, one can acquire a signal with AI and then reproduce it with AO, it would be REALLY REALLY handy in the counter world to measure with buffered semi-periods and then reproduce the same pulse train with a buffered output.

  • HT1918 i have just made my apple id.i have made this for itunes.after making my account i have problen with the review payment information as i do not use any credit cards and there is no option like NONE in review payment information. what should i do no

    i have just made my apple id. i have made this for itunes. after making my account i have problem with the review payment information as i do not use any credit cards and there is no option like NONE in review payment information. what should i do now? to proceed further? plz help me!

    How did you create the account ? If you followed the instructions on this page when creating it then you should have got the 'none' option : http://support.apple.com/kb/HT2534
    e.g. on a computer's iTunes, if currently signed into an account then you logged out of it, and you then found a free app in the store and clicked on its free 'price' :
    And then clicked on 'create Apple id' on the popup :
    When I tried that process to create an account a few days ago I got the 'none' option on the payment details screen.
    If you didn't use that process then you will need to create a new account using it (the instructions won't work with an existing account).

  • HT201359 I used an iTunes card and it shows the full balance available, but is still charging my credit card. Why is this?

    I used an iTunes card and it shows the full balance available, but is still charging my credit card. Why is this?

    I had the same error when trying to update my apps on my ipod touch. I tried to input my security code numerous times to no avail. I also made sure my billing address was the same as what my bank had on file. To fix the issue I went into iTunes, logged onto the iTunes store, went to account settings and reviewed my recent purchases. Turned out that I had made a recent purchase and didn't have enough money left on my credit card to pay for it at the time. I paid off the credit card, and then input my security code once more and now it works fine. I've heard that some debit or pay as you go credit cards require a minimum balance, so make sure you have at least that amount in your account.

  • HT1918 i would like to use my credit card which has other country billing address who i can do it. every time i tryed it is only give me the us address.  could you please help me on this

    i would like to use my credit card which has other country billing address who i can do it. every time i tryed it is only give me the us address.  could you please help me on this

    You will need to update the address and country that you have on your account, and if using a credit card then that will need to be registered to that new address - you should be able to update them logging into your account via Store > View Account menu option on your computer's iTunes
    Changing account info : http://support.apple.com/kb/HT1918

  • Line connection between PCI-6527 card and instrument

    Sorry for my foolish. My poor electronic knowledge prevent me from fully understanding what you explained in your last reply and need more help.
    In fact, we plan to control two instrument switchs, one is for the Magnetic_Suspension_Control(MSC) , another is for control the Weight-changing-Device(WCD).
    The instrument manufacturer provide a cable for the MSC and WCD. The cable looks as follows: there is one connection to the computer(25-pin subD-plug) of which two cables lead away, one to the MSC(6-pin Lemosa)and the other to the WCD(15-pin subD-plug).
    The interface of the MSC is internally realized by using only two simple optocouples(OC). Their input-pins are connected directly to the 25-pin SubD-plug of
    cable as follwing:
    25-pol.SubD; meaning
    Pin 9 anode of OC1-LED
    Pin 7 anode of OC2-LED
    Pin 23 cathode of OC-LED
    Pin 18 cathode of OC-LED
    Because of the optocouplers draw some current from the NI-card, the manufacturer let me make sure that the NI-card can source circa 7mA(better 10mA) on each pin.
    The interface of the WCD consists of three simple TTL-level inputs, which are also directly connected to the 25-pin SubD-plug of our cable as following:
    25-pol.SubD; meaning
    Pin 4 TTL-Input (remote) (0-1V/3.5-5V)
    Pin 3 TTL-Input (weight 1) (0-1V/3.5-5V)
    Pin 2 TTL-Input (weight 2)(0-1V/3.5-5V)
    Pin 5 common ground
    The current drawn by the TTL-inputs is not worth mentioning.
    By controling the logic state of these above pin states through labview, I then can control the instrument switch.
    Based on above information, how should I choose right resistor for achieving the suitable v
    oltage and current on each pin and How should I connect line between PCI-6527 card and 25-pin sub-D plug(I plan to use port 3 of PCI-6527 card).
    Thanks, your help is greatly appreciately
    zhou

    Zhou,
    My best recommendation is that you find someone who can give you a better and more direct advise in electronic circuiting. We don't have in our hands the manual of your instrument in order to clarify what it needs and where, although you gave some pin numbers we cannot take the risk of advising something that we don't have the absolute knowledge of. We can give you all the details you want about our card and what does it gives, but you have to decide how are you going to connect it to your instrument. If you recall your email about the manual, in fig. 3-6 page 3-12 you can see a picture of how to connect a TTL driven device, in the last email we gave you an option of how to connect the resistor and where, please read it again, basically I am going to repeat the same, we feel sorry about not been able to give you more help, but is opt to you to find help in electronic theory. Remember in my last email that I told you the 3 cases in which your instrument may need either voltage, current or both, and I told you how RL will change and what new resistors you may need to connect. Review that and make tests with your switch, your question about how to choose the right resistor is answered in the previous email and how to connect lines between the board and the cable of your instrument you have both pin outs... match them... the person who has in his hands the manual and the instrument is the best person to choose how to interfase both appliances... we are sorry Zhou but if we advise you about pin connections of your device with our blindness we have of your device we may make a mistake, we told you about our pins and how to choose resistors.
    If you need more direct assistance on this Zhou you may better try to call us, by text messaging is limited and this requires direct guidance. If you decide to call us you can find instructions at www.ni.com/ask hope you move forward in your application as soon as possible.
    Nestor Sanchez
    Applications Engineer
    National Instruments
    Nestor
    National Instruments

  • Pickering PCI relay cards and Mux cards

    I am using Pickering PCI Relay cards and Mux cards for our checkout. I got the drivers and installed it. But its default is PXI. I am using PCI.and how to program this cards. i can't get any idea for this. If someone knows please help me
    "Thanks with regards "
    by
    ..........Gireesh..........
    Solved!
    Go to Solution.

    hello sir,
              Model no of the pickering cards are 50-115-121/122 and 50-670-021-99/1. these are the cards. In this one is relay card and the other is multiplexer card. I programmed it through the drivers which are they provided in the website "pickeringtest.com". same drivers are provided in the driver cd.
    I placed one palette for the initialization. In this resource name is there. By clicking on it one more palette will come,it says PXI::14:: like that. After finishing the programming I run the program. Then one error will show like "It will not work in this resource name" I tried with the link which sir you gave earlier. But it is not working ,same thing it is showing.
    Please help me sir 
    "Thanks with regards "
    by
    ..........Gireesh..........

  • How to use a GPIB card's LabView drivers to communicate with the card?

    I have an axiomtek AX4810P PCI-GPIB card and i have aquired LabView drivers from the manufacturer.
    This has put VI's for the GPIB functions on the 'user palette' but i can't work out how to use them to communicate with the card. can anyone help? please.

    LS,
    Thank you for contacting National Instruments.
    Unfortunately, since you are not using a National Instruments GPIB card, I do not have access to the drivers that were provided to you by your card's manufacturer. I would suggest contacting Axiomtek directly to obtain support using their drivers.
    However, I did write a small VI that demonstrates how to use similar National Instruments drivers with a National Instruments GPIB card. Keep in mind, this example VI is not intended to work with your particular card. The drivers you obtained from Axiomtek may have similar functions, however, and you can use my VI as a guide. My VI allows you to send a command to an instrument at address 2 on the GPIB card.
    Hope this helps!
    Matthew C
    Applications
    Engineer
    National Instruments
    Attachments:
    GPIB_Communication.vi ‏23 KB

  • My LR 4 suddenly no longer recognized my memory cards. I am using the same cards and cameras but consisitently get the error message:"files not imported because the files could not be read. they are jpg and nef files...I am stuck without my workhorse! Any

    My LR 4 suddenly no longer recognized my memory cards. I am using the same cards and cameras but consisitently get the error message:"files not imported because the files could not be read. they are jpg and nef files...I am stuck without my workhorse! Any advice is helpful. This has never happened in 6 years

    answered in your other thread LR 4 suddenly no longer recognizes files.

  • I am a US citizen in school in Montreal and I was given a US Apple Store gift card. How can I buy the new iPad using my gift card and with a school discount?

    I am a grad student from NYC and at a university in Montreal. I was given a 500$ gift card as a gift to put towards a new ipad. BUT, I apparently cannot use the US gift card in Canada. So, what do I do? I have no time to head back to NYC to get it. I want to order it, but not sure they will ship to montreal...? And was thinking of sending it back to my parents and then have them buy it and mail it to me, but I I think them having to pay tax on this is ridiculous. On top of that, I should be able to garner the ed discount but I dont think the US recognizes Canadian schools in their system and visa versa. SO if I do buy it in the US, I can use my gift card but I can't get the discount. Or if I buy it here in MTL, I can get the discount but I cannot use the gift card..
    Can anyone suggest a solution? all bright ideas welcome.

    You can only use a gift card in the country it was issued in - no way around that as the Apple Store does NOT offer currency exchange with gift cards.
    Nor can you order from the USA online store and ship to any address outside of the USA - again, no way around that as the online stores do NOT ship internationally.
    You could send the gift card back to someone in the USA, to use to purchase your item for you, and then once they receive it, they could ship it to you.  Canada customs will hold it until they collect any import fees and taxes levied on imported consumer electronics though.
    Either that or buy it in Canada with the discount, and use the card later when you get home again.

  • I want to use the sound card with LabView

    Hi. Who can help me, I want to use the sound card with LabView, I have found the function but I can't use it. Thanks.

    Christi,
    In LabVIEW 6.1 I found some examples they use those sound VIs. They are located in \examples\sound folder. Those examples should give you a good overview how to use the VIs.
    Hope this helps
    Roland

  • Trying to update my apps but it keeps saying update my credit card,I don't want to use a credit card and I can't delete the one that's on my account

    Trying to update my apps but it keeps saying update my credit card,I don't want to use a credit card and I can't delete the one that's on my account

    If you're positive the information is correct, ask the issuing bank why the transaction is being rejected.
    You're getting this error because the store can not authorize the card with your bank.

  • Can I use my gift card and two differents device ?

    Can I use my gift card and two differents device ?

    Yes, you may use both.
    Dan K. | Mobile Specialty Stores
    Any opinions expressed in this post are those of
    the author and do not represent Best Buy Co., Inc.

  • TS1646 We have several apple devices in our family who use my debit card for itune charges.  I need to find out which device (itune account) these charges are coming from.  Can you help?

    We have several apple devices in our family who use my debit card for itune charges.  I need to find out which device (itune account) these charges are coming from. Can you help?

    You can't tell which device a purhcase was made on, but if your family members each have their own iTunes account to which your card is linked then you can check the purchase history on each of those accounts via the Store > View Account menu option on your computer's iTunes - that should have 'purchase history' section with a 'see all' link to the right of it

  • HT201304 I am trying to use an iTunes card and I keep getting an error and the numbers 5301. Any idea what can be wrong?

    I am trying to use an iTunes card and I keep getting an error and the numbers 5301. Any idea what can be wrong?

    AIrPlay to Apple TV before you attempt Mirroring
    AirPlay Mirroring
    http://support.apple.com/kb/HT5209
    Trouble shooting AirPlay
    http://support.apple.com/kb/TS4215

Maybe you are looking for