Use the Add attachments option at the BOTTOM of the submit window and click on the icon on the far right of the attachment to have it displayed in-line!
Where we can find source code of your Tango device class for Red Pitaya?
One of our student intern at Solaris developed basic device server for Red Pitaya:
sorry,
I do not have access to my desktop now, but my DS is very simple :
it uses the redpitaya’s acquire function to fetch the data :
what I have done is essentially a port of tango (and omniorb, zmq) to zynq (arm) SoC with openembedded. This is a different approach than yours, in the way it does not require an other host processor. My DeviceServer runs on redpitaya’s zynq.
I’m trying to install tango control on my redpitaya, but didn’t succeed.
Without any problem I installed cmake-3.20, omniORB-4.2.3, libzmq-master and cppzmq-master.
After this I tried to compile tango control with
./configure --disabel-java --disable-dbserver (I just need the library for pytango)
and make
and then the script runs to
templ_inst
during compiling this file
my redpitaya reboots.
Can someone tell me how to solve this problem?
Or does anyone have an image with pytango for me.
The above links no longer work.