2015-05-16 (Sa) Wind Generator Test Base

Programming was started for the automated monitoring. Voltage reading was an arbitrary measurement so long as the voltage does not exceed 5V. If voltage exceeds 5V during monitoring a voltage divider circuit will be constructed for each channel which would be possible but would require additional hardware where the generated voltage would determine the value of the components. Arrays were used to store collected data as opposed to specifically named variables. Arrays are also useful since a single number can be changed to alter the number of stations recorded. More work would be necessary with the program as a whole to fully implement this kind of expandability.

First draft of the program read the speed and voltage every fifteen seconds and output the results through a keyboard emulator which would be recorded in a spreadsheet. Spreadsheet data would be charted and processed to produce meaningful and comparable results. Each station would output RPMs and voltage readings only and would rely on the spreadsheet to produce meaningful data.

Speed readings will rely on a single switch being closed once per revolution. Readings will be taken by measuring the time between the switch going HIGH twice. This will be the time for one revolution. From this time revolutions per minute can be calculated but it may be more useful to output this time instead since the number would be an integer in microseconds.



Files for Wind Generator Test Base:
The OpenSCAD file below is not necessary unless you want to change something
 To do:
  • Design electrical
  • Build electrical
  • Design and write program
  • Debug program
  • Make program public
  • Test for usability
  • Go to next phase and test turbine designs

The rest of the posts for this project have been arranged by date.

First time here?

Completed projects from year 1.
Completed projects from year 2



This disclaimer must be intact and whole. This disclaimer must be included if a project is distributed.

All information in this blog, or linked by this blog, are not to be taken as advice or solicitation. Anyone attempting to replicate, in whole or in part, is responsible for the outcome and procedure. Any loss of functionality, money, property or similar, is the responsibility of those involved in the replication.

All digital communication regarding the email address 24hourengineer@gmail.com becomes the intellectual property of Brian McEvoy. Any information contained within these messages may be distributed or retained at the discretion of Brian McEvoy. Any email sent to this address, or any email account owned by Brian McEvoy, cannot be used to claim property or assets.

Comments to the blog may be utilized or erased at the discretion of the owner. No one posting may claim claim property or assets based on their post.

This blog, including pictures and text, is copyright to Brian McEvoy.

2015-05-12 (Tu)

Comments