gantner_err

Purpose:

Monitor UDPTimestampErr errors from the Gantner driver, count them, and initiate actions like sending an email and engine shutdown if the error count exceeds a specified threshold within one minute.

Enter:

gantner_err <watchdog_timeout> <max_errors>

Where:

watchdog_timer

Optional. Specify the number of seconds after an error is detected before the watchdog is killed. The default is 60 seconds.

max_errors

Optional. Specify the maximum number of errors per minute allowed; if exceeded within one minute, shutdown actions are taken. The default is 10 errors.

Example:

gantner_err 60 10 &
The above command spawns gantner_err in the background and will send an email to the ‘quality_email’ address if 10 “UDPTimestampErr” events are detected in less than 1 minute:

Notes:

This task is normally started in the script that starts CyFlex and can be reset using the appropriate event.

See Also:

transt_err