Watch Dog Function - Protech Systems PA-3222 User Manual

10.1 inch pos terminal powered by intel celeron j1900 quad-core
Hide thumbs Also See for PA-3222:
Table of Contents

Advertisement

if (data)
MsgBox("open1");
"Open"
Else
MsgBox("close1");
"Close"
Endif
4.11.2

Watch Dog Function

Watchdog_Set
Purpose:
Set the timeout for the watchdog timer.
Value
value = 0 ~ 255
Return:
True (1) on success, False (0) on failure
Watchdog_SetMinSec
Purpose:
Set the unit of time as second/minute
Value
kind = 1 (Measured in unit of second)
Return:
True (1) on success, False (0) on failure
Watchdog_Stop
Purpose:
Stop the watchdog timer
Value
None
Return:
True (1) on success, False (0) on failure
Watchdog_Recount
Purpose:
Restart the watchdog timer
Value
None
Return:
True (1) on success, False (0) on failure
PA-3222 SERIES USER MANUAL
// Cash Drawer1 status
// Cash Drawer1 status
bool Watchdog_Set (int value);
bool Watchdog_SetMinSec (int kind);
2 (Measured in unit of minute)
bool Watchdog_Stop (void);
bool Watchdog_Recount (void);
Chapter 4 Software Utilities
Page: 4-96

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents