We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In .NET there is a way to retrieve all declared symbols of the ADS device. TcAdsSymbolInfoLoader.GetSymbols.
https://infosys.beckhoff.com/index.php?content=../content/1031/tcadsnetref/7313605771.html&id=
Is there some equivalent for Java?
The text was updated successfully, but these errors were encountered:
Hi @MFolte,
this Java library is a thin wrapper around the native API. I would suggest that you port this C++ sample to Java:
Upload PLC-variabledeclaration (dynamic) (2/2)
The samples in this repository show how you can use AdsCallDllFunction.adsSyncReadReq (the Java version of the AdsSyncReadReq function in the native API). https://github.com/Beckhoff/AdsToJava/tree/main/samples/tcadsdll
AdsCallDllFunction.adsSyncReadReq
AdsSyncReadReq
Best Regards, Jannik Voss
Sorry, something went wrong.
No branches or pull requests
In .NET there is a way to retrieve all declared symbols of the ADS device. TcAdsSymbolInfoLoader.GetSymbols.
https://infosys.beckhoff.com/index.php?content=../content/1031/tcadsnetref/7313605771.html&id=
Is there some equivalent for Java?
The text was updated successfully, but these errors were encountered: