12345678910111213141516171819202122232425262728293031 |
-
- namespace athosCore
- {
- public class NiceRobotAction
- {
- public enum NiceWaferRobotXAction
- {
- Blader1Origin,
- Blader2Origin,
- Blader1Extend1,
- Blader1Retract1,
- Blader1Extend2,
- Blader1Retract2,
- Blader2Extend1,
- Blader2Retract1,
- Blader2Extend2,
- Blader2Retract2,
- }
- public enum NiceWaferRobotTAction
- {
- T_Origin,
- LoadPort,
- Aligner,
- PM,
- Flipper,
- }
- }
- }
|