From b25ce186da97a1a774ddf89504f97d8c244fda66 Mon Sep 17 00:00:00 2001 From: chenluhua1980 <Chenluhua@qq.com> Date: 星期四, 29 一月 2026 09:25:06 +0800 Subject: [PATCH] 1.移除 SubEqpStart/End(CEID 10015/10016) 2.UnitStart/UnitEnd 增加 PanelID(5006/5007) 3.Report/CEID 两个表都同步了对应 VIDs/备注 --- SourceCode/Bond/x64/Debug/VariableList.txt | 14 ++++++-------- 1 files changed, 6 insertions(+), 8 deletions(-) diff --git a/SourceCode/Bond/x64/Debug/VariableList.txt b/SourceCode/Bond/x64/Debug/VariableList.txt index 386ba84..cf7d8fe 100644 --- a/SourceCode/Bond/x64/Debug/VariableList.txt +++ b/SourceCode/Bond/x64/Debug/VariableList.txt @@ -33,14 +33,12 @@ 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 +5024,EquipmentStatus,U1,Equipment status (SubEqpStateChange): 1=PM;2=Down(BM);3=Pause;4=Idle;5=Run;6=Job Change;7=ETC + -- Gitblit v1.9.3