From 1e8e3473cb124f9e51dfc1ca35e5cb13b1668bdc Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期六, 10 五月 2025 10:46:19 +0800
Subject: [PATCH] 1.重命名类名称和文件名;
---
SourceCode/Bond/Servo/Common.h | 79 +++++++++++++++++++++++++++++++++++++++
1 files changed, 79 insertions(+), 0 deletions(-)
diff --git a/SourceCode/Bond/Servo/Common.h b/SourceCode/Bond/Servo/Common.h
index a4bb8e1..39f19d7 100644
--- a/SourceCode/Bond/Servo/Common.h
+++ b/SourceCode/Bond/Servo/Common.h
@@ -13,6 +13,7 @@
#define RX_CODE_SELECT_STEP 1007
#define RX_CODE_ALARM_SET 1008
#define RX_CODE_ALARM_CLEAR 1009
+#define RX_CODE_EQ_DATA_CHANGED 1010
/* Channel Name */
@@ -61,6 +62,9 @@
#define EQ_ID_VACUUMBAKE 9
#define EQ_ID_ALIGNER 10
#define EQ_ID_BAKE_COOLING 11
+#define EQ_ID_ARM 12
+#define EQ_ID_ARM_TRAY1 13
+#define EQ_ID_ARM_TRAY2 14
#define EQ_ID_OPERATOR_REMOVE 999
@@ -137,6 +141,28 @@
#define STEP_EQ_RECEIVED_JOB_UPS2 _T("EQJEReceivedJobUps2")
#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")
+#define STEP_EQ_MASTER_RECIPE_LIST_REQ _T("EQMasterRecipeListReq")
+#define STEP_EQ_MASTER_RECIPE_LIST _T("EQMasterRecipeListReport")
+#define STEP_EQ_RECIPE_PARAMETER_REQ _T("EQRecipeParameterReq")
+#define STEP_EQ_RECIPE_PARAMETER _T("EQRecipeParameterReport")
+#define STEP_EQ_FETCHED_OUT_JOBn _T("EQFetchedOutJobReport")
+#define STEP_EQ_FETCHED_OUT_JOB1 _T("EQFetchedOutJobReport1")
+#define STEP_EQ_FETCHED_OUT_JOB2 _T("EQFetchedOutJobReport2")
+#define STEP_EQ_FETCHED_OUT_JOB3 _T("EQFetchedOutJobReport3")
+#define STEP_EQ_FETCHED_OUT_JOB4 _T("EQFetchedOutJobReport4")
+#define STEP_EQ_FETCHED_OUT_JOB5 _T("EQFetchedOutJobReport5")
+#define STEP_EQ_FETCHED_OUT_JOB6 _T("EQFetchedOutJobReport6")
+#define STEP_EQ_FETCHED_OUT_JOB7 _T("EQFetchedOutJobReport7")
+#define STEP_EQ_FETCHED_OUT_JOB8 _T("EQFetchedOutJobReport8")
+#define STEP_EQ_FETCHED_OUT_JOB9 _T("EQFetchedOutJobReport9")
+#define STEP_EQ_FETCHED_OUT_JOB10 _T("EQFetchedOutJobReport10")
+#define STEP_EQ_FETCHED_OUT_JOB11 _T("EQFetchedOutJobReport11")
+#define STEP_EQ_FETCHED_OUT_JOB12 _T("EQFetchedOutJobReport12")
+#define STEP_EQ_FETCHED_OUT_JOB13 _T("EQFetchedOutJobReport13")
+#define STEP_EQ_FETCHED_OUT_JOB14 _T("EQFetchedOutJobReport14")
+#define STEP_EQ_FETCHED_OUT_JOB15 _T("EQFetchedOutJobReport15")
/* Step ID */
@@ -146,6 +172,8 @@
#define STEP_ID_DATETIME_SET_CMD_REPLY 0x553
#define STEP_ID_VCR_ENABLE_CMD_REPLY 0x554
#define STEP_ID_EQMODE_CHANGE_CMD_REPLY 0x555
+#define STEP_ID_MASTER_RECIPE_LIST_CMD_REPLY 0x556
+#define STEP_ID_RECIPE_PARAMETER_CMD_REPLY 0x557
#define STEP_ID_EQMODE_CHANGED 0x560
#define STEP_ID_EQSTATUS_CHANGED 0x561
#define STEP_ID_EQALARM1 0x562
@@ -154,11 +182,30 @@
#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_MASTER_RECIPE_LIST_REPORT 0x56B
+#define STEP_ID_RECIPE_PARAMETER_REPORT 0x56C
#define STEP_ID_RECIVE_JOB_UPS1 0x580
#define STEP_ID_RECIVE_JOB_UPS2 0x581
#define STEP_ID_SENT_OUT_JOB_DOWNS1 0x590
#define STEP_ID_SENT_OUT_JOB_DOWNS2 0x591
+#define STEP_ID_FETCHED_OUT_JOB_REPORT1 0x5AF
+#define STEP_ID_FETCHED_OUT_JOB_REPORT2 0x5B0
+#define STEP_ID_FETCHED_OUT_JOB_REPORT3 0x5B1
+#define STEP_ID_FETCHED_OUT_JOB_REPORT4 0x5B2
+#define STEP_ID_FETCHED_OUT_JOB_REPORT5 0x5B3
+#define STEP_ID_FETCHED_OUT_JOB_REPORT6 0x5B4
+#define STEP_ID_FETCHED_OUT_JOB_REPORT7 0x5B5
+#define STEP_ID_FETCHED_OUT_JOB_REPORT8 0x5B6
+#define STEP_ID_FETCHED_OUT_JOB_REPORT9 0x5B7
+#define STEP_ID_FETCHED_OUT_JOB_REPORT10 0x5B8
+#define STEP_ID_FETCHED_OUT_JOB_REPORT11 0x5B9
+#define STEP_ID_FETCHED_OUT_JOB_REPORT12 0x5BA
+#define STEP_ID_FETCHED_OUT_JOB_REPORT13 0x5BB
+#define STEP_ID_FETCHED_OUT_JOB_REPORT14 0x5BC
+#define STEP_ID_FETCHED_OUT_JOB_REPORT15 0x5BD
#define STEP_ID_PORT1_TYPE_CHANGE 0x600
#define STEP_ID_PORT2_TYPE_CHANGE 0x601
#define STEP_ID_PORT3_TYPE_CHANGE 0x602
@@ -271,3 +318,35 @@
#define CASSETTE_PROCCESS_COMPLETED 7
+/*
+ Master Recipe List Return Code Block Description
+ 1 OK : Recipe List Received Result is all ok
+ 2 Continue : Equipment still has to send the master recipe list to EAS because EAS is not yet received all master recipe list.
+ 3 Master Recipe list Count NG : Total Group Count is same as Current Group Count but it’s different with Total Master Recipe List Count.
+ 4 Group Count NG : Total Group Count is different with Current Group Count but it’s same with Total Master Recipe Count.
+ 5 Duplication Group Count NG : Current Group Count is duplicate with previous group count.Equipment has to send the next group count to EAS.
+ 6 Order by Group Count NG : Group Count is not sent order by next group count to EAS.Group Count has to send by order the next group count
+*/
+#define MRLRC_CURRENT_RECIPE_COMPLETE 0
+#define MRLRC_OK 1
+#define MRLRC_NG 2
+#define MRLRC_CONTINUE 3
+#define MRLRC_MASTER_RECIPE_LIST_COUNT_NG 4
+#define MRLRC_GROUP_COUNT_NG 5
+#define MRLRC_DUPLICATION_GROUP_COUNT_NG 6
+#define ORDER_BY_GROUP_COUNT_NG 7
+
+
+/*
+ Report type
+ 1: Create
+ 2: Modify
+ 3: Delete
+ 4: Request from EAS
+ */
+#define RT_CREATE 1
+#define RT_MODIFY 2
+#define RT_DELETE 3
+#define RT_REQUEST_FROM_EAS 4
+
+
--
Gitblit v1.9.3