更改初版

This commit is contained in:
2025-12-25 11:13:13 +08:00
parent 51e4d5add4
commit 7c001e6396
15 changed files with 1450 additions and 100 deletions

View File

@@ -91,7 +91,7 @@ namespace OrpaonEMS.App.Services
MessageBox.Show("PCS 连接失败");
}
PwTranceCmdValues = new TranceCmdValue(0.7);
PwTranceCmdValues = new TranceCmdValue(2);
PwTranceCmdValues.CmdValueChanged += PwTranceCmdValues_CmdValueChanged;
//CurPcsAlarmModel = new PcsAlarmModel();
@@ -768,6 +768,7 @@ namespace OrpaonEMS.App.Services
public void CloseModbusRtu()
{
ThreadEnable = false;
CurTimer.Stop();
ModbusTcpNetDrive.ConnectClose();
}