QLIB-function: QAPIExtWatchdog


With the function QAPIExtWatchdog it is possible to respond the Watchdog card.

ULONG QAPIExtWatchdog ( ULONG cardhandle ULONG jobcode );


Parameter 1
cardhandle
Defines the handle from the opened card

Parameter 2:
jobcode
Defines the action, which should be called on the watchdog card

Wert Funktion
JOB_ENABLE_WATCHDOG The watchdog will be activated
JOB_DISABLE_WATCHDOG The watchdog will be deactivated
JOB_RETRIGGER_WATCHDOG The watchdog will be retrigged. This must be in cyclic time steps

Return value
None.

Commands
If the watchdog is active, the card must be cyclic retiggered with JOB_RETRIGGER_WATCHDOG.

 Back to the QLIB overview