From 498b8e781603ae007f41d0056b616f95140dd273 Mon Sep 17 00:00:00 2001 From: chenluhua1980 <Chenluhua@qq.com> Date: 星期三, 28 一月 2026 10:04:51 +0800 Subject: [PATCH] 1.新增出入料事件 --- SourceCode/Bond/x64/Debug/VariableList.txt | 12 ++++-------- 1 files changed, 4 insertions(+), 8 deletions(-) diff --git a/SourceCode/Bond/x64/Debug/VariableList.txt b/SourceCode/Bond/x64/Debug/VariableList.txt index 386ba84..06499c8 100644 --- a/SourceCode/Bond/x64/Debug/VariableList.txt +++ b/SourceCode/Bond/x64/Debug/VariableList.txt @@ -33,14 +33,10 @@ 5007,PanelEndID,A20,Panel end ID 5008,CJStartID,A20,CJ start ID 5009,CJEndID,A20,CJ end ID -5010,UnloadReadyPortId,U1,Port ID (ReadyToUnload) -5011,LoadReadyPortId,U1,Port ID (ReadyToLoad) -5012,BlockedPortId,U1,Port ID (TransferBlocked) 5014,VCRPanelID,A20,Panel ID from reader -5015,ReadyToReleasePortId,U1,Port ID (ReadyToRelease) -5016,LoadPortNotAssocPortId,U1,Port ID (LoadPortNotAssoc) 5017,ProcessDataReportText,A50,EV_PROCESS_DATA_REPORT payload (placeholder) -5018,SubEqpName,A20,Sub equipment name for SubEqp events -5019,SubEqpSlot,U1,Slot number for SubEqp events -5020,PortStateChangePortId,U1,Port ID for PortStateChange +5018,SubEqpName,A20,Sub equipment name (SubEqp/Unit/Process/SV/ProcessData events) +5019,SubEqpSlot,U1,Slot number for SubEqp/Unit; 0 when not applicable 5021,PortState,U1,Port transfer/state code for PortStateChange +5022,PortId,U1,Unified port ID for all Port events +5023,MaterialId,A50,Material/Glass ID for Received/SentOut events -- Gitblit v1.9.3