From 3426d4e0ee09c61ce379cfd1fe9a6e82de346d90 Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期二, 29 四月 2025 10:58:51 +0800
Subject: [PATCH] 1.增加CEqCurrentRecipeChangeStep
---
SourceCode/Bond/Servo/Common.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/SourceCode/Bond/Servo/Common.h b/SourceCode/Bond/Servo/Common.h
index c42851a..78351fa 100644
--- a/SourceCode/Bond/Servo/Common.h
+++ b/SourceCode/Bond/Servo/Common.h
@@ -138,6 +138,7 @@
#define STEP_EQ_SENT_OUT_JOB_DOWNS1 _T("EQJESentOutJobDowns1")
#define STEP_EQ_SENT_OUT_JOB_DOWNS2 _T("EQJESentOutJobDowns2")
#define STEP_EQ_VCR1_EVENT_REPORT _T("EQVcr1EventReport")
+#define STEP_EQ_RURRENT_RECIPE_CHANGE _T("EQCurrentRecipeChange")
/* Step ID */
@@ -155,6 +156,7 @@
#define STEP_ID_EQALARM4 0x565
#define STEP_ID_EQALARM5 0x566
#define STEP_ID_PROCESS_DATA_REPORT 0x567
+#define STEP_ID_CURRENT_RECIPE_CHANGE_REPORT 0x568
#define STEP_ID_CIM_MSG_CONFIRM_REPORT 0x569
#define STEP_ID_VCR1_EVENT_REPORT 0x56A
#define STEP_ID_RECIVE_JOB_UPS1 0x580
--
Gitblit v1.9.3