Difference between revisions of "EGR 103/DAQ 1"

From PrattWiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
  
== '''Note:''' For Spring 2019, you will want the [[Python:DAQ_1]] page. ==
+
== '''Note:''' For Fall 2019 and after, you will want the [[Python:DAQ_1]] page. ==
 
+
<!--
 
== Introduction ==
 
== Introduction ==
 
This page contains pictures and graphs related to Data Acquisition Laboratory 1 (DAQ 1) of [[EGR 103]]. It has been updated for Spring, 2018.  This page underwent a major revision in Fall of 2017 based on the DAQmx drivers and MATLAB's elimination of legacy toolbox codes.
 
This page contains pictures and graphs related to Data Acquisition Laboratory 1 (DAQ 1) of [[EGR 103]]. It has been updated for Spring, 2018.  This page underwent a major revision in Fall of 2017 based on the DAQmx drivers and MATLAB's elimination of legacy toolbox codes.
Line 11: Line 11:
  
 
== Typographical Errors / Clarifications ==
 
== Typographical Errors / Clarifications ==
* If your MATLAB needs an activation license, first make sure you are at a computer that has a DAQ card; if so, contact Dr. G.
 
 
* If the computer says your device is not found, try 'Dev2' instead of 'Dev1' in the  
 
* If the computer says your device is not found, try 'Dev2' instead of 'Dev1' in the  
 
  addDigitalChannel(s,'Dev1','Port0/Line0:2','OutputOnly')
 
  addDigitalChannel(s,'Dev1','Port0/Line0:2','OutputOnly')
 
: line.
 
: line.
 +
* Before running the program, the person at the DAQ machine will need to install the pydaqmx module:
 +
** Go to the Start button, find the Anaconda3 folder, and click the Anaconda prompt
 +
** In the Anaconda terminal that just opened, type
 +
pip install pydaqmx
 +
** One it is done installing (or confirms that it is installed), close the Anaconda terminal
  
 
== Equipment Used ==
 
== Equipment Used ==
Line 101: Line 105:
 
* Landing Lights Animation:
 
* Landing Lights Animation:
 
[[File:LLGifSmall.gif]]
 
[[File:LLGifSmall.gif]]
<!--
 
* Animation of Landing Lights (slower than usual: [http://pundit.pratt.duke.edu/piki/images/9/90/LandingLightsSlow.flv Link], regular speed: [http://pundit.pratt.duke.edu/piki/images/1/1c/LandingLightsReg.flv Link])
 
-->
 
  
 
== Questions ==
 
== Questions ==
Line 116: Line 117:
  
 
[[Category:EGR 103]]
 
[[Category:EGR 103]]
 +
-->

Latest revision as of 17:13, 7 October 2019

Note: For Fall 2019 and after, you will want the Python:DAQ_1 page.