We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a385ff commit a2b5b91Copy full SHA for a2b5b91
src/test/java/de/beckhoff/jni/AllTests.java
@@ -57,7 +57,7 @@ public class AllTests extends TestCase {
57
public static final long INDEX_OFF7 = 0x30;
58
59
public static final short DEVICE_PORT = 851;
60
- public static final String DEVICE_AMSADDR = "172.17.62.64.1.1";
+ public static final String DEVICE_AMSADDR = "127.0.0.1.1.1";
61
public static final String DEVICE_NAME = "Plc30 App"; // TCatPlcCtrl
62
public static final String EMPTY_DEVICE_NAME = "";
63
0 commit comments