| | |
| | | /// <summary> |
| | | /// IP接口地址 |
| | | /// </summary> |
| | | public const string CONFIG_SYS_IPAddress = "CONFIG_SYS_IPAddress"; |
| | | public const string CONFIG_SYS_IPAddress = "SYS_IPAddress"; |
| | | |
| | | /// <summary> |
| | | /// MOM接口地址 |
| | |
| | | /// 整盘电芯解绑 |
| | | /// </summary> |
| | | public const string TrayUnbind = "TrayUnbind"; |
| | | |
| | | /// <summary> |
| | | /// 请求WCS任务 |
| | | /// </summary> |
| | | public const string ReceiveByWMSTask = "ReceiveByWMSTask"; |
| | | |
| | | /// <summary> |
| | | /// 请求WCS任务 |
| | | /// </summary> |
| | | public const string ReceiveTask = "ReceiveTask"; |
| | | |
| | | |
| | | /// <summary> |
| | | /// 请求WCS任务 |
| | | /// </summary> |
| | | public const string GetStation = "GetStation"; |
| | | } |
| | | } |