Issue with PyTango.DeviceProxy for remotely located device server

Hi all,

We are using Taurus framework to develop GUI's for control and monitoring system application. GUI subscribes remote tango device server using following technique:
remote_server_Device_Proxy = PyTango.DeviceProxy(hostname:10000/dsserver/test/1)

We are accessing attribute value like:
remote_server_Device_Proxy.attr_name

While accessing this attribute details if device server is disconnected It freeze main application thread.

It would be helpful if someone from PyTango expertise can help us with this issue. If possible we also can have discussion over call/WebEx
Regards,
TCS_GMRT
Please refer to my reply to a related question already asked by TCS_GMRT in the Taurus tracker (is it the same person in both cases?) :

Note: In my reply I already mention that if you are using taurus, it is not (in principle) a good idea to implement things using PyTango.

PS: For Taurus issues, please use the Taurus issues tracker and follow the discussions there…
Edited 6 years ago
 
Register or login to create to post a reply.