Communication problem 6210 hardware DAQ with DAQmx 9.2.3 (Err 88302)

I would use NEITHER-USB-6210 with DIAdem 11.1 under Win 7 Home Premium. DAQmx software and supplied drivers are version 8.6, but does not support this DIAdem 11.1 (DAC-NOR-DAQ interface did not show any existing signal). So I decided to update software DAQmx on latest version 9.2.3 which should solve this problem. After installation, all previous configuration items, MAX moved well and DIAdem DAC block indicated all signals with success but start of acquisition and measurement is impossible since. After firmwareloader establishes the material connection seems to be running, but any attempt to transfer data or start any function Max raises failurie event-88302 "an internal error has occurred." Anyone help me please?

Dear Mr. Varga,

After that the PC was clean from previous installed everywhere DAQ and new installation repeated once more, problem has been resolved and now the system is fully capable to work with DIAdem, as well as with the Net. request.

Kind regards

Milos Riha

Tags: NI Hardware

Similar Questions

  • Communication problems scanner Canon MP610 with laptop

    I have a Canon MP610 all in one printer, connected to a Dell laptop connected via a netgear wireless router and a Dell PC.

    The MP610 runs perfectly with the PC, and I am able to print from the laptop, but when I try to scan from the laptop using the program 'Publisher '.

    I get a notice stating "cannot communicate with scanner.

    Hello

    (1) what happens when you connect the scanner to a different USB port?

    (2) is the device-specific question?

    (3) what version of Windows operating system do you use?

    You can try the following methods and check the status of the issue.

    Method 1:

    Try the procedure described below suggested article Canon.

    Error message: "cannot communicate with scanner."

    http://support-SG.Canon-Asia.com/contents/SG/en/8100065300.html

    Method 2:

    Configure the computer to clean start State to check software conflicts.

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

    Note: When the diagnosis is complete, don't forget to reset your computer to normal startup. Follow step 7 of the above article.

    You can also post you question under support of Canon for help.

    http://www.USA.Canon.com/Cusa/support/consumer

  • Clock and hw external trigger with USB-6210 on Linux with NOR-DAQmx Base?

    I have two devices USB-6210 I need to synchronize so that they both collect data exactly at the same time. I was told by support OR I can send the clock off Dev1/PFI4 and have the two USB-6210 s read the clock in through their own PFI0. I also want to trigger data collected for each device by sending a trigger off Dev1/PFI6 and have two devices to receive the signal on PFI2.

    All my attempts to try this are filled with error messages and my research online seem to say that's not possible with USB devices on NOR-DAQmx Base 3.4.0f2 on Linux.

    I "ve tried using example AI programs and those who do not seem to work either for external clocks. Here is the code I tried:

    #include "NIDAQmxBase.h"#include 
    
    #define DAQmxErrChk(functionCall) { if( DAQmxFailed(error=(functionCall)) ) { goto Error; } }
    
    int main(void){    // Task parameters    int32       error = 0;    TaskHandle  taskHandle = 0;    char        errBuff[2048]={'\0'};    int32       i;
    
        // Channel parameters    char        chan[] = "Dev1/ai0";    float64     min = -10.0;    float64     max = 10.0;
    
        // Timing parameters    char        clockSource[] = "/Dev1/PFI7";    uInt64      samplesPerChan = 1000;    float64     sampleRate = 10000.0;
    
        // Data read parameters    #define     bufferSize (uInt32)1000    float64     data[bufferSize];    int32       pointsToRead = bufferSize;    int32       pointsRead;    float64     timeout = 10.0;
    
    printf("Calling CreateTask...\n");    DAQmxErrChk (DAQmxBaseCreateTask("",&taskHandle));printf("Calling CreateAIVoltageChan...\n");    DAQmxErrChk (DAQmxBaseCreateAIVoltageChan(taskHandle,chan,"",DAQmx_Val_Cfg_Default,min,max,DAQmx_Val_Volts,NULL));printf("Calling CfgSampleClkTiming...\n");    DAQmxErrChk (DAQmxBaseCfgSampClkTiming(taskHandle,clockSource,sampleRate,DAQmx_Val_Rising,DAQmx_Val_FiniteSamps,samplesPerChan));printf("Calling StartTask...\n");    DAQmxErrChk (DAQmxBaseStartTask(taskHandle));printf("Calling ReadAnalogF64\n");    DAQmxErrChk (DAQmxBaseReadAnalogF64(taskHandle,pointsToRead,timeout,DAQmx_Val_GroupByChannel,data,bufferSize,&pointsRead,NULL));
    
        printf ("Acquired %d samples\n", pointsRead);
    
        // Just print out the first 10 points    for (i = 0; i < 10; ++i)        printf ("data[%d] = %f\n", i, data[i]);
    
    Error:    if( DAQmxFailed(error) )        DAQmxBaseGetExtendedErrorInfo(errBuff,2048);    if(taskHandle != 0) {        DAQmxBaseStopTask (taskHandle);        DAQmxBaseClearTask (taskHandle);    }    if( DAQmxFailed(error) )       printf ("DAQmxBase Error %d: %s\n", error, errBuff);    return 0;}
    

    When I run the resulting program, I see this:

    $. / acquireNScans-ExtClk
    The CreateTask call...
    Call for CreateAIVoltageChan...
    Call for CfgSampleClkTiming...
    Error-89136 DAQmxBase: route specified cannot be satisfied, because the hardware does not support it.

    For example, a clock and a trigger can be imported via one of the PFI lines by using a USB-6210 on Linux with NOR-DAQmx Base? A clock and a trigger exportable via one of the PFI lines?

    If so, does anyone have the code example illustrating how to do this, or can you at least tell me the names of the lines ("PFI0/Dev1" or other) so I can try again?

    Clues or suggestions would be helpful.

    Thank you

    -Tom

    The clockSource in the example specifies an output rather than an input channel channel. Change source "/ Dev1 / PFI0" solved the problem.

    Please close this post.

  • Communication problem series with USB serial Hub

    Hi, I have a communications problem when I use an NI USB - 232 (778472 - 01) adapter to control a pressure sensor. There are a lot of posts about it in the forum, but I calmly something a little different. I can't use MAX to control the instrument with the VISA test Panel. So I guess that the USB-232 driver is correctly installed. However, in labivew, even if I choose the instrument source of visa name, it always returns an error (-1073807339) when I run the program. The screenshot of the labview program is attached. Could someone kindly help me with this problem. Thank you very much.

    The system is XP SP 3 Pro.

    The version of Labview is 8.6.

    The MAX version is 4.5.0f0.

    If port by default windows settings exactly match the settings you need for communication, you can get lucky and it will work.  If only one parameter is different, it won't work.

    It is always better to define the parameters in your code.

    Shane.

  • Communication problem with the printer

    I'm trying to print on a printer Lexmark 1200 series of a Toshiba laptop. Laptop computer identifies the printer is the printer is displayed in the control panel. Whenever I try to print even if I get a message that says: "communication problem with the printer. Any help is appreciated.

    Hi Nick,

    1. What is the exact model of the printer number?

    2 is this problem limited to any specific application such as Internet Explorer, Microsoft Word etc.?

    It seems that some of the 1200 Series printers is not compatible with Windows 7. You can enter the number of exact model and research for more information.

    http://www.microsoft.com/en-us/windows/compatibility/win7/CompatCenter/ProductViewerWithDefaultFilters?TempOsid=win7&Locale=en-us&TextSearch=lexmark%2B1200%2B&Type=Both&CurrentPage=0&TotalPages=1&ShowCriteria=0&SortCriteria=Relevance&Compatibility=Unknown&LastRequested=14

    If the printer is compatible and you are always faced with the question, you can proceed with the steps.

    Method 1:

    Run the troubleshooter and update printer drivers.

    Solve printer problems

    http://Windows.Microsoft.com/en-us/Windows/printer-problems-in-Windows-help#fix-printer-problems=Windows-7&V1H=win8tab1&V2H=win7tab1&V3H=winvistatab1&v4h=winxptab1

    Method 2:

    If the problem persists. I suggest you perform the steps described in the article.

    "Communication not available" or "Document Failed to Print" Error Message and the print job hangs in the print queue

    http://support.Lexmark.com/index?page=content&ID=SO4473&locale=en&UserLocale=en_US

    Note: Antivirus software can help protect your computer against viruses and other security threats. Have a computer without any security software can cause a potential danger to your computer. Therefore, make sure to activate the firewall and security software once you are finished with the test.

    Hope this information helps. Response with status so that we can help you.

  • error message "there is a communication problem with the web server."

    I'm trying to connect to three rivers FCU website www.3riversfcu.org and I get the message error "there is a communication problem with the web server." I am running Windows 7 on Toshiba laptop. No idea how to solve this problem? Something in the settings?

    Hi, Mayhem15,

    See if this troubleshooting help.  It was written for Windows XP, but in many cases, these documents still apply for more recent versions of Windows.

    How to troubleshoot possible causes of Internet connection problems in Windows XP

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

  • ADE 2.0 and 4.0 do not work with Windows 10. The next problem is generated when you try to download a book from the public library.    Error getting License Server Communication problem E_ADEPT_DOCUMENT_OPEN_ERROR.

    The next problem is generated when you try to download a book from the public library.

    Error getting License Server Communication problem E_ADEPT_DOCUMENT_OPEN_ERROR.

    The work around works of Jean.  It would be nice if Adobe provided a real difficulty however.

    I have ADE installed 4.03.  The problem will occur as soon as that ADE is closed and reopened.    It takes so the patch every time allows you to download a book ADE.

    1. for Overdrive - select a book and click Download. -pop - up - select - Save file. - under the open with select - acsm_auto_file - download the file of social mobilization in your download directory.

    2. expand the Explorer open the file - go up to the OS (c)-

    -go to Program files (x 86) - enlarge

    -to enlarge Adobe

    -go to Adobe Digital Editions and the left click.

    -On the right part of the screen right click on Digitaleditions.exe.

    -Pop - up menu - on the left, click PROPERTIES

    -Pop up to select COMPATIBILITY

    -at the top of the menu compatibility, choose the resolution of compatibility issues run

    -Pop up to select the troubleshooting program

    -Pop up choose the program worked in earlier versions of windows, etc.

    -on the left, click NEXT

    -POP up - which version etc? Choose that I don't KNOW

    -on the left, click NEXT

    -POP - up - left click Test Program-

    -AT THE TOOL Avantek of window screen, a FLASHING ICON will appear - left-click on the icon - a pop-up will ask you if you want this program to change etc. On the left, click Yes.

    3. ADE open - make sure ADE is in library view.

    -Left click on FILE and then select Add to LIBRARY from the menu drop down.

    -POP UP - down to the right to choose the type of file of social mobilization

    -left side of the pop up to choose the directory where you downloaded the file of the CMHA.

    -Select the file of the CMHA in the right side of the window and on the left, click OPEN

    -It should work, but you have to go through the whole routine if you close ADE.

    I HOPE ADOBE will solve this problem. With each update of Windows 10 ADE seems crumbles a bit more.

  • I bought a book of game Google and downloaded the CMHA on my desk. When I try and open it with my Adobe Digital Edition, I get the error message "license make mistake. "License server communication problem: E_Stream_Error.

    I bought a book of game Google and downloaded the CMHA on my desk. When I try and open it with my Adobe Digital Edition, I get the error message "license make mistake. "License server communication problem: E_Stream_Error.

    Response to SMcLeod8:

    Hello, I managed to solve my problem of E_STREAM_ERROR regarding the Google Play ebook. The short answer is to use ADE 4.0.3.

    When I met the problem of the E_STREAM_ERROR, it is with ADE 2.0.67532 on Windows 7 (and this had no problem handling the Kobo CMHA, OverDrive files, open a library and a sample epub BCAM from Adobe itself). This is why I would not upgrade my 2.0.67532 to the last 4.0.3. Instead, I used another Windows 7 PC and installed ADE 4.0.3. On my first try, I allowed the 4.0.3 without ID, and there was an error E-GOOGLE_DEVICE_LIMIT_REACHED. I then allowed with the Adobe-same ID * as my 2.0.67532 PC. It worked as I could get my epub from Google.

    As I don't expect a response from Adobe technical support, I guess that now Google license servers do not work with Adobe 2.0.3. I hope this will help you solve your problem - at least to get your ebook in ADE first.

    However, I would be careful replacing 4.0.3 of my 2.0.67532 I wouldn't be surprised if the latest version will not work with other suppliers of epub for social mobilization. For me the upgrade to the latest version of the software is never the best solution - it could solve a problem, but creates another.

    Note: * I understand that you can authorize up to a total of six computers with the same Adobe ID. Not sure that this policy is still standing.

  • With a sampling of the data with DAQMX, error-200279 occurs when making 2d array dbl

    Hello

    I did a system of simple analog voltage with DAQMX data acquisition.

    It is made for reading of capacitance, where output capacitance value out of a circuit in the periodic voltage signal.

    What I want is to get data from four capacitors simultaneously through four channels, using samples n n (dbl 2d).

    The structure of my VI is almost similar with examples of continuous sampling of voltage in LabView, with the exception of a few other calculations in the loop.

    And for the synchronization of the trigger, I've corrected the edge of release with the external signal from the capacitance reading circuit.

    Version no. 1 has a channel for data input voltage. Version n ° 2 has four channels for the input data.

    While ver.1 can get accurate reading of four capacitors circuit data each (a single channel at a time),.

    ver.2 acquires four channels of data, with a single thin data channel, all the others were wrong.

    I saw a 200279 error occur in the DAQMX read part 2d dbl, so I tried increasing the buffers by changing the sampling frequency or the number of samples, but it wasn't everything.

    I rose for most of the forums with the 200279 error, but the solution would not work on mine.

    Anyone can find the problem? I will attach my screws it may include a bit of Korean language, but most of them are in English, shouldn't be too hard to recognize. Sorry for the inconvenience.

    Oh I forgot, my DAQ is NI USB-6259, and it works in Win XP sp3 and LabView 8.6.

    Thank you.

    Hello Azurenight,

    The 6259 is a DAQ card of the M Series Multiplexed, which means that it is not possible to sample each signal at the same instant, rather the channels are all sent through the ADC even and must be sampled in order. More information on this can be found here:

    LabVIEW Help: Multiplexing compared with simultaneous sampling

    http://zone.NI.com/reference/en-XX/help/370466W-01/mxcncpts/multisimulsamp/

    It may still be possible to get the data you need with the card you have - could you give more information about the maximum eligible period between samples on different channels?

    If you require * real * simultaneous sampling, you will probably need different hardware.

    Kind regards

  • Problems saving a DAQ task, in Labview and besides running

    I'm trying to use DAQmx Save Task.vi in LabView to save a generation of simple signal task, so I can open it later / elsewhere. However, the problem I have is when I try to open the task in MAX. The task is presented in MAX, but when I try to run the task 200552 it occurs to the DAQ Assistant.

    200552 error has occurred in the DAQ Assistant

    Possible reasons:

    Specified string is not valid, because it contains an invalid character.

    Invalid character position: 4
    Invalid string: Dev1/port0/$line0

    It seems that the problem has to do with the character ' / ', but I don't know how to create a line of output in LabView that does not include the character ' / '. Is it all the same around this problem in either LabView or Max?

    I have attached my LabView program. Thank you for your help and your patience.

    OK, I understand now.

    Wire something for the "assign name. It chokes on it.

  • New Daq with the Daq Assistant in the filtering code

    Hei,

    I have a NI USB-6225 DaqMx I used a couple of years. When I started with LabVIEW, I found the Daq Assistant to the best way to measure the voltage with my Daq etc. My company has purchased another DaqMx NI USB-6225 and now I have a big problem: the Daq Assistant in my old Vi does not work with the new data acquisition. I understand why there is this problem, but I do not know how to solve. I found this code on the forum who finds that Daq is connected:

    The problem is that Daq Assistant do not have an entry for it, and it gives me an error if I try to run the code with a different device than the original, I used when I created the code.

    Is there a way to solve this, so I don't have to convert all the Assistants Daq normal code?

    Hello again,

    two options:

    (1) as the old software is related to 'Dev1' you must rename your new device to this alias and skip/rename the old device (and lack).

    (2) rewrite your old software does not become is not dependent on the name of the alias for the data acquisition card...

    It's your choice!

  • SCXI-1160 with 'DAQmx switches Open Relays.vi' list of syntax of relay.

    Hello

    I re - write a request for a RT PXI controller that handles of many SCXI-1160 relay cards. We want to abandon traditional DAQ to DAQmx. I don't have the controller with me and I would like to know the syntax to use in the list of relays for the 'DAQmx switches Open Relays.vi". I want to use this VI as a command "several relays. I did a lot of research without success.

    I need the syntax that take into account several chassis, several cards, relay and individual relay range.

    Any help?

    Thanks in advance.

    Michel

    Hello Michel,

    Sorry for this confusion.

    You can find some general examples for switches of programming under help > find examples in LabVIEW.  I would go to the output material & > DAQmx > switches and check out some examples below to see if any programs already exist for your goals.

    As for your specific question, at the beginning of each program, you must DAQmx switch topology Set and Reset.  This allows the users to define the topology of the switch for each individual switch card in a chassis.  A good community it shows a simple, you will find a complete example of using these two screws, we discussed here.

    Finally, the SCXI-1160 is an electromechanical lock change, so in the case of a power outtage, the switch will retain its State.  However, switching on, all default relay to their States normally connected.

    Thank you!

    Lisa

  • time of release with daqmx

    Hello

    How can I set the time of liberation with DAQmx?

    In general, with a single DAQ hardware, the two signals are connected at the same time and the acquisition time is a function of the sampling frequency and number of samples read. For example, with a sampling rate of 1000 samples/s and 50 samples, the acquisition will be 50 msec. You then get a returned array if you wanted to watch a single signal by iteration of the while loop, it is simply a matter of indexing the specific channel to the table. You must set the mode of continuous sampling to avoid gaps and precise timing. Using two separate tasks and switching back and forth would add a lot of overhead to close/create tasks and you have little control over this period.

  • Can I synchronize list XCP DAQ with my analog input data data?

    Hi all

    "I use ' ECU M & C" for measurement of a computer data using the XCP DAQ list. "The data is read at the sampling frequency I put in ' MC DAQ initialize.vi. This works well.

    I want to associate this data with my DAQmx device measures. Is it possible to synchronize the clocks of the sample (by RTSI?) in the same way, it would be with DAQmx CAN synchronize data?

    Material: NO PCI-CAN/2 & OR PCI-6229.

    Thanks for any input.

    PJ

    Hi PJ,.

    Well, I think I understand now, I don't know why I DINA see this before. It is not possbile to do this with the ECU Measurement and Calibration Toolkit, sort of XCP DAQ, is not something that you are able to do.

    Best regards

  • Hardware DAQ do not appear in LabVIEW measurement IO after loading 2014 DS2, uninstall 2014 DS2 and then reinstalling 2013 DS1.

    Hardware DAQ do not appear in the measures of e/s. I installed LabVIEW worm 2014 DS2 Developer suite and my request is not worked. I then uninstalled ver 2014 DS2 Developer suite and re-installed worm 2014 DS1 Developer suite that installs such as LabVIEW 2013. Now none of the DAQ screws are present in measures of e/s. I uninstalled all the software of NOR and remove this software OR who do not uninstall. LabVIEW worm 2014 DS1 Developer suite installs normally, but I get an "unknown error" when trying to install drivers for data acquisition from the CD and the CD device drivers maintains a loop with a message indicating "currently exectuing License Manager."

    All return to work! I downloaded NIDAQ 9.8 on the site of NOR, and everything back to normal.

Maybe you are looking for