Adding attributes from different Tango Domains in AttributeList (ATKCore)
|
|
---|---|
Dear All, I want to add attributes of a devices registered in Different Tango Domains in the attribute list (fr.esrf.tangoatk.core.AttributeList). I specify the FQDN (tango://host:port/device_name/) of the attribute, but I get the connection exception.
I'm able to successfully create the DeviceProxy using the constructor :-> DeviceProxy(String devname, String host, String port) and read the attributes. Please help in resolving the issue. Regards, Vatsal |
|
|
---|---|
Hi That is true. Your device ://hostname:10000/j/v/1 has wrong definition. Why does it start with ':' ? It should be tango://hostname:10000/j/v/1 or //hostname:10000/j/v/1 Regards Pascal |