From 9ad04a15d7f9438cf3e5f1b69b8d458ae767bdf5 Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期六, 26 四月 2025 18:06:39 +0800
Subject: [PATCH] 1.CReadStep增加写入返回值或数据的功能;
---
SourceCode/Bond/Servo/Common.h | 136 +++++++++++++++++++++++----------------------
1 files changed, 69 insertions(+), 67 deletions(-)
diff --git a/SourceCode/Bond/Servo/Common.h b/SourceCode/Bond/Servo/Common.h
index 9fba6ab..c42851a 100644
--- a/SourceCode/Bond/Servo/Common.h
+++ b/SourceCode/Bond/Servo/Common.h
@@ -137,76 +137,78 @@
#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")
/* Step ID */
-#define STEP_ID_CIMMODE_CHANGED_CMD_REPLY 0x850
-#define STEP_ID_CIM_MSG_SET_CMD_REPLY 0x851
-#define STEP_ID_CIM_MSG_CLEAR_CMD_REPLY 0x852
-#define STEP_ID_DATETIME_SET_CMD_REPLY 0x853
-#define STEP_ID_VCR_ENABLE_CMD_REPLY 0x854
-#define STEP_ID_EQMODE_CHANGE_CMD_REPLY 0x855
-#define STEP_ID_EQMODE_CHANGED 0x860
-#define STEP_ID_EQSTATUS_CHANGED 0x861
-#define STEP_ID_EQALARM1 0x862
-#define STEP_ID_EQALARM2 0x863
-#define STEP_ID_EQALARM3 0x864
-#define STEP_ID_EQALARM4 0x865
-#define STEP_ID_EQALARM5 0x866
-#define STEP_ID_PROCESS_DATA_REPORT 0x867
-#define STEP_ID_CIM_MSG_CONFIRM_REPORT 0x869
-#define STEP_ID_RECIVE_JOB_UPS1 0x880
-#define STEP_ID_RECIVE_JOB_UPS2 0x881
-#define STEP_ID_SENT_OUT_JOB_DOWNS1 0x890
-#define STEP_ID_SENT_OUT_JOB_DOWNS2 0x891
-#define STEP_ID_PORT1_TYPE_CHANGE 0x900
-#define STEP_ID_PORT2_TYPE_CHANGE 0x901
-#define STEP_ID_PORT3_TYPE_CHANGE 0x902
-#define STEP_ID_PORT4_TYPE_CHANGE 0x903
-#define STEP_ID_PORT1_MODE_CHANGE 0x908
-#define STEP_ID_PORT2_MODE_CHANGE 0x909
-#define STEP_ID_PORT3_MODE_CHANGE 0x90A
-#define STEP_ID_PORT4_MODE_CHANGE 0x90B
-#define STEP_ID_PORT1_CASSETTE_TYPE_CHANGE 0x910
-#define STEP_ID_PORT2_CASSETTE_TYPE_CHANGE 0x911
-#define STEP_ID_PORT3_CASSETTE_TYPE_CHANGE 0x912
-#define STEP_ID_PORT4_CASSETTE_TYPE_CHANGE 0x913
-#define STEP_ID_PORT1_TRANSFER_MODE_CHANGE 0x918
-#define STEP_ID_PORT2_TRANSFER_MODE_CHANGE 0x919
-#define STEP_ID_PORT3_TRANSFER_MODE_CHANGE 0x91A
-#define STEP_ID_PORT4_TRANSFER_MODE_CHANGE 0x91B
-#define STEP_ID_PORT1_ENABLE_MODE_CHANGE 0x920
-#define STEP_ID_PORT2_ENABLE_MODE_CHANGE 0x921
-#define STEP_ID_PORT3_ENABLE_MODE_CHANGE 0x922
-#define STEP_ID_PORT4_ENABLE_MODE_CHANGE 0x923
-#define STEP_ID_PORT1_TYPE_AUTO_CHANGE 0x928
-#define STEP_ID_PORT2_TYPE_AUTO_CHANGE 0x929
-#define STEP_ID_PORT3_TYPE_AUTO_CHANGE 0x92A
-#define STEP_ID_PORT4_TYPE_AUTO_CHANGE 0x92B
-#define STEP_ID_PORT1_CASSETTIE_EMPTY 0x938
-#define STEP_ID_PORT1_CASSETTIE_LOAD_READY 0x940
-#define STEP_ID_PORT1_CASSETTIE_LOADED 0x948
-#define STEP_ID_PORT1_CASSETTIE_INUSE 0x950
-#define STEP_ID_PORT1_CASSETTIE_UNLOAD_READY 0x958
-#define STEP_ID_PORT1_CASSETTIE_BLOCKED 0x960
-#define STEP_ID_PORT2_CASSETTIE_EMPTY 0x939
-#define STEP_ID_PORT2_CASSETTIE_LOAD_READY 0x941
-#define STEP_ID_PORT2_CASSETTIE_LOADED 0x949
-#define STEP_ID_PORT2_CASSETTIE_INUSE 0x951
-#define STEP_ID_PORT2_CASSETTIE_UNLOAD_READY 0x959
-#define STEP_ID_PORT2_CASSETTIE_BLOCKED 0x961
-#define STEP_ID_PORT3_CASSETTIE_EMPTY 0x93a
-#define STEP_ID_PORT3_CASSETTIE_LOAD_READY 0x942
-#define STEP_ID_PORT3_CASSETTIE_LOADED 0x94a
-#define STEP_ID_PORT3_CASSETTIE_INUSE 0x952
-#define STEP_ID_PORT3_CASSETTIE_UNLOAD_READY 0x95a
-#define STEP_ID_PORT3_CASSETTIE_BLOCKED 0x962
-#define STEP_ID_PORT4_CASSETTIE_EMPTY 0x93b
-#define STEP_ID_PORT4_CASSETTIE_LOAD_READY 0x943
-#define STEP_ID_PORT4_CASSETTIE_LOADED 0x94b
-#define STEP_ID_PORT4_CASSETTIE_INUSE 0x953
-#define STEP_ID_PORT4_CASSETTIE_UNLOAD_READY 0x95b
-#define STEP_ID_PORT4_CASSETTIE_BLOCKED 0x963
+#define STEP_ID_CIMMODE_CHANGED_CMD_REPLY 0x550
+#define STEP_ID_CIM_MSG_SET_CMD_REPLY 0x551
+#define STEP_ID_CIM_MSG_CLEAR_CMD_REPLY 0x552
+#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_EQMODE_CHANGED 0x560
+#define STEP_ID_EQSTATUS_CHANGED 0x561
+#define STEP_ID_EQALARM1 0x562
+#define STEP_ID_EQALARM2 0x563
+#define STEP_ID_EQALARM3 0x564
+#define STEP_ID_EQALARM4 0x565
+#define STEP_ID_EQALARM5 0x566
+#define STEP_ID_PROCESS_DATA_REPORT 0x567
+#define STEP_ID_CIM_MSG_CONFIRM_REPORT 0x569
+#define STEP_ID_VCR1_EVENT_REPORT 0x56A
+#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_PORT1_TYPE_CHANGE 0x600
+#define STEP_ID_PORT2_TYPE_CHANGE 0x601
+#define STEP_ID_PORT3_TYPE_CHANGE 0x602
+#define STEP_ID_PORT4_TYPE_CHANGE 0x603
+#define STEP_ID_PORT1_MODE_CHANGE 0x608
+#define STEP_ID_PORT2_MODE_CHANGE 0x609
+#define STEP_ID_PORT3_MODE_CHANGE 0x60A
+#define STEP_ID_PORT4_MODE_CHANGE 0x60B
+#define STEP_ID_PORT1_CASSETTE_TYPE_CHANGE 0x610
+#define STEP_ID_PORT2_CASSETTE_TYPE_CHANGE 0x611
+#define STEP_ID_PORT3_CASSETTE_TYPE_CHANGE 0x612
+#define STEP_ID_PORT4_CASSETTE_TYPE_CHANGE 0x613
+#define STEP_ID_PORT1_TRANSFER_MODE_CHANGE 0x618
+#define STEP_ID_PORT2_TRANSFER_MODE_CHANGE 0x619
+#define STEP_ID_PORT3_TRANSFER_MODE_CHANGE 0x61A
+#define STEP_ID_PORT4_TRANSFER_MODE_CHANGE 0x61B
+#define STEP_ID_PORT1_ENABLE_MODE_CHANGE 0x620
+#define STEP_ID_PORT2_ENABLE_MODE_CHANGE 0x621
+#define STEP_ID_PORT3_ENABLE_MODE_CHANGE 0x622
+#define STEP_ID_PORT4_ENABLE_MODE_CHANGE 0x623
+#define STEP_ID_PORT1_TYPE_AUTO_CHANGE 0x628
+#define STEP_ID_PORT2_TYPE_AUTO_CHANGE 0x629
+#define STEP_ID_PORT3_TYPE_AUTO_CHANGE 0x62A
+#define STEP_ID_PORT4_TYPE_AUTO_CHANGE 0x62B
+#define STEP_ID_PORT1_CASSETTIE_EMPTY 0x638
+#define STEP_ID_PORT1_CASSETTIE_LOAD_READY 0x640
+#define STEP_ID_PORT1_CASSETTIE_LOADED 0x648
+#define STEP_ID_PORT1_CASSETTIE_INUSE 0x650
+#define STEP_ID_PORT1_CASSETTIE_UNLOAD_READY 0x658
+#define STEP_ID_PORT1_CASSETTIE_BLOCKED 0x660
+#define STEP_ID_PORT2_CASSETTIE_EMPTY 0x639
+#define STEP_ID_PORT2_CASSETTIE_LOAD_READY 0x641
+#define STEP_ID_PORT2_CASSETTIE_LOADED 0x649
+#define STEP_ID_PORT2_CASSETTIE_INUSE 0x651
+#define STEP_ID_PORT2_CASSETTIE_UNLOAD_READY 0x659
+#define STEP_ID_PORT2_CASSETTIE_BLOCKED 0x661
+#define STEP_ID_PORT3_CASSETTIE_EMPTY 0x63a
+#define STEP_ID_PORT3_CASSETTIE_LOAD_READY 0x642
+#define STEP_ID_PORT3_CASSETTIE_LOADED 0x64a
+#define STEP_ID_PORT3_CASSETTIE_INUSE 0x652
+#define STEP_ID_PORT3_CASSETTIE_UNLOAD_READY 0x65a
+#define STEP_ID_PORT3_CASSETTIE_BLOCKED 0x662
+#define STEP_ID_PORT4_CASSETTIE_EMPTY 0x63b
+#define STEP_ID_PORT4_CASSETTIE_LOAD_READY 0x643
+#define STEP_ID_PORT4_CASSETTIE_LOADED 0x64b
+#define STEP_ID_PORT4_CASSETTIE_INUSE 0x653
+#define STEP_ID_PORT4_CASSETTIE_UNLOAD_READY 0x65b
+#define STEP_ID_PORT4_CASSETTIE_BLOCKED 0x663
/* base alarm */
--
Gitblit v1.9.3