Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 939 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 939 Bytes

SigP

Signal visualization tool on OSX for usb NI-DAQ devices.

#Neccessary Prerequisites

  • ni-daqmx base software
  • the most recent version of Coreplot

You'll need to download the ni-daqmx base software that supports your version of the operating system provided by National Instruments (see OS compatibility table here). Core Plot is a 2D plotting framework for Mac OS X and iOS. It is highly customizable and capable of drawing many types of plots. It is available for download here. #Compiling the project Neccessary steps you will have to do involve:

  1. Add nidaqmxbase.framework and nidaqmxbaselb.framework to this project
  2. Add a reference to NIDAQmxbase.h to your project. (The file is located at /Applications/National Instruments/NI-DAQmx Base/includes)
  3. Add a reference to the Core-plot project.