update function

This commit is contained in:
murmur 2024-12-11 22:03:09 +08:00
parent 8369e578ef
commit 03e00b4099

View File

@ -272,6 +272,8 @@ static uint8_t StartJogControl(uint8_t index) {
// SJ=stop jogging
// 写入命令操作码寄存器(40125)数据0x00D8(SJ)即执行停止Jog控制
// CJ与SJ一一对应单次SJ无法停止所有全部CJ
// 直接停止泵需要使用SK命令
static uint8_t StopJogControl(uint8_t index) {
WritePump1Reg(index, RTU_PUMP_CMD_CO, 0x00D8);
}