boardSetFaultReset (Function) |
Top Previous Next |
boardSetFaultReset will set the length of time (in seconds) to wait after a fault before resetting the device. A time of 0 (zero) disables reset after fault. Note: the minimum delay that is supported is 10 seconds.
Caution should be exercised when using this function as the devices will continue to reset when a fault occurs. This can make it difficult to connect to the device remotely for diagnostic etc.
When a PIN code fault (incorrect PIN code) occurs, the auto-reset will not occur.
Input: delay : INT The time the device waits before resetting when a fault is experienced.
Returns: None
Declaration: FUNCTION boardSetFaultReset;
Example: INCLUDE rtcu.inc |