VIDMap.cs 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. using System.Collections.Generic;
  2. namespace Virgo_DRT.HostWrapper
  3. {
  4. public static class VIDMap
  5. {
  6. public static Dictionary<string, string> SVID = new Dictionary<string, string>()
  7. {
  8. {"CARRIER_PORT1_STATE","" },
  9. {"CARRIER_PORT2_STATE","" },
  10. {"CARRIER_PORT3_STATE","" },
  11. {"CARRIER_PORT4_STATE","" },
  12. {"CARRIER_PORT5_STATE","" },
  13. {"CARRIER_PORT6_STATE","" },
  14. {"CARRIER_PORT7_STATE","" },
  15. {"CARRIER_PORT8_STATE","" },
  16. {"CARRIER_PORT9_STATE","" },
  17. {"CARRIER_PORT10_STATE","" },
  18. {"CARRIER_PORT1_CURRENT_SLOTMAP","" },
  19. {"CARRIER_PORT2_CURRENT_SLOTMAP","" },
  20. {"CARRIER_PORT3_CURRENT_SLOTMAP","" },
  21. {"CARRIER_PORT4_CURRENT_SLOTMAP","" },
  22. {"CARRIER_PORT5_CURRENT_SLOTMAP","" },
  23. {"CARRIER_PORT6_CURRENT_SLOTMAP","" },
  24. {"CARRIER_PORT7_CURRENT_SLOTMAP","" },
  25. {"CARRIER_PORT8_CURRENT_SLOTMAP","" },
  26. {"CARRIER_PORT9_CURRENT_SLOTMAP","" },
  27. {"CARRIER_PORT10_CURRENT_SLOTMAP","" },
  28. {"CARRIER_PORT1_CURRENT_WAFERID","" },
  29. {"CARRIER_PORT2_CURRENT_WAFERID","" },
  30. {"CARRIER_PORT3_CURRENT_WAFERID","" },
  31. {"CARRIER_PORT4_CURRENT_WAFERID","" },
  32. {"CARRIER_PORT5_CURRENT_WAFERID","" },
  33. {"CARRIER_PORT6_CURRENT_WAFERID","" },
  34. {"CARRIER_PORT7_CURRENT_WAFERID","" },
  35. {"CARRIER_PORT8_CURRENT_WAFERID","" },
  36. {"CARRIER_PORT9_CURRENT_WAFERID","" },
  37. {"CARRIER_PORT10_CURRENT_WAFERID","" },
  38. {"PORT_CATEGORY","" },
  39. };
  40. }
  41. public static class SVIDName
  42. {
  43. public const string CARRIER_PORT1_STATE = "CARRIER_PORT1_STATE";
  44. public const string CARRIER_PORT2_STATE = "CARRIER_PORT2_STATE";
  45. public const string CARRIER_PORT3_STATE = "CARRIER_PORT3_STATE";
  46. public const string CARRIER_PORT4_STATE = "CARRIER_PORT4_STATE";
  47. public const string CARRIER_PORT5_STATE = "CARRIER_PORT5_STATE";
  48. public const string CARRIER_PORT6_STATE = "CARRIER_PORT6_STATE";
  49. public const string CARRIER_PORT7_STATE = "CARRIER_PORT7_STATE";
  50. public const string CARRIER_PORT8_STATE = "CARRIER_PORT8_STATE";
  51. public const string CARRIER_PORT9_STATE = "CARRIER_PORT9_STATE";
  52. public const string CARRIER_PORT10_STATE = "CARRIER_PORT10_STATE";
  53. public const string CARRIER_PORT1_CURRENT_SLOTMAP = "CARRIER_PORT1_CURRENT_SLOTMAP";
  54. public const string CARRIER_PORT2_CURRENT_SLOTMAP = "CARRIER_PORT2_CURRENT_SLOTMAP";
  55. public const string CARRIER_PORT3_CURRENT_SLOTMAP = "CARRIER_PORT3_CURRENT_SLOTMAP";
  56. public const string CARRIER_PORT4_CURRENT_SLOTMAP = "CARRIER_PORT4_CURRENT_SLOTMAP";
  57. public const string CARRIER_PORT5_CURRENT_SLOTMAP = "CARRIER_PORT5_CURRENT_SLOTMAP";
  58. public const string CARRIER_PORT6_CURRENT_SLOTMAP = "CARRIER_PORT6_CURRENT_SLOTMAP";
  59. public const string CARRIER_PORT7_CURRENT_SLOTMAP = "CARRIER_PORT7_CURRENT_SLOTMAP";
  60. public const string CARRIER_PORT8_CURRENT_SLOTMAP = "CARRIER_PORT8_CURRENT_SLOTMAP";
  61. public const string CARRIER_PORT9_CURRENT_SLOTMAP = "CARRIER_PORT9_CURRENT_SLOTMAP";
  62. public const string CARRIER_PORT10_CURRENT_SLOTMAP = "CARRIER_PORT10_CURRENT_SLOTMAP";
  63. public const string CARRIER_PORT1_CURRENT_WAFERID = "CARRIER_PORT1_CURRENT_WAFERID";
  64. public const string CARRIER_PORT2_CURRENT_WAFERID = "CARRIER_PORT2_CURRENT_WAFERID";
  65. public const string CARRIER_PORT3_CURRENT_WAFERID = "CARRIER_PORT3_CURRENT_WAFERID";
  66. public const string CARRIER_PORT4_CURRENT_WAFERID = "CARRIER_PORT4_CURRENT_WAFERID";
  67. public const string CARRIER_PORT5_CURRENT_WAFERID = "CARRIER_PORT5_CURRENT_WAFERID";
  68. public const string CARRIER_PORT6_CURRENT_WAFERID = "CARRIER_PORT6_CURRENT_WAFERID";
  69. public const string CARRIER_PORT7_CURRENT_WAFERID = "CARRIER_PORT7_CURRENT_WAFERID";
  70. public const string CARRIER_PORT8_CURRENT_WAFERID = "CARRIER_PORT8_CURRENT_WAFERID";
  71. public const string CARRIER_PORT9_CURRENT_WAFERID = "CARRIER_PORT9_CURRENT_WAFERID";
  72. public const string CARRIER_PORT10_CURRENT_WAFERID = "CARRIER_PORT10_CURRENT_WAFERID";
  73. public const string PORT_CATEGORY = "PORT_CATEGORY";
  74. }
  75. public static class DVIDName
  76. {
  77. public const string EVENT_NAME = "EVENT_NAME";
  78. public const string MODE = "MODE";
  79. public const string STATUS = "STATUS";
  80. public const string CAR_ID = "CAR_ID";
  81. public const string WAFER_ID = "WAFER_ID";
  82. public const string LOT_ID = "LOT_ID";
  83. public const string OPERATOR_ID = "OPERATOR_ID";
  84. public const string PORT_ID = "PORT_ID";
  85. public const string SLOT_NO = "SLOT_NO";
  86. public const string SLOT_MAP = "SLOT_MAP";
  87. public const string PORT_CTGRY = "PORT_CTGRY";
  88. public const string LASERMARK1 = "LASERMARK1";
  89. public const string LASERMARK2 = "LASERMARK2";
  90. public const string START_CAR_ID = "START_CAR_ID";
  91. public const string START_WAFER_ID = "START_WAFER_ID";
  92. public const string START_SLOT_NO = "START_SLOT_NO";
  93. public const string RESULT_CAT = "RESULT_CAT";
  94. public const string REASON_CODE = "REASON_CODE";
  95. public const string WAFER_DATA_01 = "WAFER_DATA_01";
  96. public const string WAFER_DATA_02 = "WAFER_DATA_02";
  97. public const string WAFER_DATA_03 = "WAFER_DATA_03";
  98. public const string WAFER_DATA_04 = "WAFER_DATA_04";
  99. public const string WAFER_DATA_05 = "WAFER_DATA_05";
  100. public const string WAFER_DATA_06 = "WAFER_DATA_06";
  101. public const string WAFER_DATA_07 = "WAFER_DATA_07";
  102. public const string WAFER_DATA_08 = "WAFER_DATA_08";
  103. public const string WAFER_DATA_09 = "WAFER_DATA_09";
  104. public const string WAFER_DATA_10 = "WAFER_DATA_10";
  105. public const string WAFER_DATA_11 = "WAFER_DATA_11";
  106. public const string WAFER_DATA_12 = "WAFER_DATA_12";
  107. public const string WAFER_DATA_13 = "WAFER_DATA_13";
  108. public const string WAFER_DATA_14 = "WAFER_DATA_14";
  109. public const string WAFER_DATA_15 = "WAFER_DATA_15";
  110. public const string WAFER_DATA_16 = "WAFER_DATA_16";
  111. public const string WAFER_DATA_17 = "WAFER_DATA_17";
  112. public const string WAFER_DATA_18 = "WAFER_DATA_18";
  113. public const string WAFER_DATA_19 = "WAFER_DATA_19";
  114. public const string WAFER_DATA_20 = "WAFER_DATA_20";
  115. public const string WAFER_DATA_21 = "WAFER_DATA_21";
  116. public const string WAFER_DATA_22 = "WAFER_DATA_22";
  117. public const string WAFER_DATA_23 = "WAFER_DATA_23";
  118. public const string WAFER_DATA_24 = "WAFER_DATA_24";
  119. public const string WAFER_DATA_25 = "WAFER_DATA_25";
  120. public const string WAFER_MAP_DATA = "WAFER_MAP_DATA";
  121. public const string DATA_FILE_NAME = "DATA_FILE_NAME";
  122. public const string DATA_FILE_NAME_PATH = "DATA_FILE_NAME_PATH";
  123. public const string LEFT_POS_NAME = "LEFT_POS_NAME";
  124. public const string ARRIVE_POS_NAME = "ARRIVE_POS_NAME";
  125. }
  126. }