Can I do compare material using hsdio during the generation and clock speed of CQI are different

Hello

my application needs to generate a digital stream to A clock frequency with width of bus (number of bits) very from 1 to 4 bits

IAE response will always be on the bit but with a B clock frequency.

1. can I use the advice hsdio hardware comparison mechanism.

2 If the answer is YES, there is any sample that can help me to get started.

Thanks in advance

Daniel Gabel

Hello

Yes, you can compare material with different rates of acquisition and generation.  There are several examples that are provided with the NOR-HSDIO driver.  There are some examples of physical comparison you would like to check.

Jon S

Tags: NI Software

Similar Questions

  • Locking during the generation and the online option to avoid problems

    Hi Experts,

    In our suite of applications, schemas are shared among several applications, and even when there is a deployment of an application, the other application remains upward. In this process, we are facing problems of locking. For example, when creating indexes, I get the error "resource busy and acquired with no expectations. This post is specific to this point on error when creating index (change the design of the app etc is out of reach for me currently).

    I was checking the "online" option of create index and I was wondering if that helps. It looks promising for me. When we have large tables (50 million more and creating indexes on them takes about 5 minutes and at the same time we have another app doing short transactions - who commit in 5 seconds, then creating index 'with the option' can help - is what I was asking.)

    Here is an example of what I've tried:

    -- first create a table with a few million rows:
    
    SET SERVEROUTPUT ON
    
    DECLARE
      v_sql VARCHAR2 (200);
    BEGIN
      v_sql := 'create table test as select * from dba_objects';
    
      EXECUTE IMMEDIATE v_sql;
    
      FOR i IN 1 .. 5
      LOOP
      v_sql := 'insert into test select * from test';
    
      EXECUTE IMMEDIATE v_sql;
    
      COMMIT;
      END LOOP;
    END;
    /
    
    --Now in session 1:
    ---------
    
    
    create index ti1 on test(OWNER,OBJECT_NAME,SUBOBJECT_NAME,OBJECT_ID,DATA_OBJECT_ID,OBJECT_TYPE,CREATED,LAST_DDL_TIME,TIMESTAMP,STATUS,TEMPORARY,GENERATED,SECONDARY,NAMESPACE)
    online;
    
    session 2:
    ------------
    DELETE FROM TEST WHERE ROWNUM<1000;
    
    commit;
    
    DELETE FROM TEST WHERE ROWNUM<40200;
    rollback;
    
    --etc.
    

    I find that deletions, etc. in the second session is done (they follow by commit and they take a few seconds) with this option 'create an index online '. The option 'create index' is also no error with the error ORA-«resource busy...» ». So what a better way to create indexes to avoid locking issues? Note that is is very good for us to have the creation of index take more time for what's important is that they are not lacking in critical production deployments.

    Are there other possible implications (-except that it takes more time to create the index with the option 'online'), that one should be aware of? Any known issues or is there any other glitches with the creation of online index?

    I will be grateful for any views on that.

    What is your version of DB full?

    In our suite of applications, schemas are shared among several applications, and even when there is a deployment of an application, the other application remains upward. In this process, we are facing problems of locking. For example, when creating indexes, I get the error "resource busy and acquired with no expectations.

    OK-, this exception is not surprising. To create or rebuild an index, Oracle has a lock on the base table. He can't do that if other users perform DML on the table - it must wait.

    And before 11 g ANY other session that then tries to perform DML on the base table that oracle wait will also block.

    I was checking the "online" option of create index and I was wondering if that helps.

    Well, if you do not use the clause of 'ONLINE' you must do that maintenance CONNECTION or you now cause other sessions cling while creating/reconstruction is made;

    It looks promising for me. When we have large tables (50 million more and creating indexes on them takes about 5 minutes and at the same time we have another app doing short transactions - who commit in 5 seconds, then creating index 'with the option' can help - is what I was asking.)

    Yes - it should help. But he cannot eliminate the problem entirely.

    See this article by the Index indicated Richard expert Foote (there are many other related articles index also):

    https://richardfoote.WordPress.com/2008/02/11/index-create-and-rebuild-locking-improvements-in-11g-ch-ch-ch-changes/

  • HSDIO - deterministic written submission during the generation

    Hello

    I use a card HSDIO (PXI-6542) to control a device (DUT) with a predefined fixed length, waveform continuously running.

    That maybe had TO actually benefit from the dynamic changes in digital signals according to the measurements on the INSTRUMENT itself.

    At the moment I just pass off the coast of the ASE and map HSDIO, write the new waveform on the map, turn to ESA and the generation of digital signals.

    Of course, this is not optimal and I would like to change the way signal 'live', while the DUT is running.

    Just crush a waveform, whereas it is generated should not be working smoothly due to a condition of race as explained here: http://digital.ni.com/public.nsf/allkb/14CE41C9CB9F10A88625766A005CEE47

    I think that I've found a workaround, but need a confirmation about this.

    Instead of just a waveform, I could use 2 and select which is generated using a trigger.

    The corresponding script might look like this:

    script myScript
    Repeat forever
    If scriptTrigger0
    generate a waveform1
    on the other
    generate a waveform2
    end if
    end repeat

    For example, the idea is to generate a waveform1.

    Then according to that CSA should I calculates waveform2 and transfer it to the HSDIO map.

    I think here is overwrite waveform2 with the data of the same size will not create any small problem because it is not currently used to generate signals.

    After this using the trigger, I could start using waveform2. If I need additional adjustment of wave shape I could do this by editing waveform1, so it is not used for the generation and thus now alternating serves really what waveform.

    Am I correct in that a waveform in memory but are not currently used can be replaced without causing glitch on an another waveform that is currently?

    Kind regards

    Baptist

    Hello, Baptist,.

    Yes, you are right. It is a method to dynamically change the waveforms on the fly that was already used in the past. If you waveform1 to generate and download waveform2 then it is idle, it will not affect the generation of waveform1. Then, triggering via scripttrigger to waveform2, then you can download the next waveform, you want to use for waveform1 without affecting the production of waveform2.

  • taskdef class not found during the generation of code from wsdl using Ant

    I'm getting a class not found error during the generation of the java code from the wsdl file.

    *******************
    CU dmwls (338) $ ant generate wsdl
    BuildFile: build.xml

    ++ BUILD FAILED ++
    ++ file:/ffdt01/resmgt/kul/build.xml:14: taskdef class weblogic.wsee.tools.anttasks.WsdlcTask can not be found ++

    Total time: 1 second
    CU dmwls (339) $ cat - n build.xml
    < default project 'all' = > 1
    2 < name = "bea.home property" value="/opt/bea/wls/8.1sp4" / > "
    "3 < name ="jdk.home property"value =" ${bea.home} / jdk142_05 "/ >
    "4 < name ="weblogic.home property"value =" ${bea.home} / weblogic81 "/ >
    5
    6 < path id = "weblogic.classpath" >
    "7 < fileset dir="${weblogic.home}/server/lib ">
    8 < include name = "*.jar" / >
    9 < / fileset >
    10 < / path >
    11
    12 < taskdef name = "wsdlc.
    13 classname = "weblogic.wsee.tools.anttasks.WsdlcTask"
    14 classpathref = "weblogic.classpath" / > "
    15
    16 < name target = "generate-to-wsdl" >
    17 < wsdlc
    18 srcWsdl="/ffdt01/resmgt/kul/ksr.wsdl.
    19 destJwsDir = ' / ffdt01/resmgt/kul.
    20 destImplDir = ' / ffdt01/resmgt/kul.
    21 classpathref = "${weblogic.classpath}" "
    22 classpath = "${weblogic.classpath}" "
    23 packageName = "examples.webservices.wsdlc" / > "
    24 < / target >
    25 < / project >
    *******************

    I checked this class in the use of weblogic.jar file unzip command but there is no class "WsdlcTask".

    Unzip weblogic.jar-l | grep WsdlcTask - does not result

    I am looking WsdlcTask class in all the jars under BEA_HOME directory using below command but not found in class WsdlcTask.

    CD $BEA_HOME
    To find. -*.jar name-exec unzip {}-l------. grep WsdlcTask - also returned no results


    Some required classes does not appear in my weblogic.jar/jar file or there is something wrong with my build.xml file?

    Help, please.

    Kuldeep

    Hi Kuldeep,

    WSDLC you use in WLS8.1 ehich is not correct... "weblogic.wsee.tools.anttasks.WsdlcTask" the above taskDef is present WLS9.x leave.

    Please use the next task for WLS8.1 (http://download-llnw.oracle.com/docs/cd/E11035_01/wls100/webserv_ref/anttasks.html#wp1075710)

    <>
    WSDL = "WSDLs/MyService.wsdl"
    destDir = "myService/implementation.
    packageName="example.ws2j.service"/ >

    Thank you
    Jay Sensharma
    http://jaysensharma.WordPress.com/webservices/ (WebLogic wonders are here)

    Published by: Jay SenSharma on February 16, 2010 13:30

  • I installed ux 16 driver Windows 7 my pc but nothing displays, no .so tracks what is wrong with it please suggest.or how can I do this by using midi for the first time.

    I installed driver ux 16 in my widows 7 and connected to my pc but nothing displays, no .so tracks what is wrong with it please suggest.or how can I do this by using midi for the first time.

    In the subject line, type a brief description of your problem or your question. A subject line that says only "Hi alll" not will receive the attention of someone who can be familiar with your particular situation.

    Contact the support of Yamaha.

  • Hi, my creative cloud libraries will not work. I get a comment to "something went wrong during the initialization" and I can't save anything in a library. what I am doing wrong?

    Hello

    my creative cloud libraries will not work.

    I get a comment to "something went wrong during the initialization" and I can't save anything in a library.

    what I am doing wrong?

    Hi Rachel,

    Please, try the following steps:

    • Close all applications CC
    • Complete the process monitor activity/task manager (CCLibrary).
    • Restart any application and check.

    Hope that helps!

    Kind regards

    Sheena

  • When I used to press the fill and sign that I'd get a drop down add initials, place check, create a signature now when I click on fill and sign all the I can do is to fill in information and create a signature digital-how can I pick up my old options? Tha

    When I used to press the fill and sign that I'd get a drop down add initials, place check, create a signature now when I click on fill and sign all the I can do is to fill in information and create a signature digital-how can I pick up my old options? Thank you

    It seems that you have empty fields of Digital Signature in the form.  Acrobat Reader DC complete and sign will add a signature of annotation with a PDF file that has Acrobat form fields or fields of Digital Signature in it.  Test it by opening a PDF file that has no form fields or fields of Digital Signature in it and who is not protected by security permissions.

  • Cold Fusion Developer Edition can be used to develop the product and deliver to the customer

    Cold Fusion Developer Edition can be used to develop the product and deliver to the customer

    The limit of two IP resists don't not to, the EULA for ColdFusion legally using Developer Edition keeps you in any production environment.  Use it for development is very good, however.

    -Carl V.

  • PXIe6556 - how to change the voltage of output during the generation?

    I would like to know if it is possible to change the voltage output (data lines) during the generation?

    1. start the generation - Vout = 1V

    2. change of output voltage without stopping the generation of Vout = 1.2V

    3. change of voltage output of...

    TKS

    Try searching for "Advanced: incarceration strategy property attribute ' and ' voltage levels: data voltage range property" in aid of generator/analyzer of signals for the digital waveform installed with your driver. This should allow you to change the levels of tension on the fly. To use this attribute, you must have the latest driver HSDIO (2.0).

    Is that what you are looking for? It is an advanced attribute, and most of the use cases should not dictate it you have been warned. I hope this helps!

  • An unexpected error occurred during the generation of the Volume License Installer

    I'm building a Volume of NI Developer Suite 2016 DS1 License Installer.  I created the master suite and the installer from the DVD device drivers successfully.

    However, when I try to create tools Xilinx DVD separated issued with the Game Developer on I get the error "an unexpected error occurred during the generation of the Volume License Installer '.

    There is no other information.

    Nobody knows what is this 'unexpected error' and how to work around.

    Just worked it out.  The DVD contains 2 sets of tools; 14.7 & 2014.4.  You must come down with each of them separately, you can't just select the top-level of the DVD folder as you do with all the other discs in the package.  Would be useful if the error to a little more explicit.

  • During the installation and activation of google chrome, I lost my taskbar

    Original title: Google Chrome

    during the installation and activation of google chrome, I lost my taskbar. How can I reinstall my taskbar?

    Hi Frank,.

    1. do you receive any error messages?

    2. have you restarted the computer once installed google chrome?

    3. not this problem occurs when you run a specific program or out of order?

    This problem can occur for the following reasons:

    • Auto-hide the taskbar has been selected for the taskbar and Start Menu Properties.
    • Your user account settings are corrupt.

    Method 1: Make sure that the hide option automatically is not selected for the taskbar

    To determine if the hide option automatically is not enabled for the taskbar and Start Menu properties, follow these steps:

    a. press CTRL + ESC.

    b. If the Start menu is displayed, click on the Start menu and then click Properties.

    c. click on the task bar , clear the Auto-hide the taskbar option and then click OK.

    If the problem persists, you can proceed to method 2.

    2 method: Recycle Explorer.exe

    Try to recycle Explorer.exe by opening the Task Manager (you can use Ctrl + Shift + Esc), selecting explorer.exe in the list and choosing end process.

    Now go to the file menu, choose new task and type in Explorer in the Open box. Press on enter and explore should restart itself.

    Check whether the taskbar is visible now.

    Hope this information helps. Provide more information so that we can help you.

  • Black horizontal lines on the LCD screen at a specific time during the start and stop

    Hi, I am currently using a Presario CQ61 Notebook PC.  My problem, as indicated in the title, are black lines on the LCD screen, apparently when the screen is reset or enclose itself turned off during the start and stop only. From the judgment, he produced a split second her stops the hard drive, after that the screen is black. The lines and then quickly disappear. At startup, lines appear after the Windows logo has passed and the screen went from black to start loading the login screen.

    The LCD is in perfect condition, all using the PC. No line, no discoloration, etc.. Nothing extraordinary either. The problem does occur only during these two periods, specifically. I am also unable to note the lines when I'm looking directly at the screen. I have to be standing next to the PC, at an angle.

    Now, I had this PC for a considerable amount of time, however, I never paid much attention to the screen when starting upwards or stop, so this could definitely be something that the laptop has done since I bought it. I also read on similar problems, and it could be an outdated video driver or BIOS.

    I want to just make sure that it is not a major problem. Thank you all!

    Hello

    You have a few options in my opinion please try these steps can help you solve your problem.

    1) click Start, type msconfig.exe in the start search box and press ENTER to start the System Configuration utility. Under the Services tab, click to select the hide all Microsoft services check box, and then go to tap Start , click on disable all. Click apply OK restart the device.

    (2) please visit the HP website and update the Bios and graphics drivers on the unit.

    Let us know how it goes!

    * Although I am an employee of HP, I speak for myself and not for HP.

    Click the White Star Kudos to say thank you *.

    Please check accept as Solution if it solves your problem *.

    Concerning

    Maton

  • What happened to the button on the address bar which allow you to see the pages you had been so that you don't have to click the back button several times? I use it all the time and it is not on FF4.

    What happened to the button on the left end of the address bar which allow you to see the pages you had been so that you don't have to click the back button several times? You can look at the drop down window of pages and just choose whatever you want. I use it all the time and it is not on FF4. I want to go back to the old FF.

    If you right click on your back button, or click and hold down the mouse button, it will display the list. (I prefer a click-right, because sometimes my fingers slide when I try to click and hold)

  • can I pin menu or any element in the Tablet and mobile versions

    can I pin menu or any element in the Tablet and mobile versions

    I don't think you can, but you can achieve the same effect using the effect of scrolling by setting all the movement to 0

  • I forgot my apple ID and password, that's why I can't ativate my ativation icloud, but I the EMI and the serial number of my device and all documents in my camera. Please give me an advice. Thank you

    I forgot my apple ID and password, that's why I can't ativate my ativation icloud, but I the EMI and the serial number of my device and all documents in my camera. Please give me an advice. Thank you

    iforgot. Apple.com

Maybe you are looking for

  • Please do Whatsapp Web work in FF!

    Mozilla Hi, my name is Gustavo Stuhlmueller Vieira the Brazil im and im a fan of FF.Im a heavy user of Whatsapp and I noticed that its official PC version called Whatsapp Web do not work on FF, only on Google Chrome, and I hate chrome because it's a

  • videos Web won't play after update to Flash Player

    I watched web videos (youtube, facebook, etc.) a night. When I logged on the next mod a Flash Player update was available so I upgraded. Now firefoxx won't play those same videos. I can always look on IE, but not Firefox. I tried the reset, uninstall

  • I want to improve my video card reader to play the sims3

    I can not play the sims 3 I told my card reader does not have anyone can help to ?

  • Is it better to have GB usable (at speed = 667 mhz) RAM 3.00 or 4.00 GB of RAM (with usable speed only 2.99 GB = 800 mhz?)

    Original title: RAM Is it better to have GB usable (at speed = 667 mhz) RAM 3.00 or 4.00 GB of RAM (with usable speed only 2.99 GB = 800 mhz?) I apologize if this sounds like a newbie question, but I'm not too familiar with that. 3 GB sticks are 5300

  • SR - IOV

    Quick question - I XenServer 5.6 SP2 installed on B200, B250 blades with map of Palo and want to activate SR - IOV for my Provisioning servers work around the Dom0/hypervisor for network traffic. (1) map of Palo does SR - IOV support?  I can't find i