ZHCUBZ9 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