代码转移到服务器

This commit is contained in:
2025-01-20 11:38:01 +08:00
parent b7948415ae
commit 1aab89865d
4 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ namespace DOAN.Infrastructure.PLC
public PLCTool()
{
this.siemensTcpNet = new SiemensS7Net(SiemensPLCS.S200Smart, "192.168.2.1")
this.siemensTcpNet = new SiemensS7Net(SiemensPLCS.S200Smart, "10.72.82.242")
{
ConnectTimeOut = 5000
};