Browse Source

fix ab driver

pull/13/merge
Gavin 8 years ago
parent
commit
0603808027
  1. BIN
      SCADA/Program/.vs/DataExchange/v15/.suo
  2. BIN
      SCADA/Program/.vs/DataExchange/v15/Server/sqlite3/storage.ide
  3. BIN
      SCADA/Program/.vs/DataExchange/v15/sqlite3/storage.ide
  4. 2
      SCADA/Program/ABPLCReader/Tuxeip_Class.cs
  5. BIN
      SCADA/dll/ABPLCReader.dll

BIN
SCADA/Program/.vs/DataExchange/v15/.suo

Binary file not shown.

BIN
SCADA/Program/.vs/DataExchange/v15/Server/sqlite3/storage.ide

Binary file not shown.

BIN
SCADA/Program/.vs/DataExchange/v15/sqlite3/storage.ide

Binary file not shown.

2
SCADA/Program/ABPLCReader/Tuxeip_Class.cs

@ -44,7 +44,7 @@ namespace Tuxeip
private const byte _Transport = 0xa3;
private const sbyte _TimeOutMultiplier = 0x01;
const string PATH = @"tuxeipAB.dll";
const string PATH = @"tuxeip.dll";
[DllImport(PATH, CallingConvention = CallingConvention.Cdecl)]
private static extern Eip_Session* _OpenSession(string serveur, int port, int buffer_len, int timeout);
public static Eip_Session* OpenSession(string serveur)

BIN
SCADA/dll/ABPLCReader.dll

Binary file not shown.
Loading…
Cancel
Save