Hi guys,
A little bit of background here I'm doing some research looking into the frequency of stopping events in a wind farm. I have 4 columns that I am interested in one being a timestamp (this is the one that is causing me trouble) Another being the tower ID# and the two others being windspeed and tower rpm.
What I want to do is count the number of times each individual tower stops (say there are 20 towers). The problem I keep running into however is that each stop is not of uniform length in in duration so one stop can be 30 minutes long whereas another can be 60 minutes. My time stamps are in the following format and increase in 10 minute intervals:
TimeStamp 1/2/2009 12:20:00 AM
is there a way to tell my count that regardless if there is one or one thousand timestamps that correspond to one individual stop for an individual tower to count it as one?
Thanks