How To output the PXI-6608 OCXO to PXI_CLK10_IN

Hi!
I am trying to make high accuracy measurements with the PXI-6608.
I am using a 3rd party PXI backplane which has no StarTrigger slot that would override the PXI_CLK10 automatically with the PXI-6608 OCXO output PXI_CLK10_IN.
It appears that the PXI-6608's OCXO has no direct link to the time source of the counters but that instead the time source can "only" be PLL-synced to PXI_CLK10 signal of the backplane. Is this correct?
I tried to measure the high accuracy OCXO output on PXI_CLK10_IN but got nothing. What needs to have the PXI-6608 output its OCXO clock to PXI_CLK10_IN?
ThanXs for your help, Hezapeter

By connecting the OCXO to the PXI_CLK10_IN, you are overriding the PXI clock to make a more accurate reference clock.  So anything that is using the PXI clock at a reference will become more accurate.  I believe you have to set the source reference clock for the DAQmx tasks to the PXI clock in order to get this benefit.
But here's how you connect the OCXO to the PXI clock.
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Attachments:
Connect Clock.png ‏9 KB

Similar Messages

  • How to reset the Terminal Count indicator on the PXI-6608

    Dear Community,
    Is there any way to reset the terminal count indicator on the PXI-6608? When I Use Get Attribute.vi I get the correct value the first time, but unfortunately (unlike DAQmx) reading the value doesn't reset it...
    I'd like to keep track of how many times it has rolled over. And I don't want to use another counter to do that because I'd like to keep them free for other things.
    Thanks!
    Cas
    Solved!
    Go to Solution.

    Traditional daq does not have a means to reset the terminal count indicator, as far as I know. One thing you might be able to do is change the "output mode" to "toggle" and then read the "output state" to determine rollovers by determining when the output state has changed during your application.
    I hope this helps!
    gus....

  • How to output the digital clock and synchronization signal from the NI USB-6211

    Hello,
    I need to connect the NI USB-6211 to control a digital to analog convertor chip (AD5541). However, this chip requires three input signals :1) Clock input, 2) Logic input or a synchronization signal  and 3) Signal Serial Data input (CS, SCLK, DIN).
    how to output the digital clock and the synchronization signal from the NI USB-6211?

    Hi SaberSaber,
    You should be able to use the counters to generate a pulse train that could be used for clock and synch purposes.  
    Hope this helps.  Let us know if you have more questions.  
    Dave C.
    Applications Engineer
    National Instruments

  • How to use the PXI's 10MHz backplane clock to synchronize two or more 6031E boards?

    Hi,
    I'm trying to use two 6031E boards to acquire multiple channels Analog Inputs, and I'd like to sync them with the PXI backplane clock (not the RTSI bus). I found an example from NI, "Two E-Series Shared ScanClk.vi", and modified it a bit. But I'm wondering if the two boards must have the same acqusition rate? e.g. Can I have 1 board acquiring at 1kHz while the other one at 20Hz? and if yes, how do I do it?
    Your input will be very much appreciated. Thanks!
    Dan
    Attachments:
    mod_Two_E-Series_Shared_ScanClk.vi ‏148 KB

    Unfortunately, E Series boards cannot synchronize with the 10 MHz PXI backplane clock. They do, however, have access to the PXI trigger lines, which are basically the RTSI lines. Except for line 6 which is the star trigger line. They can only read from this line.
    The example program you have selected will definitely be part of your solution. It allows you to share the scan clock timing signal between two boards. If you would like the slave board to acquire at a slower scan rate, you could always route the master's scan clock to one of the slave's on-board counters which can act as a frequency divider. The output of this counter can become the new slower scan clock for the slave board. Use the Generate Pulse Train shipping example VI as your frequency d
    ivider. Finally, make sure you route the signals appropriately and you'll be in business.
    I hope this helps!
    Russell McMurtrey
    Applications Engineer
    National Instruments
    http://www.ni.com/support

  • How to output the message id via mapping?

    hello
    Is there any function can output the message ID via message mapping?
    Brand

    hi brand,
    1)and this code absolutely works fine...
    <code>
    java.util.Map map = container.getTransformationParameters();
    String msgid = (String) map.get ( StreamTransformationConstants.MESSAGE_ID);
    return msgid;
    </code>
    or
    2) to retrieve your MessageID using BPM
    1) Go to your BPM. Create a new Containervariable (simple type)
    2) Insert a new Container Operation in your BPM.
    3) In target: select your container variable (simple type) that u have created in step1.
    Operation: Assign
    Expression : In the expression editor, choose interface variable (radio button)> then choose context object (radio button)> then the 6th Value in the drop down combo is your MessageID.
    Then to access this value in your message mapping directly.
    Refer to: /people/michal.krawczyk2/blog/2005/03/04/globalcontainer--in-graphical-mapping-xi to access the contier variables in message mapping.
    Note: reward points if solution found helpfull
    Regards
    Chandrakanth.k

  • How to output the member UDA as a column in Report Script?

    I tagged my account dimension members according to its classification instead of using an attribute dimension.
    I wanted to use the assigned UDA for data loading purpose (select/reject records in rule file.
    Please let me know the syntax to show UDA as a column in the report script.
    Thanks.

    It sounds like what you need is an alias table for loading purposes, rather than a UDA tied to the members.
    Like Glenn said, you can't output the UDA in a report, but you can either output an alias or use the alias in the destination database. In this case, I'd use a new alias table rather than the default alias, something specific for the purpose.

  • Gui_Download....How to Output the each field in different line

    Hi All,
    I need to  create a text  file that will be downloaded into the pc with the format as
    Personnel Number
    Amount
    Bank
    etc...
    i.e each field should be in a new line.
    and i have to add the Constants like :20:, :23B: etc before each field.
    How can i make this possible?
    Please Help its urgent.
    Regards
    Shareef

    Hi,
    Could you please provide a sample code for that.
    i have tried with it but it is coming in one line.
    Thanks in advance
    Regards
    Shareef

  • How to output the outline parent-child relationship using a report script?

    I'd like to extract the outline's dimension members with it's parent-child relationship using a report script. Anybody can provide a sample script? Thanks.
    Example:
    DimensionX
    -----MemberX
    ----------ChildX
    Output:
    Dimension X MemberX
    MemberX ChildX
    Edited by: obelisk on Jan 11, 2010 5:16 PM

    Sorry a report script won't do it. You have two options
    1. Use at Essbase Outline API to walk the outline and get it for you
    2. Use the Outline extractor available from Applied Olap (it is a free download). It can be run interactively of as a bat file.
    Frankly, I would rather use 2 since I don't have to code it myself

  • How to output the value of KBETR in PO

    Dear gurus:
    I want to output both before-tax and after-tax condition in PO in a query, but I can search NETPR in EKPO and can not find the filed for the value before tax. would you please help me?
    Best regards,
    David

    Dear Prasad:
    Thank you for you reply.
    That,s value equals to multiply quantity by before tax price, what I want is only before tax price.
    would like give me some advice again?
    best regards,
    David

  • PXI-6608: Typical accuracy & stability for a 10 Hertz pulse-train output ?

    I need to generate a very accurate and stable
    10 Hertz continuous pulse-train for a test system.
    What typical frequency accuracy & stability
    can expect to achieve from the PXI-6608 for
    a generated 10 Hertz continuous pulse-train.
    I have read the specs ... just want to make
    certain I am interpreting them correctly.
    Thanks!

    Hello there!
    Though this was long time ago already I need confirmation on the same kind of calculations.
    (However, in my case, I am measuring frequency, not reading, also with the 6608)
    I thought the stability of 6608 OCXO was 75ppb per year (or 45ppb as stated in the OCXO notes). So therefore 11.25ppb/day. Not 0.45ppb/day.
    In any case, if the stability of the OCXO is 75ppb :
    - Stability on the 10Mhz clock: 10,000,000*75/1,000,000,000 = 0.75Hz
    The question is, if you measure a 10Hz signal with this device, will you have a 0.75Hz accuracy? Or would you have the accuracy of the clock that you use to MEASURE (using a 100Khz timebase):
    - Stability on time base: 100,000*75/100,000,0000 = 0.0075Hz
    So apart from my measurement error (according to http://zone.ni.com/devzone/cda/tut/p/id/3619) I have to add up this error like this:
    TOTAL ERROR = MEASUREMENT ERROR + CLOCK ERROR = X + 0.0075hZ
    Being XX the calculated error made by the frequency estimation algorithm.

  • Strange number from pxi 6608

    We are using the PXI 6608 card with a six channel system
    involving counters. When we run the program we get a very large count,
    somewhere around 40million, and it the same number every time. The problem is
    that there is no way that can be a real count. We do get other counts that seem
    to be actual data but every couple of cycles this large number occurs .Our
    counters our connected to a kill switch, programmed in LabVIEW that will cut
    the power to the counters if they reach the maximum number of counts we have
    set. We know the kill switch is working because we have measured counts that
    cut the power. However, when this large number comes up nothing happens and the
    counters remain on and our limit is set far below 40million. Has anyone seen
    this or other instances like it?
    Thanks

    Hi,
    At the moment I am not sure why your problem is occuring but am happy to look into the matter for you when I have a bit more information.
    What version of LabVIEW are you using?
    How is the PXI system set up?  For example are you connecting remotely from a host PC using LabVIEW realtime or are you booting the system into windows?
    Would you be able to provide an example VI and any project files that demonstrate the problem?
    Tom Clark
    Message Edited by ThomasC on 08-06-2008 11:01 AM
    Applications Engineer
    National Instruments UK & Ireland

  • Performance verification PXI 6608

    Hi,
    I have a question about the performance verification of the PXI 6608.
    This is what I was able to perceive from the manual.
    We have two modules:
    CTR0: referenced to an external clock that has a minimum uncertainty of 0.75 ppb and generates a 400 s pulse to CRT1.
    CTR1: is referenced to the internal 10 MHz OCXO and counts the number of cycles in that 400 s window: 400 * 10 MHz=4*10^9 . Any result different from this means an error.
    Now to my understanding the performance verification is comparing the 10 MHz OCXO with the external clock. So by looking at the manual we have a uncertainty of 75ppb when the 10 MHz OCXO is on the slot 2: 0.75ppb * 10 MHz = +/- 0.75 Hz. BUT the performance verification assumes a tolerance of 0.1 Hz (10,000,000.1 < Hz < 9,999,999.9 Hz)
    The calibration execute has the same approach as the performance verification,
    Why does the PXI 6608 have a tolerance different from the manual?
    Are we not testing the 10 MHz OCXO?

    Hi,
    Thanks for your suggestion but my Qauestion is lillte bit different.
    1)  We have Equipment master in PM module.
    2) Calibration scenario already mapped in PM with maintainance oreder with "14" inpsection type.
    3) This is related to performance verification which is different from Calibration scenario.
    4) i dont understand that what we have to do in QA05?
    5) I want another inspection lot for "Performance verification" except "14".
    6) We have defined frequency with test paramater. e.g. HPLC have PV frequency 3 month, 6 month & 12 month with different test parameter.
    7) now i want that at each time point, i required auto generation of inpsetcion lot with defiened inspection plan in QA32. After testing will be completed, we will give UD and declare as this Equipment is Qaulified.
    It is different from Calibration scenario.
    Calibration actvity done by PM member but perfomance activity monitor by QA (QM) person.
    Pls help me to design this scenario.
    Thanks & Regards,
    Ms. Kruti Shah

  • PXI-6608 specifications

    Hi,
    I have a question about the performance verification of the PXI 6608.
    This is what I was able to perceive from the manual.
    We have two modules:
    CTR0: referenced to an external clock that has a minimum uncertainty of 0.75 ppb and generates a 400 s pulse to CRT1.
    CTR1: is referenced to the internal 10 MHz OCXO and counts the number of cycles in that 400 s window: 400 * 10 MHz=4*10^9 . Any result different from this means an error.
    Now to my understanding the performance verification is comparing the 10 MHz OCXO with the external clock. So by looking at the manual we have a uncertainty of 75ppb when the 10 MHz OCXO is on the slot 2: 0.75ppb * 10 MHz = +/- 0.75 Hz. BUT the performance verification assumes a tolerance of 0.1 Hz (10,000,000.1 < Hz < 9,999,999.9 Hz)
    The calibration execute has the same approach as the performance verification,
    Why does the PXI 6608 have a tolerance different from the manual?
    Are we not testing the 10 MHz OCXO?

    Hello,
    In order to set the counter source to the timebase, you can use the the get/set/reset CI_CtrTimebaseSrc in order to set this in CVI. Please consult the DAQmx C reference Help for more information. Here are the functions if you can't find it in the help.
    int32 __CFUNC DAQmxGetCICtrTimebaseSrc(TaskHandle taskHandle,
    const char channel[], char *data, uInt32 bufferSize);
    int32 __CFUNC DAQmxSetCICtrTimebaseSrc(TaskHandle taskHandle,
    const char channel[], const char *data);
    int32 __CFUNC DAQmxResetCICtrTimebaseSrc(TaskHandle taskHandle,
    const char channel[]);
    As for performing a loopback test to test its accuracy, this isn't the best way to do this because the source is creating a signal with relatively the same accuracy as you are reading in back on the same device. Knowing that this signal is accurate down to .7ppm, we need to apply a source for the counter that is much more accurate than this. First way to do this is to change the timebase source to the 10MHz clock like I mentioned above. The other way is to place the PXI-6608 in slot 2 so that it overwrites the 10MHz clock on the backplane. This 10MHz clock is used with PLLing the 80MHz clock that is normally used in counter tasks. Which slot do you have the PXI-6608 in? Could it be placed in this slot?
    Jim St
    National Instruments
    RF Product Support Engineer

  • Wiring the PXI-4132

    Hi all,
    I'd like to know how to wire the PXI-4132. You can check its specification following links below.
    http://sine.ni.com/nips/cds/view/p/lang/fr/nid/207349
    http://www.ni.com/pdf/manuals/375128a.pdf
    - My problem here is i don't understand what a guard terminal is. (check p5 on pdf)
    The output HI and LO correspond to the higher and lower (current or voltage) source you need to source.
    The sense HI and LO correspond to the higher and lower (current or voltage) measurement you need to measure.
    - How to source voltage and measure current ?
    Seems to happen in the same time. That means output HI and HI sense are connected to the same point and Lo Sense and output LO as well.
    - Does someone get a wiring schematic of PXI-4132 ?
    Thank you for further reading and discussion
    Vincent
    Solved!
    Go to Solution.

    Hello Vincent90,
    Please find the part of the NI DC Power Supplies and SMUs Help regarding the Guard terminals :
    The following links could help you :
    Remote Sense Connections for Cascaded Power Supplies
    Architecture Details of the NI PXI-4132 Precision SMU
    I didn't find any wiring schematic that I could provide you.
    Regards,
    Jérémy C.
    National Instruments France
    #adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
    Travaux Pratiques d'initiation à LabVIEW et à la mesure
    Du 2 au 23 octobre, partout en France

  • How to output sound to RCA cables?

    I give up! I can't for the life of me figure out how to output the sound from my Macbook to play on my stereo or TV which use RCA cable hook-ups.
    I got the VID ADPT MINI-DVI TO VIDEO ADAPTER-GEN but that only adapts the video, not the sound. Do I have to get some kind of optical to analog adapter?

    This would do the trick, although you can probably find something at Radio Shack for less.
    http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore.woa/wa/RSLID?mco=FFB 21895&fnode=home/shopipod/ipod_accessories/cablesdocks&nplm=TN779LL/A
    I got an iPod kit with a power supply, extra dock, and a Monster Cable (yeah I think they're overhyped) mini jack to RCA connector.
    There are a bunch of ways you can do this. If you've already got long enough RCA cables, these would do the trick:
    http://www.radioshack.com/product/index.jsp?productId=2103710
    Or if you have a short distance, maybe something like this (doesn't say how long it is):
    http://www.radioshack.com/product/index.jsp?productId=2427991
    There are more attractive versions of this type of adapter. Radio Shack shows at least a dozen from different companies.

Maybe you are looking for

  • How do i cancel my credit card from my apple ID?

    My iPhone got stolen, i reported the IMEI number and all, but they told me is still usable like an iPod. I want to cancel my credit card from my apple ID. how do i do that?

  • How do i add picture from my computer to my ipod

    how do i add picture from my computer to my ipod

  • Aliased text on PDF export with blending modes

    So I've had this issue with a pdf, I tried to export it CMYK, RVB, interactive pdf, regular pdf, with tons of different other options, the text was still very aliased. I decided to take it back from scratch, openned a new document with the same size,

  • Rank a sequence of consecutive numbers

    I have a table with the following numbers 620053190 620053191 620053192 620053193 620053194 620054131 620054142 620054143 620054144 620054145 620054146 620054148 620054149 620054151 620054152 I need assign a unique value to the sequence of consecutiv

  • Compatibility of macros in Excel 2010

    Hi I have some excel 2007 files (having some macros) and want to use them in excel 2010. I want to open those excel 2007 files in excel 2010. Does my macros works in excel 2010. Can you please send some support documents. Regards Abhilesh