Changes between Version 1 and Version 2 of PaddySullivanTreeGrowth_XmitPeriod

Show
Ignore:
Author:
anonymous (IP: 128.18.44.121)
Timestamp:
05/05/06 11:17:08 (4 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PaddySullivanTreeGrowth_XmitPeriod

    v1 v2  
    1 The factory-set (in the program that shipped from SRI) default transmission period is one day.  Twenty-four hours from the moment the datalogger is powered-up the first transmission will occur.  This is defined by the program variable ''xmit_period'', which may be changed by either loading a program with a different default value, or changing the value in the running program. 
     1The factory-set (in the program that shipped from SRI) default transmission period is one day.  Twenty-four hours from the moment the datalogger is powered-up the first transmission will occur.  This is defined by the program variable ''xmit_period [seconds]'', which may be changed by either loading a program with a different value, or changing the value in the running program. 
    22 
    3  * Altering the running program's value will not affect the default value should the datalogger be re-energized.  If the power is cycled the default value will take effect. 
     3 * Altering the running program's value will not affect the program's value should the datalogger be re-energized.  If the power is cycled the program's value will again take effect. 
    44 
    5   Following transmissions will occur every xmit_period. 
     5The ''xmit_period'' may also be changed by base receiving end.  Following the reception of a complete dataset the base station may upload a new ''xmit_period''.  This allows the base station to control, to some degree, the power consumption.  This is a synchronous activity; a successful transmission must be initiated by the datalogger for the base station to modify the '''next''' xmit_period. 
    66 
    7  * See also [wiki:"PaddySullivanTreeGrowth_XmitPeriod" Setting the transmission period] 
     7When the datalogger receives a new xmit_period it performs some basic checking to ensure a proper value.  The xmit_period must be a whole hour, must be at least one hour, and must be less then fourteen days. 
     8 
    89 * See also [wiki:"PaddySullivanTreeGrowth_ImmediateTransmission" How to trigger an immediate data transmission] 
    910