Installing NI-DAQmx Base using a LabVIEW built installer

I am using a PDA, LabVIEW Mobile Module and the CF-6004 to perform instrument control and data acquistion for a handheld instrument I am developing. Because this instrument is going to be used by another party outside my organization, I am also supplying support software for a companion PC. The support software includes ActiveSync to connect the PC and the PDA, a LabVIEW built application for viewing the data collected by the handheld instrument, a LabVIEW built application for installing/updating the LabVIEW (Mobile Module) built PDA applications and NI-DAQmx Base to install the drivers on the PDA. Ni-DAQmx Base needs to be included because if the PDA battery runs down completely, programs/drivers I installed are lost and the other party needs to have the ability to reinstall the necessary files on the PDA.
The problem is that I cannot find a way to include NI-DAQmx Base in the installer I build to install my LabVIEW built applications onto the PC. It is not listed under the Additional Installers catagory of the installer properties. I cannot run the NI-DAQmx Base Setup.exe with the "Run executable at end of installation" option because I cannot have two LabVIEW installers running simultaneously.
Right now my work around is to use a batch file to install each component sequentially.
Is there anyway to include my my LabVIEW built executables, the Run-Time Engine and NI-DAQmx Base in the same installer package?
Thanks,
DAJone

Hello, It is necessary to install Daqmx Base on the machine connected to the PDA and then use the Utility to install it on the PDA. See page 4 of the Mobile Module Manual:
http://www.ni.com/pdf/manuals/371296e.pdf
National Instruments

Similar Messages

  • How to count number of NI digitizers installed [NI-DAQmx Base]

    I'm the author of a cross-platform scientific data acquisition/analysis program (C++ using Qt: Windows and OS X). I'm just getting started on adding support for NI digitizers. It's tougher than I was expecting - there's so few helpful code examples. On Mac OS X I'm stuck with NI-DAQmx Base. I'd be very grateful if someone could help me with a couple of basic questions...
    1) How do you determine if the computer has an NI digitizer installed?
    1a) Is there a way to count the number installed?
    2) How do you synchronize things so that the input and output streams start at the same sample point?
    Thanks,
    John.
    Dr John Clements
    Lead Programmer
    AxoGraph Scientific

    Hi John,
    DAQmx base does not have property nodes, therefore we cannot
    programmatically determine information about the cards. We typically refer to
    our high-speed scopes (51xx series) as digitzers, in which case, there are no
    drivers for MAC. Our other DAQ cards, E-Series (60xx) and M-Series (62xx) work
    with DAQmx base according to the readme.
    If you are using a DAQ card, I would like a bit more clarification about question 2. When you say start at the same sample point, do you mean start simultaneously so that the input and output start at the exact same point in time? If so, I may suggest triggering them both off of the same digital line.
    David L.
    Systems Engineering
    National Instruments

  • Installing Windows 7 Without Using The Boot Camp Installer (MacBook Pro)

    I don't know if anyone knows this or not, but I was able to install Windows 7 on my MacBook Pro just using the Windows 7 install disk.
    I restarted with the windows CD in, and when the screen said press any key to boot from CD, I pressed the space bar. When it got to the part to select the installation drive, I went into advanced and removed all the partitions and formatted the whole thing. There was a small system partition the cannot be deleted (probably reserved for the system). I was able to install Windows 7 and use the whole drive for it.
    After running Windows 7, I was still able to install the Boot Camp Control Panel to set the keyboard, track pad, sound, and all the other funtions. If I tell it to reboot to the Apple OS, it just reboots to Window 7 with no problems.
    Anyway, I thought it was pretty cool and might be helpful for people who want to run only Widows 7 on their MacBook Pro.
    CAUTION... DO THIS AT YOUR OWN RISK!!!

    People have been using Mac as Windows-only.
    On Mac Pro, with 4 internal drives, it is normal to not use anything other than the Windows DVD and install onto a dedicated drive, same as you did, only change it from GPT to MBR first.
    There is no risk.
    (Well, some feel that someone might 'need' OS X to do something like a firmware update I guess.)

  • Why are the NI-DAQmx Base for LabVIEW options grayed out using custom install (with Action:Skip)?

    I'm trying to install NI-DAQmx Base 3.7.0 for LabVIEW 2013 (LV is installed). When I try Standard Install, it doesn't install for LabVIEW (only the Common and C and USB tools), but gives a successful installation message.
    When I try Custom Install, all of the "...for LabVIEW 20XX" options are unchecked, grayed out and the Action says "Skip".
    I'm trying this on a 2011 MacBook Air 11" running OS 10.9. LabVIEW runs fine.
    Thanks for any suggestions.
    Solved!
    Go to Solution.

    Hi,
    OS 10.9 is not officially supported by NI with the DAQmx Base 3.7. This information is from the description of the driver (http://www.ni.com/download/ni-daqmx-base-3.7/4272/en/):
    OS Support—NI-DAQmx Base now supports the following versions of Mac OS X:
    Mac OS X 10.7 (Lion)
    Mac OS X 10.8 (Mountain Lion)
    So this seems to the be the problem. Either you choose another OS version or wait for a new driver which supports 10.9
    Regards,
    Michael

  • How to recognize s-series daq card in DAQmx Base 2.0

    I installed the "DAQmx BASE 2.0", and then installed 3 PCI DAQ boards.  It can recognize PCI-6024E and PCI-6713, but not PCI-6133.
    I followed exactly the same procedure as in the document called "How do I use NI-DAQmx Base with PCI/PXI Devices on Windows?"
    http://digital.ni.com/public.nsf/websearch/9C4E9FD0C7469BC286256F100074EADC?OpenDocument
    However, there is a web page (the link below) having labview example programs using DAQmx Base for "NI 6110 S Series Multifunction DAQ". So I think probably there is a way to recognize the S-series devices in DAQmx base.
    http://digital.ni.com/public.nsf/allkb/722DDAB4E914073D8625708100773677
    Does anybody know how to recognize S-series device in DAQmx Base 2.0?
    Thanks

    Alan,
    Thank you very much for the quick response.
    The reason I explored DAQmx: I want to do RLP and DAQmx Base has a simpler interface and more examples for RLP.
    The reason I want to go RLP instead of DAQmx is a long story.
    Summary of my applications:
    I need to read 4 input voltage (using PCI-6133) and then generate 12 voltages (using two PCI-6713 each has 8 outputs). Since the 12 generated voltages are related to the 4 input voltages, single sample /N channel AD/DA is required. The speed for the overall control loop has to be >100 kHz.
    Summary of my configurations:
    PIII, 700 MHz CPU, 512 MB RAM
    PCI-6133 and PCI 6713, LabVIEW 7.0, and DAQmx 8.0
    I also have PCI-6110 and PCI-6024E cards for comparison
    Summary for 4 channel single point acquisition (See the table below, AD only)
    1) The difference between P3/700MHz computer and P4/3GHz computer is very small
    2) The S-series performed worse than E- and M- Series
         Spec (kS/s)   Tested by me(700MHz P3)   by NI engineer (3GHz P4)
    6024E   200/4            15.7 kHz                    17.36 kHz
    6040E   250/4                                        18.9 kHz
    6251   1000/4                                        23.0 kHz
    6133   2500/1            13.8 kHz
    Summary for single channel single point acquisition (See the table below, AD only)
    1) The S-series performed much worse than E- and M- Series (simultaneous sampling is worse?)
         Spec (kS/s)    Tested by me (700MHz P3)
    6024E    200/1           54.8 kHz
    6110    5000/1           19.4 kHz
    6133    2500/1           14.5 kHz
    Simulated device          135 kHz
    Summary for single channel single point AO (See the table below, DA only)
    The spec of 6024E is only 10kS/s, but the loop can run at 132 kHz (the output from the port was not correct for sure). Using a simulated device (either 6024E or 6713), the loop rate is ~ 134 kHz (probably due to my low speed computer). This means the latency from 6024E devices is virtually zero. However, the latency from 6713 is way too much.
          Spec (kS/s)   tested by me (700MHz P3)
    6024E    10/1             132 kHz
    6713   1000/1              38 kHz
    Simulated device          134 kHz
    From all the above tests, it seems that s-series device (6133) and AO device (6713) perform much poorly in single point mode compared to E-series device (6024E).  I thought the difference might be due to the driver in DAQmx.  So, I want to try RLP to see whether I can gain up control loop speed to 100 kHz for my applications.
    Your suggestions and advices are appreciated.
    Thanks
    Jin-Xing

  • USB-6009 Daqmx Base 3.3 Cannot creat 2 or more channels on Windows mobile 6

    Hello,
    I have USB-6009, PDA iPAQ 214, WM6, Daqmx base 3.3, Labview 2009. In order to create new mobile project I use wizard and standart dynamic example: Cont Acq&Graph Voltage-Int Clk.vi. All works ok, but if I add more chanels in VI "Create Channels" or place new VI block and enter "Dev1/ai1", exe on my PDA cannot work correctly. Exception after RUN. I have no idea how build correct application with 3 channels without this exeption...  On PC all works. Whay right way to create channels? I attach VI which don't work, for examle. I read daqmxbase cannot support WM6, but 1 channel work ideal!
    Attachments:
    diagramm.jpg ‏113 KB

    Vital000,
    I forgot to mention that, yes, Windows Mobile 6 is not supported along side of DAQmx Base. That means you might be able to get some  of the same functionality(limited) that you would with Windows Mobile 5, but most likely not 100% functionality. This could explain why 1 channel works and multiple channels do not. I will try and help you out, but as this is not supported my ability to help is limited.
    Ben Sisney
    FlexRIO V&V Engineer
    National Instruments

  • Cannot find Data Neighborhood in NI-DAQmx Base to create a Task

    I cannot find Data Neighborhood in NI-DAQmx Base inorder to create a Task.
    I am trying to follow the "Learning with LabVIEW 8" tutorial book.
    I am using a NI USB-6008, and have downloaded NI-DAQmx Base 3.0.
    The book says to right click on Data Neighborhood and "Create New". I cannot find Data Neighborhood anywhere. The help documents referance Data Neighborhood but I still can not find it. Is Data Neighborhood not in the base version?
     Please Help Thank you

    Hi Lazysmartperson,
    DAQmx base uses a different utility to create tasks.  This is called the NI DAQmx Base Configuration Utility.  It can be found in Windows by going to Start » Programs » National Instruments » NI-DAQmx Base » Utilities » C Interface.  The reason behind this is because NI DAQmx Base is typically used on non windows operating systems such as Linux, Mac OSX, and some RT systems.  Since there is no Measurement and Automation Explorer (MAX) for these operating systems we use a different utility for customers to configure tasks.  If there is no specific reason you cannot use DAQmx, I would highly recommend switching to it.  Our DAQmx driver is fully supported within MAX and should show up as in Matthew's last post.  If you are looking to develop in DAQmx Base so that the applications can be used later on Linux, Mac, or other DAQmx base supported operating systems, I would suggest taking a look at the DAQmx Base Configuration Utility.
    I hope this helps,
    Paul C.

  • Labview 8.5 Linux, I can't use DAQmx Base constants

    I'm trying to move an application from Windows to Linux, I'm running RH5 Workstation with LV 8.5 and the newest NI-DAQmx Base installed. I've created tasks using the NI DAQmx Base Task Configuration utility.
    However, when I create a Task constant in my block diagram, I cannot select any tasks with it, the arrow down-button is just greyed out. The same goes for the other I/O-constants (Physical Channel constant and Device constant). I've tried typing the task name, but the program just exits with an error.
    It seems as though LabView doesn't know where to get information about devices and defined tasks, do I need to do anything to tell LV where to look?
    A mysterious thing though, is that I've tried running a sample program, which makes use of one of the predefined tasks and that seemed to work (at least it did not exit with an error). Even more mysterious: When I tried to run the same sample now, it tells me that it can't be opened since I'm running LV 8.2.1, even though I'm running LV 8.5.
    Any ideas of what to do? Would it be meaningful to uninstall DAQmx Base and install DAQmx instead (i chose DAQmx Base since the last DAQmx-version was from 2005 or so).
    Thank you in advance.
    Message Edited by gronfelt on 03-13-2008 04:10 AM

    Hi,
    I recommend you to download the latest DAQmx driver 8.7.1 found here.
    Thank you
    Pelle S
    District Sales Manager
    National Instruments Sweden

  • LABVIEW PDA/DAQmx Base error

    I'm building a VI for a PDA (pocketPC 2003)
    In a Functions Panel, when I'm going in a menu "Measurement I/O" => "DAQmx Base", it misses many icons. I have installed and uninstalled three time DaqmxBase 2.2 with the same result (icon.jpg). I have installed Daqmx Base 3.0 and the problem is always there. Moreover, when I'm going in menu "Select VI" in a Functions Panels, I can open anothers Daqmx Base VI, but there is many errors (error.jpg).
    Labview 8.2.1
    Labview PDA 8.2.1
    DAQ6062E
    Attachments:
    error4.JPG ‏108 KB
    icon.JPG ‏130 KB

    Hi,
    LabVIEW PDA support for DAQ is limited.  The number of DAQ VI's available on LabVIEW PDA is also limited. 
    I could not clearly view your error list but I did run across a possibly useful Knowledge Base article. I am also including the Known Issues with LabVIEW PDA 8.2.1 . I hope this helps!
    Regards,
    Ima
    Applications Engineer
    National Instruments
    LabVIEW Introduction Course - Six Hours
    Getting Started with NI-DAQmx

  • How can I programmatically install support for DAQmx Base to a PDA?

    Greetings, I am developing a LabVIEW application for a PDA (HP iPAQ in this case), and a companion VI that will run on a PC. One of the things I need to do from this companion VI is provide a means of programmatically rebuilding the PDA application, including reinstalling support for DAQmx Base. I think I know how to rebuild the LabVIEW application using the Project, but I don't see how to install DAQmx Base. What is the best way to do this?
    Thanks in advance!

    How would you programatically rebuild the PDA application? If you are interested in reinstalling the DAQmx Base driver on the device, then you will need to navigate to Start»Programs»National Instruments»NI-DAQmx Base»Utilities and launch the driver installation utility that corresponds to your device. If you are interested in doing this programatically, you could run the executable from C:\Program Files\National Instruments\NI-DAQmx Base\Pocket PC using the System Exec.vi. I don't think there is any other way of doing this.
    Adnan Zafar
    Certified LabVIEW Architect
    Coleman Technologies

  • Getting error -200452 using DAQmx Base Trigger (Digital Edge).

    I'm trying to set up AI and counter output, and I'm using digital output as trigger for to start AI and counter at the same time. I get error 200452 "Specified property is not supported by the devise..." not consistently, but around 5 runs out of 100. Below the error description, the error box shows "This error code is undefined. No one has provided a description for this code..." If I "Retain Wire Values" in Block Diagram, the error first appears after 'Start Digital Edge' block in top counter output line.
    Using LabView 8.5 on MAC OS X and DAQmxBase 3.2
    The MAC I have is not Intel base, so I can't upgrade LabView and DAQmxBase to latest version
    Note: The file contains just a small portion of the program, but the rest of the program does not have any other DAQmxBase blocks accessing the channels used here in code attached.
    Attachments:
    Combined V 1.5.41_sm.vi ‏98 KB

    Hi Azotov,
    It looks like the DAQmx Base driver readme includes Mac OS X support for LabVIEW 8.5.  Could you specify what hardware you are using?
    I found one KnowledgeBase specifying that error code occurs when you try to use certain properties with certain devices.  Of course, this would most likely occur every time you run the task, not 5% of the time.
    Since I'm running Windows, it's a little difficult to see if you have DAQmx Base "Reset Device" functionality with that version of the driver.  You might check if you can run that functionality before using your device, though.
    National Instruments

  • LabView 8.2.1 and DAQmx Base with Linux

    Hey,
    we use LabView 8.2.1 here with Linux. Recently the new version of NI-VISA (5.0.0) and DAQmx Base (3.4) were released and work with OpenSuSE 11.2. But there is no integration of DAQmx Base into LabView 8.2.1 in the iso file.
    Is there a possibility to implement that?
    Thanks in advance,
    Alex

    Hello Alex,
    thank you for posting at the National Instruments Forum. It is not possible, to use the latest NI-DAQmx Base Driver 3.4 with LabVIEW 8.2:
    NI-DAQmx Base 3.4 supports
    - LabVIEW 2010
    - LabVIEW 2009
    - LabVIEW 8.6.x and
    - LabVIEW 8.5.x
    If you need LabVIEW 8.2.x support, you have to use NI-DAQmx Base 3.3, this one supports
    - LabVIEW 2009
    - LabVIEW 8.6.x
    - LabVIEW 8.5.x and
    - LabVIEW 8.2.x
    It is not possible to add LabVIEW 8.2.x compatibility to NI-DAQmx Base 3.4. I hope, this clarifies the version compatibility.
    Best Regards
    MarianO

  • Do I need to use DAQmx Base for PDA module or DAQmx will work just fine?

    Hi All,
    Does PDA module work only with DAQmx Base or DAQmx as well?
    hellolv

    Hi hellolv,
    The PDA module currently only works with DAQmx Base.  If you've never used DAQmx Base before, it is actually very similar to DAQmx, and there are lots of examples out there to get you started.  I recommend searching through our Example Code Library.
    Thanks,
    Justin M.
    National Instruments

  • NI Daqmx Base tutorial

    Hi,
    I am now using a data acquisition CompactFlash-6004 and i have installed the NI DAQmx Base 3.1 driver. The problem now is i can't find any tutorials for NI DAQmx base.Any kind person please direct me to the correct source?

    The LabVIEW NI-DAQmx Base Help gives a lot of information on the LabVIEW VI's and properties. In LabVIEW, select Help » Search the LabVIEW Help and the VI reference help section for NI-DAQmx Base.
    Also, please see the KB below for the location of examples for DAQmx Base and the Developer Zone article for some getting started information with DAQ.
    Where Can I Find NI-DAQmx Base Examples?
    http://digital.ni.com/public.nsf/allkb/BEA8C88ED8B09AF286256ED0004544F7?OpenDocument
    Complete Data Acquisition Tutorial
    http://zone.ni.com/devzone/cda/tut/p/id/3116
    Regards,
    Chris Delvizis
    National Instruments

  • OSX ni-daqmx base does not detect USB-6216

    USB-6216 is not detected on macbook pro retina late 2012 with NIDAQMX base installed even though the board is listed as supported.
    Other boards (i.e. USB-6008) work. The 6216 works prefectly using win7 in a virtual machine on the same macbook; when the wirtual machine is on max asks whe the borad has to be connected and answering win TWO devices are connected to win (i.e. Firmware loader and 6216)
    If the virtual machine is off nothing is asked, however,  when 6008 is connected its led starts blinking, while nothing happens on the 6216.
    A listing of the USB devices in the case of 6216 shows:
    USB Hi-Speed Bus:
          Host Controller Location: Built-in USB
          Host Controller Driver: AppleUSBEHCI
          PCI Device ID: 0x1e2d
          PCI Revision ID: 0x0004
          PCI Vendor ID: 0x8086
          Bus Number: 0x1a
            Hub:
              Product ID: 0x0024
              Vendor ID: 0x8087  (Intel Corporation)
              Version: 0.00
              Speed: Up to 480 Mb/sec
              Location ID: 0x1a100000 / 2
              Current Available (mA): 500
              Current Required (mA): 0
              Sleep current (mA): 0
                Vendor-Specific Device:
                  Product ID: 0x7269
                  Vendor ID: 0x3923  (National Instruments)
                  Version: 0.00
                  Speed: Up to 480 Mb/sec
                  Location ID: 0x1a120000 / 4
                  Current Available (mA): 500
                  Current Required (mA): 100
    while in the case of 6008 shows
     USB 3.0 Hi-Speed Bus:
          Host Controller Location: Built-in USB
          Host Controller Driver: AppleUSBXHCI
          PCI Device ID: 0x1e31
          PCI Revision ID: 0x0004
          PCI Vendor ID: 0x8086
          Bus Number: 0x14
            NI USB-6008:
              Product ID: 0x717a
              Vendor ID: 0x3923  (National Instruments)
              Version: 1.03
              Serial Number: 0130C6E2
              Speed: Up to 12 Mb/sec
              Manufacturer: National Instruments
              Location ID: 0x14200000 / 17
              Current Available (mA): 500
              Current Required (mA): 500
    Anyone may help?
    Thanks

    Dear Cindy,
    many thanks for your replay. I think it will be quite useful.
    I should have the last driver revision (downloade one week ago...) and the board is a screw type. I have not checked it on another mac, but I will try to find one.
    The part on the lsdaq is the most interesting for me: my lsdaq shows no boards at all (it shows something similar if I connect a 6008 board so it is working), but the mac detects an USB device (listed as vendor specific) as:
     Vendor-Specific Device:
                  Product ID: 0x7269
                  Vendor ID: 0x3923  (National Instruments)
                  Version: 0.00
                  Speed: Up to 480 Mb/sec
                  Location ID: 0x1d110000 / 6
                  Current Available (mA): 500
                  Current Required (mA): 100
    As you see the product id is different. I suspect the problem is in the board firmware: when I connect the board and the win virtual machine is on, parellels asks me if I want to route the board to win. If I say yes after few seconds it asks if I want to route a second device which is labeled as 6216. It seem the board starts presenting one device and then it 'boots' a second device only after some driver operation.
    May I ask you to check the board firmware using FWUpdate.app located in /Application/NI-DAQMx Base/bin/ ?
    I contacted NI and maybe this can help them. When did you buy the board? Can you read the product id on the back of your board?
    Many thanks again
    Marco
     

Maybe you are looking for