using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace iWareModel { /// /// PLC组件类型 /// public enum PLCServiceTypeEnum { S7 = 1, /// /// 西门子PLC /// Siemens_HslCommunicationService = 2, /// /// 罗克韦尔PLC /// AB_HslCommunicationService = 3 } }