Jive

Dear all,

I am developing a device with PyTango + POGO. So far everything is going as it should - I have successfully added and written around 15 commands, and I am testing these via a Tango client, and the device is behaving as expected.

The device is also visible in Jive, however not all the commands are listed in the "Device Polling" tab of the device. Around 5 commands are available (and I can't find any reason why they are visible as opposed to others). I was wondering if anybody knows why that might be happening?

Thanks!
Dr Andrea DeMarco, BSc (Hons) (Melita), MSc (Melita), DPhil (UEA)
Lecturer | Researcher
Department of Physics
Institute of Space Sciences and Astronomy

Room 220, Maths and Physics Building
University of Malta, Msida MSD2080, MALTA
Could it be that the commands which are not appearing require input parameters? In which case they will not be pollable because the polling system does not poll commands which require input parameters because they could be different. Try converting them to commands without input parameters or use attributes.

Andy
Thanks so much! That's exactly it!

All clear now. smile
Dr Andrea DeMarco, BSc (Hons) (Melita), MSc (Melita), DPhil (UEA)
Lecturer | Researcher
Department of Physics
Institute of Space Sciences and Astronomy

Room 220, Maths and Physics Building
University of Malta, Msida MSD2080, MALTA
 
Register or login to create to post a reply.