Using measure computing library UL (device USB-1208FS) with CVI

Hello

I'm trying to implement the system of company Measurement Computing USB-1208FS (www.mccdaq.com) in our test software tool which has been programmed in Ansi C using the CVI compiler.
To make the first steps, I am building an executable based on the Ansi C «DaqInScan01.c» example code
While I have no problem with the compilation of the code, the linker complains with errors shown below. Although the cbw32.lib is registered with my project, ICB seems not to be able to reference the functions of the library.
What I am doing wrong?
Is there the CVI samples available to guide me in the first steps regarding this device?
I use WinXP SP3, CVI is version 9.01

Thank you for your support

Hello IEE_newsoft,

Looking at the screenshot you posted, a recommendation is to make sure that the header file and library with the same name, also have you been able to call the dll or lib successfully in another environment, IE such as visual studio to check there is nothing wrong with the files. Also look at this Developers Zone,http://zone.ni.com/devzone/cda/tut/p/id/3453 it shows you how use a third party dll of CVI and http://zone.ni.com/devzone/cda/tut/p/id/8503 shows you how you can use either dynamic or static linking to call your dll.

Hope this helps

Tags: NI Software

Similar Questions

  • A friend used my computer and sync is set up with HIS email, and I would like to delete that and put in my e-mail address.

    I don't remember set up sync ACCT. But am not computer savvy (can get). Check Sync and discovered an acct is set, but not with my email. My friend used my computer and I don't know if she wanted to do, but now ACCT. is his email, and I would like to change this, but am afraid to delete all data and make a slurry of something already messed up.

    Use: Tools > Options > synchronization > ungroup this device

  • To use my computer, such as a fax machine with a printer wireless, I still need a phone wire connection?

    With the HUP, you can use your computer as

    a fax. but I have a wireless printer? should I still dial if I use my computer as a fax machine.

    Hello

    Yes, you would need a phone connection to use the fax machine.

     

    Check out these articles:
    How to send a fax in Windows XP
    http://support.Microsoft.com/kb/306657


    Use your computer to print, scan, fax

    http://Windows.Microsoft.com/en-us/Windows-XP/help/Setup/print-scan-fax

  • Windows 7 Professional, I cannot stop using a password to connect. Nobody else uses this computer. How can I cancel with a password?

    I need no password protection. Windows 7 Pro does not allow me to cancel the need to use a. Who can be replaced?

    Here you go:

    1. press Windows + R key on your keyboard.
    2. Enter the following command and press ENTER:
    netplwiz
    3 click your account name.
    4. uncheck the box that requires users to enter a password.
    5. click on OK.
    6. Enter your password when you are prompted, and then click OK.
  • My Webcam has problems detected by Skype and repeat myself there is another program that uses the webcam. Skype device code 43 usb video.

    My Webcam has problems detected by Skype and repeat myself there is another program that uses the webcam.

    Also got the guests when using Skype as a video device usb was not detected and that it is a code 43.

    Have tried several way sto resolve this problem. CyberLink YouCam HP's running came preloaded on the laptop. The webcam is running when this program is being used separately.

    Inappropriate Feedback Forum of Windows hardware and drivers Forum.

    My Webcam has problems detected by Skype and repeat myself there is another program that uses the webcam.

    Also got the guests when using Skype as a video device usb was not detected and that it is a code 43.

    Have tried several way sto resolve this problem. CyberLink YouCam HP's running came preloaded on the laptop. The webcam is running when this program is being used separately.

    Inappropriate Feedback Forum of Windows hardware and drivers Forum.

    Hello, Aadi467,

    A device driver has notified the operating system that the device failed.

    Run the diagnostic tool of hardware devices do not work or are not detected in Windows on the Microsoft Fix it Center.

    You can also uninstall the software from Cyberlink.  There is a found here download link to reinstall the software after restarting the computer.

    http://h30434.www3.HP.com/T5/notebook-operating-systems-and/lost-my-CyberLink-and-UCAM/TD-p/760367

  • Executable built with CVI 8.1 error-5093, the analysis library is not found

    Upgraded to 8.1 Labwindows/CVI of Labwindows/CVI 7.0 development machines. An earlier application was built using the ICB 7.0 and installed on a test computer. The same code built with CVI 8.1 is any error during execution of the function stdev, 5093 error code has been generated. (From analysis.h: LibraryNotFoundAnlysErr =-5093, / / the analysis library was not found.) Tried to build a facility with 8.1 and installation on the test computer and application errors still executing the stdev function. Back to the same application, but built with CVI 7.0, it works fine. Am I missing something with the build in 8.1 options? Or is it something in the workspace or project? Please notify. Thanks in advance

    Hi Tommy,.

    In CVI 8.0, the implementation of the analysis library has changed a static library that is linked to your .exe in a DLL that must be loaded when running. If you rebuild your source code and you want to deploy to another machine where the CVI environment is not installed, then you must re-create an installer in CVI 8.1 distribution, so that he can pack the analysis as well as your program library.

    You can confirm whether the analysis library is installed by searching for C:\Program NIUninstaller Instruments\Shared\Analysis\nianlys.dll in your target machine (although it is not enough to simply copy this file manually).

    When you create an installer in the CVI, be sure that, in the tab drivers & components in the dialog box change Installer , support of analysis element under the Group of LabWindows/CVI Run-Time Engine is checked.

    Luis

  • How to use ANSI C / C++ to control a device USB - 6216 BNC

    Dear Sir or Madam,

    I want to use Visual C/C++ (but not the .NET language) to contorl a device USB - 6216 BNC and write a simple app for a small project in my lab. What I want to do is very simple. I want just to provide a signal to exit through a channle AO and saving an AI channel input signal. I do not want to LabVIEW, LabWindows/CVI, and Measurement Studio, so that this simple application can be autonomous and does not depend on LabVIEW, LabWindows/CVI, and Measurement Studio. Can anyone advise me on what I need to do to get there?

    My naïve thought is that I will follow the following steps:

    1. install the DAQmx drivers on acomputer,
    2. Connect the device USB - 6216 BNC to this computer,
    3. Make sure that the device is recognized by the computer, via the Windows Device Manager
    4. write a Visual C/C++ program to register the NIDAQmx.h and use the NIDAQmx.lib library. By the way. I found the files NIDAQmx.h and NIDAQmx.lib in the C:\Program Files x 86) \National Instruments\NI - folder DAQ\DAQmx ANSI C Dev\ that was automatically created for me when I installed LabVIEW on another computer in the lab m a few years ago.

    Please let me know if I missed something. In addition, if there is a code example for a simple task like this, it will be extremely useful.

    Moreover, the computer on which I am working on a Windows 7 and 9.3 DAQmx installed.

    Thank you!

    Fuh


  • Is DAQ Measurement Computing USB - 1608FS compatible with labview?

    I have DAQ USB-1608FS from Measurement Computing company, and I was trying to see if it is possible to use

    This data acquisition with labview 2012. I tried to download the drivers from their company http://www.mccdaq.com/usb-data-acquisition/USB-1608FS.aspx

    but when I tried to use labview in the DAQmx the DAQ tool is not detect it by LabView. So, if anybody out there knows if this data acquisition

    really can work with labview, please let me know.

    Their driver seems to be ULx http://www.mccdaq.com/daq-software/universal-library-extensions-lv.aspx

    and he said that he supports LabVIEW 2012. I suppose you open a sample and the device does not appear? The device is displayed in the Windows Device Manager? It seems that this driver/device will work, there may be just a few questions it initialize properly on your machine (either with Windows or Measurement Computing software). You must be to open a debate on their forums or call their support help line.

    Good luck! Let us know some of the above and, of course, let us know if find you the solution.

    -gavin

  • measurement of input frequency TTL with sheet metal entered on a device USB 6363

    Hi all

    Is there a simple LabView vi to measure the frequency of entry TTL cable for the entrance/s, four counters available on a device USB 6363?  I have LabView 2014 FDS installed. I guess using 2 4 meters would be better than 1 for 32-bit resolution, correct?

    Thank you

    John

    Hi jac2015,

    There is an example of a measure of frequency located in LabVIEW help-> find examples-> material-> DAQmx entry and exit-> entrance of counter-> meter - reading pulse width and frequency (continuous) .vi

    Take a look at it and see if that helps. There is also a very useful white paper on considerations to make when measuring frequency, you can find here:

    «Measures of frequency: practical Guide»

    http://www.NI.com/Tutorial/7111/en/

    The main considerations is how often should the signal you want to measure?

    I hope this helps!

  • Administrator has restricted this computer to access the USB/1394 mass storage devices

    This message just started showing unexpectedly. Sometimes windows load. It is not and has never been a business machine, so I am the administrator.

    He has blocked my external hard drive up and now won't let me even to read a memory stick. In this case, I get «the administrator has denied access to USB/1394 mass storage devices»

    I searched through everything, and everything seems ok. I ran several controls of virus and spyware checks, but all come clean.

    I hope someone can help me. Thank you.

    You use Acer computer?

    If so, then uninstall: Acer LanScope or update and see if that resolve the problem.

  • It lacks a computer on my new USB mass storage device.

    When I plug my two sticks of SanDisk U3 into my computer, my brand new computer does not recognize them. I passed to the Device Manager and looked under controller universal serial bus, while it is in my USB and the mass storage deivce is not displayed. I have windows vista on this computer and my laptop. These work on my laptop very well, but not on this computer. I bought the full version of Windows Vista and have the disk. I have this installed on 1 computer.

    Hello

    Check with SanDisk support because they have excellent online support, including live Chat and documentation.

    SanDisk - Support
    http://KB.SanDisk.com/app/home

    See also the appropriate bodies of SanDisk:

    SanDisk - Forums
    http://forums.SanDisk.com/

    http://www.SanDisk.com/SanDisk-support/forums

    ===================================

    Added troubleshooting:

    Control controllers Control Panel - Device Manager - USB Serial - USB mass storage devices (you can have
    more than one - If Yes check all) - double click on the driver tab - click Driver Details - the default is
    C:\Windows\System32\drivers\USBSTOR. SYS (the C:\Windows is where you installed windows
    If not C:\Windows\) you can't have one for your car if it not recognized - when it is recognized
    and if doesn't work does not correctly return to this step.

    Check again once you advance through them.

    2nd check these:

    Operating instructions: find 'lost' Windows Vista drivers when you add a new device
    http://www.texxors.com/content/how-find-lost-Windows-Vista-drivers-when-adding-new-device

    Tips for solving problems of USB devices - and a Mr Fixit
    http://windowshelp.Microsoft.com/Windows/en-us/help/c39bd203-f729-47a4-8351-83291e13c8a81033.mspx#EGB

    Hardware devices not detected or not working - Mr. Fixit
    http://support.Microsoft.com/GP/hardware_device_problems

    -------------------------------------------------------------

    If no joy:

    Make a Restore Point

    Control Panel - Device Manager - click in the empty area - VIEW - show hidden devices

    Now look everywhere EXCEPT the USB controllers for your device (cannot be found) and if you find
    It RIGHT CLICK and UNINSTALL all. The device is your (s) or similar.

    now go to the USB and UNINSTALL ALL controllers in the category, but the category itself.

    APPLY/OK

    RESET

    This refresh battery USB and hopefully it will allow the unit to install. (You may need a powered hub)

    Here is the similar procedure under XP, Vista is the same, except that we need to clear the specific device if present.
    http://support.Microsoft.com/kb/310575

    This is a utility to help you, but do 1 above.

    USBDeview is a small utility that lists all USB devices currently connected to your computer, as well as all
    USB devices that you previously used. Run Options and check the 1st three choices to see if one is there.
    Try to remove all instances and restart then plug the drive.
    http://www.NirSoft.NET/utils/usb_devices_view.html

    --------------------------------------------------------------------
    Check this box:

    Start - type in the search box - Windows Disk - find Windows Disk Management on the list above.
    Click - look RUN AS ADMIN to see if there is a letter assigned or a conflict of law or the
    drive letter assigned is not the one you used to see. This may show of course not the
    Road at all, it's just a check.

    -------------------------------------------------------------------
    http://www.Uwe-Sieber.de/usbdlm_e.html
    Its complex however, the site has a lot of help.

    And all this?

    See also this thread and those it refers too.
    http://social.answers.Microsoft.com/forums/en-us/vistahardware/thread/ff81438c-EAC5-4b38-8b89-d1a1dbe837f3

    I hope this helps.

    Rob - bicycle - Mark Twain said it is good.

  • Computer unable to detect USB devices. Problem with the PnP device

    Hey,.

    When I use any usb device in my computer it didn't show. When I troubleshoting the messege see the problam pnp device. kindly advice me how to solve this problam in my system.

    Thank you.

    Original title: pnp device problam

    Hello Usman,

    Thanks for posting your query in Microsoft Community Forum.

    1. It was working fine before? If Yes, you did it any significant hardware or change software on the computer before this problem?
    2. What is the exact error message you get, when you say, 'messege see device pnp problam?

    I understand that you can not use your USB devices because your system does not detect them. To resolve this problem, I would suggest trying the following methods and check if the number is reproduced.

    Method 1: Try running the Fixit tool from the link below.

    Hardware devices do not work or are not detected in Windows:
    http://support.Microsoft.com/GP/hardware_device_problems

    Also, run the next fixit to solve common problems with USB devices.

    Diagnose and automatically fix the Windows USB problems

    http://support.Microsoft.com/mats/Windows_USB_diagnostics

    Method 2:

    Remove and reinstall all USB controllers.

    1. Open Manager devices by clicking the Start button, click Control Panel, click system and security, and then, under System, clicking Device Manager. If you are prompted for an administrator password or a confirmation, type the password or provide confirmation.
    2. In the list of the categories of equipment, locate and expand Bus USB controllers.
    3. Right-click every device under the Bus USB controllers node and then click Uninstall to remove them one at a time.
    4. Restart the computer and let the USB controllers get reinstalled.
    5. Plug in the removable USB device and test to make sure that the problem is solved.

    More information: http://Windows.Microsoft.com/en-US/Windows7/Update-a-Driver-for-Hardware-that-isn ' t-work properly

    Hope this information is useful. If the problem still persists, please post back for further assistance, we will be happy to help you.

  • Is it possible to erase a paired since your iPhone device using a computer?

    I broke my iPhone 5 c a couple of weeks - the damage was so great that I am more able to access anything whatsoever on this device. I bought a new phone (iPhone OS) shortly after. Unfortunately, my wireless headset is always connected to the 5 c. For this reason, the headset will not connect to my self. Still, there is no way to use my old phone - the internal display is completely damaged. I would like to avoid contracting the fixed 5 c in order to access the parameters that make it possible to disconnect myself from my helmet. I have a macbook. Is it possible that I can use my computer to unplug the headphones wireless from my old phone?

    I don't see why you can pair the headset with the new SE while leaving the 5 c as it is. The helmet must be able to pair at a time. Try this pairing to the SE: Set to install and to use the third-party Bluetooth - Apple Support Accessories

  • How to use a USB microphone with voice dictation on MacBook Air?  Machine recognizes the USB device, but the microphone does not work.

    How to turn on a microphone USB bluetooth with voice dictation (Dragon for MAC) on the MacBook Air?  Machine recognizes the USB device, but the microphone does not work.   I don't see no response.   I use OS X 10.10.

    Version OS X?

  • Noise all using any device USB to the Satellite L655 - 19H

    Some time ago I bought the laptop Satellite L655 - 19 H.
    After say 2 or 3 weeks of use, I realized that sometimes it makes strange noise - like whistle not very strong, or something like that. Then I realized that it depends on the use of usb devices, when I plug in usb-flash Cards, keyboard, mouse, webcam no matter what usb device - this noise appears.
    Gave my phone for warranty service, they have repaired more than 1 month, then gave me the diagnosis - problem with the motherboard, the motherboard replaced.
    But the problem is always the same, the same noise. Is not too strong but after Let's say 5 hours near this large moskito makes crazy ^^.
    So I have two questions:

    1. everyone knows what this noise could be connected to? I am not an expert in the field of electronic devices, but spoke with a friend of mine, he said, it could be related to damaged transistors or defective to the Manger-usb or something, this is perhaps true?

    2. How can I check the serial number of the motherboard that has been installed on my device, when it was produced - I want to check the warranty service guys have really done anything, and they just kept my laptop 1 month in stock and then said, he fixed, man.

    Thanks for your help and best regards.

    Very interesting question.
    Have you noticed the same behavior with or without adapter?

    # I think you're the first person on this forum who has this strange issue reports related to the use of external USB devices, so I don't think it is a general problem
    # This can be problematic. Have you checked screws at the bottom of your laptop? They are like a new or it is visible that your laptop has been opened?

    What you can try is to communicate with other services and ask to check again.

Maybe you are looking for