You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
534 lines
36 KiB
C#
534 lines
36 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Rs.MotionPlat.Commom
|
|
{
|
|
/// <summary>
|
|
/// 龙门IO
|
|
/// </summary>
|
|
public static class LongmenIO
|
|
{
|
|
public static string I1号吸嘴真空吸检测 = "1号吸嘴真空吸检测";
|
|
public static string I2号吸嘴真空吸检测 = "2号吸嘴真空吸检测";
|
|
public static string I3号吸嘴真空吸检测 = "3号吸嘴真空吸检测";
|
|
public static string I4号吸嘴真空吸检测 = "4号吸嘴真空吸检测";
|
|
public static string I5号吸嘴真空吸检测 = "5号吸嘴真空吸检测";
|
|
public static string I6号吸嘴真空吸检测 = "6号吸嘴真空吸检测";
|
|
public static string I7号吸嘴真空吸检测 = "7号吸嘴真空吸检测";
|
|
public static string I8号吸嘴真空吸检测 = "8号吸嘴真空吸检测";
|
|
public static string I9号吸嘴真空吸检测 = "9号吸嘴真空吸检测";
|
|
|
|
public static string I1号吸嘴真空破检测 = "1号吸嘴真空破检测";
|
|
public static string I2号吸嘴真空破检测 = "2号吸嘴真空破检测";
|
|
public static string I3号吸嘴真空破检测 = "3号吸嘴真空破检测";
|
|
public static string I4号吸嘴真空破检测 = "4号吸嘴真空破检测";
|
|
public static string I5号吸嘴真空破检测 = "5号吸嘴真空破检测";
|
|
public static string I6号吸嘴真空破检测 = "6号吸嘴真空破检测";
|
|
public static string I7号吸嘴真空破检测 = "7号吸嘴真空破检测";
|
|
public static string I8号吸嘴真空破检测 = "8号吸嘴真空破检测";
|
|
public static string I9号吸嘴真空破检测 = "9号吸嘴真空破检测";
|
|
|
|
public static string I上下气缸原位 = "上下气缸原位";
|
|
public static string I上下气缸动位 = "上下气缸动位";
|
|
public static string I夹爪气缸动位1 = "夹爪气缸动位1";
|
|
public static string I夹爪气缸动位2 = "夹爪气缸动位2";
|
|
public static string I夹爪真空吸检测 = "夹爪真空吸检测";
|
|
public static string I夹爪真空破检测 = "夹爪真空破检测";
|
|
|
|
|
|
public static string O1号吸嘴真空吸电磁阀 = "1号吸嘴真空吸电磁阀";
|
|
public static string O2号吸嘴真空吸电磁阀 = "2号吸嘴真空吸电磁阀";
|
|
public static string O3号吸嘴真空吸电磁阀 = "3号吸嘴真空吸电磁阀";
|
|
public static string O4号吸嘴真空吸电磁阀 = "4号吸嘴真空吸电磁阀";
|
|
public static string O5号吸嘴真空吸电磁阀 = "5号吸嘴真空吸电磁阀";
|
|
public static string O6号吸嘴真空吸电磁阀 = "6号吸嘴真空吸电磁阀";
|
|
public static string O7号吸嘴真空吸电磁阀 = "7号吸嘴真空吸电磁阀";
|
|
public static string O8号吸嘴真空吸电磁阀 = "8号吸嘴真空吸电磁阀";
|
|
public static string O9号吸嘴真空吸电磁阀 = "9号吸嘴真空吸电磁阀";
|
|
|
|
public static string O1号吸嘴真空破电磁阀 = "1号吸嘴真空破电磁阀";
|
|
public static string O2号吸嘴真空破电磁阀 = "2号吸嘴真空破电磁阀";
|
|
public static string O3号吸嘴真空破电磁阀 = "3号吸嘴真空破电磁阀";
|
|
public static string O4号吸嘴真空破电磁阀 = "4号吸嘴真空破电磁阀";
|
|
public static string O5号吸嘴真空破电磁阀 = "5号吸嘴真空破电磁阀";
|
|
public static string O6号吸嘴真空破电磁阀 = "6号吸嘴真空破电磁阀";
|
|
public static string O7号吸嘴真空破电磁阀 = "7号吸嘴真空破电磁阀";
|
|
public static string O8号吸嘴真空破电磁阀 = "8号吸嘴真空破电磁阀";
|
|
public static string O9号吸嘴真空破电磁阀 = "9号吸嘴真空破电磁阀";
|
|
|
|
public static string O上下气缸电磁阀 = "上下气缸电磁阀";
|
|
public static string O夹爪气缸电磁阀 = "夹爪气缸电磁阀";
|
|
public static string O夹爪真空吸阀 = "夹爪真空吸";
|
|
public static string O夹爪真空破 = "夹爪真空破";
|
|
}
|
|
|
|
/// <summary>
|
|
/// 保压IO
|
|
/// </summary>
|
|
public static class PressIO
|
|
{
|
|
public static string I1号吸嘴真空吸检测 = "1号吸嘴真空吸检测";
|
|
public static string I2号吸嘴真空吸检测 = "2号吸嘴真空吸检测";
|
|
public static string I3号吸嘴真空吸检测 = "3号吸嘴真空吸检测";
|
|
public static string I4号吸嘴真空吸检测 = "4号吸嘴真空吸检测";
|
|
public static string I5号吸嘴真空吸检测 = "5号吸嘴真空吸检测";
|
|
public static string I6号吸嘴真空吸检测 = "6号吸嘴真空吸检测";
|
|
public static string I7号吸嘴真空吸检测 = "7号吸嘴真空吸检测";
|
|
public static string I8号吸嘴真空吸检测 = "8号吸嘴真空吸检测";
|
|
public static string I9号吸嘴真空吸检测 = "9号吸嘴真空吸检测";
|
|
public static string I10号吸嘴真空吸检测 = "10号吸嘴真空吸检测";
|
|
public static string I11号吸嘴真空吸检测 = "11号吸嘴真空吸检测";
|
|
public static string I12号吸嘴真空吸检测 = "12号吸嘴真空吸检测";
|
|
public static string I13号吸嘴真空吸检测 = "13号吸嘴真空吸检测";
|
|
public static string I14号吸嘴真空吸检测 = "14号吸嘴真空吸检测";
|
|
public static string I15号吸嘴真空吸检测 = "15号吸嘴真空吸检测";
|
|
public static string I16号吸嘴真空吸检测 = "16号吸嘴真空吸检测";
|
|
|
|
|
|
public static string I1号吸嘴真空破检测 = "1号吸嘴真空破检测";
|
|
public static string I2号吸嘴真空破检测 = "2号吸嘴真空破检测";
|
|
public static string I3号吸嘴真空破检测 = "3号吸嘴真空破检测";
|
|
public static string I4号吸嘴真空破检测 = "4号吸嘴真空破检测";
|
|
public static string I5号吸嘴真空破检测 = "5号吸嘴真空破检测";
|
|
public static string I6号吸嘴真空破检测 = "6号吸嘴真空破检测";
|
|
public static string I7号吸嘴真空破检测 = "7号吸嘴真空破检测";
|
|
public static string I8号吸嘴真空破检测 = "8号吸嘴真空破检测";
|
|
public static string I9号吸嘴真空破检测 = "9号吸嘴真空破检测";
|
|
public static string I10号吸嘴真空破检测 = "10号吸嘴真空破检测";
|
|
public static string I11号吸嘴真空破检测 = "11号吸嘴真空破检测";
|
|
public static string I12号吸嘴真空破检测 = "12号吸嘴真空破检测";
|
|
public static string I13号吸嘴真空破检测 = "13号吸嘴真空破检测";
|
|
public static string I14号吸嘴真空破检测 = "14号吸嘴真空破检测";
|
|
public static string I15号吸嘴真空破检测 = "15号吸嘴真空破检测";
|
|
public static string I16号吸嘴真空破检测 = "16号吸嘴真空破检测";
|
|
|
|
|
|
public static string O1号吸嘴真空吸 = "1号吸嘴真空吸";
|
|
public static string O2号吸嘴真空吸 = "2号吸嘴真空吸";
|
|
public static string O3号吸嘴真空吸 = "3号吸嘴真空吸";
|
|
public static string O4号吸嘴真空吸 = "4号吸嘴真空吸";
|
|
public static string O5号吸嘴真空吸 = "5号吸嘴真空吸";
|
|
public static string O6号吸嘴真空吸 = "6号吸嘴真空吸";
|
|
public static string O7号吸嘴真空吸 = "7号吸嘴真空吸";
|
|
public static string O8号吸嘴真空吸 = "8号吸嘴真空吸";
|
|
public static string O9号吸嘴真空吸 = "9号吸嘴真空吸";
|
|
public static string O10号吸嘴真空吸 = "10号吸嘴真空吸";
|
|
public static string O11号吸嘴真空吸 = "11号吸嘴真空吸";
|
|
public static string O12号吸嘴真空吸 = "12号吸嘴真空吸";
|
|
public static string O13号吸嘴真空吸 = "13号吸嘴真空吸";
|
|
public static string O14号吸嘴真空吸 = "14号吸嘴真空吸";
|
|
public static string O15号吸嘴真空吸 = "15号吸嘴真空吸";
|
|
public static string O16号吸嘴真空吸 = "16号吸嘴真空吸";
|
|
|
|
public static string O1号吸嘴真空破 = "1号吸嘴真空破";
|
|
public static string O2号吸嘴真空破 = "2号吸嘴真空破";
|
|
public static string O3号吸嘴真空破 = "3号吸嘴真空破";
|
|
public static string O4号吸嘴真空破 = "4号吸嘴真空破";
|
|
public static string O5号吸嘴真空破 = "5号吸嘴真空破";
|
|
public static string O6号吸嘴真空破 = "6号吸嘴真空破";
|
|
public static string O7号吸嘴真空破 = "7号吸嘴真空破";
|
|
public static string O8号吸嘴真空破 = "8号吸嘴真空破";
|
|
public static string O9号吸嘴真空破 = "9号吸嘴真空破";
|
|
public static string O10号吸嘴真空破 = "10号吸嘴真空破";
|
|
public static string O11号吸嘴真空破 = "11号吸嘴真空破";
|
|
public static string O12号吸嘴真空破 = "12号吸嘴真空破";
|
|
public static string O13号吸嘴真空破 = "13号吸嘴真空破";
|
|
public static string O14号吸嘴真空破 = "14号吸嘴真空破";
|
|
public static string O15号吸嘴真空破 = "15号吸嘴真空破";
|
|
public static string O16号吸嘴真空破 = "16号吸嘴真空破";
|
|
}
|
|
|
|
/// <summary>
|
|
/// 中转IO
|
|
/// </summary>
|
|
public static class TurnoverIO
|
|
{
|
|
public static string I1号穴位真空吸检测 = "1号穴位真空吸检测";
|
|
public static string I2号穴位真空吸检测 = "2号穴位真空吸检测";
|
|
public static string I3号穴位真空吸检测 = "3号穴位真空吸检测";
|
|
public static string I4号穴位真空吸检测 = "4号穴位真空吸检测";
|
|
public static string I5号穴位真空吸检测 = "5号穴位真空吸检测";
|
|
public static string I6号穴位真空吸检测 = "6号穴位真空吸检测";
|
|
public static string I7号穴位真空吸检测 = "7号穴位真空吸检测";
|
|
public static string I8号穴位真空吸检测 = "8号穴位真空吸检测";
|
|
public static string I9号穴位真空吸检测 = "9号穴位真空吸检测";
|
|
public static string I10号穴位真空吸检测 = "10号穴位真空吸检测";
|
|
public static string I11号穴位真空吸检测 = "11号穴位真空吸检测";
|
|
public static string I12号穴位真空吸检测 = "12号穴位真空吸检测";
|
|
public static string I13号穴位真空吸检测 = "13号穴位真空吸检测";
|
|
public static string I14号穴位真空吸检测 = "14号穴位真空吸检测";
|
|
public static string I15号穴位真空吸检测 = "15号穴位真空吸检测";
|
|
public static string I16号穴位真空吸检测 = "16号穴位真空吸检测";
|
|
public static string I17号穴位真空吸检测 = "17号穴位真空吸检测";
|
|
public static string I18号穴位真空吸检测 = "18号穴位真空吸检测";
|
|
public static string I19号穴位真空吸检测 = "19号穴位真空吸检测";
|
|
public static string I20号穴位真空吸检测 = "20号穴位真空吸检测";
|
|
public static string I21号穴位真空吸检测 = "21号穴位真空吸检测";
|
|
public static string I22号穴位真空吸检测 = "22号穴位真空吸检测";
|
|
public static string I23号穴位真空吸检测 = "23号穴位真空吸检测";
|
|
public static string I24号穴位真空吸检测 = "24号穴位真空吸检测";
|
|
public static string I25号穴位真空吸检测 = "25号穴位真空吸检测";
|
|
public static string I26号穴位真空吸检测 = "26号穴位真空吸检测";
|
|
public static string I27号穴位真空吸检测 = "27号穴位真空吸检测";
|
|
public static string I28号穴位真空吸检测 = "28号穴位真空吸检测";
|
|
public static string I29号穴位真空吸检测 = "29号穴位真空吸检测";
|
|
public static string I30号穴位真空吸检测 = "30号穴位真空吸检测";
|
|
public static string I31号穴位真空吸检测 = "31号穴位真空吸检测";
|
|
public static string I32号穴位真空吸检测 = "32号穴位真空吸检测";
|
|
|
|
|
|
public static string I1号穴位真空破检测 = "1号穴位真空破检测";
|
|
public static string I2号穴位真空破检测 = "2号穴位真空破检测";
|
|
public static string I3号穴位真空破检测 = "3号穴位真空破检测";
|
|
public static string I4号穴位真空破检测 = "4号穴位真空破检测";
|
|
public static string I5号穴位真空破检测 = "5号穴位真空破检测";
|
|
public static string I6号穴位真空破检测 = "6号穴位真空破检测";
|
|
public static string I7号穴位真空破检测 = "7号穴位真空破检测";
|
|
public static string I8号穴位真空破检测 = "8号穴位真空破检测";
|
|
public static string I9号穴位真空破检测 = "9号穴位真空破检测";
|
|
public static string I10号穴位真空破检测 = "10号穴位真空破检测";
|
|
public static string I11号穴位真空破检测 = "11号穴位真空破检测";
|
|
public static string I12号穴位真空破检测 = "12号穴位真空破检测";
|
|
public static string I13号穴位真空破检测 = "13号穴位真空破检测";
|
|
public static string I14号穴位真空破检测 = "14号穴位真空破检测";
|
|
public static string I15号穴位真空破检测 = "15号穴位真空破检测";
|
|
public static string I16号穴位真空破检测 = "16号穴位真空破检测";
|
|
public static string I17号穴位真空破检测 = "17号穴位真空破检测";
|
|
public static string I18号穴位真空破检测 = "18号穴位真空破检测";
|
|
public static string I19号穴位真空破检测 = "19号穴位真空破检测";
|
|
public static string I20号穴位真空破检测 = "20号穴位真空破检测";
|
|
public static string I21号穴位真空破检测 = "21号穴位真空破检测";
|
|
public static string I22号穴位真空破检测 = "22号穴位真空破检测";
|
|
public static string I23号穴位真空破检测 = "23号穴位真空破检测";
|
|
public static string I24号穴位真空破检测 = "24号穴位真空破检测";
|
|
public static string I25号穴位真空破检测 = "25号穴位真空破检测";
|
|
public static string I26号穴位真空破检测 = "26号穴位真空破检测";
|
|
public static string I27号穴位真空破检测 = "27号穴位真空破检测";
|
|
public static string I28号穴位真空破检测 = "28号穴位真空破检测";
|
|
public static string I29号穴位真空破检测 = "29号穴位真空破检测";
|
|
public static string I30号穴位真空破检测 = "30号穴位真空破检测";
|
|
public static string I31号穴位真空破检测 = "31号穴位真空破检测";
|
|
public static string I32号穴位真空破检测 = "32号穴位真空破检测";
|
|
|
|
public static string O1号穴位真空吸 = "1号穴位真空吸";
|
|
public static string O2号穴位真空吸 = "2号穴位真空吸";
|
|
public static string O3号穴位真空吸 = "3号穴位真空吸";
|
|
public static string O4号穴位真空吸 = "4号穴位真空吸";
|
|
public static string O5号穴位真空吸 = "5号穴位真空吸";
|
|
public static string O6号穴位真空吸 = "6号穴位真空吸";
|
|
public static string O7号穴位真空吸 = "7号穴位真空吸";
|
|
public static string O8号穴位真空吸 = "8号穴位真空吸";
|
|
public static string O9号穴位真空吸 = "9号穴位真空吸";
|
|
public static string O10号穴位真空吸 = "10号穴位真空吸";
|
|
public static string O11号穴位真空吸 = "11号穴位真空吸";
|
|
public static string O12号穴位真空吸 = "12号穴位真空吸";
|
|
public static string O13号穴位真空吸 = "13号穴位真空吸";
|
|
public static string O14号穴位真空吸 = "14号穴位真空吸";
|
|
public static string O15号穴位真空吸 = "15号穴位真空吸";
|
|
public static string O16号穴位真空吸 = "16号穴位真空吸";
|
|
public static string O17号穴位真空吸 = "17号穴位真空吸";
|
|
public static string O18号穴位真空吸 = "18号穴位真空吸";
|
|
public static string O19号穴位真空吸 = "19号穴位真空吸";
|
|
public static string O20号穴位真空吸 = "20号穴位真空吸";
|
|
public static string O21号穴位真空吸 = "21号穴位真空吸";
|
|
public static string O22号穴位真空吸 = "22号穴位真空吸";
|
|
public static string O23号穴位真空吸 = "23号穴位真空吸";
|
|
public static string O24号穴位真空吸 = "24号穴位真空吸";
|
|
public static string O25号穴位真空吸 = "25号穴位真空吸";
|
|
public static string O26号穴位真空吸 = "26号穴位真空吸";
|
|
public static string O27号穴位真空吸 = "27号穴位真空吸";
|
|
public static string O28号穴位真空吸 = "28号穴位真空吸";
|
|
public static string O29号穴位真空吸 = "29号穴位真空吸";
|
|
public static string O30号穴位真空吸 = "30号穴位真空吸";
|
|
public static string O31号穴位真空吸 = "31号穴位真空吸";
|
|
public static string O32号穴位真空吸 = "32号穴位真空吸";
|
|
|
|
public static string O1号穴位真空破 = "1号穴位真空破";
|
|
public static string O2号穴位真空破 = "2号穴位真空破";
|
|
public static string O3号穴位真空破 = "3号穴位真空破";
|
|
public static string O4号穴位真空破 = "4号穴位真空破";
|
|
public static string O5号穴位真空破 = "5号穴位真空破";
|
|
public static string O6号穴位真空破 = "6号穴位真空破";
|
|
public static string O7号穴位真空破 = "7号穴位真空破";
|
|
public static string O8号穴位真空破 = "8号穴位真空破";
|
|
public static string O9号穴位真空破 = "9号穴位真空破";
|
|
public static string O10号穴位真空破 = "10号穴位真空破";
|
|
public static string O11号穴位真空破 = "11号穴位真空破";
|
|
public static string O12号穴位真空破 = "12号穴位真空破";
|
|
public static string O13号穴位真空破 = "13号穴位真空破";
|
|
public static string O14号穴位真空破 = "14号穴位真空破";
|
|
public static string O15号穴位真空破 = "15号穴位真空破";
|
|
public static string O16号穴位真空破 = "16号穴位真空破";
|
|
public static string O17号穴位真空破 = "17号穴位真空破";
|
|
public static string O18号穴位真空破 = "18号穴位真空破";
|
|
public static string O19号穴位真空破 = "19号穴位真空破";
|
|
public static string O20号穴位真空破 = "20号穴位真空破";
|
|
public static string O21号穴位真空破 = "21号穴位真空破";
|
|
public static string O22号穴位真空破 = "22号穴位真空破";
|
|
public static string O23号穴位真空破 = "23号穴位真空破";
|
|
public static string O24号穴位真空破 = "24号穴位真空破";
|
|
public static string O25号穴位真空破 = "25号穴位真空破";
|
|
public static string O26号穴位真空破 = "26号穴位真空破";
|
|
public static string O27号穴位真空破 = "27号穴位真空破";
|
|
public static string O28号穴位真空破 = "28号穴位真空破";
|
|
public static string O29号穴位真空破 = "29号穴位真空破";
|
|
public static string O30号穴位真空破 = "30号穴位真空破";
|
|
public static string O31号穴位真空破 = "31号穴位真空破";
|
|
public static string O32号穴位真空破 = "32号穴位真空破";
|
|
}
|
|
|
|
/// <summary>
|
|
/// 测试治具IO
|
|
/// </summary>
|
|
public static class TestFixtureIO
|
|
{
|
|
public static string I1号穴位真空吸检测 = "1号穴位真空吸检测";
|
|
public static string I2号穴位真空吸检测 = "2号穴位真空吸检测";
|
|
public static string I3号穴位真空吸检测 = "3号穴位真空吸检测";
|
|
public static string I4号穴位真空吸检测 = "4号穴位真空吸检测";
|
|
public static string I5号穴位真空吸检测 = "5号穴位真空吸检测";
|
|
public static string I6号穴位真空吸检测 = "6号穴位真空吸检测";
|
|
public static string I7号穴位真空吸检测 = "7号穴位真空吸检测";
|
|
public static string I8号穴位真空吸检测 = "8号穴位真空吸检测";
|
|
public static string I9号穴位真空吸检测 = "9号穴位真空吸检测";
|
|
public static string I10号穴位真空吸检测 = "10号穴位真空吸检测";
|
|
public static string I11号穴位真空吸检测 = "11号穴位真空吸检测";
|
|
public static string I12号穴位真空吸检测 = "12号穴位真空吸检测";
|
|
public static string I13号穴位真空吸检测 = "13号穴位真空吸检测";
|
|
public static string I14号穴位真空吸检测 = "14号穴位真空吸检测";
|
|
public static string I15号穴位真空吸检测 = "15号穴位真空吸检测";
|
|
public static string I16号穴位真空吸检测 = "16号穴位真空吸检测";
|
|
|
|
public static string I1号穴位真空破检测 = "1号穴位真空破检测";
|
|
public static string I2号穴位真空破检测 = "2号穴位真空破检测";
|
|
public static string I3号穴位真空破检测 = "3号穴位真空破检测";
|
|
public static string I4号穴位真空破检测 = "4号穴位真空破检测";
|
|
public static string I5号穴位真空破检测 = "5号穴位真空破检测";
|
|
public static string I6号穴位真空破检测 = "6号穴位真空破检测";
|
|
public static string I7号穴位真空破检测 = "7号穴位真空破检测";
|
|
public static string I8号穴位真空破检测 = "8号穴位真空破检测";
|
|
public static string I9号穴位真空破检测 = "9号穴位真空破检测";
|
|
public static string I10号穴位真空破检测 = "10号穴位真空破检测";
|
|
public static string I11号穴位真空破检测 = "11号穴位真空破检测";
|
|
public static string I12号穴位真空破检测 = "12号穴位真空破检测";
|
|
public static string I13号穴位真空破检测 = "13号穴位真空破检测";
|
|
public static string I14号穴位真空破检测 = "14号穴位真空破检测";
|
|
public static string I15号穴位真空破检测 = "15号穴位真空破检测";
|
|
public static string I16号穴位真空破检测 = "16号穴位真空破检测";
|
|
|
|
public static string I1号穴位光纤检测 = "1号穴位光纤检测";
|
|
public static string I2号穴位光纤检测 = "2号穴位光纤检测";
|
|
public static string I3号穴位光纤检测 = "3号穴位光纤检测";
|
|
public static string I4号穴位光纤检测 = "4号穴位光纤检测";
|
|
public static string I5号穴位光纤检测 = "5号穴位光纤检测";
|
|
public static string I6号穴位光纤检测 = "6号穴位光纤检测";
|
|
public static string I7号穴位光纤检测 = "7号穴位光纤检测";
|
|
public static string I8号穴位光纤检测 = "8号穴位光纤检测";
|
|
public static string I9号穴位光纤检测 = "9号穴位光纤检测";
|
|
public static string I10号穴位光纤检测 = "10号穴位光纤检测";
|
|
public static string I11号穴位光纤检测 = "11号穴位光纤检测";
|
|
public static string I12号穴位光纤检测 = "12号穴位光纤检测";
|
|
public static string I13号穴位光纤检测 = "13号穴位光纤检测";
|
|
public static string I14号穴位光纤检测 = "14号穴位光纤检测";
|
|
public static string I15号穴位光纤检测 = "15号穴位光纤检测";
|
|
public static string I16号穴位光纤检测 = "16号穴位光纤检测";
|
|
|
|
|
|
public static string O1号穴位真空吸 = "1号穴位真空吸";
|
|
public static string O2号穴位真空吸 = "2号穴位真空吸";
|
|
public static string O3号穴位真空吸 = "3号穴位真空吸";
|
|
public static string O4号穴位真空吸 = "4号穴位真空吸";
|
|
public static string O5号穴位真空吸 = "5号穴位真空吸";
|
|
public static string O6号穴位真空吸 = "6号穴位真空吸";
|
|
public static string O7号穴位真空吸 = "7号穴位真空吸";
|
|
public static string O8号穴位真空吸 = "8号穴位真空吸";
|
|
public static string O9号穴位真空吸 = "9号穴位真空吸";
|
|
public static string O10号穴位真空吸 = "10号穴位真空吸";
|
|
public static string O11号穴位真空吸 = "11号穴位真空吸";
|
|
public static string O12号穴位真空吸 = "12号穴位真空吸";
|
|
public static string O13号穴位真空吸 = "13号穴位真空吸";
|
|
public static string O14号穴位真空吸 = "14号穴位真空吸";
|
|
public static string O15号穴位真空吸 = "15号穴位真空吸";
|
|
public static string O16号穴位真空吸 = "16号穴位真空吸";
|
|
|
|
|
|
public static string O1号穴位真空破 = "1号穴位真空破";
|
|
public static string O2号穴位真空破 = "2号穴位真空破";
|
|
public static string O3号穴位真空破 = "3号穴位真空破";
|
|
public static string O4号穴位真空破 = "4号穴位真空破";
|
|
public static string O5号穴位真空破 = "5号穴位真空破";
|
|
public static string O6号穴位真空破 = "6号穴位真空破";
|
|
public static string O7号穴位真空破 = "7号穴位真空破";
|
|
public static string O8号穴位真空破 = "8号穴位真空破";
|
|
public static string O9号穴位真空破 = "9号穴位真空破";
|
|
public static string O10号穴位真空破 = "10号穴位真空破";
|
|
public static string O11号穴位真空破 = "11号穴位真空破";
|
|
public static string O12号穴位真空破 = "12号穴位真空破";
|
|
public static string O13号穴位真空破 = "13号穴位真空破";
|
|
public static string O14号穴位真空破 = "14号穴位真空破";
|
|
public static string O15号穴位真空破 = "15号穴位真空破";
|
|
public static string O16号穴位真空破 = "16号穴位真空破";
|
|
|
|
}
|
|
|
|
/// <summary>
|
|
/// 左料仓IO
|
|
/// </summary>
|
|
public static class LeftStockIO
|
|
{
|
|
public static string I1号料仓满盘光电检测 = "1号料仓满盘光电检测";
|
|
public static string I2号料仓满盘光电检测 = "2号料仓满盘光电检测";
|
|
public static string I3号料仓满盘光电检测 = "3号料仓满盘光电检测";
|
|
|
|
public static string I1号料仓缺盘光电检测 = "1号料仓缺盘光电检测";
|
|
public static string I2号料仓缺盘光电检测 = "2号料仓缺盘光电检测";
|
|
public static string I3号料仓缺盘光电检测 = "3号料仓缺盘光电检测";
|
|
|
|
public static string I1号料仓上料位光电检测 = "1号料仓上料位光电检测";
|
|
public static string I2号料仓上料位光电检测 = "2号料仓上料位光电检测";
|
|
public static string I3号料仓上料位光电检测 = "3号料仓上料位光电检测";
|
|
|
|
public static string I1号料仓检测位光电检测 = "1号料仓检测位光电检测";
|
|
public static string I2号料仓检测位光电检测 = "2号料仓检测位光电检测";
|
|
public static string I3号料仓检测位光电检测 = "3号料仓检测位光电检测";
|
|
|
|
public static string I1号料仓料盘到位光电检测 = "1号料仓料盘到位光电检测";
|
|
public static string I2号料仓料盘到位光电检测 = "2号料仓料盘到位光电检测";
|
|
public static string I3号料仓料盘到位光电检测 = "3号料仓料盘到位光电检测";
|
|
|
|
public static string I1号料仓托盘气缸原位1 = "1号料仓托盘气缸原位1";
|
|
public static string I1号料仓托盘气缸原位2 = "1号料仓托盘气缸原位2";
|
|
public static string I1号料仓托盘气缸动位1 = "1号料仓托盘气缸动位1";
|
|
public static string I1号料仓托盘气缸动位2 = "1号料仓托盘气缸动位2";
|
|
public static string I1号料仓斜推气缸原位 = "1号料仓斜推气缸原位";
|
|
public static string I1号料仓斜推气缸动位 = "1号料仓斜推气缸动位";
|
|
public static string I1号料仓横推气缸动位 = "1号料仓横推气缸动位";
|
|
|
|
public static string I2号料仓托盘气缸原位1 = "2号料仓托盘气缸原位1";
|
|
public static string I2号料仓托盘气缸原位2 = "2号料仓托盘气缸原位2";
|
|
public static string I2号料仓托盘气缸动位1 = "2号料仓托盘气缸动位1";
|
|
public static string I2号料仓托盘气缸动位2 = "2号料仓托盘气缸动位2";
|
|
public static string I2号料仓斜推气缸原位 = "2号料仓斜推气缸原位";
|
|
public static string I2号料仓斜推气缸动位 = "2号料仓斜推气缸动位";
|
|
public static string I2号料仓横推气缸动位 = "2号料仓横推气缸动位";
|
|
|
|
public static string I3号料仓托盘气缸原位1 = "3号料仓托盘气缸原位1";
|
|
public static string I3号料仓托盘气缸原位2 = "3号料仓托盘气缸原位2";
|
|
public static string I3号料仓托盘气缸动位1 = "3号料仓托盘气缸动位1";
|
|
public static string I3号料仓托盘气缸动位2 = "3号料仓托盘气缸动位2";
|
|
public static string I3号料仓斜推气缸原位 = "3号料仓斜推气缸原位";
|
|
public static string I3号料仓斜推气缸动位 = "3号料仓斜推气缸动位";
|
|
public static string I3号料仓横推气缸动位 = "3号料仓横推气缸动位";
|
|
|
|
public static string O1号料仓托盘气缸 = "1号料仓托盘气缸";
|
|
public static string O1号料仓斜推气缸 = "1号料仓斜推气缸";
|
|
public static string O1号料仓横推气缸 = "1号料仓横推气缸";
|
|
public static string O1号料仓振动气缸 = "1号料仓振动气缸";
|
|
|
|
public static string O2号料仓托盘气缸 = "2号料仓托盘气缸";
|
|
public static string O2号料仓斜推气缸 = "2号料仓斜推气缸";
|
|
public static string O2号料仓横推气缸 = "2号料仓横推气缸";
|
|
public static string O2号料仓振动气缸 = "2号料仓振动气缸";
|
|
|
|
public static string O3号料仓托盘气缸 = "3号料仓托盘气缸";
|
|
public static string O3号料仓斜推气缸 = "3号料仓斜推气缸";
|
|
public static string O3号料仓横推气缸 = "3号料仓横推气缸";
|
|
public static string O3号料仓振动气缸 = "3号料仓振动气缸";
|
|
}
|
|
|
|
/// <summary>
|
|
/// 右料仓IO
|
|
/// </summary>
|
|
public class RightStockIO
|
|
{
|
|
public static string I4号料仓满盘光电检测 = "4号料仓满盘光电检测";
|
|
public static string I5号料仓满盘光电检测 = "5号料仓满盘光电检测";
|
|
public static string I6号料仓满盘光电检测 = "6号料仓满盘光电检测";
|
|
|
|
public static string I4号料仓缺盘光电检测 = "4号料仓缺盘光电检测";
|
|
public static string I5号料仓缺盘光电检测 = "5号料仓缺盘光电检测";
|
|
public static string I6号料仓缺盘光电检测 = "6号料仓缺盘光电检测";
|
|
|
|
public static string I4号料仓上料位光电检测 = "4号料仓上料位光电检测";
|
|
public static string I5号料仓上料位光电检测 = "5号料仓上料位光电检测";
|
|
public static string I6号料仓上料位光电检测 = "6号料仓上料位光电检测";
|
|
|
|
public static string I4号料仓检测位光电检测 = "4号料仓检测位光电检测";
|
|
public static string I5号料仓检测位光电检测 = "5号料仓检测位光电检测";
|
|
public static string I6号料仓检测位光电检测 = "6号料仓检测位光电检测";
|
|
|
|
public static string I4号料仓料盘到位光电检测 = "4号料仓料盘到位光电检测";
|
|
public static string I5号料仓料盘到位光电检测 = "5号料仓料盘到位光电检测";
|
|
public static string I6号料仓料盘到位光电检测 = "6号料仓料盘到位光电检测";
|
|
|
|
public static string I4号料仓托盘气缸原位1 = "4号料仓托盘气缸原位1";
|
|
public static string I4号料仓托盘气缸原位2 = "4号料仓托盘气缸原位2";
|
|
public static string I4号料仓托盘气缸动位1 = "4号料仓托盘气缸动位1";
|
|
public static string I4号料仓托盘气缸动位2 = "4号料仓托盘气缸动位2";
|
|
public static string I4号料仓斜推气缸原位 = "4号料仓斜推气缸原位";
|
|
public static string I4号料仓斜推气缸动位 = "4号料仓斜推气缸动位";
|
|
public static string I4号料仓横推气缸动位 = "4号料仓横推气缸动位";
|
|
|
|
public static string I5号料仓托盘气缸原位1 = "5号料仓托盘气缸原位1";
|
|
public static string I5号料仓托盘气缸原位2 = "5号料仓托盘气缸原位2";
|
|
public static string I5号料仓托盘气缸动位1 = "5号料仓托盘气缸动位1";
|
|
public static string I5号料仓托盘气缸动位2 = "5号料仓托盘气缸动位2";
|
|
public static string I5号料仓斜推气缸原位 = "5号料仓斜推气缸原位";
|
|
public static string I5号料仓斜推气缸动位 = "5号料仓斜推气缸动位";
|
|
public static string I5号料仓横推气缸动位 = "5号料仓横推气缸动位";
|
|
|
|
public static string I6号料仓托盘气缸原位1 = "6号料仓托盘气缸原位1";
|
|
public static string I6号料仓托盘气缸原位2 = "6号料仓托盘气缸原位2";
|
|
public static string I6号料仓托盘气缸动位1 = "6号料仓托盘气缸动位1";
|
|
public static string I6号料仓托盘气缸动位2 = "6号料仓托盘气缸动位2";
|
|
public static string I6号料仓斜推气缸原位 = "6号料仓斜推气缸原位";
|
|
public static string I6号料仓斜推气缸动位 = "6号料仓斜推气缸动位";
|
|
public static string I6号料仓横推气缸动位 = "6号料仓横推气缸动位";
|
|
|
|
public static string O4号料仓托盘气缸 = "4号料仓托盘气缸";
|
|
public static string O4号料仓斜推气缸 = "4号料仓斜推气缸";
|
|
public static string O4号料仓横推气缸 = "4号料仓横推气缸";
|
|
public static string O4号料仓振动气缸 = "4号料仓振动气缸";
|
|
|
|
public static string O5号料仓托盘气缸 = "5号料仓托盘气缸";
|
|
public static string O5号料仓斜推气缸 = "5号料仓斜推气缸";
|
|
public static string O5号料仓横推气缸 = "5号料仓横推气缸";
|
|
public static string O5号料仓振动气缸 = "5号料仓振动气缸";
|
|
|
|
public static string O6号料仓托盘气缸 = "6号料仓托盘气缸";
|
|
public static string O6号料仓斜推气缸 = "6号料仓斜推气缸";
|
|
public static string O6号料仓横推气缸 = "6号料仓横推气缸";
|
|
public static string O6号料仓振动气缸 = "6号料仓振动气缸";
|
|
}
|
|
|
|
public class GugaoIO
|
|
{
|
|
public static string I启动 = "启动";
|
|
public static string I停止 = "停止";
|
|
public static string I复位 = "复位";
|
|
public static string I跳过 = "跳过";
|
|
public static string I重试 = "重试";
|
|
public static string I照明 = "照明";
|
|
public static string I前急停 = "前急停";
|
|
public static string I后急停 = "后急停";
|
|
public static string I前安全门禁 = "前安全门禁";
|
|
public static string I后安全门禁 = "后安全门禁";
|
|
public static string I正压输入 = "正压输入";
|
|
public static string I负压输入 = "负压输入";
|
|
|
|
public static string O启动灯 = "启动灯";
|
|
public static string O停止灯 = "停止灯";
|
|
public static string O复位灯 = "复位灯";
|
|
public static string O跳过灯 = "跳过灯";
|
|
public static string O重试灯 = "重试灯";
|
|
public static string O照明灯 = "照明灯";
|
|
public static string O报警黄灯 = "报警黄灯";
|
|
public static string O报警绿灯 = "报警绿灯";
|
|
public static string O报警红灯 = "报警红灯";
|
|
public static string O蜂鸣器 = "蜂鸣器";
|
|
}
|
|
}
|