@@ -24,7 +24,6 @@ namespace YSAI.Beckhoff
/// 设备的网络ID
/// </summary>
[Description("设备的网络ID")]
- [Verify(@"^(25[0-4]|2[0-4]\d]|[01]?\d{2}|[1-9])\.(25[0-5]|2[0-4]\d]|[01]?\d?\d)\.(25[0-5]|2[0-4]\d]|[01]?\d?\d)\.(25[0-4]|2[0-4]\d]|[01]?\d{2}|[1-9]\.*)$", "输入有误")]
[Display(true, true, true, Core.data.ParamStructure.dataCate.text)]
public string AmsNetID { get; set; } = "192.168.66.130.1.1";
@@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
- <Version>1.0.0.6</Version>
+ <Version>1.0.0.7</Version>
<Authors>Shun</Authors>
<Company>YSAI</Company>
<Product>SCADA</Product>
@@ -154,7 +154,6 @@ namespace YSAI.Modbus
/// 串口号
[Description("串口号")]
- [Verify(@"^COM(2[0-4])$", "输入有误")]
public string? PortName { get; set; }
- <Version>1.0.0.32</Version>
+ <Version>1.0.0.33</Version>