The <functions id="relay_control_menu"> section controls the functions that are available when administrators tap the Relay Control button in admin mode.
To enable access to these functions, you also need to enable the admin_relay_control function in the <functions id="admin"> section of the clock’s config file. See Admin Function Configuration.
All of the relay functions described in the table below have the following attributes:
relay: Specifies which relay the function controls.- For example, to specify that the function opens relay 1, enter <relay>1</relay>.
value: Specifies whether the function opens or closes the relay.- To specify that it opens the relay, enter <value>-1</value>. To specify that it closes the relay, enter
<value>0</value>.
| Tag ID | Description |
|---|---|
| rc_open_relay1 | Enables the Open Relay #1 button. |
| rc_close_relay1 | Enables the Close Relay #1 button. |
| rc_open_relay2 | Enables the Open Relay #2 button. |
| rc_close_relay2 | Enables the Close Relay #2 button. |