The USB-6212 Setup error, invalid data

Hello

I am using a USB-6212 with LabVIEW 8.5.1 and DAQmx 8.7.1.  When I plug the USB cable in I get the prompt to install the drivers for it.  But I get a message that says that "these data are incorrect" and that the appliance has not been installed correctly.

Any ideas?

Too bad.  I reinstalled DAQmx and it worked.

Tags: NI Hardware

Similar Questions

  • Getting the error "the device reported unexpected or invalid data for a command. (oxC0AA02FF) when you try to create the system repair disc

    original title: error 0xC0AA02FF

    I try to use a "USB" "cruzer" to create a disc repair system, but when I click on this drive to create it I get the following error message:

    "The device reported unexpected or invalid data for a command.  (oxC0AA02FF)

    Hello

    What method did you follow to create the system repair disc?

    I suggest you to create the system with different USB repair disc and check if it helps.

    Means all try the methods and check them off below if it helps.

    Method 1:

    Try to put the computer in a clean boot state, and then check if it helps.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    http://support.Microsoft.com/kb/929135

    Note: After troubleshooting, be sure to set the computer to start as usual as mentioned in step 7 in the above article.

    Method 2:

    I also suggest you to perform check disk (chkdsk) on the computer and see if it helps.

    http://Windows.Microsoft.com/en-us/Windows7/check-a-drive-for-errors

    Note: You may lose a small amount of data while performing the check disk.

    I also inform you that the data on the USB key will be lost. You should take a backup.

    You can also check with the reference article below:

    http://Windows.Microsoft.com/en-us/Windows7/create-a-system-repair-disc

  • Calendar for the acquisition of data on the USB-6212

    I am putting together a sound teaching laboratory.  The basic idea is to send a pulse signal that powers a speaker, and then the acoustic signal travels down a waveguide where it is measured with a microphone and sent to a data acquisition.  One of the important things here is that it is possible to measure the time of propagation of sound waves, so I need for data collection to occur at a time determined with reference to the sound output pulse.  I tried with a sound card, but there are number of milliseconds of random jitter between the writing and the reading of the sound card.

    So, I was watching the USB-6212.  On paper it seems ideal: 2 outputs and lots of inputs.  What I understand, it is possible to trigger analog outputs and data entered so that there is no jitter synchronization between them.  The only question is this: I was thinking about using 2 analog inputs: a reference which collects through a microphone/speaker system to serve a normalization to the second chain that collects through waveguide (see diagram).  The thing is that I need the "timing" on the 2 analog to be consistent and a jitter free so that it is possible to compare the phase of the signals that I collect.  This will be possible using this data acquisition system, given that the ADC is multiplexed between the channels?  There will be a delay between channels 2 and if so it will be known and deterministic?

    Thanks for your help...

    Ben

    Hi Ben,

    Cool application!  To answer your question-Yes, there is a delay, and it is deterministic. Something to note about the 6212 is that your rate of multiplexing will be determined by the clock to convert.  The clock to convert will operate at the faster pace of the device more 10us *.  In the case of the 6212, with Max sampling rate of 400kS/s (aggregation), your pulse will produce each ((1/400,000) 12.5us + 10).

    * 12.5us converts to 80 kHz, so at that point there, convert clock it simply runs at 1 /(aggregate rate). So to sum this up:

    From 0 to 80 kHz: there is a lag multiplexing 12.5us

    From 80 to 400: there is a shift of /(aggregate rate) 1

    In addition, you can also set this rate through the DAQmx driver.  "You can just use a property DAQmx Timing node' more' converted ' rate (or rate Maximum to determine the max).

    If it's a problem, I advise to use a device with simultaneous sampling - let me know if you have any other questions.  Take care!

  • Windows 2003 server the trial verson activation error: "invalid product key. Pls Help.

    I am trying to activate my trial 360days WIn 2003 version but the error: "INVALID PRODUCT KEY".

    Please any help?

    It seems that the trial was for the RC2 release of the server - not the release.

    It is time-bommbed and it has expired yonks.

  • Using the USB XP gives error code 10

    Use the usb port it says error code 10

    Read this:
    http://forums.WinDrivers.com/showthread.php?t=54371

  • HP r033tx: could not find the usb modem Setup

    Setup of the usb modem does not anywhere on my laptop r033tx,

    This usb device works properly with other laptops in the folder "my computer", it's to show as disk removal and after double-clicking on its projection 'Please insert a disc into this drive.

    It's also show "device and printer" in the control panel and its properties is tellieng 'thi peripheral works properly.

    So what I need to do to get this usb modem Setup

    Deveshh wrote:

    Setup of the usb modem does not anywhere on my laptop r033tx,

    This usb device works properly with other laptops in the folder "my computer", it's to show as disk removal and after double-clicking on its projection 'Please insert a disc into this drive.

    It's also show "device and printer" in the control panel and its properties is tellieng 'thi peripheral works properly.

    So what I need to do to get this usb modem Setup

    Also if there is no driver for your Win8 then you won't be able to use it. Also more recent laptops Win8 one is no longer a Modem port anymore. So unless your USB modem factory has Win8 drivers for this USB Modem, you won't be able to use it.

  • I get an error-invalid data type

    DECLARE
    CURSOR med_rec_cur
    IS
    SELECT *.
    OF temp_records_med;

    p_success NUMBER;
    strQuery VARCHAR2 (10000);
    v_count NUMBER;
    v_filename temp_records_med.filename%TYPE;

    TYPE med_rec_tab IS TABLE OF temp_records_med % ROWTYPE;

    ErrNum NUMBER;

    Slno_tab TYPE IS a TABLE OF VARCHAR2 (100);

    v_med_rec_tab med_rec_tab;
    dml_errors EXCEPTION;
    v_slno NUMBER;
    v_all_slno VARCHAR2 (1000);
    v_slno_tab slno_tab;
    tba_slno temp_records_med.slno%type;

    BEGIN
    OPEN med_rec_cur.

    LOOP
    BEGIN
    EXTRACTION med_rec_cur
    LOOSE COLLECTION v_med_rec_tab LIMIT 1000;

    FORALL I IN 1... v_med_rec_tab. COUNT SAVE EXCEPTIONS
    INSERT INTO meddetail
    VALUES v_med_rec_tab (i)
    RETURN slno BULK COLLECT INTO v_slno_tab;

    EXCEPTION
    WHEN dml_errors
    THEN
    v_all_slno: = ', '. To_char (v_all_slno);
    END;

    EXIT WHEN med_rec_cur % NOTFOUND;
    END LOOP;

    CLOSE Med_rec_cur;

    INSERT INTO BOSSDRAGON - INVALID DATA TYPE
    SELECT * FROM TEMP_RECORDS_MED WHERE SLNO NOT IN (SELECT tba_slno FROM)
    (TABLE (CAST (v_slno_tab AS slno_tab) tba_slno))) ;

    END;

    Published by: user8731258 on Sep 6, 2010 23:14

    Casting will not change the fact that you have a local collection type in a SQL statement, which is not allowed. You can create a stand-alone type with CREATE TYPE? Or use something like SYS. DBMS_DEBUG_VC2COLL that is already defined.

    You don't need a CAST explicitly in the TABLE expressions after around Oracle 8i.

  • ORA-00902 error invalid data type when you use CAST in the PL/SQL Package

    I'm getting ORA - 00902 Datatype not valid error when you use cast in getEmpValues (see code below) method in the package I created.
    I don't know what is the cause of the error. Any help would be appreciated



    CREATE OR REPLACE PACKAGE TEST. TEST_PKG AS

    ARRAY TYPE MyTableType IS NUMBER;
    TYPE REF_CURSOR IS REF CURSOR;

    FUNCTION str2tbl (p_str IN VARCHAR2)
    RETURN myTableType;

    PROCEDURE getContactValues (p_ParameterString IN VARCHAR2, p_Cursor1 to REF_CURSOR);

    END TEST_PKG;



    CREATE OR REPLACE PACKAGE BODY TEST. TEST_PKG AS

    FUNCTION str2tbl (p_str IN VARCHAR2)
    RETURN myTableType
    AS
    l_str LONG default p_str | ',';
    l_n NUMBER;
    myTableType l_data: = myTabletype();

    BEGIN
    LOOP

    l_n: = INSTR (l_str, ",");
    WHEN the OUTPUT (nvl(l_n,0) = 0);
    l_data.extend;
    l_data (l_data.count): = ltrim (rtrim (substr(l_str,1,l_n-1)));
    l_str: = substr (l_str, l_n + 1);
    END LOOP;
    L_data return;
    END;

    /*
    p_ParameterString is a string of the form 3, 6, 8, 9'
    */

    PROCEDURE getEmpValues (p_ParameterString IN VARCHAR2, p_Cursor1 to REF_CURSOR)
    AS


    BEGIN


    OPEN FOR P_Cursor1

    SELECT *.
    FROM EMP

    WHERE EMP_ID IN (SELECT *)
    OF THE (SELECT CAST (TEST.) (TEST_PKG.str2tbl (p_ParameterString) as myTableType) double)

    );
    END getEmpValues;

    END TEST_PKG;

    ARRAY TYPE MyTableType IS NUMBER;

    This type must be created outside of the package as a SQL type if it must be used in a select statement.

  • Equium A100-147 of the shield 6001 Setup error

    Just had a new mobile phone and cannot download the software for it but it loads ok on my pc of comrades. I can access the reading me files on the drive, but any attempt to uploasd the other offers so all I get is an error-6001 with her code tells me to check the internet connection / delete the folders temp etc all this has been done and still no joy.

    anyone can throw some light on the question please.

    was soon pete!

    Hello

    It might be useful to a few software updates in your system. First check to see if all your drivers and systemtools are up-to-date.
    Then, make sure that all windows updates are installed and that your operating system is updated.

    After this it s always a good idea to clean the registry. You can use tools like CCleaner which is VERY good tool for cleaning the registry.

    And last but not least: If you have tried to install the software of your phone on the manufacturer's cd, it would be preferable to download this software (because of news) and try it with the most current version.

    I tried to make light, I hope it would help you...
    Welcome them

  • Calendar on the forms reveals an error in date labels.

    Hi, I have this error when I want to select a date in the calendar of the forms.

    http://s15.PostImage.org/9a5l9bvln/Captura_de_pantalla_2012_04_19_a_las_13_38_11.jpg

    The problem is that the labels days (MON, MAR, MIE, JUE, LIFE, SAB, SAB) that (sab) is repeated.

    even more, the image I downloaded shows January, as you can see, it starts (Monday) and the true is that January 2012 begins (Sunday)

    DB 11 G 2
    FMW 11 g.
    11.1.1.4 forms

    any help I would appreciate it.

    Thanks in advance!

    Thanks for your reply,
    I solved my problem debugging all procedures involved and finally found the error, now it shows everything is correct.

    http://S9.PostImage.org/coy3tmmfj/screen_0003.jpg

    Thank you very much.

  • Different segment of the USB network server error

    Running Windows Home 7, with a wired USB (SOHO) server when connected, he says 'Different Segment of USB network server' how can I solve this problem?

    Concerning

    Hi David,

    Thanks for the update on the issue.

    If the problem persists, try these methods below and see if that solved the problem.

    Method 1:

    There may be several reasons why a computer is not able to detect a signal wireless adapter. Wireless networks appear only if your PC has a wireless network card installed, the adapter is turned on and the wireless access point is within reach. Many network connection problems are caused by hardware that is not configured or the drivers are not installed properly. Follow the steps described in the article below to check on all aspects and troubleshoot accordingly.

    Windows wireless and wired network connection problems

    http://Windows.Microsoft.com/en-us/Windows/help/wired-and-wireless-network-connection-problems-in-Windows

    Method 2:

    If you cannot connect to a network, it could be a problem with your network adapter. You can try to use the network adapter troubleshooting utility to automatically find and fix some common problems.

    How can I troubleshoot network card?

    http://Windows.Microsoft.com/en-us/Windows7/how-do-I-fix-network-adapter-problems

    Keep us.

    Kind regards

  • the usb disk read error

    I have problems reading from usb drive I use following

    path = "file:///E:/ChoferesRecreo";

    You can only read SD card or a card internal inside the device, or simulated in the Simulator.

    To run the SD card simulated in a directory on your PC, use the menu to "Simulate" (part of Windows Menu, no menu BB) on your Simulator.  Note that previous simulators were not able to use directories, according to me, which came with simulators for 4.6 and above.

  • The unit "Act... the operating system" Setup error

    I want to install the unit 4.02, box Exchange 200. As he tried to run the permissions wizard, I keep getting "account has no permissions to act as part of operating system" error etc. How can I fix it? I am logged on as administrator and just created the installation etc. unit accounts and want to grant them permissions. I checked the strategy of local security, Domain Security Policy and Securiy strategy of controllers of domain and granted rights to administrators to act as part of the operating system. They were 'not defined' front. But I still get this error. What else can I check? Thank you

    See on this DDT release notes:

    http://www.Cisco.com/cgi-bin/support/Bugtool/onebug.pl?BugID=CSCeb22487&submit=search

    It may have what you turn in.

  • The CC 2015 Setup error.

    I'm trying to install CC 2015 and get an error of installation check tool loading.

    check the logs and see the same error.

    I used the cccleaner and the product will not install fully so impossible to uninstall through this tool.

    Please can someone help?

    N ° 1)

    Launch the activity monitor and "Force quit" all processes associated with Adobe as creative cloud, CoreSync, AAMupdater, AAMupdater notifier, Adobe Crash demon, PDAPP, installation, configuration, etc. activity monitor.

    Step 2)

    (1) right-click on the icon in the Finder, then select 'Go - To' folder.
    (2) you will get a text box, type in the following command and then press the 'return '.

    / Library
    (3) then navigate to Application Support > Adobe.

    Open Adobe folder and rename the OOBE centenarians OOBE folder.

    Step 3)

    Basket of Adobe Application Manager of Applications > utilities.

    Step 4)

    Click on the link below and download Adobe Application Manager and install the same:

    http://download.Adobe.com/pub/Adobe/creativesuite/CC/Mac/ApplicationManager9.0_all.dmg

    Once installation is complete, niche is going disappear, and then open the Application folder and locate the icon to launch Adobe Application manager, double-click it and update.

    Once the update is complete.

    Try to install the apps CC 2015.

  • The creative cloud Setup error

    I have problems installing the software Creative cloud on my laptop. When I loaded the creative cloud on my laptop it worked fine, since he did not open when I double click on it. I tried to reinstall the software, but receive an installation does not work error.  Now, when I double click the icon I get an error popup which directs me to the download page of creative cloud. I am running Windows 7.

    Uninstall cc

    Run the cleaner, http://www.adobe.com/support/contact/cscleanertool.html

    Restart your computer

    Reinstall the cc application

Maybe you are looking for