You can communicate with and control the PXIe-4311 using the NI-DAQmx instrument driver to program your device in the supported ADE of your choice.

  • NI-DAQmx Driver —The NI-DAQmx driver includes a library of functions and VIs you can call from your application software to program your module.
    • LabVIEW or LabWindows/CVI—Available on the LabVIEW Functions palette at Measurement I/O » NI DAQmx. Examples are available from the Start menu in the National Instruments folder.
    • ANSI C—Examples are available from the Users\Public\Documents\National Instruments\NI-DAQ\Examples folder. Refer to the NI-DAQmx topic ANSI C Application without LabWindows/CVI for instructions to manually add all required include and library files to your project.
  • NI-DAQmx Package for Python—The nidaqmx package allows you to develop instrumentation, acquisition, and control applications with NI data acquisition (DAQ) devices in Python. For more information, refer to the online NI-DAQmx Python Documentation.