From 517c0e8eba29ff41afbbc0abb0f913914b37e4e1 Mon Sep 17 00:00:00 2001 From: chenluhua1980 <Chenluhua@qq.com> Date: 星期二, 27 一月 2026 10:59:09 +0800 Subject: [PATCH] 1.SlotMap Mismatch 事件 --- SourceCode/Bond/x64/Debug/VariableList.txt | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/SourceCode/Bond/x64/Debug/VariableList.txt b/SourceCode/Bond/x64/Debug/VariableList.txt index 71f7fbc..386ba84 100644 --- a/SourceCode/Bond/x64/Debug/VariableList.txt +++ b/SourceCode/Bond/x64/Debug/VariableList.txt @@ -1,6 +1,16 @@ SVID,SV Name,SV Format,SV Remark -100,PortTransferState,U1,0=OutOfService;1=ReadyToLoad/LoadRequest;2=Loaded;3=InUse/LoadComplete;4=ReadyToUnload/UnloadRequest;5=Empty/UnloadComplete;6=TransferBlocked -300,AccessMode,U1,0=Auto;1=Manual +10000,CarrierID_P1,A50,Carrier ID for Port 1 +10001,CarrierID_P2,A50,Carrier ID for Port 2 +10002,CarrierID_P3,A50,Carrier ID for Port 3 +10003,CarrierID_P4,A50,Carrier ID for Port 4 +100,PortTransferState_P1,U1,1=LoadReady;2=Loaded;3=InUse;4=UnloadReady;5=Empty;6=Blocked +101,PortTransferState_P2,U1,1=LoadReady;2=Loaded;3=InUse;4=UnloadReady;5=Empty;6=Blocked +102,PortTransferState_P3,U1,1=LoadReady;2=Loaded;3=InUse;4=UnloadReady;5=Empty;6=Blocked +103,PortTransferState_P4,U1,1=LoadReady;2=Loaded;3=InUse;4=UnloadReady;5=Empty;6=Blocked +300,AccessMode_P1,U1,0=OutOfService;1=TransferBlocked;2=ReadyToLoad;3=ReadyToUnload;4=InService;5=TransferReady +301,AccessMode_P2,U1,0=OutOfService;1=TransferBlocked;2=ReadyToLoad;3=ReadyToUnload;4=InService;5=TransferReady +302,AccessMode_P3,U1,0=OutOfService;1=TransferBlocked;2=ReadyToLoad;3=ReadyToUnload;4=InService;5=TransferReady +303,AccessMode_P4,U1,0=OutOfService;1=TransferBlocked;2=ReadyToLoad;3=ReadyToUnload;4=InService;5=TransferReady 500,Clock,A50,Current timestamp string 600,CurrentControlState,U1,0=OfflineEquipment;1=OfflineAttempt;2=Online;3=OfflineHost;4=OnlineLocal;5=OnlineRemote 601,PreviousControlState,U1,Previous control state (same code set as CurrentControlState) -- Gitblit v1.9.3