ZHCUCK8C December 2022 – May 2024 ULC1001
可以執行中止序列以停止正在運行的清洗、校準、診斷或電源模式。
| 寄存器 | 讀取/寫入 | 數據 | 說明 |
|---|---|---|---|
| 00 | W | 00 | 更改為 Page 0 |
| 7F | W | 00 | 更改為 Book 0 |
| 00 | W | 1A | 更改為 Page 0x1A |
| 58 | W | 00000001 | 中止系統 |
| 不適用 | 不適用 |
不適用 |
等待 1ms |
| 00 | W | 00 | 更改為 Page 0 |
| 01 | W | 01 | SW 復位 |
| 不適用 | 不適用 | 不適用 | 等待 2ms |
| 不適用 | W | 不適用 | 重新加載所有寄存器 |
在 GUI 中,可以在 Python 窗口中使用以下腳本來運行中止模式。中止模式為 0x1 = 中止。
GUI_Module=__import__('ULC1001')
import time
GUI=GUI_Module.Device_GUI("ULC1001.exe",6640.000000)
# Set Abort Command (0x1)
GUI.write_register("USER_Commands","USER_Commands_userCommand",0x1) # set Abort Command
time.sleep(x) # set appropriate wait time
GUI.write_register("ULC1001","SW_RESET",0x1)
time.sleep(x) # set appropriate wait time
# Re-load all registers