From 1515ffa15c11e106f35e1447bc990b7867c449bb Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期四, 16 四月 2026 16:07:14 +0800
Subject: [PATCH] feat(Robot): 机械手换盘任务特殊处理
---
Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/RobotJob/RobotSocketState.cs | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/RobotJob/RobotSocketState.cs b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/RobotJob/RobotSocketState.cs
index 6697b01..e5981d2 100644
--- a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/RobotJob/RobotSocketState.cs
+++ b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/RobotJob/RobotSocketState.cs
@@ -181,5 +181,27 @@
/// 褰撴甯哥數鑺换鍔″畬鎴愬悗璁句负 true锛屾満鍣ㄤ汉浠庡亣鐢佃姱浣嶇疆琛ュ厖鐢佃姱鑷�48涓��
/// </remarks>
public bool IsInFakeBatteryMode { get; set; }
+
+ /// <summary>
+ /// 褰撳墠鎵规璧峰缂栧彿锛堢敤浜庨�掑璁$畻鍙栬揣/鏀捐揣缂栧彿锛�
+ /// </summary>
+ /// <remarks>
+ /// 鍦ㄦ壒娆℃ā寮忎笅锛屾瘡鎵瑰彇璐�/鏀捐揣鐨勮捣濮嬬紪鍙蜂粠1寮�濮嬮�掑銆�
+ /// 鐢ㄤ簬璁$畻 {start}-{end} 鏍煎紡涓殑 start 鍊笺��
+ /// </remarks>
+ public int CurrentBatchIndex { get; set; } = 1;
+
+ /// <summary>
+ /// 鎹㈢洏浠诲姟褰撳墠闃舵
+ /// </summary>
+ /// <remarks>
+ /// 闃舵瀹氫箟锛�
+ /// 0: 鏈紑濮�
+ /// 1: 鍙栨甯哥數鑺紙娴佸悜B锛� / 鍙栧亣鐢佃姱锛堟祦鍚慉锛�
+ /// 2: 鏀炬甯哥數鑺紙娴佸悜B锛� / 鏀惧亣鐢佃姱锛堟祦鍚慉锛�
+ /// 3: 鍙栧亣鐢佃姱锛堟祦鍚態 Phase2锛�
+ /// 4: 鏀惧亣鐢佃姱鍒�5鍙蜂綅锛堟祦鍚態 Phase2锛�
+ /// </remarks>
+ public int ChangePalletPhase { get; set; }
}
}
--
Gitblit v1.9.3