Browse Source

update dll

pull/17/head
Gavin 9 years ago
parent
commit
69c24f8983
  1. BIN
      SCADA/Example/ClientDriver.dll
  2. BIN
      SCADA/Example/DataHelper.dll
  3. BIN
      SCADA/Example/DataService.dll
  4. 2
      SCADA/Program/DataService/PLCGroup.cs
  5. BIN
      SCADA/dll/DataService.dll
  6. BIN
      SCADA/dll/SiemensPLCDriver.dll

BIN
SCADA/Example/ClientDriver.dll

Binary file not shown.

BIN
SCADA/Example/DataHelper.dll

Binary file not shown.

BIN
SCADA/Example/DataService.dll

Binary file not shown.

2
SCADA/Program/DataService/PLCGroup.cs

@ -304,6 +304,7 @@ namespace DataService
{
lock (sync)
{
_changedList.Clear();
Poll();
if (_changedList.Count > 0)
Update();
@ -417,7 +418,6 @@ namespace DataService
item.Update(item.Read(), dt, QUALITIES.QUALITY_GOOD);
}
}
_changedList.Clear();
}
public void Dispose()

BIN
SCADA/dll/DataService.dll

Binary file not shown.

BIN
SCADA/dll/SiemensPLCDriver.dll

Binary file not shown.
Loading…
Cancel
Save