Commit e49b2b3c LN

DO名称配置错误

1 个父辈 8e408846
...@@ -17,23 +17,23 @@ DI,2,右料仓激光检测,CheckPos,12,HC,X12, ...@@ -17,23 +17,23 @@ DI,2,右料仓激光检测,CheckPos,12,HC,X12,
,,,,14,HC,X14, ,,,,14,HC,X14,
,,,,15,HC,X15, ,,,,15,HC,X15,
,,,,,,, ,,,,,,,
DO,0,自动指示灯,AutoRun_HddLed,0,HC,Y01, DO,0,自动指示灯,AutoRun_HddLed,0,HC,Y00,
DO,0,故障指示灯,Alarm_HddLed,1,HC,Y02, DO,0,故障指示灯,Alarm_HddLed,1,HC,Y01,
DO,0,待机指示灯,RunSign_HddLed,2,HC,Y03, DO,0,待机指示灯,RunSign_HddLed,2,HC,Y02,
DO,0,报警蜂鸣器,Alarm_Buzzer,3,HC,Y04, DO,0,报警蜂鸣器,Alarm_Buzzer,3,HC,Y03,
DO,1,左料仓进料口门上升SOL,Door_Up,4,HC,Y05, DO,1,左料仓进料口门上升SOL,Door_Up,4,HC,Y04,
DO,1,左料仓进料口门下降SOL,Door_Down,5,HC,Y06, DO,1,左料仓进料口门下降SOL,Door_Down,5,HC,Y05,
DO,2,右料仓进料口门上升SOL,Door_Up,6,HC,Y07, DO,2,右料仓进料口门上升SOL,Door_Up,6,HC,Y06,
DO,2,右料仓进料口门下降SOL,Door_Down,7,HC,Y08, DO,2,右料仓进料口门下降SOL,Door_Down,7,HC,Y07,
DO,0,设备照明ON,Device_Led,8,HC,Y09, DO,0,设备照明ON,Device_Led,8,HC,Y08,
,,,,9,HC,Y10, ,,,,9,HC,Y09,
,,,,10,HC,Y11, ,,,,10,HC,Y10,
,,,,11,HC,Y12, ,,,,11,HC,Y11,
,,,,12,HC,Y13, ,,,,12,HC,Y12,
,,,,13,HC,Y14, ,,,,13,HC,Y13,
,,,,14,HC,Y15, ,,,,14,HC,Y14,
,,,,15,HC,Y16, ,,,,15,HC,Y15,
,,,,,,, ,,,,,,,
,,,,,,, ,,,,,,,
PRO,,气压检测IO关闭需要持续的时间,AirCheckSeconds,3,,, PRO,,气压检测IO关闭需要持续的时间,AirCheckSeconds,3,,,
PRO,0,IO信号超时时间(毫秒),IOSingle_TimerOut,10000,,,,,,,,,,,, PRO,0,IO信号超时时间(毫秒),IOSingle_TimerOut,10000,,,
...@@ -314,7 +314,7 @@ ...@@ -314,7 +314,7 @@
this.groupBox1.Controls.Add(this.label43); this.groupBox1.Controls.Add(this.label43);
this.groupBox1.Controls.Add(this.label42); this.groupBox1.Controls.Add(this.label42);
this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox1.Location = new System.Drawing.Point(11, 452); this.groupBox1.Location = new System.Drawing.Point(11, 456);
this.groupBox1.Name = "groupBox1"; this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(476, 136); this.groupBox1.Size = new System.Drawing.Size(476, 136);
this.groupBox1.TabIndex = 217; this.groupBox1.TabIndex = 217;
...@@ -493,7 +493,7 @@ ...@@ -493,7 +493,7 @@
this.groupBox2.Controls.Add(this.button6); this.groupBox2.Controls.Add(this.button6);
this.groupBox2.Controls.Add(this.button3); this.groupBox2.Controls.Add(this.button3);
this.groupBox2.Controls.Add(this.button5); this.groupBox2.Controls.Add(this.button5);
this.groupBox2.Location = new System.Drawing.Point(11, 368); this.groupBox2.Location = new System.Drawing.Point(11, 372);
this.groupBox2.Name = "groupBox2"; this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(476, 78); this.groupBox2.Size = new System.Drawing.Size(476, 78);
this.groupBox2.TabIndex = 276; this.groupBox2.TabIndex = 276;
...@@ -746,7 +746,7 @@ ...@@ -746,7 +746,7 @@
this.groupInout.Enabled = false; this.groupInout.Enabled = false;
this.groupInout.Location = new System.Drawing.Point(5, 6); this.groupInout.Location = new System.Drawing.Point(5, 6);
this.groupInout.Name = "groupInout"; this.groupInout.Name = "groupInout";
this.groupInout.Size = new System.Drawing.Size(494, 584); this.groupInout.Size = new System.Drawing.Size(899, 584);
this.groupInout.TabIndex = 100; this.groupInout.TabIndex = 100;
this.groupInout.TabStop = false; this.groupInout.TabStop = false;
this.groupInout.Text = "料仓操作"; this.groupInout.Text = "料仓操作";
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!