IOT纯后端项目改造

This commit is contained in:
“hsc”
2026-08-21 16:14:58 +08:00
parent fa2f9f64c5
commit 21addffdde
64 changed files with 16 additions and 3667 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ namespace DeviceCommand.Devices
public class THC1100 : S7Device
{
#region THC设备默认连接参数
private const string DefaultIpAddress = "192.168.0.1";
private const string DefaultIpAddress = "192.168.1.3";
private const CpuType DefaultCpuType = CpuType.S71200;
private const short DefaultRack = 0;
private const short DefaultSlot = 1;