Hello.
I am relatively new to the Tango world, the final goal of the application i’m working on is to control remotely Kollmorgen’s stepper motors from a low level device server running on Raspberry Pi 2.
The stepper motor is connected to a drive which provides power supply and motor’s command control.
My Raspberry Pi 2 will soon be wired (through a 3V3 to 5V converter) to the RS232 drive’s interface.
I intalled Tango on my Raspberry Pi 2 without any issue, but the package libtango-java seems to be missing. For the moment every part of the Tango system will be installed on the Raspberry running Ubuntu Trusty 14.04, but in the near futur i would like to implement a more distributed and redundant architecture (MySQL server failover etc…).
I managed to get Pogo and Jive working on the Pi directly from the .jar provided through the download page, but i didn’t find any way to get Atkpanel and Astor working in the same way.
If someone could help me with some hints to get atkpanel and astor working i would be really grateful.
If possible i also would like some advices regarding the steps necessary to create a python device server on the Pi.
Thanks in advance.