F81966 Watchdog Service under Windows

From LEXWiKi

(Difference between revisions)
Jump to: navigation, search
Current revision (15:55, 17 December 2024) (edit) (undo)
(How to check service log message)
 
(5 intermediate revisions not shown.)
Line 25: Line 25:
[[Image:WDT_S_AA00003.png]]<br /><br />
[[Image:WDT_S_AA00003.png]]<br /><br />
-
'''Step2. Open editor there are 3 parameters can be setup.'''<br />
+
'''Step2. Open editor there are 4 parameters can be setup.'''<br />
-
[[Image:WDT_S_AA00004.png]]<br /><br />
+
-
 
+
*1. COUNT MODE : Set WDT timer countdown unit is “second” or “minute”. The default setting is “second”.
*1. COUNT MODE : Set WDT timer countdown unit is “second” or “minute”. The default setting is “second”.
*2. COUNT TIME : How much time that system will reboot after system were crashed. The default setting is 2 seconds.
*2. COUNT TIME : How much time that system will reboot after system were crashed. The default setting is 2 seconds.
*3. RELOAD : How much time that watchdog time would reload. The default setting is 1 seconds.
*3. RELOAD : How much time that watchdog time would reload. The default setting is 1 seconds.
*4. DO HIGH : How much time that DO pin turn to “HIGH” when windows logon (as pic2). The default setting is 35 seconds.
*4. DO HIGH : How much time that DO pin turn to “HIGH” when windows logon (as pic2). The default setting is 35 seconds.
-
[[Image:WDT_S_AA0005-1.png]][[Image:WDT_S_AA0005-2.png]]<br /><br />
+
[[Image:WDT_S_AA0004.png]][[Image:WDT_S_AA0005.png]]<br /><br />
'''Step3. Press “OK” button to update setting.'''<br />
'''Step3. Press “OK” button to update setting.'''<br />
Line 60: Line 58:
-
=== COM ===
+
== How to test service is working ==
-
'''COM port功能測試,可支援"RS232"、"RS422"、"RS485"、"M303"'''<br />
+
'''Step1. Click “LEX WDT CFG Editor” short cut on your desktop.'''<br />
-
[[Image:MAT_AA00008-1.png]]<br /><br />
+
[[Image:WDT_S_AA00011.png]]<br /><br />
 +
 
 +
'''Step2. Modify “COUNT TIME” value less than “RELOAD” value. As a protection measure, SERVICE will be restored to the default value at the next restart to avoid unlimited restarts.'''<br />
 +
[[Image:WDT_S_AA00012.png]]<br /><br />
 +
 
 +
'''Step3. Wait watchdog timer active. If system reboot successfully, watchdog is working.'''<br />
 +
 
 +
'''Abnormal system restart may cause CFG to fail to be stored normally, please be careful.'''<br />
 +
 
 +
 
 +
== How to check service log message ==
 +
'''Step1. Open “Logs” folder from “LEX Watchdog Service” installed path. Default installed path is (“C:\Program Files\LEX\LEX Watchdog Service”).'''<br />
 +
[[Image:WDT_S_AA00013.png]]<br />
 +
 
 +
'''Step2. Find what date you want to check.'''<br />
 +
[[Image:WDT_S_AA00014-1.png]]<br />
-
*5-1. COM測試結果,同時以圖形方式顯示狀態<br />
+
'''Step3. When the status of service changes, it will be recorded in the log file.'''<br />
-
*5-2. 指定此COM port以何種協議去進行測試: 支援RS232、RS422、RS485<br />
+
[[Image:WDT_S_AA00014.png]]<br />
-
*5-3. 指定此COM port,是否以auto flow(RS232 to RS485)的方式去進行測試<br />
+
-
=== 測試完成結果(QR code) ===
+
== How to fix “Error1001 ==
-
'''測試完成時,會產生各項目簡單測試結果視窗,並產生4個QR code,分別記載各項目的測試結果,'''<br />
+
[[Image:WDT_S_AA00015.png]]<br />
-
'''配合"Auto Report Tool"可生成EXCEL報表'''<br />
+
-
[[Image:MAT_AA00009.png]]<br />
+
 +
'''Step1. Open windows “Registry Editor”, as shown below.'''<br />
 +
[[Image:WDT_S_AA00016.png]]<br />
-
=== 測試完成結果(Log) ===
+
'''Step2. Expand the following path to find the Services directory layer.'''<br />
-
'''測試完成時,會產生各項目簡單測試的Log文件,存放在特定目錄夾,可藉由工具將指定Log還原成QR code,'''<br />
+
'''HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\'''<br />
-
'''配合"Auto Report Tool"生成EXCEL報表'''<br />
+
[[Image:WDT_S_AA00017.png]]<br />
-
[[Image:MAT_AA000010.png]]<br />
+
-
*6-1. 展開存放Log文件的目錄夾位置<br />
+
'''Step3. Find “LEX Watchdog Service”, right-click the menu and select “Delete”.'''<br />
-
*6-2. 選取指定Log檔案,還原成QR code<br />
+
[[Image:WDT_S_AA00018.png]]<br />
-
[[Image:MAT_00002-7.png]]<br />
+
'''Step4. Reboot your system. And reinstall “LEX Watchdog Service”.'''<br />

Current revision


Contents

The binary file you can download from

<Google Drive>

Binary file(64 bit): LEX_WatchDog_Service_Ver1.1.12.20

Manuual Guide: Manuual Guide


How to install Watchdog service tool

Step1. Click “setup” file to install watchdog service.
Image:WDT_S_AA00001-1.png

Step2. Keep Click ”Next” to complete the installation.
Image:WDT_S_AA00002.png

Step3. If service is successfully installed, service will auto start.


How to modify Watchdog timer setting

Step1. Click “LEX WDT CFG Editor” short cut on your desktop.
Image:WDT_S_AA00003.png

Step2. Open editor there are 4 parameters can be setup.

  • 1. COUNT MODE : Set WDT timer countdown unit is “second” or “minute”. The default setting is “second”.
  • 2. COUNT TIME : How much time that system will reboot after system were crashed. The default setting is 2 seconds.
  • 3. RELOAD : How much time that watchdog time would reload. The default setting is 1 seconds.
  • 4. DO HIGH : How much time that DO pin turn to “HIGH” when windows logon (as pic2). The default setting is 35 seconds.

Image:WDT_S_AA0004.pngImage:WDT_S_AA0005.png

Step3. Press “OK” button to update setting.


How to disable service process

Step1. Open windows “Service.exe”, as shown below.
Image:WDT_S_AA00006.png

Step2. Find “LEX Watchdog Service” service. And right click to open menu and select “Properties” as shown below.
Image:WDT_S_AA00007.png

Step3. Drop down “Startup type” menu. Select “Disabled” will freeze “LEX Watchdog Service”. Select “Automatic” service will start at system startup.
Image:WDT_S_AA00008.png

Step4. Press “OK” button to update setting. And reboot your windows system.


Uninstall Watchdog service tool

Step1. Use the windows default “uninstall a program” tool. And uninstall “LEX Watchdog Service” as shown below.
Image:WDT_S_AA00009.png

Step2. During the software release process, if the following screen pops up, click “OK” as shown below.
Image:WDT_S_AA00010.png

Step3. Reboot your windows system to finish uninstall.


How to test service is working

Step1. Click “LEX WDT CFG Editor” short cut on your desktop.
Image:WDT_S_AA00011.png

Step2. Modify “COUNT TIME” value less than “RELOAD” value. As a protection measure, SERVICE will be restored to the default value at the next restart to avoid unlimited restarts.
Image:WDT_S_AA00012.png

Step3. Wait watchdog timer active. If system reboot successfully, watchdog is working.

Abnormal system restart may cause CFG to fail to be stored normally, please be careful.


How to check service log message

Step1. Open “Logs” folder from “LEX Watchdog Service” installed path. Default installed path is (“C:\Program Files\LEX\LEX Watchdog Service”).
Image:WDT_S_AA00013.png

Step2. Find what date you want to check.
Image:WDT_S_AA00014-1.png

Step3. When the status of service changes, it will be recorded in the log file.
Image:WDT_S_AA00014.png

How to fix “Error1001

Image:WDT_S_AA00015.png

Step1. Open windows “Registry Editor”, as shown below.
Image:WDT_S_AA00016.png

Step2. Expand the following path to find the Services directory layer.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\
Image:WDT_S_AA00017.png

Step3. Find “LEX Watchdog Service”, right-click the menu and select “Delete”.
Image:WDT_S_AA00018.png

Step4. Reboot your system. And reinstall “LEX Watchdog Service”.

Personal tools