Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

Java SDK - Datalogger Hosted Applets


AaronR Nov 19, 2019 03:03 AM

Hi.

I'm looking at ehe Java SDK, and the product page states:

In addition, Java applets created with the Java PakBus SDK can reside in the data logger and provide direct control and data access through a web browser interface.

Java applications and applets using this SDK can be created for a PC or web application. Java applets created to run in the data logger will use the web server feature from the TCP/IP stack of the CR800, CR850, CR1000 or CR3000 to make the applet available to a web browser connection.

However, the publicly avaliable manual doesn't make any reference to this functionality. Does this allow running Java code on the datalogger itself, or does it just store an applet and make it avaliable over the web server (with the applet using the SDK to communicate back with the datalogger).

Thanks


JDavis Nov 20, 2019 03:22 PM

The later is true. Your web browser will download the applet through the web server on the datalogger, and you PC runs the applet. The applet will communicate with the datalogger to get data etc.

Log in or register to post/reply in the forum.