NI-DAQ Function Reference Online Help, Version 6.6

First, I saw on the National Instruments Home Page that the PDF version of
the Function Reference Manual has been discontinued in favor of the Online
Microsoft Help format version. I really prefer the PDF because it prints
much nicer. Looking at the monitor as many hours as I do is unnerving and I
find the paper relaxing. The Microsoft Help format is better for searching
however. I would be much happier if both versions were kept in production
by National Instruments. (And even happier yet if they gave us developers
free hardback editions )
Second, I was discouraged to find that v6.6 of the document (NI-DAQ Function
Reference Manual for PC Compatibles) does not list the DAQCard-AI-16E-4
under the
options for "NI-DAQ Functions Listed by Hardware Product." I
thought the DAQCard-AI-16E-4 was a popular product and I assume it still
supports the same functions in 6.6 that is did in the earlier versions. Why
was it left out? Can I still use the info for the same topic in the 6.5
PDF?
For the last part of my documentation gripes, in Appendix B for v6.5 under
"Valid Internal Analog Input Channels" the DAQCard-AI-16E-4 is listed in the
second block and the last block. The set of command is different for each
block so I looked in the v6.6 which lists only the first block and I went
with that. Is the appearance of DAQCard-AI-16E-4 in the last block on the
v6.5 doc a typo or does it have significance?

Don Pellegrino wrote:
> First, I saw on the National Instruments Home Page that the PDF version of
> the Function Reference Manual has been discontinued in favor of the Online
> Microsoft Help format version. I really prefer the PDF because it prints
> much nicer.
This doc can be found on ni.com:
http://digital.ni.com/manuals.nsf/14807683e3b2dd8f8625677b006643f0/1630a0b68738b269862567c1007a2912?OpenDocument
> I thought the DAQCard-AI-16E-4 was a popular product and I assume it still
> supports the same functions in 6.6 that is did in the earlier versions.
To the best of my knowledge, yes it does.
Regards,
Rich Yavorsky
NI

Similar Messages

  • The InitCVIRTE function is not listed in the NIDAQ function reference online help? Why? and where can I find a description of this function?

    the InitCVIRTE function is not listed in the NIDAQ function reference online help? Why? and what does she do?and where can I find a description of this function? Can i use this function with visualc++ 6.0?

    The InitCVIRTE function is in the CVI run time engine (cvirte.dll)..not part of NI-DAQ.
    Applications written or using CVI may call this function..
    How are you running into this ?
    From the CVI help...
    This function performs initialization of the CVI Run-Time Engine. It is needed only in executables or DLLs that are linked using an external compiler. Otherwise, it is harmless.
    It should be called in your main, WinMain, or DllMain, function. The parameter values you should pass depend on which of these three functions you are calling InitCVIRTE from. The following examples show how to use InitCVIRTE in each case.
    If you are using main, your code should be as follows.
    int main (int argc, char *argv[])
    if (InitCVIRTE (0, argv, 0) == 0)
    return -1; /* out of memory */
    /* your other code */
    return 0;
    If you are using WinMain, your code should be as follows.
    int __stdcall WinMain (HINSTANCE hInstance,
    HINSTANCE hPrevInstance,
    LPSTR lpszCmdLine,
    int nCmdShow)
    if (InitCVIRTE (hInstance, 0, 0) == 0)
    return -1; /* out of memory */
    /* your other code */
    return 0;
    If you are creating a DLL, you must call InitCVIRTE and CloseCVIRTE in your DllMain function, as in the following.
    int __stdcall DllMain (void *hinstDLL, int fdwReason,
    void *lpvReserved)
    if (fdwReason == DLL_PROCESS_ATTACH)
    if (InitCVIRTE (hinstDLL, 0, 0) == 0)
    return 0; /* out of memory */
    /* your other ATTACH code */
    else if (fdwReason == DLL_PROCESS_DETACH)
    /* your other DETACH code */
    CloseCVIRTE ();
    return 1;
    NOTE: The prototype for InitCVIRTE is in cvirte.h, not
    utility.h.
    NOTE: In CVI 4.0.1, this function was expanded from one to
    three parameters. Executables and DLLs that were
    created using the one-parameter version of the function
    will continue to work properly.
    /*-------------------- Prototype ---------------------*/
    int InitCVIRTE (void *HInstance, char *Argv[], void *Reserved);
    Nandan Dharwadker
    Staff Software Engineer
    Measurement Studio Hardware Team

  • Pdf version of the NI-DAQ Function Reference?

    I'm looking for a pdf version of the NI-DAQ 6.9.1 Function Reference, is there one available? All I can find so far is the online help. thanks!

    Hi,
    I've got a feeling that the latest version of NI-DAQ FRM in .pdf format is 6.6 (file 321645e.pdf on the software / hardware PDF support library CDs).
    The Start->Program->National Instruments->Ni-daq->NI-DAQ Help is all there is, but it does contain all the relevant information.
    If you could find a program to convert a help file into a .pdf, you'll need to e-mail [email protected]
    to get their permission to do it.
    sorry.
    S.
    // it takes almost no time to rate an answer

  • Ni-daq function reference

    Could someone point me to what include files I need to call the ni-daq functions
    directly from a C program? (or point me to where I can get that information,
    I've looked through the function reference but can't seem to find it)

     Hi rd,
     The variable buffer is an array of u32 where the conversion samples are stored.
     The variable numPtsToread specifies how many points to read from the buffer.
     The latest version of the NI-DAQ drivers is 7.4.4, the Traditional NI-DAQ C Function Reference help manual will be installed when you install those drivers.
     Thanks and  have a great afternoon!
     Best regards,
     MatthewW
     Applications Engineer
     National Instruments

  • NI-DAQ function reference for DAQmx9.0

    I am using VXI with LabWindowsCVI6.0
    application.
    I have PCI-MXI2 card in my PC and VXI-MXI2 in slot0
    of VXI chassis.
    NI DAQ version 6.6  was installed
    Now
    i have one anthore PC in which i have installed LabView8.6  and
    DAQmx9.0 first then after i have installed CVI6.0.
    I tried to
    install NI DAQ6.6 but i couldn't because i have already DAQmx9.0 exist
    in my PC
    Now when i open CVI project which  i have
    develop earlier.I can not get DAQ help for VXI like "SCAN_Setup",
    "DAQ_DB_Config","DAQ_Config","GPCTR_Control",GPCTR​_Set_Application" etc.
    How
    i can have this NI-DAQ help which is coming in earlier version on
    START>>Programs>>National Instruments DAQ>> NI-DAQ
    Help
    --Vishnu

    Hello;
    You can find the NI-DAQ on line help at Start-> Programs->National Instruments->NI-DAQ->NI-DAQ Help.
    At the on line help, you can find a list of NI-DAQ functions sorted by hardware type.
    To find that list of functions, go to the on line help, select the Contents tab, select NI-DAQ functions-> Listed by Hardware type->NI-DAQ functions.
    Hope this helps.
    Filipe

  • Where do I find examples of how to use formula functions? Online help only provides syntax

    Hello,
    I would like to run a formula ( for my custom field in Project 2013)  that allows me to see the Finish Time e.g. 17:15 for a task.  I am trawling through the online help to determine which one is best but I would like to read some examples
    of how a function can be used. I hoped Help may do this but no.
    Hope you can point me into the right direction.  Thanks in advance.
    Alan

    Alan,
    Yeah I agree, the on-line help is lacking in information on how to actually USE a function. However, there are some places that may help. Here are a couple, I'm sure there are many others.
    https://support.office.com/en-nz/article/Project-functions-for-custom-fields-7e525143-380f-4083-8d5a-3ecc6ba44f22
    https://msdn.microsoft.com/en-us/library/office/ee767700(v=office.14).aspx
    Since many of the custom field formulas are also used in VBA, I've found the object library reference for VBA to be very helpful in understanding and setting up custom field formulas. To get the the object library, go to Developer/Code group/Visual Basic.
    Once the Visual Basic Editor window opens, hit View/Object Browser. Hit the Help menu and select the Help for Visual Basic. Type in the function of interest.
    However, you say you want a custom formula to see the finish time for a task. You don't need any customization to see that. Simply go to File/Options/General tab and select a date format that includes the time.
    Hope this helps.
    John

  • Whre can I find "Tradition​al NI-DAQ C Reference Help" ?

    In NI-447X User Manual I have found in "Related documentation" paragraph the suggestion to read "Traditional NI-DAQ C Reference Help" for traditional NI-DAQ version7.0 and later. Where can I find this manual?

    To view the NI-DAQ reference help, go to Start » Programs » National Instruments » NI-DAQ and select the appropriate file for the version of NI-DAQ that you are using.
    For NI-DAQ 7.0, there are separate reference help files for NI-DAQmx and Traditional NI-DAQ, the NI-DAQmx C
    Reference Help and the Traditional NI-DAQ Function Reference Help.
    TN

  • Where can I find a list of NI-DAQ functions supported over the RDA server?

    Hello,
    I am developing an application in Microsoft VisualC++ for PXI6071E MIO card remotely using RDA server.
    What I found out is that not all the functions described in the "Traditional NI-DAQ Function Reference Help" shipped with NI-DAQ version 7.0 are supported over the RDA server (e.g. Init_DA_Boards, or AO_Configure).
    Is there any document available where the functions supported by the RDA server are listed? It will help me a lot instead of manually executing all the needed functions and building this list by myself.
    Thank you in advance,
    Silvius
    Silvius Iancu

    Hello Sarah,
    Thank you very much for the link.
    Based on this article I included the easyio.h and easyio.lib from LabWindows/CVI into my VC++ project and I managed to perform the needed operations using Easy IO function calls.
    As a result of my own tests, the Analog Input functions provided by nidaq are not supported by the RDA server, but the General Purpose Timer/Counter functions are well supported.
    Hopefully the future versions of NI-DAQ will be fully supported by the RDA server.
    Thank you for your help,
    Silvius
    Silvius Iancu

  • NI USB-6211 function reference

    Hello.
      Where can I find API function reference for NI USB-6211?
      Thank you
    alanbor

    Hello A.V.
      Not exactly drivers. I'm searching for a way my programm could interact with a NI USB-6211 device.
      I suppose there should be a C-language API library shipped with it.
      Let me explain it further. I need a standalone waveform function generator and now I'm searching for a suitable device.
      It should be controllable from my program (waveform parameters configuration, start/stop), but be able to run on its own after being started.
      It is also important for me to have an access to internal clock of the device to be able to synchronyze it with host PC.
      I could not find answers in the users manual and I hope API function reference will help me.
    Best regards,
      alanbor.

  • Online Help no longer functions

    Our online Help is no longer functioning.  A new window opens that reads:
    This program cannot display the webpage
       Most likely causes:
    You are not connected to the Internet.
    The website is encountering problems.
    There might be a typing error in the address.
       What you can try:
         Check your Internet connection. Try visiting another website to make sure you are connected. 
         Retype the address. 
         Go back to the previous page.
         More information
    This problem can be caused by a variety of issues, including:
    Internet connectivity has been lost.
    The website is temporarily unavailable.
    The Domain Name Server (DNS) is not reachable.
    The Domain Name Server (DNS) does not have a listing for the website's domain.
    Of course, we didn't have this when I was the basis administrator on version 4.0B so I don't even know where to begin to correct it.  I can tell you that our internet connection works just fine.
    Any assistance is greatly appreciated.
    Robert

    Hi, Volker
    I don't have a "C:\WINDOWS\SAPDOCCD.ini" file, so I must assume that I'm not using it.
    Here are the contents of the "C:\WINDOWS\DAPDOCCD.log" file:
    Program path =     C:Program FilesSAPFrontEndSAPguiHTMLHELPSHH.EXE
    SHH version  =     6.2.0.4
      {I edited this line to make it wrap:}
    Command line =     "TYPE=5
    &SERVER=
    &PATH=H:AppsSap46bhelpHelpdataEN
    &SYSTEM=PRD
    &_CLASS=IWB_EXTHLP
    &_LOIO=69c24e034ba111d189750000e8322d00
    &_SLOIO=1f8316934bc511d189750000e8322d00
    &LANGUAGE=EN &RELEASE=621
    &IWB_COUNTRY=
    &IWB_INDUSTRY=
    &_SCLASS=IWB_STRUCT"
    Info:          --- Default settings from command line ---
    Info:          HelpType=HtmlHelpFile
    Info:          HtmlHelpFilePath=H:AppsSap46bhelpHelpdataEN
    Info:          --- Contents of profile "C:/WINDOWS/sapdoccd.ini" ---
    Info:          Could not read profile "C:/WINDOWS/sapdoccd.ini"
    Info:          --- Contents of profile "C:/Program Files/SAP/FrontEnd/SAPgui/sapdoccd.ini" ---
    Info:          Could not read profile "C:/Program Files/SAP/FrontEnd/SAPgui/sapdoccd.ini"
    Info:          --- Contents of profile "C:/Program Files/SAP/FrontEnd/sapdoccd.ini" ---
    Info:          Could not read profile "C:/Program Files/SAP/FrontEnd/sapdoccd.ini"
    Warning:     Could not read any profile
    Info:          --- Starting HtmlHelp ---
    Info:          INI file="H:AppsSap46bhelpHelpdataENhtmlhelp.ini"
    Info:          CHM file="H:AppsSap46bhelpHelpdataEN00000467.chm"
    Info:          HTM file="/69c24e034ba111d189750000e8322d00/content.htm"
    Info:          --- Version info ---
    Info:          Microsoft Windows 2000 version 5.1 Service Pack 2 (Build 2600)
    Info:          Microsoft Internet Explorer version is 6.0.2900.3059
    Info:          Microsoft HTML-Help version is 5.2.3790.2847
    Even if I navigate to "H:\Apps\Sap\46bhelp\Helpdata\EN" and double-click one of the '.chm" files, the error is the same.
    Any suggestions?

  • My IPod nano (older version) is frozen, so I can't do anything, and all of the online "help" things say that the IPod icon should appear under "Devices" but it's not, and because the IPod's frozen... What should I do???

    My IPod nano (older version) is frozen, so I can't do anything, and all of the online "help" things say that the IPod icon should appear under "Devices" but it's not, and because the IPod's frozen... What should I do???
    <What's the difference between a message and a question?>

    Which older model iPod Nano do you have?  iPod Models
    Read the user manual for a solution - iPod Manuals
    A question ends with a "?" mark and a message ends with a "." period.

  • Customizing Online Help and versioning

    Hello all!
    The Online Help my team creates supports a software application that is almost 100% customizable by our clients. Therefore, different clients may need documentation/help for their customized modules, which would not be delivered with base Online Help.
    That being said, I'm wondering how versioning would work. If a customer wants to add on to our base Online Help and we delivered to our customers our base files, how could we control versioning? For example, if we delivered Online Help files for the 7.4.0 release of our software and customers purchase their own RoboHelp license to add their own content, what would happen to their new content when we deliver the Online Help files for the next release of our software? Everything would be overwritten, correct?
    The only way I can think to do this is to recommend to our customers who want to add on to our base Online Help that they store their customized files outside of the base Online Help folder structure and manually reimport the files when we deliver new help files. Which seems like a lot of work.
    Any idea would be greatly appreciated!!
    Thanks!

    Welcome to our community
    You may be interested in the link below:
    Click here to view
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • I tried to update iTunes witht he latest version and I got a message saying that - MSVCR80.dll was not installed. I think I successfully installed that through an online help website but I now get R6034 - C\Program Files(x86)\iTunes\iTunes.exe

    I tried to update iTunes with the latest version and I got a message saying that - MSVCR80.dll was not installed. I think I successfully installed that through an online help website but I now get R6034 - C\Program Files(x86)\iTunes\iTunes.exe

    Hello Bignige52,
    The following article provides steps and information that can help get iTunes updated and working.
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Cheers,
    Allen

  • Link to jdeveloper9i online help, html-version is broken

    the link to jdeveloper9i online help, html-version is broken.
    i guess the portnumber also shouldn't be in the link.
    link http://otn.oracle.com:8877/jdeveloper/help/
    from link
    http://otn.oracle.com/docs/products/jdev/content.html
    does not work

    Hi,
    I am receiving no problem with these links. The port number is correct. The link recommends IE 5.5. Check your browser. It could have also been a temporary problem. Try again.

  • JDK online help broken under JDev 903 ?

    Hi,
    Since I upgraded from version 902 to 903, online help
    for JDK classes does not work anymore.
    Neither does it for my colleagues or after a
    fresh re-install (unzip).
    It does work for oracle BC4J classes or
    user-defined libs (say ChartBuilder), though.
    Can someone please help me restore this basic
    functionality offered by any decent modern IDE?
    TIA,
    Bernard.
    PS: this seems to have been mentioned by at least
    one user, Ms Stohlmann, whose post stayed unanswered.
    re:How to add JDK reference to JDeveloper Help?

    The hosted Javadoc will be used if the local Javadoc
    is not found. Due to the name mismatch, the local
    Javadoc is not being found, so JDeveloper tries to
    access the hosted doc.Thanks for the explanation, Steve, I like to understand
    why things don't work, sometimes ;-)
    In your case, it sounds like your firewall doesn't
    allow you to get files from outside your your
    company's network.
    You can fix this in JDeveloper by setting your proxy
    in the Preferences (from the Tools menu, select
    Preferences, and then select Web Browser/Proxy). Set
    your proxy as you do in your browser, and then
    JDeveloper should be able to get through your
    firewall to access remote files.Well I have. And I am allowed to access the Net, but on
    1st external request, the proxy (from a browser)
    prompts me for a username/password
    (it's a Netscape software BTW)
    JDev doesn't prompt me, instead I am getting this:
    Proxy authorization required Username authentication is
    required for using this proxy. Either your browser does
    not perform proxy authorization, or your authorization has
    failed.
    I am asking mostly out of curiosity, because local doc by
    default makes more sense anyway, but then the auto-u[i]Long postings are being truncated to ~1 kB at this time.

Maybe you are looking for

  • Is there a limit to number of SNASW links?

    We have an IBM 3745 with T/R which we disconected and attached a router with SNASW instead. Same macaddress as the 3745. It went fine first but when a lot of people started to logon they hit the wall and the SNASW stopped to respond to new connection

  • Cannot Export any Video - BUFFER OVERRUN ERROR MESSAGE

    Hi everyone, I just purchased a new Ipod video and QTPro. After instaling it for the first time and when trying to export any video i got the message from Microsoft Visual C++ Runtime Library ("Buffer Overrun detected!"). "A buffer overrun has been d

  • Row-level Security over Multiple Tables

    Working on Oracle Database 10g Enterprise Edition 10.2.0.4.0 - 64bit Say you have the following tables: CREATE TABLE    faculty_course_term     crn             CHAR(8),     term            DATE,     course_college  VARCHAR2(20 Char),     course_depar

  • Performance Tunning of Sql query

    Hi, I have table A with size 120 Million and two more tables are of size 2 Million on Table B and less than 1 Million size on table C. I had created Partition and Parallel degree 4 on the table A. Created table B with Parallel degree 2 and Created ta

  • How do I make PFM and Type 1 fonts available for my document?

    I am trying to work with a document in InDesign. There are some PFM and Type 1 fonts in the document that can't be found. I have them in a folder on my computer but don't know how to make them available. I downloaded Adobe Type Manager Light, but am