FortrendSMIFRCMDEnum.cs 373 B

123456789101112131415161718192021
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace MECF.Framework.RT.EquipmentLibrary.HardwareUnits.SMIFs.Fortrend
  7. {
  8. enum FortrendSMIFRCMDEnum
  9. {
  10. StartLoad = 9,
  11. StartUnload = 10,
  12. GoHome = 11,
  13. HostToUnlockPort = 13,
  14. HostToLockPort = 12,
  15. }
  16. }