using HslCommunication.Profinet.Siemens;
namespace iWare_SCADA_Model
{
public class HslCommunicationParam:BasePlcParam
{
///
/// 西门子PLC的类型
///
public SiemensPLCS cpu { get; set; }
///
/// 西门子PLC的机架
///
public short rack { get; set; }
///
/// 西门子PLC的插槽
///
public short slot { get; set; }
}
}