How do I synchronize two 6534 devices to output 45 bit pattern?

I am using a PXI chassis with two 6534 cards. I am generating a 45 bit wide data pattern and sending 32 bits per update to one device buffer and 13 bits to the other. However my trigger is an external clock that is always running. This means that the data is sent to the outputs as soon as it arrives at the device buffer. On a logic analyser i've seen that the data is not in sync. I therefore need to make sure that the data on each channel is synchronized. How can this be done?

Coxy
Is it that you want to make sure the two 6534 moduals are in sync sending out the data? If this is the case, and you're doing pattern I/O, you can use the same clock for both moduals. (This can be done internally routing one clock to the a RTSI line.) Let me know if I am understanding your application wrong.
Brian

Similar Messages

  • How can I synchronize two iphones and two ipods on one MAC

    How can I synchronize two iphones and two ipods on one MAC. My wife and i each have our own iPods and iPhones but share one MAC.

    What do you mean by synchronize; music, apps, calendars, email, etc? Do you two share the same Apple ID on all devices? An Apple ID can support up to 5 computers and many iDevices.
    I hope this helps.

  • How do I synchronize two counters?

    Hi,
    I am using NI-PCI 6115 & BNC 2120. I want to generate two continuous pulse trains using the CTR-OUT0 and CTR-OUT1. I hope these two pulse trains have exact same rising edges, how can I synchronize these two counters? I attached my program here.
    Any suggestion will be greatly appreciated!
    Stephen
    Attachments:
    test.vi ‏33 KB

    Stephen,
    In order to generate two pulse trains on the two counters of your 6115, then you will need to provide a trigger to start both of these counters simultaneously. The counters on the 6115 are controlled via the DAQ-STC counter/timer chip.
    In order to perform these operations you will need to use the more advanced counter/timer VIs in the LabVIEW palettes. I would recommend taking a look at some of the shipping examples, such as Generate Pulse Train (DAQ-STC), in order to get a better understanding of how a single pulse generation works.
    Also, please take a look at the following websites to get a little more information as well:
    Triggering Multiple Counters with a Single Pulse
    http://exchange.ni.com/servlet/Redirect?id=10358279
    Using the Hardw
    are Start Trigger for Single Pulse Generation
    http://zone.ni.com/devzone/conceptd.nsf/webmain/7B2CAD8DD522049386256802007B8B51?opendocument
    If you have any other questions then please let us know.
    Regards,
    Michael H
    Applications Engineer
    National Instruments

  • How do I synchronize two processes on two different PC's ?

    I have a master and slave computer with a vi running on each, periodically these processes will need to be synchronized. If the processes were running as separate threads on the same PC, I
    know could use the LabVIEW rendezvous technology to do this. But because the processes are on separate PCs, it is not obvious to me how to accomplish the sychronization. Thank you for your consideration of my
    question.

    There are (as the other posters have pointed out) a variety of way to accomplish this task, I guess the question that's of key importance, is how closely do the two functions need to be synchronized? Given that there is a network involved--which is very non deterministic--the timing I assume isn't too exacting.
    Could you explain a little more about your application. It would help us to provide more specific examples, or even code...
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • How I can synchronize two devices?

    hi
    I have a two cards (NI DAQ Card 6024E    and  NI USB-6009 OEM2)  , I would like to know the steps to sync (for analog data acquisition).
    please someone can help me?? do you know any example for these devices??
    thanks
    Franco

    You need to use a RTSI cable:
    http://decibel.ni.com/content/docs/DOC-11329

  • How can I synchronize two iTunes Libraries on two platforms (Windows & Mac)

    I have a MacBook running both Windows XP Pro (Boot Camp) and Mac OS 10.4.9 and I have installed iTunes on both platforms. I have my iTunes Library and songs on an external drive (which I can "see" in Windows via MacDrive), and which I wish to keep in place to save space on my MacBook. Trouble is I cannot get my Windows iTunes to recognize the song files on my Maxtor external drive, even when I point iTunes to these files in the "Advanced" pane of Preferences.
    How can I utilize the one song folder by synchronizing the two sets of iTunes so I can listen to music on whichever platform I happen to be working on?
    I have tried placing an alias of the iTunes song folder in my iTunes folder in "My Music" in Windows but this does not work.

    I agree with Chris CA that this is the way I would *expect* iTunes to behave.
    When I look at iTunes from my account (my music is in ~/Music/iTunes/ and not available to my spouse's account), I can see in my music library all my rips and my purchases, just as I would expect. I can use Store>View My Account (<myAppleID>) and all is as expected. Home sharing is NOT on.
    Doing the same from the other account is not much different, actually. Nothing in the library yet, of course. Store>View My Account (<herAppleID>) also works. I CAN authorize my computer to play her music. I CAN view her iTunes purchases. When I attempt to download the purchases to HER library, though, I get the following dialog box:
    Now I interpret this to mean that this computer (mine) will not download from a different AppleID (also mine) for 90 days. Is that [interpretation] correct?

  • How can I synchronize two itunes mediatheks

    including the information, how often a titel was played in one of the two mediatheks.

    you will probably need something like TuneRanger.

  • How can I Synchronize two counters in CVI using NI-DAQmx

    Hi, I am new to NI-DAQmx, and I would like to program counting of random digital pulses using two counters in LabWindowsCVI and a PCI6229 multifunction card. I have the evaluation copy for CVI 7.1
    I would like to set counter0, to count pulses from the 10MHz clock, to generate a single pulse (duration in the few ms timescale), that will gate counter1 in the same card.
    When I try to route the output from counter0 to the gate of counter1 I get an error code
    (-89137, "The specified route can not be satisfied because it requires resources that are currently in use by another route").
    How can one do the equivalent of the "Select_Signal()" in the traditional NI-DAQ?"
    I have also a hard time seting the counter0 to actually count a number of clock cycles from the 10 MHz clock.
    What is the NI-DAQmx equivalent of the function "GPCTR_Change_Parameter()" to program a counter to count a predefined number of clock cycles?
    Any suggestions are welcome.
    Fundadero

    Hi Fundadero-
    It sounds like you're programming for an M Series card with counter operations and need a bit of help with DAQmx functions.
    In order to count edges of the 10MHz reference clock you will need to use a format similar to that found in the CVI shipping example "CntDigEv.prj." This is found in the NI Example Finder (Help>>Find Examples) under Hardware Input and Output>>DAQmx>>Counter Measurements>>Count Digital Events. In order to measure pulses from a source rather than the default input terminal (ctrXsource where X is the counter number), you will need to use the function DAQmxSetCICountEdgesTerm(taskhandle char[] counter, char source terminal) as follows:
    DAQmxErrChk (DAQmxCreateTask("",&taskHandle));
    DAQmxErrChk (DAQmxCreateCICountEdgesChan(taskHandle,chan,"",edge,initialCount,countDirection));
    DAQmxErrChk (DAQmxSetCICountEdgesTerm(taskHandle, "/Dev2/Ctr0", "/Dev2/10MHzRefClock"));
    What type of operation are you trying to perform on counter 1? The strategy for routing signals will change based on this. If you're trying to perform gated counting you can specify the the task similarly as above and use the terminal "/DevN/Ctr0InternalOutput" as before. If you are trying to perform frequency measurement you will need to use the DAQmxGetCIFreqTerm function.
    Other channel properties are listed conveniently in the NI-DAQmx C Reference Help found at Start>>Programs>>National Instruments>>NI-DAQ on your start menu. A search for "channel properties list" returns this list.
    Please let us know if you have any additional questions.
    Thanks-
    Tom W
    National Instruments

  • How do I synchronize two files?

    I have a little experience editing video files, but this is the first time I am editing two files into one video. They are files of an interview. Each of the two participants had one camera and one mic. I can get the two files to almost sync up, but one is just a tad behind the other and I would like to get them exactly in sync. I try to remove tiny chunks of one to get them to line up, but I can['t get the chunks tiny enough.  I would pot down one or the other's audio, to get rid of the echo, but if they were in perfect sync, that would not be so much of a concern. Will someone help me here? Do they need to be perfectly aligned?
    Thanks.

    Welcome to the forum.
    Unfortunately, you have posted to the Tips & Tricks sub-forum, which is a repository for how to do things in PrE, and does not see much traffic. Maybe our MOD, Steve Grisetti, will move this out to the main forum, so that more will see it, and can comment.
    PrE does not directly support Multi-cam editing, like its big-brother, PrPro, does. With PrPro, you can lock the sync and have dual Program Monitors to facilitate the Multi-cam editing.
    For Audio OOS (Out Of Sync), this ARTICLE will give you tips. For syncing both the Audio & Video from two sources, things get more complicated. However, by turning Snap OFF, you might be able to nudge your Multi-cam footage just enough to work. Be sure to turn it back ON, when done, or surprises will occur.
    Steve Grisetti has Multi-cam editing covered in his PrE book, and might also have an article on how best to do it in PrE on the Muvipix site, in his Learning Series.
    Good luck,
    Hunt

  • In osx 10.8.2, how do I maintain two Bluetooth devices (mouse and head-set) connected at the same time?

    I want to use both a Bluetooth mouse and head-set at the same time, is that possible?

    Thank PapaSmurf (?)
    My problem was that in Sound settings was not indicated the Head-Set device, although existing, but BoomDevice, that greatly enhances the sound level. So what I had to do was first change from BoomDevice to the Head-Set, and then I changed down to Internal speaker and then again chose BoomDevice. That way, I could turn off the Head-Set without getting the error message, and yet maintain the internal speaker through the BoomDevice.
    I had a feeling that I had to do something with the sound settings and your reply made me experiment and succeed! Thanks once again!

  • How do I synchroniz​e my instrument​s output at the same time?

    Hello:
    I am using Labview to control a New Era Pump Systems automatic syringe pump and to record diameter measurements from a LaserMike optical comparator. My program is fully functional, the code is attached with all auxilliary files in the NE-50X folder. I mostly understand my program, I used drivers for the NE-50X pump found on the NI website to build my code and added to it as needed. My program currently does the following:
    After I push the white Run button, I am prompted for a file name. After I enter one, Labview begins collecting data from the LaserMike, syringe pump and pressure transducer and outputs them to their respective numerical indicators and waveform charts. Then I can change the syringe pump flow rate and syringe diameter on the front panel. Once I push the green RUN button on the front panel, the syringe pump runs, and the balloon diameter vs. syringe volume XY graph begins to record. I can then reverse the direction of the pump and/or pause the pump however many times I like, while Labview still records diameter from the LaserMike. Pushing the red STOP button on the front panel terminates the program and stops the pump.
    Here are three things I would like to change about my program that I don't know how/what to do:
    1) I would like to synchronize my machines so that they are outputing at the same rate.
    2) I would like to convert my strain output into PSI.
    If anyone has ideas about how to do any of these three things, your help is greatly appreciated.
    Attachments:
    NE-50X.llb ‏994 KB
    Balloon DiameterStrain.vi ‏227 KB

    Hello N,
    What is considered a special board? I am using a SC-2345 DAQ board. This is where my transducer is hooked into. For my syringe pump and LaserMike I have them being inputed as instruments. When you say millisec resolution does that mean that the data points will be lined up better with one another?
    I would like my strain gauge to measure pressure. 
    Thanks!

  • How to synchronize two fpga DIO?

    Hi!
    I am using two FPGA 7962R (flexrio) with each 6581 terminal board in PXIe-1082 chassis. My problem is how to synchronize two 7962R digital output with PXIe-1082 chassis backplane signal Dstar* or Clk10 or DAQ signal.
    Actually I tried the synchronization with one DAQ counter clock (confering 'Gen Dig Pulse Train-Finite_NI. vi') , and get the signal PXI-Trig0 by source terminal and target terminal connection, but that one does not work properly. Especially, one trigger signal in HOST to set the starting point of each FPGA (7962R), make error by depending on the trigger signal value(Hz value and Timed loop clock in FPGA vi). It was very tricky and not reliable. (I am attaching figure files as explaining the situation)
    My aim is simply to use two FPGA 7962R Digital output as one FPGA, for controling X-axis, Y-axis with each FPGA, while able to change each FPGA (X-axis, Y axis) digital output value. Because the synchronization is not correct, X,Y axis control with Two FPGA currently is out of target if I use simply while-loop design in HOST and timed-loop design in FPGA vi. What is correct design to synchronize the two FPGA 7962R without using PFI line, only with PXIe-1082 chassis backplane signal and able to change the digital output value? Please let me know any idea for HOST vi, FPGA vi programming.
    Many Thanks
    Attachments:
    host1.png ‏47 KB
    fpga1.png ‏131 KB

    Posted response to this in the following thread:
    http://forums.ni.com/t5/Real-Time-Measurement-and/synchronization-two-fpga-7962r-digital-output/m-p/...
    Patrick H | National Instruments | Software Engineer

  • Synchronize two counter outputs on 6071E card

    Well, it's the usual how do I synchronize two counters problem.
    I'm using the 6071E with DAQmx .NET 4.0. I define a Task and attach to it two counter output channels with implicit timing and zero initial delay . When running the program
    I catch the first edge with a scope single trigger. There is always a delay between the first edge of ctr0 and the first edge of ctr1 of 16.3 microsecs. Is there a way, besides setting the initial delay of ctr0 to 16.3 microsecs, to make the counters to always start together? what is the source of the delay(software/hardware) and should it always stay constant.
    any help is welcome
    Solved!
    Go to Solution.

    The source of the delay is that despite being in the same tasks the counters are still started sequentially by software.  I'm surprised the delay you are seeing is constant.
    If you want the counters to start together you should configure a start trigger.  Once you start the counter tasks in software, issue the start trigger to begin generating your output pulses.  The start trigger must be a hardware signal--as an example you might configure a software-timed digital output and wire it back in to one of the PFI lines.
    If you want to avoid any additional wiring, you could split the counters into two separate tasks.  Trigger one counter with the internal output of the other (start the task that is going to be triggered first).  Doing this instead of using an external trigger, I would expect an additional delay between the counters on the order of 100 ns as the initial delay is at minimum 2 timebase ticks.
    Best Regards,
    John Passiak

  • Synchronize two postgres databases

    how would one synchronize two postgres databases?
    I would like to have local changes to my website reflect onto the same website hosted on the web.
    anyone have any experience doing this?
    thanks.

    Hi,
    You are looking for a Bidirectional Replication.
    Golden Gate Bidirectional Replication
    http://vishaldesai.wordpress.com/2011/02/24/golden-gate-bidirectional-replication-oracle-to-oracle-example/
    Oracle Streams
    Oracle Bi-Directional Data Replication
    http://www.databasejournal.com/features/oracle/article.php/3596971/Oracle-Bi-Directional-Data-Replication.htm
    Regards,
    Levi Pereira

  • HT4314 I have 4 iPads and one apple Id. Two the devices record clash of clans and dragonvale individually and the other two are tied to the other two. Drives my kids nuts. How do I fix this?

    I have 4 iPads and one apple Id. Two the devices record clash of clans and dragonvale individually and the other two are tied to the other two. Drives my kids nuts. How do I fix this?

    Also, I'd prefer to keep the same ID on both so I will keep access to my calendar/contacts/etc on both devices.  Would I be able to share reminders and voice memos and the like as well?  And how often would they update each other?  If I edit a contact on the 5, and the 4 is in wifi, assuming they're both on my same ID, will the contact update on the 4? 

Maybe you are looking for

  • How do I delete my iCloud account from my iPad 2 when I don't know the password to that account?

    How do I delete my iCloud account from my iPad 2 when I don't know the password to that account?

  • Runtime error in J2IUN -  "DYNPRO_FIELD_CONVERSION" / "Conversion Error*"

    Hi All, I am facing run time error problem during Transaction J2IUN "DYNPRO_FIELD_CONVERSION" / "Conversion Error" Error analysis: The program has been interrupted and cannot resume. Program "J_1IRUTZN" attempted to display fields on screen 9000. An

  • Customer Re-Imbursement in F110 issue

    Hi, I have raised customer credit memo and trying to do F110 for payment program. In Edit proposl screen i am not able to do Re-Allocate transaction there. It is giving the below error. Payment method not defined in company code 1000 Payment method a

  • Desktop wallpaper resets on reboot

    Hi All i have an Intel I7 Mac Mini running the latest version of Mavericks. The problem is that if i set a desktop wallpaper of my choosing the picture defaults to the Mavericks Wave Image on reboot. If i just put the mac to sleep then everything is

  • Ipad photo album transfer

    I have an "album" of 82 photos in my iPad 1 that I need to burn to a CD to send to a client.  All photos from my iPad are also in my iPhoto library on my IMAC but this specific album is not designated as such in iPhoto, it is just part of the huge pi