Details
-
Wish
-
Status: Resolved
-
Major
-
Resolution: Abandoned
-
None
-
None
-
TwinCat 3, VS2017, 8C -> 1 dedicated to PLC
Description
I'm trying to read parameters from a Beckhoff PLC. I've found a quickstart within this file:
ManualPlc4XAdsTest.java
I've got a connection to the plc but I'm stuck with the builder.addItem method. The response always throw a TimeOutException.
I'm using the Beckhoff PLC part of the java test implementation. It is a very basic plc application with a few variables.
One of the Variables is MiCounter At %MW2 it is an INT type.
The Program is called Main.
So I guessed the fieldQuery has to be "Main.MiCounter:INT"
for the name i used "MiCounter"
I guess, the pro file would be helpfull in this case.