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 | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/SourceCode/Bond/x64/Debug/VariableList.txt b/SourceCode/Bond/x64/Debug/VariableList.txt index 3c4d61f..06499c8 100644 --- a/SourceCode/Bond/x64/Debug/VariableList.txt +++ b/SourceCode/Bond/x64/Debug/VariableList.txt @@ -35,7 +35,8 @@ 5009,CJEndID,A20,CJ end ID 5014,VCRPanelID,A20,Panel ID from reader 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 +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,Port ID for Port events +5022,PortId,U1,Unified port ID for all Port events +5023,MaterialId,A50,Material/Glass ID for Received/SentOut events -- Gitblit v1.9.3