Difference between revisions of "EGR 103/DAQ 2"
Line 2: | Line 2: | ||
== Typographical Errors in the Lab Manual == | == Typographical Errors in the Lab Manual == | ||
− | * DAQ 2-6: At the top, the default ranges are now [-10 10] for each entry. | + | * DAQ 2-3: After you add two channels, you will receive the following: |
− | + | <source lang="text">Warning: This hardware could not support the requested value of 1000.00 for | |
+ | SampleRate. SampleRate has been set to 500.00. </source> | ||
+ | * DAQ 2-6: At the top, the default ranges are now [-10 10] for each entry. That is: | ||
+ | <source lang="text"> | ||
+ | Index: ChannelName: HwChannel: InputRange: SensorRange: UnitsRange: Units: | ||
+ | 1 '' 0 [-10 10] [-10 10] [-10 10] 'Volts' | ||
+ | 2 '' 4 [-10 10] [-10 10] [-10 10] 'Volts' | ||
+ | </source> | ||
== Circuit for BasicAOutput == | == Circuit for BasicAOutput == | ||
Circuit layout for BasicAOutput. | Circuit layout for BasicAOutput. |
Revision as of 14:10, 29 September 2009
This page contains pictures and graphs related to DAQ 2 for EGR 53.
Contents
Typographical Errors in the Lab Manual
- DAQ 2-3: After you add two channels, you will receive the following:
Warning: This hardware could not support the requested value of 1000.00 for
SampleRate. SampleRate has been set to 500.00.
- DAQ 2-6: At the top, the default ranges are now [-10 10] for each entry. That is:
Index: ChannelName: HwChannel: InputRange: SensorRange: UnitsRange: Units:
1 '' 0 [-10 10] [-10 10] [-10 10] 'Volts'
2 '' 4 [-10 10] [-10 10] [-10 10] 'Volts'
Circuit for BasicAOutput
Circuit layout for BasicAOutput.
Circuit for BasicAIO
Circuit layout for BasicAIO (two measurements).
Graph from BasicAIO
Graph showing outputs when
Vout0 = 2.5+2.5*sin(2*pi*k/100);
Vout1 = 2.5+2.5*cos(2*pi*k/100);
That is,
\( \begin{align} V_{out,\,0}=2.5+2.5\sin\left(\frac{2\pi k}{100}\right)\\ V_{out,\,1}=2.5+2.5\cos\left(\frac{2\pi k}{100}\right) \end{align} \)
Circuit for AIO
Circuit layout for AIO (six measurements).
Graph from AIO
Graph showing outputs from six measurement channels.
Questions
Post your questions by editing the discussion page of this article. Edit the page, then scroll to the bottom and add a question by putting in the characters *{{Q}}, followed by your question and finally your signature (with four tildes, i.e. ~~~~). Using the {{Q}} will automatically put the page in the category of pages with questions - other editors hoping to help out can then go to that category page to see where the questions are. See the page for Template:Q for details and examples.