User Tools

Site Tools


atmos:researchmeetingnotes:researchmeetingnotes:home:ashley_vos

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
atmos:researchmeetingnotes:researchmeetingnotes:home:ashley_vos [2026/01/07 21:40] ashley.vosatmos:researchmeetingnotes:researchmeetingnotes:home:ashley_vos [2026/01/07 22:27] (current) ashley.vos
Line 11: Line 11:
     - Fluxgate compass     - Fluxgate compass
       - read manual, determine connection, edit code       - read manual, determine connection, edit code
-    - 3D Anemometer-fix readings+    - 3D Anemometer-fix readings  
 +      - need typical db-9 rs-232 connection 
 +      - will need to change serial and voltage output format. 
 +      - 1=u, 3=w
     - Need cover for relative temperature and humidity sensor.     - Need cover for relative temperature and humidity sensor.
     - Pressure Transducer     - Pressure Transducer
Line 32: Line 35:
   * Tipping Bucket Programming - DNW    * Tipping Bucket Programming - DNW 
   * Aerosol Particle Sizer - DNW   * Aerosol Particle Sizer - DNW
-  * Append - found a very simple way of printing data (and appending data) to a text file, using '>>'. In command line, use "python3 TIMMS00400_WX.py >> test.txt" to append output from TIMMS00400_WX to a file named 'test.txt'. Use '>' for overwriting. Rewrote append code with same formatting code as writefile.py, changing the writing method to appending. After writing append code, continued to work on getting writefile to work to figure out how to test appendfile. Made progress, but ran into issues with self.create_format_arr not being an attribute of arr. Beginning to think the problem is the output of TIMMS00400.+  * Append - found a very simple way of printing data (and appending data) to a text file, using '>>'. In command line, use "python3 TIMMS00400_WX.py >> test.txt" to append output from TIMMS00400_WX to a file named 'test.txt'. Use '>' for overwriting. Rewrote append code with same formatting code as writefile.py, changing the writing method to appending. After writing append code, continued to work on getting writefile to work to figure out how to test appendfile. Made progress, but ran into issues with self.create_format_arr not being an attribute of str. Beginning to think the problem is the output of TIMMS00400. Did some research, I believe that the output of TIMMS is not applicable for this method, as it outputs strings and not a list, dictionary, or file. As I am unable to access other instruments right now, I will be looking into the anemometer manual to make a list of everything I need to update the configuration.
  
 ==== January 6th, 4:23 pm. ==== ==== January 6th, 4:23 pm. ====
atmos/researchmeetingnotes/researchmeetingnotes/home/ashley_vos.1767822037.txt.gz · Last modified: 2026/01/07 21:40 by ashley.vos