Triigering two cards from one trigger

Here is a quick question - in the diagram below it shows two cards (DEV1 and DEV2) being triggered from the same device (DEV1).
The way I understand LabVIEW is that once it is setup and sitting waiting for the trigger it becomes indpenedant of sofwtare making it more accurate in time. That is fine for DEV1 using a DEV1 trigger, what happens if DEV2 is using a DEV1 trigger does it incur a time cost does it use software in order to begin acquiring ADC data.
I suppose to summarise what I am asking is,
(1) If I wired the trigger into one device and then on my VI made both devices look at that trigger will it be less accurate than if I (2) phyiscally wired the same trigger to both DEV1 and DEV2 via a SCB-68  and then in the VI made them look at their own device trigger. Is (2) more accurate because I am using both the cards hardware to begin data acquisition and in (1) I have one card which is relying on sofwtare to tell it tha something is triggered. If this is a case is it really an issue anyway, i mean is do I really incur large error in timing (a 1ms is bad timing in my case)?

Hello Mr Nice,
Using a RTSI cable between your devices will be the way to go to achieve what you wish. Theres a great article on the NI DeveloperZone that discusses the different possiblities of Multifunction and Multidevice triggering and synchronisation, you can read it here: M Series Synchronization with LabVIEW and NI-DAQmx
Hope this helps
Tom
NIUK

Similar Messages

  • How do i transfer a gift card from one acount to another?

    how do i transfer a gift card from one acount to another?

    You can gift songs to the other account with the credits.

  • How do i change the redeem gift card from one apple id to another?

    i want to move the redeem gift card from one apple id to another one is that possible?

    Only if the Card is complete and has not been used.
    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • HT5787 How do I transfer an Itunes gift card from one account to another ? I do not remember the password or the security questions.

    How do I transfer an Itunes gift card from one account to another ? I do not remember my password or know my security questions.

    You can't do it yourself. If you've just redeemed it and not spent any of it then you could try contacting iTunes Support and see if they can move it the other account : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • Booting two Macs from one external drive: 10.8 and App Store?

    I boot two Macs from one external harddrive. Does this mean that when 10.8 is sold exclusively via the App Store and thereby linked to a unique hardware identifier, I am going to have issues with activation/authentification each time I switch machines? I have avoided the App Store since I discovered that an app I bought there, and which I really needed to open automatically on log-in, had to be manually re-activated with my Apple ID after every switch (so that I eventually deleted it and reverted to an earlier, non-App Store version).

    Welcome to the forum!
      There are a couple of "solutions" to your problem.  The easiest, and possibly the best for you (although it is a bit slower) is to copy your catalog onto the external drive as well.
    Then when you plug in the drive, you will always have your latest catalog for access.
    The other way is to keep a local copy of your catalog, and copy it onto the local drive as a way to transfer it from one computer to the other.
    This has the problem of possibly not being in sync, that is, you forgot to copy it over once and did some editing.  Then you would end up with essentually two different catalogs, instead of one in two places.
      You can copy the catalog either with your OS, or you can "export as catalog" and specify the external drive as the destination.  Then, on your other computer, "import from catalog" and only take the meta-data settings (it's on the import dialog box).
    Personally, when I'm traveling, I have my catalog on my external drive as well.  It just makes life easier, and I don't have to worry about it being out of sync, or losing it (and not the images).
    So, I would go with the first method, at least to start.  To get your catalog over there, you can either export as catalog or copy it, either one will work.
    You can find the location of your catalog file (if you don't know where it is) in the catalog settings menu prompt.  Both the location and the name will be displayed.
    Cheers!

  • HT1347 How do I run two libraries from one computer?

    How do I run two libraries from one computer? One library is on the computer's hard drive, the second library is on an external hard drive. The computer that had the external hard drive crashed and I need to fix the iTunes library on it. How can I do this without corrupting the library on my internal hard drive?

    Launch iTunes with the Shift key held down and either create a new library or choose the one on the external drive. Any rented movies downloaded from another computer won't play.
    (81212)

  • Running MacOS 10.8.4  Contacts 7.1 (1170) can't drag cards from one folder to another.

    I am running 10.8.4 with contacts 7.1 (1170).  I find I can't drag cards from one (any) group to another group.  When I restart it shows the card and indicates that it should accept it as it isn't in that group.  But doesn't move cards.  Then it no longer gives any indication the cards are moving when I drag.  When I shut down and restart it gives indication the cards are moving but none move and then no longer gives any indication when I drag.  I am syncing with icloud.

    Problems such as yours are sometimes caused by files that should belong to you but are locked or have wrong permissions. This procedure will check for such files. It makes no changes and therefore will not, in itself, solve your problem.
    First, empty the Trash.
    Triple-click the line below on this page to select it, then copy the selected text to the Clipboard (command-C):
    find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 -o -acl \) 2> /dev/null | wc -l
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). The command may take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear.
    The output of this command, on a line directly below what you entered, will be a number such as "41." Please post it in a reply.

  • Call two programs from one program.

    HI all,
    I have two BDC interface in seperate programs.
    I want to call that two programs from one program based on a condition.
    Is there any way.
    I tried with call transaction 'SE38'.
    set parameter ID but it is taking buffered value.
    Thanks,
    sri

    use submit program to call other program.
    SUBMIT prog|(field) [AND RETURN] [options].
    also if you want BDC prog, then probably you can call the BDC recording using PERFORM bdc_prog (in program name).
    PERFORM (<fsubr>)[IN PROGRAM (<fprog>)][USING   ... <pi>... ]
                                           [CHANGING... <pi>... ]
                                           [IF FOUND].
    http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db9dd035c111d1829f0000e829fbfe/content.htm

  • What is the prerequisite for creating two hierarchies from one fact table i

    Hi,
    what is the prerequisite for creating two hierarchies from one a single fact table.
    Rgds,
    Amit

    create global temporary table t1 as select * from trn_ordbase on commit preserve rows;You CANNOT use this syntax.
    http://download-east.oracle.com/docs/cd/B19188_01/doc/B15917/sqcmd.htm
    http://download-east.oracle.com/docs/cd/B19188_01/doc/B15917/glob_tab.gif
    http://download-east.oracle.com/docs/cd/B19188_01/doc/B15917/cre_tabl.gif

  • I have switched the sim card from one iphone to a different one, and i added my music from my old phone to the used one, now the old music on the used phone won't delete. im really frustrated and annoyed please help

    i have switched the sim card from one iphone to a different one, and i added my music from my old phone to the used one, now the old music on the used phone won't delete. im really frustrated and annoyed please help

    Do you just want to delete the music or wipe the whole phone since you've switched to the other one?
    If you plug the old iPhone into your computer you can remove stuff via iTunes or remove stuff directly from the iPhone too.

  • My iPhone just loaded 1600  emails dating back over two years from one of my accounts. Is there a way to "mark all as read"?

    My iPhone just loaded 1600  emails dating back over two years from one of my accounts. Is there a way to "mark all as read"?

    Your Comcast accounts are POP (unless you enrolled in the Comcat Beta test of Imap) so they won't sync at all. Either enroll in the Beta test or don't use Comcast.
    Your iCloud account is Imap and should sync just fine, unless you have set it up incorrectly.

  • How do you remove the SIM card from one iPhone 5 and place it in another?

    how do you remove the SIM card from one iPhone 5 and place it in another?

    With a paper clip?  Refer to the User Guide.

  • Address Book/Mail: sending to two addresses from one contact in a group

    I would like to send an e-mail to two addresses from address book, but it is only one contact/family name. It seems it only lets you pick one for a group. Does anyone know how to pick multiple e-mail address for one contact name/family in a group so I don't have to manually look up each name?
    Thank you!

    Rather than dragging the card in from the Address Book, start typing the person's name. Mail will give you a pop-up menu on choices. Pick one. Then repeat and pick the other. This is less convenient if you want to put someone in a group and send to both addresses in the group... in that case, V.K.'s solution is the best you'll do.

  • HT201209 How can i move a redeemed itunes gift card from one apple id to another?

    I accidently redeemed two gifts card on one sons account instead of one on each of their accounts, can I move one of the gift cards to the other account?

    Welcome to the Apple Community.
    ......can I move one of the gift cards to the other account?
    Unfortunately not.

  • HT204023 What is 'sim pin' under Cellular data on my iPad mini?  How do I use that and change cards from one country to another?

    I have a new ipad mini with retina display, and cellular capability.
    I've learned how to set up an account and use it in the US.  I'm now traveling internationally and need to learn about changing the sim card.
    My first question is about the notation under 'settings', Cellular Data, SIM PIN.  Under SIM PIN, there is an option of turning on 'sim pin' and then entering a PIN to lock the SIM.
    What does SIM PIN mean in the first place?
    Where does the PIN number come from?
    Thankx.
    SusanFrances

    A SIM PIN, also referred to sometimes as a PUK Code is like a PIN number for your SIM card (just like your ATM Card).  Since your SIM card has your cellular account on it and can be typically removed from one device and put into another, you can lock the SIM Card with a SIM PIN if you choose.  If you activate the SIM PIN feature and forget your SIM PIN when you try to re-activate your device or a new device in the future using the same SIM Card, you may have to contact you carrier to get a new SIM Card. http://support.apple.com/kb/ht1316
    As far as changing the SIM Cards out because you want to use a new carrier, you can remove the SIM card fomr the old carrier and put in the SIM  card form the new carrier. http://support.apple.com/kb/ht5163
    I hope this helps clear things up.

Maybe you are looking for

  • Intel WiDi no audio T440

    Hy Guys! I could not find any solution for my problem with my few months old T440. When I connect my laptop to my LG Smart TV through WiDi only the video is working, without any sound, nor the test sound. I have checked the windows setup, and install

  • BAPI for invoking 'Stop Transaction'

    Hi, Is there any BAPI to stop the running of any function module or report after some time by specifying the time. If any FM or report goes running for long time need to invoke BAPI to stop the same. Regards, Ram

  • Issue with the assignment of Employee to the Territory structure

    HI       User is facing an issue in the assignment of Employee to the Territory structure. When the user is trying to assign a Employee say 'x' to a Terr ID, the following error occurs 'Assignment to item failed,chenges have not been saved'. Item ref

  • Can form be run in the java client?

    I create a java client based on SWING.I want to use form in my java client. Is it possible? Can I use java client to run .fmx ?

  • How do I show the value of Males and Females in a Pie Chart?

    I am creating a sheet with demographics for my parish.  I have a column with "M/F" and in the rows assigned to specific names, I have placed an M if that person is Male and an F if that person is Female.  I would like to show the ratio between males