Cinterion
®
Java Terminals Hardware Interface Description
8.3 Configuration via ASC0 Interface
69
EHSxT_BGS5T_HID_v02
2014-05-23
Confidential / Preliminary
Page 58 of 70
8.3.1.2
Test Mode
This commands configures the watchdog‘s test mode. In test mode the watchdog operates nor-
mally, but does not actually perform a module reset. Instead, it signals the (simulated) reset via
the LED by flashing the green ON LED two times to visualize the watchdog trigger. Entering
the test mode disables the actual watchdog functionality.
8.3.1.3
Repetitive Module Reset
This command configures a repetitive module resets, if the watchdog is enabled. The param-
eter sets the RST_REP timeout value. If the watchdog is enabled, an unconditional module re-
set every RST_REP milliseconds is performed.
Changing this configuration disables the watchdog. The feature becomes active, if the watch-
dog is enabled again, and after the MIN_START_TIME has passed.
For normal operation, this value should be set to a value greater than 30 minutes.
Command
TEST_MODE
Parameter
<on|off>
Type
Boolean
Range
0: Off (Exit test mode)
1: On (Enter test mode)
Default
0: Off
Non-volatile
Yes
Example
WD=
TEST_MODE
,0,0
// Exit test mode
WD=
TEST_MODE
,1,1
// Enter test mode
Command
RST_REP
Parameter
<timeout>
Type
Milliseconds
Range
0 .. 2
32
-1
Default
0: Feature is disabled
Non-volatile
Yes
Example
WD=RST_REP,1800000,9
// Reset every 30 minutes