IOT纯后端项目改造
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user