Introduction

The AdsToJava.dll library can be used to enable your own software to communicate with ADS devices.

To note: to have access to the AdsToJava.dll in a project, the TcJavaToAds.jar must be added to that project. After that, by importing the package "de.beckhoff.jni.tcads", the corresponding functions, objects and constants become available.

The TcJavaToAds.jar is located in the "TwinCAT\ADS Api\AdsToJava" directory. The AdsToJava.dll is located in the subdirectory "XP" (An additional WinCE version also exists, it is located in the subfolder "CE").

Samples

Here you can find article with sample programs explaining how to use AdsToJava.dll in combination with TcJavaToAds.jar.