| | |
| | | [Description("堆跺机")] |
| | | StackingMachine = 0, |
| | | /// <summary> |
| | | /// 输送线 |
| | | /// 托盘输送线 |
| | | /// </summary> |
| | | [Description("输送线")] |
| | | [Description("托盘输送线")] |
| | | ConveyorLine = 1, |
| | | /// <summary> |
| | | /// RGV小车 |
| | | /// AGV小车 |
| | | /// </summary> |
| | | [Description("RGV小车")] |
| | | RGV = 2, |
| | | [Description("AGV小车")] |
| | | AGV = 2, |
| | | /// <summary> |
| | | /// 叠拆托机 |
| | | /// </summary> |
| | | [Description("叠拆托机")] |
| | | PalletMachine = 3, |
| | | /// <summary> |
| | | /// 件箱输送线 |
| | | /// </summary> |
| | | [Description("件箱输送线")] |
| | | BoxConveyorLine = 4, |
| | | /// <summary> |
| | | /// 码垛机器人 |
| | | /// </summary> |
| | | [Description("码垛机器人")] |
| | | RobotPalletizer = 5, |
| | | /// <summary> |
| | | /// 拆垛机器人 |
| | | /// </summary> |
| | | [Description("拆垛机器人")] |
| | | StackingRobot = 6, |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | //Byte |
| | | [Description("Byte")] |
| | | Byte = 2, |
| | | //Char |
| | | [Description("Char")] |
| | | Char = 3, |
| | | //Word |
| | | [Description("Word")] |
| | | Word = 4, |
| | | //DWord |
| | | [Description("DWord")] |
| | | DWord = 5, |
| | | //Short |
| | | [Description("Short")] |
| | | Short = 3, |
| | | //UShort |
| | | [Description("UShort")] |
| | | UShort = 4, |
| | | //Int |
| | | [Description("Int")] |
| | | Int = 6, |
| | | Int = 5, |
| | | //DInt |
| | | [Description("DInt")] |
| | | DInt = 7, |
| | | //Real |
| | | [Description("Real")] |
| | | Real = 8, |
| | | //LReal |
| | | [Description("LReal")] |
| | | LReal = 9, |
| | | [Description("UInt")] |
| | | UInt = 6, |
| | | //Long |
| | | [Description("Long")] |
| | | Long = 7, |
| | | //ULong |
| | | [Description("ULong")] |
| | | ULong = 8, |
| | | //Float |
| | | [Description("Float")] |
| | | Float = 9, |
| | | //Double |
| | | [Description("Double")] |
| | | Double = 10, |
| | | //String |
| | | [Description("String")] |
| | | String = 10, |
| | | String = 11, |
| | | } |
| | | /// <summary> |
| | | /// 交互类型 |
| | | /// </summary> |
| | | [Description("交互类型")] |
| | | public enum DeviceTypeEnum |
| | | { |
| | | /// <summary> |
| | | /// 业务 |
| | | /// </summary> |
| | | [Description("业务")] |
| | | Business = 1, |
| | | /// <summary> |
| | | /// 页面展示 |
| | | /// </summary> |
| | | [Description("页面展示")] |
| | | Show = 2, |
| | | } |