Implement ACS Command Handlers (PickOn, PickOff, Charge), Manual Mode Safety, and Map UI Commands

This commit is contained in:
2025-12-13 02:40:55 +09:00
parent 703e1387bf
commit 34b038c4be
25 changed files with 1992 additions and 295 deletions

View File

@@ -103,7 +103,6 @@
this.valIntervalBMS = new AGVControl.ValueSelect();
this.valIntervalXBE = new AGVControl.ValueSelect();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.cmbChargerPos = new System.Windows.Forms.ComboBox();
this.label58 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.label44 = new System.Windows.Forms.Label();
@@ -1562,7 +1561,6 @@
// tabPage3
//
this.tabPage3.BackColor = System.Drawing.Color.DarkSlateBlue;
this.tabPage3.Controls.Add(this.cmbChargerPos);
this.tabPage3.Controls.Add(this.label58);
this.tabPage3.Controls.Add(this.label19);
this.tabPage3.Controls.Add(this.label44);
@@ -1600,20 +1598,6 @@
this.tabPage3.TabIndex = 4;
this.tabPage3.Text = "충전";
//
// cmbChargerPos
//
this.cmbChargerPos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbChargerPos.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold);
this.cmbChargerPos.FormattingEnabled = true;
this.cmbChargerPos.Items.AddRange(new object[] {
"HOME 아래",
"HOME",
"HOME 위"});
this.cmbChargerPos.Location = new System.Drawing.Point(1004, 11);
this.cmbChargerPos.Name = "cmbChargerPos";
this.cmbChargerPos.Size = new System.Drawing.Size(217, 45);
this.cmbChargerPos.TabIndex = 69;
//
// label58
//
this.label58.AutoSize = true;
@@ -3611,7 +3595,6 @@
private AGVControl.ValueSelect vcTagF5B;
private AGVControl.ValueSelect vcTagF4F5;
private System.Windows.Forms.Label label58;
private System.Windows.Forms.ComboBox cmbChargerPos;
private System.Windows.Forms.CheckBox chkClearPos;
private System.Windows.Forms.Label label7;
private AGVControl.ValueSelect vcXBID;