Routing the 6220 frequency generator.

Hi Everyone,
I'd like to route the 6220 independent frequency generator to another PFI terminal.  The documentation states "You can route Frequency Output to any PFI <0..15> terminal.".  How is this accomplished in Labview?  I can't figure out the code or property node to "route" the signal to another PFI.  Or is it a matter of using the Frequency Output as the source for another task of some sort?
Thanks.
CraiggerB

Craig-
The channel property node "output terminal" is the correct way to change the output of the freqout counter (or one of the normal counters for that matter).  That way you don't have to worry about cleaning up the signal routing when you are finished.

Similar Messages

  • Can 9401 generate the clock frequency of 20Mhz on 4 Channels in SCTL of 40MHz

    We need to use 9401 to generate the clock frequency of 20Mhz on 4 Channels
    But as per trhe data sheet 
    4 output channels........................10 MHz
    Does it means that we can get maximum frequency of 10MHz on each channel.
    Thanks

    Hello Johan!
    Bad news I am afraid….
    I assume you are using the Data Acquisition Toolbox from the Mathworks and when it comes to support on that interface I have to advice you to contact the Mathworks for assistance. We don't provide any support on their data acquisition interface since we have nothing to do with it.
    Sorry for the inconvenience this might cause you.
    Regards,
    Jimmie A.
    Applications Engineer, National Instruments
    Regards,
    Jimmie Adolph
    Systems Engineer Manager, National Instruments Northern Region
    Bring Me The Horizon - Sempiternal

  • Is it possible to route the log generated frm a FNDLOAD cmd to usr def file

    Hi,
    Is it possible to route the log generated from a FNDLOAD command to user defined file??
    Thanks in advance,
    Kiran

    Kiran,
    I think it is not possible, the log file will be generated in the directory where you run FNDLOAD.
    Regards,
    Hussein

  • I can not get the right frequency out of my NI-DAQ 6062E card from Matlab

    Hi.
    My name is Johan and I want to generate an analog square waveform with 5.76 kb/s in frequency with my NI DAQCard-6062E from Matlab.
    When I run in Matlab the program below, I get the frequency of 5.747 kb/s on the output channel (even thou I have chosen 5.76 kb/s). When I try to change the sample rate, to higher values in Matlab, I get the same frequency until I choose the sample rate to 5.79 kb/s. The output signal is in that case is 5.813 kb/s.
    So my problem is that I can't get the exact frequency of 5.76 kb/s.
    How do I solve this.
    Thankful for help.
    Best regards, Johan
    Program in Matlab:
    clear all
    openDAQ=daqfind; %Detect any open DAQ channels
    for i=1:length(openDAQ), %Close any open DAQ channels
      stop(openDAQ(i));
    end
    ao = analogoutput('nidaq',1); %Create an object for analog output
    addchannel(ao, [0 1]);
    set(ao, 'SampleRate', 2*5760); %Here the sample rate is specied. 2*, because to get right samplerate
    y=[80,-80] %Sets theoutput values to 80 and -80 (As -1 and 1)
    putdata(ao, [y' y']); %Sends the values to out buffer
    set(ao,'RepeatOutput',inf) %Repeats sending in infinity
    set(ao, 'TriggerType', 'Immediate'); %Choose trigger to immediate, because sending values shall occur driect after start command.
    start(ao);
    %stop(ao)

    Hello Johan!
    Bad news I am afraid….
    I assume you are using the Data Acquisition Toolbox from the Mathworks and when it comes to support on that interface I have to advice you to contact the Mathworks for assistance. We don't provide any support on their data acquisition interface since we have nothing to do with it.
    Sorry for the inconvenience this might cause you.
    Regards,
    Jimmie A.
    Applications Engineer, National Instruments
    Regards,
    Jimmie Adolph
    Systems Engineer Manager, National Instruments Northern Region
    Bring Me The Horizon - Sempiternal

  • How to route the Idoc to Two Different Locations based on the Plant Values

    Hi All,
    We will generate single Idoc, in that we will have 2 E1MARCM segments, one will have UK plant and another will have US plant.
    Now in XI, receiver determination i need to route the idoc to corresponding folders.
    How can we do this, because in x-path, we can check always for the first segment only, second segment will not come into picture.
    Please suggest me

    Hi,
    we can check the multiline  present in receiver determination  and specify the condition for both US an UK  receiver systems.
    Or   if you are sure that only  two (UK and US) will come , then check the condition for  Say  UK and  check the defualt reciver system in case of failure ,if its US it will go to the default system.
    You can also  try out the interface determination condition, please check if below links can help.
    How to write Conditions in Interface Determination for 2 IDOCs
    Single File to multiple IDoc
    Reciever idoc adapter Determination error
    Regards,
    Srini

  • Frequency Generator query frequency output limitations

    Hello,
    I would like to know if there is a way to query a frequency generator for the limitations of the output frequency that can be generated, using the C API. I have found documentation which clearly outlines the limitations of frequency output (min and max) for all devices supported by my current driver, but have yet to find a way to query these values from the driver and or the device itself. Is there such a method? or must I hard code these values into my program if I want to limit user input to the range of correct values for frequency?
    Thank you for your help

    By limitations of the output frequency, do you mean specs related to jitter, phase misalignment, propagation delay, etc? That information is available on the cards spec sheet. I don't believe there are attributes in the driver that report that information. You can always write your own code that identifies a card by its model number, and looks up its specs in a file. The following attribute identifies a cards model number:
    NIFGEN_ATTR_INSTRUMENT_MODEL
    Wan L
    Applications Engineer
    National Instruments
    http://www.ni.com/support

  • ERROR: cannot route the nets within the site IOB_X1Y227

    Hi,
    I'm trying to generate a bitfile for virtex-7 XCV2000T-FLG1925 using synplify to synthesis and 2014.4 vivado to PR.  During the PR process i received the below error.
    ERROR: [Constraints 18-608] We cannot route the nets within the site IOB_X1Y227. Reason: Could not route the logical net: u_sys_pub/emwen on site IOB_X1Y227 to the load pin OUTBUF_DCIEN.OUT. Please check your design to see if the pin has a legal route to its driver or loads.
    emwen is set output , and
    define_attribute {emwen} {xc_loc} {AV28}, at meanwhile, the below constrain is set in .xdc:
    create_pblock pblock_u_sys_pub
    add_cells_to_pblock [get_pblocks pblock_u_sys_pub] [get_cells -quiet [list u_sys_pub]]
    resize_pblock [get_pblocks pblock_u_sys_pub] -add {CLOCKREGION_X0Y3:CLOCKREGION_X1Y5}
    please help me to fix this error
    thanks.

    Hi 
    The reason for the error message is "IOB blocks should be in static region". See the page no. 54 in the following user guide: http://www.xilinx.com/support/documentation/sw_manuals/xilinx2014_4/ug909-vivado-partial-reconfiguration.pdf for more information.
    Thanks,
    Vinay

  • Creating of the word-frequency histogram from the Oracle Text

    I need make from the Oracle Text index of the "word-frequency histogram", this is list of the tokens in this index, where each token contains the list of documents that contain that token and frequency this token in the every document. Don´t anybody know how to get this data from Oracle Text index so that result will save to the table or to the text file?

    You can use ctx_report.token_info to decipher the token_info column, but I don't think the report format that it produces is what you want. You can use a query template and specify algorithm=count to obtain the number of times a token appears in the indexed column. You can do that for every token by using the dr$...$i table, as shown below. Formatting is preserved by prefacing the code with pre enclosed in square brackets on the line above all of the code and /pre in square brackets on the line below all of the code.
    SCOTT@10gXE> create table otntest
      2    (doc_id       number primary key,
      3       document  varchar2(100))
      4  /
    Table created.
    SCOTT@10gXE> insert all
      2  into otntest values (1, 'This is a test for generating a histogram')
      3  into otntest values (2, 'Histogram shows the list of documents that contain that token and frequency')
      4  into otntest values (3, 'frequency histogram frequency histogram frequency')
      5  select * from dual
      6  /
    3 rows created.
    SCOTT@10gXE> create index otntest_ctx_idx
      2  on otntest(document)
      3  indextype is ctxsys.context
      4  /
    Index created.
    SCOTT@10gXE> column token_text format a30
    SCOTT@10gXE> select t.doc_id, i.token_text, score (1) as token_count
      2  from   otntest t,
      3           (select distinct token_text
      4            from   dr$otntest_ctx_idx$i) i
      5            where  contains
      6                  (document,
      7                   '<query>
      8                   <textquery grammar="CONTEXT">'
      9                   || i.token_text ||
    10                   '</textquery>
    11                   <score datatype="INTEGER" algorithm="COUNT"/>
    12                   </query>',
    13                   1) > 0
    14  order  by doc_id, token_text
    15  /
        DOC_ID TOKEN_TEXT                     TOKEN_COUNT
             1 GENERATING                               1
             1 HISTOGRAM                                1
             1 TEST                                     1
             2 CONTAIN                                  1
             2 DOCUMENTS                                1
             2 FREQUENCY                                1
             2 HISTOGRAM                                1
             2 LIST                                     1
             2 SHOWS                                    1
             2 TOKEN                                    1
             3 FREQUENCY                                3
             3 HISTOGRAM                                2
    12 rows selected.
    SCOTT@10gXE>

  • Frequency generator to clock counters

    I recently purchased a PCI-6221 with 2 32-bit counters.  I wish to read and log two encoders (hence the 6221) and several analog inputs simultaneously..  My research found that this is not possible without an external clock (which can be created using one of the counters) leaving only one counter for my encoders.  I noticed the 6221 has one Frequency Generator.  Can this generator be used as a clock source for the counters and the AI?
    Jeff
    Solved!
    Go to Solution.

    You can use Freq Out as the sample clock of both CI tasks. However, you are restricted to what frequencies you can generated. You should also be able to use the AI sample clock as the "sample clock source" of the CI tasks. 
    As for simultaneous AI channels, thats impossible on that card. All AI channels share 1 ADC that is multiplexed between the channels on each period of the AI sample clock. 
    Wan L
    Applications Engineer
    National Instruments
    http://www.ni.com/support

  • Make frequency response analyser using frequency generator and counter

    Hello
    Can we make a frequency response analyser using a Frequency generator and frequency counter?
    How to add modulation with it? Modulation frequency is to be varied as per the input to given to the carrier!
    The outputs are Frequency, magnitude, and the phase as like solartron FRA.
    somebody have an Idea for this
    awaiting for the solution 
    thank you 
    "Thanks with regards "
    by
    ..........Gireesh..........

    Hello Gireesh,
    You can use a function generator to generate frequencies and use the modulation tollkit and other tools availabe with LabVIEW to do the modulation part . Or you can use the analog output ports on the daq card to generate different frequency signals for the same purpose .This should pretty much serve your purpose.
    http://zone.ni.com/devzone/cda/epd/p/id/5646
    http://digital.ni.com/manuals.nsf/websearch/AF3615F31CE9656C862576070020B8F7

  • Unable to route the data from an AQ in AQ11g to an AQ in AQ10g via router

    Hi,
    I have configured a router to route the data from an AQ in AQ11g DB to an AQ in AQ10g DB with IP Message Type.
    Data of JMS OBJ Message type is getting routed between the queues of same DB.
    But its giving error while trying to route the IP Message type data or JMS OBJ Message type data from an AQ in AQ11g DB to an AQ in AQ10g.
    aqtrace logs have been configured and I could not see any exception logs in that.
    Please see the AQ log below:
    The router encountered errors in processing job: <router job name>: oracle.j2ee.jmsrouter.RouterException: The router encountered errors in processing job: <router job name>
    I have done the following:
    1) Created a new instance and have configured the router
    2) Deployed the Standalone Resource Adpater for 10g and 11g
    3) Source and Target connection factories configured in the router is the same
    Please let me know the following:
    1) Is it possible to route an IP Message Type data from AQ11g to AQ10g
    2) Is it possible to route an JMS OBJ Message Type data from AQ11g to AQ10g
    Thanks and Regards,
    Lydia

    HI All
    Thanks for the prompt response. I got solution for my question. Please check below thread. For quick reponse i posted my question in one more category. Thanks to all of you.
    How to read internal table w.r.t. fieldnames stored in other table

  • Repricing the SAP contract generated from follow up doc in copy control

    Hi,
    I am facing issue with the conditions copy at item categories level at the time of follow up document in copy control.
    The challenge is like this:
    There is an option for the conditions copy for line item level upon which the corresponding pricing is generated.
    D -- Copy all Conditions
    C -- Copy manual conditions
    The issue here is at config level they will maintain only Copy manual conditions depending upon whether it is a follow-up / Copy it should change the behavior as Copy all Conditions.
    I tried to do this with crmv_event(After with reference::50) though but the problem is its triggering after the pricing got generated.
    Welcome you ideas to resolve the issue.
    Thanks & Regards,
    Madhu J

    Hello Ravikanth
    With status management it's not possible to prevent the creation of follow-up documents in CRM.
    You have to use the badi CRM_COPY_BADI. Here the exception DO_NOT_COPY must be raised. But it's not possible to gray out the path of the follow-up transactions e.g. for 'varian quote'.
    I hope this could be helpful.
    Best regards,
    Maggie

  • How can I import data in to the digital word generator in Multisim?

    How can I import data in to the digital word generator in Multisim?
    I just  received this comment from a friend, a RADAR engineer, who has just down loaded Multisim.  He has been using HP/Agilent software.  He has a work around using a piecewise linear voltage waveform with data imported from Excel but this is not really a good solution.  It would also be helpful to import data from Mathcad or equivalent.
    "I thought I was about to be impressed with MultiSim but it ended only in disappointment. There is a word generator in the simulation instrument panel which can drive the DAC with a waveform and it can have thousands of lines of values. I opened Excel, wrote the formula to generate the time and voltage points for a chirp, converted to DAC values in Hex and then went back to the word generator in MultiSim to load the values only to find that you have to enter each value manually. It doesn’t even allow you to paste in a list of values from a text file. I’m not going to type 5000 values by hand. If you get the chance to give feedback to National Instruments please ask them if the paste option can be added to the word generator. MultiSim is useful in many regards, but in this case, it left me with the impression that it is considerably limited in capability compared to what I’m used to."

    Hi,
    You can load your data automatically in the Multisim word generator. Follow these steps:
    - Save your data file (in excel .xslx ir .csv format) on your computer
    - Change the extension of the file to ".dp"
    - Double-click the word generator in Multisim and click on Set...
    - In the Settings dialog box, click on Load and then Accept
    - This will prompt you to select the .dp file you have on your computer, select it and you're good to go
    However, in Multisim you have the option of creating your own custom simulation analysis and instrument.
    I will try creating the instrument and send it back to you but it might take some time.
    Multisim and LabVIEW are very powerful in test automation, with the custom instruments you create for Multisim you don't need to export your data file into excel from LabVIEW (or MathCAD or other tools) and then reload it into Multisim. The test procedure is automated instead.
    Please check this reference design about automated simulation
    http://zone.ni.com/devzone/cda/tut/p/id/7825
    Here is how you can create your own custom measurement tool in Multisim and LabVIEW, but as I mentioned, I will create the word generator and come back to you anyways
    http://zone.ni.com/devzone/cda/tut/p/id/5635
    Let me know if you have any questions.
    Mahmoud W
    National Instruments

  • How can I use the Concentric Shape Generator in Motion to create a graphic?

    Hi,
    "Concentric Shapes generator
    The Concentric Shapes generator is used to generate patterns derived from circles or from polygons ranging from 3 to 100 sides. Choose two fixed colors or set up a flexible multicolor gradient."
    (taken from http://www.apple.com/finalcutstudio/whats-new.html)
    I would really like to utilise this feature to create some graphics I need to create but I cannot find how to do this. Can anyone point me in the right direction? A tutorial perhaps...? I have looked and looked.
    I basically wish to have a triangle shape increasing in size over and over again in two-tone colour.
    Many thanks,
    Philip
    Message was edited by: Host (to clarify subject?

    Not entirely sure what look you're going for, but here's an example:
    (clicking on the image will download the project).
    Is that what you're looking for?
    Patrick

  • How come two signals of the same frequency show on the graph as having the same?

    Hi!
    My assignment for school is to build a 2 channel oscilloscope, with generators too. Initially, I tried using a waveform chart, that actually showed a very "ugly" image. Just for testing, I left the chart there with hidden indicator.
    The student teacher suggested I use a graph, which is ok, as far as the shape of the signal. The "time" axis however doesn't really show the time.
    Thinking that it might show the samples, I put at the "nr.of samples" the reciprocal of the sampling rate multiplied with 1000,000 and the result was the same. The really strange part is that if I'd put two different frequencies for each channel it showed as is the signals had the same frequency.
    And that's not the only problem... The while loop everything is in doesn't look like it's executing more than once. Now, I know the vi is pretty large but is that what makes it behave like that?
    I also put cursors (like in the example from Fundamentals> Graphs and Charts > Programatically Control Cursors) that should be in the middle of the graph. Since I didn't use a chart, are the values at "Style" or "Pointer Style" different? (I wanted the cursors to be multi-plot).
    Can you help me with any of that?
    Thank you very much!
    Patricia

    Hi Patricia !
    First of all, I would suggest you to synchronize all actions according to data flow concept : try to link all property nodes with error wires... That way, you MAY notice some warnings/errors. Then you should try to group functionalities into clusters, that way your code would be easier to debug...
    Then your While Loop runs as fast as possible (which makes your processor to run at 100% all time long), you should consider using a timing function to slow down the loop.
    Then using "Graphs", the X-axis will display the number of samples in the array to plot. If you know the sampling frequency of your signal and the number of samples in the array, you can try use "Xaxis.Multiplier" property node to convert the number of samples into time.
    Then for your cursors, you should consider using "Cursos List" property node... It's not really cool to program it (lot of options) but it works very well and allows you to deeply customize your cursors.
    I hope this helps... Otherwise, don't hesitate to post another message !
    Zyl

Maybe you are looking for

  • Can I do a mail merge from Excel in Pages?

    I would like to use Pages to send out invoices and form letters to my membership database which is in Excel. Is there a way to do this? Thanks.

  • Proxies for third party

    Hey guys is it possible to create proxies for third party if i have WAS>6.2? suppose we are doing a File to IDOC scenario and have WAS>6.2 then is it possible to do it like Proxy(file)-XI-Proxy(IDOC) or i cant generate any proxies for Flat files? tha

  • Creating General Waveform with X Series

    Hi all , I have CVI 9.1 And UBS NI-6356. I want to create a software that will set Analog output General ( Arbitrary ) linear waveform based on var that will be set on the my GUI. For example if I'll set : Start voltage - 1V  Start time - 0ms End Vo

  • Java.security.Signature and PKCS #7

    I've got a raw signature returned from the sign() method in the java.security.Signature class. It looks like it is simply the encrypted hash of the data with no padding or encoding. Can anyone confirm this? Additionally, I need to be able to package

  • Documentation(online help)

    hi, please anybody send the link for online documentation(if possible) Thanks..