package com.zy.common.HslCommunication.Profinet.Siemens; /** * 西门子的PLC类型,目前支持的访问类型 */ public enum SiemensPLCS { /** * 1200系列 */ S1200, /** * 300系列 */ S300, /** * 1500系列 */ S1500, /** * S200Smart系列 */ S200Smart, }