150
edits
ElenaZhivun (talk | contribs) |
|||
The LabVIEW VI's turned out to be way harder to maintain than I anticipated. For this reason, I cleaned up the project by selecting only the files necessary for the fMCG magnetometer to run (reduced the folder size from 1 GB to about 50 MB) and initialized a GitHub repo in the project folder. The project is pushed to this private GitHub repo: https://github.com/lenazh/fMCG-LabView-VIs
== 09/16/2016 ==
The 32-bit magnetometer LabVIEW VI finally is working. Took several measurements to compare the noise performance of the 16-bit and the 32-bit VIs. Also measured how magnetic is a thermoresistor used in a different experiment in Chamberlain.
=== Measurements ===
{| class="wikitable"
|-
! Run !! Noise !! Comment
|-
| 25 || 00 || Z mode, 16 bit, with RTD, magnetic noise
|-
| 25 || 01 || Z mode, 16 bit, with RTD, technical noise
|-
| 26 || 00 || Z mode, 16 bit, no RTD, magnetic noise
|-
| 26 || 01 || Z mode, 16 bit, no RTD, technical noise
|-
| 28 || 00 || Z mode, 32 bit, no RTD, magnetic noise
|-
| 28 || 01 || Z mode, 32 bit, no RTD, technical noise
|-
| 32 || 00 || Z mode, 32 bit, with RTD, magnetic noise
|-
| 32 || 01 || Z mode, 32 bit, with RTD, technical noise
|-
| 32 || 02 || Z mode, 32 bit, no RTD, electronic noise
|}
|
edits