Skip to content

Commit 0603808

Browse files
committed
fix ab driver
1 parent adc0db3 commit 0603808

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.

SCADA/Program/ABPLCReader/Tuxeip_Class.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public unsafe class Tuxeip_Class
4444
private const byte _Transport = 0xa3;
4545
private const sbyte _TimeOutMultiplier = 0x01;
4646

47-
const string PATH = @"tuxeipAB.dll";
47+
const string PATH = @"tuxeip.dll";
4848
[DllImport(PATH, CallingConvention = CallingConvention.Cdecl)]
4949
private static extern Eip_Session* _OpenSession(string serveur, int port, int buffer_len, int timeout);
5050
public static Eip_Session* OpenSession(string serveur)

SCADA/dll/ABPLCReader.dll

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)