Difference between revisions of "Sleep Mode"
(created page) |
m Tag: visualeditor |
||
Line 1: | Line 1: | ||
[[Category:How to]] | [[Category:How to]] | ||
+ | Sleep mode allows the local repeater receiver to be disabled after a set period of inactivity. The repeater receiver will be re-enabled if the following events occur: | ||
+ | |||
+ | 1. An "awaken from sleep" COP command is decoded on any command source | ||
+ | |||
+ | 2. There is traffic coming in from a remote node | ||
+ | |||
+ | 3. There is telemetry coming in from a remote node. | ||
+ | |||
+ | Additionally, the sleep inactivity timer will be reset if there are any signals on the repeater input which are received during the time the system is awake. | ||
+ | |||
+ | === COP Methods === | ||
+ | 51 Enable Sleep Mode | ||
+ | |||
+ | 52 Disable Sleep Mode | ||
+ | |||
+ | 53 Awaken from Sleep | ||
+ | |||
+ | 54 Go back to sleep when the TX carrier drops | ||
+ | |||
+ | === Node Stanza === | ||
+ | sleeptime= - number of seconds of tx inactivity befor going to sleep. The default value for this setting is 900 seconds (15 minutes). Example: | ||
+ | sleeptime=300 | ||
+ | |||
+ | === Notes === | ||
+ | Sleep mode is useful for temporarily resolving interference issues. | ||
+ | |||
+ | This feature is also known as "touch tone up". | ||
+ | |||
+ | This feature is available in app_rpt.c version 0.206 or later. |
Latest revision as of 04:22, 28 January 2019
Sleep mode allows the local repeater receiver to be disabled after a set period of inactivity. The repeater receiver will be re-enabled if the following events occur:
1. An "awaken from sleep" COP command is decoded on any command source
2. There is traffic coming in from a remote node
3. There is telemetry coming in from a remote node.
Additionally, the sleep inactivity timer will be reset if there are any signals on the repeater input which are received during the time the system is awake.
COP Methods
51 Enable Sleep Mode
52 Disable Sleep Mode
53 Awaken from Sleep
54 Go back to sleep when the TX carrier drops
Node Stanza
sleeptime= - number of seconds of tx inactivity befor going to sleep. The default value for this setting is 900 seconds (15 minutes). Example:
sleeptime=300
Notes
Sleep mode is useful for temporarily resolving interference issues.
This feature is also known as "touch tone up".
This feature is available in app_rpt.c version 0.206 or later.