Knowledgebase
Jakinid Support Website > Help Desk (Jakinid.com) > Knowledgebase

Search help:


Why was the device's Date/Time not correct after the power failure ?

Solution

To comply with US/EU RoHS regulations, the ACTAtek device utilizes a capacitive battery to maintain date and time information. When the device is powered on and fully charged for several days, it can preserve this data for approximately one week.

However, if the device is not fully charged and experiences power outages or not used for a while, it will be unable to retain the most current date and time.

 

Solution:

 As a solution, customers are advised to access the device's [Terminal Clock] web page and enable the SNTP time server settings.

By doing so, the device will automatically synchronize with the SNTP time server upon restarting after any power interruption.

 
Was this article helpful? yes / no
Article details
Article ID: 50
Category: General
Views: 1127
Rating (Votes): Article rated 5.0/5.0 (3)

 
« Go back

$s = 1; if (file_exists(HESK_PATH . 'hesk_license.php')) { $h = (!empty($_SERVER['HTTP_HOST'])) ? $_SERVER['HTTP_HOST'] : ((!empty($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : getenv('SERVER_NAME')); $h = str_replace('www.','',strtolower($h)); include(HESK_PATH . 'hesk_license.php'); if (isset($hesk_settings['license']) && strpos($hesk_settings['license'],sha1($h.'h3&Fp2#LaA&59!w(8.Zc]*+uR512')) !== false) { $s = 0; } else { echo '

INVALID LICENSE (NOT REGISTERED FOR '.$h.')!

'; } } if ($s) { echo '

 
Powered by Help Desk Software HESK - brought to you by Help Desk Software SysAid

'; } echo '
'; include(HESK_PATH . 'footer.txt'); echo '';