From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Academic Hardware Products (myDAQ, myRIO)

cancel
Showing results for 
Search instead for 
Did you mean: 

NI DAQ where do I even start?

I was given this

http://sine.ni.com/nips/cds/view/p/lang/en/nid/1041

I am  biology Major, where do I even start? I try to look at the data sheet and stuff I don't understand anything. Is there a tutorial somewhere? 

0 Kudos
Message 1 of 8
(7,060 Views)

Here's a resource to maybe help you get started: http://www.ni.com/white-paper/5612/en

 

I found that from http://www.ni.com/data-acquisition/what-is/

 

Feel free to ask us any questions as you get started with NI data acquisition hardware and software.

0 Kudos
Message 2 of 8
(7,058 Views)

Hi is there a manual that will describe the hardward? I am not referring to how to build it, but what should be soldier up with what and how to operate it specfically with the board I have. 

 

I search online most of the resource refer to the ni-daqmx a new model of what I have. 

 

All I want to do is to read in a digital input and give out a digital output, it sound simple and it should be. 

0 Kudos
Message 3 of 8
(7,035 Views)

Sorry let me clarify, I simply want to understand the document in this link "http://sine.ni.com/psp/app/doc/p/id/psp-42/lang/en" It gives abbreviations for the pins and I don't understand anything. 

0 Kudos
Message 4 of 8
(7,029 Views)

Okay, let's try this - 

 

1. install DAQmx - http://joule.ni.com/nidu/cds/view/p/id/4240/lang/en  It says that it only supports the PXI version of your card, but so does T-DAQ so it will probably work.

2. Open the program NI MAX on your computer and see if the 6070E shows up in the Hardware section. You can right click on it to checkout the device pinout.

3. Open an example. If you are using LabVIEW, in labview go to help->find examples...->Hardware Input and Output-> DAQmx-> then whatever type of measurement you want.

              If you are using text based to programming. There is a textbased examples folder you can get to by going to start ->all programs->National Instruments->DAQmx then the text based stuff.

4. In the example select the device name that showed up in MAX and the correct pins from the pinout.

 

TimC
National Instruments
Applications Engineer
0 Kudos
Message 5 of 8
(6,999 Views)

thanks

0 Kudos
Message 6 of 8
(6,995 Views)

Hi, Do you know of any example where I can use matlab instead? 

I just want to do somethign as simple as this in matlab 

          

If detect digital input

        print('output!')

else

        print('no output')

 

and 

 

Send digital output

 

done.

0 Kudos
Message 7 of 8
(6,837 Views)

Here's a MATLAB example using Data Acquisition Toolbox:

http://www.mathworks.com/help/daq/acquire-non-clocked-digital-data-1.html

 

-Rob

-----
Rob Purser
Manager, Test and Measurement
MathWorks
rob.purser@mathworks.com
0 Kudos
Message 8 of 8
(6,819 Views)