Changes between Version 1 and Version 2 of PaddySullivanTreeGrowth_XmitPeriod
- Timestamp:
- 05/05/06 11:17:08 (4 years ago)
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.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 [seconds]'', which may be changed by either loading a program with a different value, or changing the value in the running program. 2 2 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 willtake 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. 4 4 5 Following transmissions will occur everyxmit_period.5 The ''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. 6 6 7 * See also [wiki:"PaddySullivanTreeGrowth_XmitPeriod" Setting the transmission period] 7 When 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 8 9 * See also [wiki:"PaddySullivanTreeGrowth_ImmediateTransmission" How to trigger an immediate data transmission] 9 10
